Home | History | Annotate | Line # | Download | only in dist
config.h.in revision 1.1.1.7
      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 /* Define to 1 if you have the <stdint.h> header file. */
     10      1.1  mrg #undef HAVE_STDINT_H
     11      1.1  mrg 
     12  1.1.1.7  mrg /* Define to 1 if you have the <stdio.h> header file. */
     13  1.1.1.7  mrg #undef HAVE_STDIO_H
     14  1.1.1.7  mrg 
     15      1.1  mrg /* Define to 1 if you have the <stdlib.h> header file. */
     16      1.1  mrg #undef HAVE_STDLIB_H
     17      1.1  mrg 
     18      1.1  mrg /* Define to 1 if you have the <strings.h> header file. */
     19      1.1  mrg #undef HAVE_STRINGS_H
     20      1.1  mrg 
     21      1.1  mrg /* Define to 1 if you have the <string.h> header file. */
     22      1.1  mrg #undef HAVE_STRING_H
     23      1.1  mrg 
     24      1.1  mrg /* Define to 1 if you have the <sys/stat.h> header file. */
     25      1.1  mrg #undef HAVE_SYS_STAT_H
     26      1.1  mrg 
     27      1.1  mrg /* Define to 1 if you have the <sys/types.h> header file. */
     28      1.1  mrg #undef HAVE_SYS_TYPES_H
     29      1.1  mrg 
     30      1.1  mrg /* Define to 1 if you have the <unistd.h> header file. */
     31      1.1  mrg #undef HAVE_UNISTD_H
     32      1.1  mrg 
     33      1.1  mrg /* Name of package */
     34      1.1  mrg #undef PACKAGE
     35      1.1  mrg 
     36      1.1  mrg /* Define to the address where bug reports for this package should be sent. */
     37      1.1  mrg #undef PACKAGE_BUGREPORT
     38      1.1  mrg 
     39      1.1  mrg /* Define to the full name of this package. */
     40      1.1  mrg #undef PACKAGE_NAME
     41      1.1  mrg 
     42      1.1  mrg /* Define to the full name and version of this package. */
     43      1.1  mrg #undef PACKAGE_STRING
     44      1.1  mrg 
     45      1.1  mrg /* Define to the one symbol short name of this package. */
     46      1.1  mrg #undef PACKAGE_TARNAME
     47      1.1  mrg 
     48  1.1.1.6  mrg /* Define to the home page for this package. */
     49  1.1.1.6  mrg #undef PACKAGE_URL
     50  1.1.1.6  mrg 
     51      1.1  mrg /* Define to the version of this package. */
     52      1.1  mrg #undef PACKAGE_VERSION
     53      1.1  mrg 
     54      1.1  mrg /* Major version of this package */
     55      1.1  mrg #undef PACKAGE_VERSION_MAJOR
     56      1.1  mrg 
     57      1.1  mrg /* Minor version of this package */
     58      1.1  mrg #undef PACKAGE_VERSION_MINOR
     59      1.1  mrg 
     60      1.1  mrg /* Patch version of this package */
     61      1.1  mrg #undef PACKAGE_VERSION_PATCHLEVEL
     62      1.1  mrg 
     63  1.1.1.7  mrg /* Define to 1 if all of the C90 standard headers exist (not just the ones
     64  1.1.1.7  mrg    required in a freestanding environment). This macro is provided for
     65  1.1.1.7  mrg    backward compatibility; new code need not use it. */
     66      1.1  mrg #undef STDC_HEADERS
     67      1.1  mrg 
     68      1.1  mrg /* Version number of package */
     69      1.1  mrg #undef VERSION
     70