toolkit/crashreporter/google-breakpad/src/config.h.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/crashreporter/google-breakpad/src/config.h.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,68 @@
     1.4 +/* src/config.h.in.  Generated from configure.ac by autoheader.  */
     1.5 +
     1.6 +/* Define to 1 if you have the <a.out.h> header file. */
     1.7 +#undef HAVE_A_OUT_H
     1.8 +
     1.9 +/* Define to 1 if you have the <inttypes.h> header file. */
    1.10 +#undef HAVE_INTTYPES_H
    1.11 +
    1.12 +/* Define to 1 if you have the <memory.h> header file. */
    1.13 +#undef HAVE_MEMORY_H
    1.14 +
    1.15 +/* Define if you have POSIX threads libraries and header files. */
    1.16 +#undef HAVE_PTHREAD
    1.17 +
    1.18 +/* Define to 1 if you have the <stdint.h> header file. */
    1.19 +#undef HAVE_STDINT_H
    1.20 +
    1.21 +/* Define to 1 if you have the <stdlib.h> header file. */
    1.22 +#undef HAVE_STDLIB_H
    1.23 +
    1.24 +/* Define to 1 if you have the <strings.h> header file. */
    1.25 +#undef HAVE_STRINGS_H
    1.26 +
    1.27 +/* Define to 1 if you have the <string.h> header file. */
    1.28 +#undef HAVE_STRING_H
    1.29 +
    1.30 +/* Define to 1 if you have the <sys/stat.h> header file. */
    1.31 +#undef HAVE_SYS_STAT_H
    1.32 +
    1.33 +/* Define to 1 if you have the <sys/types.h> header file. */
    1.34 +#undef HAVE_SYS_TYPES_H
    1.35 +
    1.36 +/* Define to 1 if you have the <unistd.h> header file. */
    1.37 +#undef HAVE_UNISTD_H
    1.38 +
    1.39 +/* Define to 1 if your C compiler doesn't accept -c and -o together. */
    1.40 +#undef NO_MINUS_C_MINUS_O
    1.41 +
    1.42 +/* Name of package */
    1.43 +#undef PACKAGE
    1.44 +
    1.45 +/* Define to the address where bug reports for this package should be sent. */
    1.46 +#undef PACKAGE_BUGREPORT
    1.47 +
    1.48 +/* Define to the full name of this package. */
    1.49 +#undef PACKAGE_NAME
    1.50 +
    1.51 +/* Define to the full name and version of this package. */
    1.52 +#undef PACKAGE_STRING
    1.53 +
    1.54 +/* Define to the one symbol short name of this package. */
    1.55 +#undef PACKAGE_TARNAME
    1.56 +
    1.57 +/* Define to the home page for this package. */
    1.58 +#undef PACKAGE_URL
    1.59 +
    1.60 +/* Define to the version of this package. */
    1.61 +#undef PACKAGE_VERSION
    1.62 +
    1.63 +/* Define to necessary symbol if this constant uses a non-standard name on
    1.64 +   your system. */
    1.65 +#undef PTHREAD_CREATE_JOINABLE
    1.66 +
    1.67 +/* Define to 1 if you have the ANSI C header files. */
    1.68 +#undef STDC_HEADERS
    1.69 +
    1.70 +/* Version number of package */
    1.71 +#undef VERSION

mercurial