config.h.in (3406B)
1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define to 1 if you have the `dup2' function. */ 4#undef HAVE_DUP2 5 6/* Define to 1 if you have the <errno.h> header file. */ 7#undef HAVE_ERRNO_H 8 9/* Define to 1 if you have the <fcntl.h> header file. */ 10#undef HAVE_FCNTL_H 11 12/* Define to 1 if you have the `fork' function. */ 13#undef HAVE_FORK 14 15/* Define to 1 if you have the <inttypes.h> header file. */ 16#undef HAVE_INTTYPES_H 17 18/* Define to 1 if your system has a GNU libc compatible `malloc' function, and 19 to 0 otherwise. */ 20#undef HAVE_MALLOC 21 22/* Define to 1 if you have the <memory.h> header file. */ 23#undef HAVE_MEMORY_H 24 25/* Define to 1 if you have the `select' function. */ 26#undef HAVE_SELECT 27 28/* Define to 1 if you have the <stdint.h> header file. */ 29#undef HAVE_STDINT_H 30 31/* Define to 1 if you have the <stdlib.h> header file. */ 32#undef HAVE_STDLIB_H 33 34/* Define to 1 if you have the `strdup' function. */ 35#undef HAVE_STRDUP 36 37/* Define to 1 if you have the `strerror' function. */ 38#undef HAVE_STRERROR 39 40/* Define to 1 if you have the <strings.h> header file. */ 41#undef HAVE_STRINGS_H 42 43/* Define to 1 if you have the <string.h> header file. */ 44#undef HAVE_STRING_H 45 46/* Define to 1 if you have the `strtol' function. */ 47#undef HAVE_STRTOL 48 49/* Define to 1 if `st_blksize' is a member of `struct stat'. */ 50#undef HAVE_STRUCT_STAT_ST_BLKSIZE 51 52/* Define to 1 if you have the <sys/stat.h> header file. */ 53#undef HAVE_SYS_STAT_H 54 55/* Define to 1 if you have the <sys/time.h> header file. */ 56#undef HAVE_SYS_TIME_H 57 58/* Define to 1 if you have the <sys/types.h> header file. */ 59#undef HAVE_SYS_TYPES_H 60 61/* Define to 1 if you have the <unistd.h> header file. */ 62#undef HAVE_UNISTD_H 63 64/* Define to 1 if you have the `vfork' function. */ 65#undef HAVE_VFORK 66 67/* Define to 1 if you have the <vfork.h> header file. */ 68#undef HAVE_VFORK_H 69 70/* Define to 1 if `fork' works. */ 71#undef HAVE_WORKING_FORK 72 73/* Define to 1 if `vfork' works. */ 74#undef HAVE_WORKING_VFORK 75 76/* Name of package */ 77#undef PACKAGE 78 79/* Define to the address where bug reports for this package should be sent. */ 80#undef PACKAGE_BUGREPORT 81 82/* Define to the full name of this package. */ 83#undef PACKAGE_NAME 84 85/* Define to the full name and version of this package. */ 86#undef PACKAGE_STRING 87 88/* Define to the one symbol short name of this package. */ 89#undef PACKAGE_TARNAME 90 91/* Define to the home page for this package. */ 92#undef PACKAGE_URL 93 94/* Define to the version of this package. */ 95#undef PACKAGE_VERSION 96 97/* Define as the return type of signal handlers (`int' or `void'). */ 98#undef RETSIGTYPE 99 100/* Define to 1 if you have the ANSI C header files. */ 101#undef STDC_HEADERS 102 103/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 104#undef TIME_WITH_SYS_TIME 105 106/* Version number of package */ 107#undef VERSION 108 109/* Define to 1 if the X Window System is missing or not being used. */ 110#undef X_DISPLAY_MISSING 111 112/* Define to empty if `const' does not conform to ANSI C. */ 113#undef const 114 115/* Define to `int' if <sys/types.h> doesn't define. */ 116#undef gid_t 117 118/* Define to rpl_malloc if the replacement function should be used. */ 119#undef malloc 120 121/* Define to `int' if <sys/types.h> does not define. */ 122#undef pid_t 123 124/* Define to `unsigned int' if <sys/types.h> does not define. */ 125#undef size_t 126 127/* Define to `int' if <sys/types.h> doesn't define. */ 128#undef uid_t 129 130/* Define as `fork' if `vfork' does not work. */ 131#undef vfork