toolkit/crashreporter/google-breakpad/src/config.h.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.

michael@0 1 /* src/config.h.in. Generated from configure.ac by autoheader. */
michael@0 2
michael@0 3 /* Define to 1 if you have the <a.out.h> header file. */
michael@0 4 #undef HAVE_A_OUT_H
michael@0 5
michael@0 6 /* Define to 1 if you have the <inttypes.h> header file. */
michael@0 7 #undef HAVE_INTTYPES_H
michael@0 8
michael@0 9 /* Define to 1 if you have the <memory.h> header file. */
michael@0 10 #undef HAVE_MEMORY_H
michael@0 11
michael@0 12 /* Define if you have POSIX threads libraries and header files. */
michael@0 13 #undef HAVE_PTHREAD
michael@0 14
michael@0 15 /* Define to 1 if you have the <stdint.h> header file. */
michael@0 16 #undef HAVE_STDINT_H
michael@0 17
michael@0 18 /* Define to 1 if you have the <stdlib.h> header file. */
michael@0 19 #undef HAVE_STDLIB_H
michael@0 20
michael@0 21 /* Define to 1 if you have the <strings.h> header file. */
michael@0 22 #undef HAVE_STRINGS_H
michael@0 23
michael@0 24 /* Define to 1 if you have the <string.h> header file. */
michael@0 25 #undef HAVE_STRING_H
michael@0 26
michael@0 27 /* Define to 1 if you have the <sys/stat.h> header file. */
michael@0 28 #undef HAVE_SYS_STAT_H
michael@0 29
michael@0 30 /* Define to 1 if you have the <sys/types.h> header file. */
michael@0 31 #undef HAVE_SYS_TYPES_H
michael@0 32
michael@0 33 /* Define to 1 if you have the <unistd.h> header file. */
michael@0 34 #undef HAVE_UNISTD_H
michael@0 35
michael@0 36 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
michael@0 37 #undef NO_MINUS_C_MINUS_O
michael@0 38
michael@0 39 /* Name of package */
michael@0 40 #undef PACKAGE
michael@0 41
michael@0 42 /* Define to the address where bug reports for this package should be sent. */
michael@0 43 #undef PACKAGE_BUGREPORT
michael@0 44
michael@0 45 /* Define to the full name of this package. */
michael@0 46 #undef PACKAGE_NAME
michael@0 47
michael@0 48 /* Define to the full name and version of this package. */
michael@0 49 #undef PACKAGE_STRING
michael@0 50
michael@0 51 /* Define to the one symbol short name of this package. */
michael@0 52 #undef PACKAGE_TARNAME
michael@0 53
michael@0 54 /* Define to the home page for this package. */
michael@0 55 #undef PACKAGE_URL
michael@0 56
michael@0 57 /* Define to the version of this package. */
michael@0 58 #undef PACKAGE_VERSION
michael@0 59
michael@0 60 /* Define to necessary symbol if this constant uses a non-standard name on
michael@0 61 your system. */
michael@0 62 #undef PTHREAD_CREATE_JOINABLE
michael@0 63
michael@0 64 /* Define to 1 if you have the ANSI C header files. */
michael@0 65 #undef STDC_HEADERS
michael@0 66
michael@0 67 /* Version number of package */
michael@0 68 #undef VERSION

mercurial