1 1.1 mrg /* config.h.in. Generated from configure.ac by autoheader. */ 2 1.1 mrg 3 1.1.1.4 mrg /* Prefix to use for launchd identifiers */ 4 1.1.1.4 mrg #undef BUNDLE_ID_PREFIX 5 1.1.1.4 mrg 6 1.1 mrg /* Define to 1 if you have the <inttypes.h> header file. */ 7 1.1 mrg #undef HAVE_INTTYPES_H 8 1.1 mrg 9 1.1 mrg /* launchd support available */ 10 1.1 mrg #undef HAVE_LAUNCHD 11 1.1 mrg 12 1.1.1.4 mrg /* Define to 1 if you have the libdispatch (GCD) available */ 13 1.1.1.4 mrg #undef HAVE_LIBDISPATCH 14 1.1.1.4 mrg 15 1.1 mrg /* Define to 1 if you have the <memory.h> header file. */ 16 1.1 mrg #undef HAVE_MEMORY_H 17 1.1 mrg 18 1.1 mrg /* Define to 1 if you have the <stdint.h> header file. */ 19 1.1 mrg #undef HAVE_STDINT_H 20 1.1 mrg 21 1.1 mrg /* Define to 1 if you have the <stdlib.h> header file. */ 22 1.1 mrg #undef HAVE_STDLIB_H 23 1.1 mrg 24 1.1 mrg /* Define to 1 if you have the <strings.h> header file. */ 25 1.1 mrg #undef HAVE_STRINGS_H 26 1.1 mrg 27 1.1 mrg /* Define to 1 if you have the <string.h> header file. */ 28 1.1 mrg #undef HAVE_STRING_H 29 1.1 mrg 30 1.1 mrg /* Define to 1 if you have the <sys/stat.h> header file. */ 31 1.1 mrg #undef HAVE_SYS_STAT_H 32 1.1 mrg 33 1.1 mrg /* Define to 1 if you have the <sys/types.h> header file. */ 34 1.1 mrg #undef HAVE_SYS_TYPES_H 35 1.1 mrg 36 1.1 mrg /* Define to 1 if you have the <unistd.h> header file. */ 37 1.1 mrg #undef HAVE_UNISTD_H 38 1.1 mrg 39 1.1 mrg /* Name of package */ 40 1.1 mrg #undef PACKAGE 41 1.1 mrg 42 1.1 mrg /* Define to the address where bug reports for this package should be sent. */ 43 1.1 mrg #undef PACKAGE_BUGREPORT 44 1.1 mrg 45 1.1 mrg /* Define to the full name of this package. */ 46 1.1 mrg #undef PACKAGE_NAME 47 1.1 mrg 48 1.1 mrg /* Define to the full name and version of this package. */ 49 1.1 mrg #undef PACKAGE_STRING 50 1.1 mrg 51 1.1 mrg /* Define to the one symbol short name of this package. */ 52 1.1 mrg #undef PACKAGE_TARNAME 53 1.1 mrg 54 1.1 mrg /* Define to the version of this package. */ 55 1.1 mrg #undef PACKAGE_VERSION 56 1.1 mrg 57 1.1 mrg /* Major version of this package */ 58 1.1 mrg #undef PACKAGE_VERSION_MAJOR 59 1.1 mrg 60 1.1 mrg /* Minor version of this package */ 61 1.1 mrg #undef PACKAGE_VERSION_MINOR 62 1.1 mrg 63 1.1 mrg /* Patch version of this package */ 64 1.1 mrg #undef PACKAGE_VERSION_PATCHLEVEL 65 1.1 mrg 66 1.1 mrg /* Define to 1 if you have the ANSI C header files. */ 67 1.1 mrg #undef STDC_HEADERS 68 1.1 mrg 69 1.1 mrg /* Version number of package */ 70 1.1 mrg #undef VERSION 71