1 /* config.h.in. Generated from configure.ac by autoheader. */ 2 3 /* Define to the type of elements in the array set by `getgroups'. Usually 4 this is either `int' or `gid_t'. */ 5 #undef GETGROUPS_T 6 7 /* Define to 1 if you have the `eaccess' function. */ 8 #undef HAVE_EACCESS 9 10 /* Define to 1 if you have the `getcwd' function. */ 11 #undef HAVE_GETCWD 12 13 /* Define to 1 if you have the `getgroups' function. */ 14 #undef HAVE_GETGROUPS 15 16 /* Define to 1 if you have the `getopt_long' function. */ 17 #undef HAVE_GETOPT_LONG 18 19 /* Define to 1 if you have the `getpwent' function. */ 20 #undef HAVE_GETPWENT 21 22 /* Define to 1 if you have the `getpwnam' function. */ 23 #undef HAVE_GETPWNAM 24 25 /* Define to 1 if you have the `getpwuid' function. */ 26 #undef HAVE_GETPWUID 27 28 /* Define this when you are able to redeclare getpw functions. */ 29 #undef HAVE_GETPW_DECLS 30 31 /* Define to 1 if you have the `getwd' function. */ 32 #undef HAVE_GETWD 33 34 /* Define to 1 if you have the <inttypes.h> header file. */ 35 #undef HAVE_INTTYPES_H 36 37 /* Define to 1 if you have the <libiberty.h> header file. */ 38 #undef HAVE_LIBIBERTY_H 39 40 /* Define to 1 if you have the `memcpy' function. */ 41 #undef HAVE_MEMCPY 42 43 /* Define to 1 if you have the <memory.h> header file. */ 44 #undef HAVE_MEMORY_H 45 46 /* Define to 1 if you have the <pwd.h> header file. */ 47 #undef HAVE_PWD_H 48 49 /* Define to 1 if you have the <stdint.h> header file. */ 50 #undef HAVE_STDINT_H 51 52 /* Define to 1 if you have the <stdlib.h> header file. */ 53 #undef HAVE_STDLIB_H 54 55 /* Define to 1 if you have the `strchr' function. */ 56 #undef HAVE_STRCHR 57 58 /* Define to 1 if you have the <strings.h> header file. */ 59 #undef HAVE_STRINGS_H 60 61 /* Define to 1 if you have the <string.h> header file. */ 62 #undef HAVE_STRING_H 63 64 /* Define to 1 if you have the `sysconf' function. */ 65 #undef HAVE_SYSCONF 66 67 /* Define to 1 if you have the <sys/stat.h> header file. */ 68 #undef HAVE_SYS_STAT_H 69 70 /* Define to 1 if you have the <sys/types.h> header file. */ 71 #undef HAVE_SYS_TYPES_H 72 73 /* Define to 1 if you have the <unistd.h> header file. */ 74 #undef HAVE_UNISTD_H 75 76 /* Define if you need xmalloc(). */ 77 #undef NEED_XMALLOC 78 79 /* Name of package */ 80 #undef PACKAGE 81 82 /* Define to the address where bug reports for this package should be sent. */ 83 #undef PACKAGE_BUGREPORT 84 85 /* Define to the full name of this package. */ 86 #undef PACKAGE_NAME 87 88 /* Define to the full name and version of this package. */ 89 #undef PACKAGE_STRING 90 91 /* Define to the one symbol short name of this package. */ 92 #undef PACKAGE_TARNAME 93 94 /* Define to the home page for this package. */ 95 #undef PACKAGE_URL 96 97 /* Define to the version of this package. */ 98 #undef PACKAGE_VERSION 99 100 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 101 #undef STAT_MACROS_BROKEN 102 103 /* Define to 1 if you have the ANSI C header files. */ 104 #undef STDC_HEADERS 105 106 /* Enable extensions on AIX 3, Interix. */ 107 #ifndef _ALL_SOURCE 108 # undef _ALL_SOURCE 109 #endif 110 /* Enable GNU extensions on systems that have them. */ 111 #ifndef _GNU_SOURCE 112 # undef _GNU_SOURCE 113 #endif 114 /* Enable threading extensions on Solaris. */ 115 #ifndef _POSIX_PTHREAD_SEMANTICS 116 # undef _POSIX_PTHREAD_SEMANTICS 117 #endif 118 /* Enable extensions on HP NonStop. */ 119 #ifndef _TANDEM_SOURCE 120 # undef _TANDEM_SOURCE 121 #endif 122 /* Enable general extensions on Solaris. */ 123 #ifndef __EXTENSIONS__ 124 # undef __EXTENSIONS__ 125 #endif 126 127 128 /* Version number of package */ 129 #undef VERSION 130 131 /* Define to 1 if on MINIX. */ 132 #undef _MINIX 133 134 /* Define to 2 if the system does not provide POSIX.1 features except with 135 this defined. */ 136 #undef _POSIX_1_SOURCE 137 138 /* Define to 1 if you need to in order for `stat' and other things to work. */ 139 #undef _POSIX_SOURCE 140 141 /* Define to empty if `const' does not conform to ANSI C. */ 142 #undef const 143 144 /* Define to `int' if <sys/types.h> doesn't define. */ 145 #undef gid_t 146 147 /* Define to `unsigned int' if <sys/types.h> does not define. */ 148 #undef size_t 149 150 /* Define to `int' if <sys/types.h> doesn't define. */ 151 #undef uid_t