Home | History | Annotate | Line # | Download | only in dist
config.h.in revision 1.1.1.2
      1      1.1  mrg /* config.h.in.  Generated from configure.ac by autoheader.  */
      2      1.1  mrg 
      3      1.1  mrg /* Define to 1 if you have the `fork' function. */
      4      1.1  mrg #undef HAVE_FORK
      5      1.1  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 `killpg' function. */
     10      1.1  mrg #undef HAVE_KILLPG
     11      1.1  mrg 
     12      1.1  mrg /* launchd support available */
     13      1.1  mrg #undef HAVE_LAUNCHD
     14      1.1  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 /* Define to 1 if you have the `vfork' function. */
     40      1.1  mrg #undef HAVE_VFORK
     41      1.1  mrg 
     42      1.1  mrg /* Define to 1 if you have the <vfork.h> header file. */
     43      1.1  mrg #undef HAVE_VFORK_H
     44      1.1  mrg 
     45      1.1  mrg /* Define to 1 if `fork' works. */
     46      1.1  mrg #undef HAVE_WORKING_FORK
     47      1.1  mrg 
     48      1.1  mrg /* Define to 1 if `vfork' works. */
     49      1.1  mrg #undef HAVE_WORKING_VFORK
     50      1.1  mrg 
     51  1.1.1.2  mrg /* Prefix to use for launchd identifiers */
     52  1.1.1.2  mrg #undef LAUNCHD_ID_PREFIX
     53  1.1.1.2  mrg 
     54      1.1  mrg /* Define to 1 if your C compiler doesn't accept -c and -o together. */
     55      1.1  mrg #undef NO_MINUS_C_MINUS_O
     56      1.1  mrg 
     57      1.1  mrg /* Name of package */
     58      1.1  mrg #undef PACKAGE
     59      1.1  mrg 
     60      1.1  mrg /* Define to the address where bug reports for this package should be sent. */
     61      1.1  mrg #undef PACKAGE_BUGREPORT
     62      1.1  mrg 
     63      1.1  mrg /* Define to the full name of this package. */
     64      1.1  mrg #undef PACKAGE_NAME
     65      1.1  mrg 
     66      1.1  mrg /* Define to the full name and version of this package. */
     67      1.1  mrg #undef PACKAGE_STRING
     68      1.1  mrg 
     69      1.1  mrg /* Define to the one symbol short name of this package. */
     70      1.1  mrg #undef PACKAGE_TARNAME
     71      1.1  mrg 
     72  1.1.1.2  mrg /* Define to the home page for this package. */
     73  1.1.1.2  mrg #undef PACKAGE_URL
     74  1.1.1.2  mrg 
     75      1.1  mrg /* Define to the version of this package. */
     76      1.1  mrg #undef PACKAGE_VERSION
     77      1.1  mrg 
     78      1.1  mrg /* Major version of this package */
     79      1.1  mrg #undef PACKAGE_VERSION_MAJOR
     80      1.1  mrg 
     81      1.1  mrg /* Minor version of this package */
     82      1.1  mrg #undef PACKAGE_VERSION_MINOR
     83      1.1  mrg 
     84      1.1  mrg /* Patch version of this package */
     85      1.1  mrg #undef PACKAGE_VERSION_PATCHLEVEL
     86      1.1  mrg 
     87      1.1  mrg /* Define as the return type of signal handlers (`int' or `void'). */
     88      1.1  mrg #undef RETSIGTYPE
     89      1.1  mrg 
     90      1.1  mrg /* Define to 1 if you have the ANSI C header files. */
     91      1.1  mrg #undef STDC_HEADERS
     92      1.1  mrg 
     93      1.1  mrg /* Version number of package */
     94      1.1  mrg #undef VERSION
     95      1.1  mrg 
     96      1.1  mrg /* Define to `int' if <sys/types.h> does not define. */
     97      1.1  mrg #undef pid_t
     98      1.1  mrg 
     99      1.1  mrg /* Define as `fork' if `vfork' does not work. */
    100      1.1  mrg #undef vfork
    101