intl/icu/source/extra/uconv/pkgdata.inc.in

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 #******************************************************************************
     2 #
     3 #   Copyright (C) 2000-2007, International Business Machines
     4 #   Corporation and others.  All Rights Reserved.
     5 #
     6 #******************************************************************************
     7 # This Makefile is used to build the ICU's data.
     8 # It is included with the -O option to pkgdata.
    10 PLATFORM=@platform@
    12 top_srcdir=@top_srcdir@
    13 srcdir=@srcdir@
    14 top_builddir=../..
    16 include $(top_builddir)/icudefs.mk
    18 CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
    19 LIBS=@LIBS@ 
    20 exec_prefix=@exec_prefix@
    21 prefix=@prefix@
    22 program_transform_name=@program_transform_name@
    23 bindir=@bindir@
    24 sbindir=@sbindir@
    25 libexecdir=@libexecdir@
    26 datadir=@datadir@
    27 sysconfdir=@sysconfdir@
    28 sharedstatedir=@sharedstatedir@
    29 localstatedir=@localstatedir@
    30 libdir=@libdir@
    31 includedir=@includedir@
    32 oldincludedir=@oldincludedir@
    33 infodir=@infodir@
    34 mandir=@mandir@
    35 PACKAGE=@PACKAGE@
    36 VERSION=@VERSION@
    38 INSTALL = @INSTALL@
    39 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    40 INSTALL_DATA = @INSTALL_DATA@
    42 INSTALL_PROGRAM=@INSTALL_PROGRAM@
    43 INSTALL_SCRIPT=@INSTALL_SCRIPT@
    44 INSTALL_DATA=@INSTALL_DATA@
    45 host=@host@
    46 host_alias=@host_alias@
    47 host_cpu=@host_cpu@
    48 host_vendor=@host_vendor@
    49 host_os=@host_os@
    50 LIB_M=@LIB_M@
    51 CPP=@CPP@
    52 U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
    53 U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
    54 platform=@platform@
    56 ##### Add the following to source/config/Makefile.in
    58 GENCCODE=$(BINDIR)/genccode
    59 GENCMN=$(BINDIR)/gencmn
    60 ICUPKG=$(BINDIR)/icupkg

mercurial