Daniel Veillard | 36169f8 | 1998-07-24 19:30:47 +0000 | [diff] [blame] | 1 | /* config.h.in. Generated automatically from configure.in by autoheader. */ |
| 2 | |
| 3 | /* Define if you have the strftime function. */ |
| 4 | #undef HAVE_STRFTIME |
| 5 | |
| 6 | /* Define if you have the ANSI C header files. */ |
| 7 | #undef STDC_HEADERS |
| 8 | |
Arturo Espinosa | 8e0137c | 1998-09-23 00:58:59 +0000 | [diff] [blame] | 9 | #undef PACKAGE |
| 10 | #undef VERSION |
| 11 | #undef HAVE_LIBZ |
Daniel Veillard | b05deb7 | 1999-08-10 19:04:08 +0000 | [diff] [blame] | 12 | #undef HAVE_LIBM |
| 13 | #undef HAVE_ISINF |
| 14 | #undef HAVE_ISNAN |
Daniel Veillard | 71b656e | 2000-01-05 14:46:17 +0000 | [diff] [blame] | 15 | #undef HAVE_LIBHISTORY |
| 16 | #undef HAVE_LIBREADLINE |
Daniel Veillard | 189446d | 2000-10-13 10:23:06 +0000 | [diff] [blame] | 17 | #undef SOCKLEN_T |
Daniel Veillard | b05deb7 | 1999-08-10 19:04:08 +0000 | [diff] [blame] | 18 | |
Daniel Veillard | 8e19990 | 2001-01-25 18:54:39 +0000 | [diff] [blame] | 19 | /* Define if you have the _stat function. */ |
| 20 | #undef HAVE__STAT |
| 21 | |
Daniel Veillard | b05deb7 | 1999-08-10 19:04:08 +0000 | [diff] [blame] | 22 | /* Define if you have the class function. */ |
| 23 | #undef HAVE_CLASS |
| 24 | |
| 25 | /* Define if you have the finite function. */ |
| 26 | #undef HAVE_FINITE |
| 27 | |
| 28 | /* Define if you have the fp_class function. */ |
| 29 | #undef HAVE_FP_CLASS |
| 30 | |
| 31 | /* Define if you have the fpclass function. */ |
| 32 | #undef HAVE_FPCLASS |
| 33 | |
Daniel Veillard | b05deb7 | 1999-08-10 19:04:08 +0000 | [diff] [blame] | 34 | /* Define if you have the isnand function. */ |
| 35 | #undef HAVE_ISNAND |
Arturo Espinosa | 8e0137c | 1998-09-23 00:58:59 +0000 | [diff] [blame] | 36 | |
Daniel Veillard | 7f7d111 | 1999-09-22 09:46:25 +0000 | [diff] [blame] | 37 | /* Define if you have the localtime function. */ |
| 38 | #undef HAVE_LOCALTIME |
| 39 | |
Daniel Veillard | 36169f8 | 1998-07-24 19:30:47 +0000 | [diff] [blame] | 40 | /* Define if you have the snprintf function. */ |
| 41 | #undef HAVE_SNPRINTF |
| 42 | |
Daniel Veillard | 8e19990 | 2001-01-25 18:54:39 +0000 | [diff] [blame] | 43 | /* Define if you have the stat function. */ |
| 44 | #undef HAVE_STAT |
| 45 | |
Daniel Veillard | 36169f8 | 1998-07-24 19:30:47 +0000 | [diff] [blame] | 46 | /* Define if you have the strdup function. */ |
| 47 | #undef HAVE_STRDUP |
| 48 | |
| 49 | /* Define if you have the strerror function. */ |
| 50 | #undef HAVE_STRERROR |
| 51 | |
Daniel Veillard | 7f7d111 | 1999-09-22 09:46:25 +0000 | [diff] [blame] | 52 | /* Define if you have the strftime function. */ |
| 53 | #undef HAVE_STRFTIME |
| 54 | |
Daniel Veillard | 36169f8 | 1998-07-24 19:30:47 +0000 | [diff] [blame] | 55 | /* Define if you have the strndup function. */ |
| 56 | #undef HAVE_STRNDUP |
| 57 | |
Daniel Veillard | 7f7d111 | 1999-09-22 09:46:25 +0000 | [diff] [blame] | 58 | /* Define if you have the <arpa/inet.h> header file. */ |
| 59 | #undef HAVE_ARPA_INET_H |
| 60 | |
Daniel Veillard | 36169f8 | 1998-07-24 19:30:47 +0000 | [diff] [blame] | 61 | /* Define if you have the <ctype.h> header file. */ |
| 62 | #undef HAVE_CTYPE_H |
| 63 | |
| 64 | /* Define if you have the <dirent.h> header file. */ |
| 65 | #undef HAVE_DIRENT_H |
| 66 | |
| 67 | /* Define if you have the <errno.h> header file. */ |
| 68 | #undef HAVE_ERRNO_H |
| 69 | |
| 70 | /* Define if you have the <fcntl.h> header file. */ |
| 71 | #undef HAVE_FCNTL_H |
| 72 | |
Daniel Veillard | b05deb7 | 1999-08-10 19:04:08 +0000 | [diff] [blame] | 73 | /* Define if you have the <float.h> header file. */ |
| 74 | #undef HAVE_FLOAT_H |
| 75 | |
| 76 | /* Define if you have the <fp_class.h> header file. */ |
| 77 | #undef HAVE_FP_CLASS_H |
| 78 | |
| 79 | /* Define if you have the <ieeefp.h> header file. */ |
| 80 | #undef HAVE_IEEEFP_H |
| 81 | |
Daniel Veillard | 36169f8 | 1998-07-24 19:30:47 +0000 | [diff] [blame] | 82 | /* Define if you have the <malloc.h> header file. */ |
| 83 | #undef HAVE_MALLOC_H |
| 84 | |
Daniel Veillard | b05deb7 | 1999-08-10 19:04:08 +0000 | [diff] [blame] | 85 | /* Define if you have the <math.h> header file. */ |
| 86 | #undef HAVE_MATH_H |
| 87 | |
| 88 | /* Define if you have the <nan.h> header file. */ |
| 89 | #undef HAVE_NAN_H |
| 90 | |
Daniel Veillard | 36169f8 | 1998-07-24 19:30:47 +0000 | [diff] [blame] | 91 | /* Define if you have the <ndir.h> header file. */ |
| 92 | #undef HAVE_NDIR_H |
| 93 | |
Daniel Veillard | 7f7d111 | 1999-09-22 09:46:25 +0000 | [diff] [blame] | 94 | /* Define if you have the <netdb.h> header file. */ |
| 95 | #undef HAVE_NETDB_H |
| 96 | |
| 97 | /* Define if you have the <netinet/in.h> header file. */ |
| 98 | #undef HAVE_NETINET_IN_H |
| 99 | |
Daniel Veillard | 36169f8 | 1998-07-24 19:30:47 +0000 | [diff] [blame] | 100 | /* Define if you have the <stdarg.h> header file. */ |
| 101 | #undef HAVE_STDARG_H |
| 102 | |
Daniel Veillard | 7f7d111 | 1999-09-22 09:46:25 +0000 | [diff] [blame] | 103 | /* Define if you have the <stdlib.h> header file. */ |
| 104 | #undef HAVE_STDLIB_H |
| 105 | |
Daniel Veillard | 04698d9 | 2000-09-17 16:00:22 +0000 | [diff] [blame] | 106 | /* Define if you have the <string.h> header file. */ |
| 107 | #undef HAVE_STRING_H |
| 108 | |
Daniel Veillard | 36169f8 | 1998-07-24 19:30:47 +0000 | [diff] [blame] | 109 | /* Define if you have the <sys/dir.h> header file. */ |
| 110 | #undef HAVE_SYS_DIR_H |
| 111 | |
Daniel Veillard | 46e370e | 2000-07-21 20:32:03 +0000 | [diff] [blame] | 112 | /* Define if you have the <sys/mman.h> header file. */ |
| 113 | #undef HAVE_SYS_MMAN_H |
| 114 | |
Daniel Veillard | 36169f8 | 1998-07-24 19:30:47 +0000 | [diff] [blame] | 115 | /* Define if you have the <sys/ndir.h> header file. */ |
| 116 | #undef HAVE_SYS_NDIR_H |
| 117 | |
Daniel Veillard | 7f7d111 | 1999-09-22 09:46:25 +0000 | [diff] [blame] | 118 | /* Define if you have the <sys/select.h> header file. */ |
| 119 | #undef HAVE_SYS_SELECT_H |
| 120 | |
| 121 | /* Define if you have the <sys/socket.h> header file. */ |
| 122 | #undef HAVE_SYS_SOCKET_H |
| 123 | |
Daniel Veillard | 36169f8 | 1998-07-24 19:30:47 +0000 | [diff] [blame] | 124 | /* Define if you have the <sys/stat.h> header file. */ |
| 125 | #undef HAVE_SYS_STAT_H |
| 126 | |
Daniel Veillard | 7f7d111 | 1999-09-22 09:46:25 +0000 | [diff] [blame] | 127 | /* Define if you have the <sys/time.h> header file. */ |
| 128 | #undef HAVE_SYS_TIME_H |
| 129 | |
Daniel Veillard | 36169f8 | 1998-07-24 19:30:47 +0000 | [diff] [blame] | 130 | /* Define if you have the <sys/types.h> header file. */ |
| 131 | #undef HAVE_SYS_TYPES_H |
| 132 | |
| 133 | /* Define if you have the <time.h> header file. */ |
| 134 | #undef HAVE_TIME_H |
| 135 | |
| 136 | /* Define if you have the <unistd.h> header file. */ |
| 137 | #undef HAVE_UNISTD_H |
| 138 | |
Daniel Veillard | 461a66c | 2000-01-18 18:01:01 +0000 | [diff] [blame] | 139 | /* Define if you have the <zlib.h> header file. */ |
| 140 | #undef HAVE_ZLIB_H |
| 141 | |
Daniel Veillard | 7168110 | 2001-02-24 17:48:53 +0000 | [diff] [blame] | 142 | /* Define if you have the iconv library (-liconv). */ |
| 143 | #undef HAVE_LIBICONV |
| 144 | |
Daniel Veillard | 7f7d111 | 1999-09-22 09:46:25 +0000 | [diff] [blame] | 145 | /* Define if you have the inet library (-linet). */ |
| 146 | #undef HAVE_LIBINET |
| 147 | |
| 148 | /* Define if you have the nsl library (-lnsl). */ |
| 149 | #undef HAVE_LIBNSL |
| 150 | |
| 151 | /* Define if you have the socket library (-lsocket). */ |
| 152 | #undef HAVE_LIBSOCKET |
| 153 | |
Daniel Veillard | 1164e75 | 1999-02-16 16:29:17 +0000 | [diff] [blame] | 154 | /* Name of package */ |
| 155 | #undef PACKAGE |
| 156 | |
| 157 | /* Version number of package */ |
| 158 | #undef VERSION |
| 159 | |
Daniel Veillard | 04698d9 | 2000-09-17 16:00:22 +0000 | [diff] [blame] | 160 | /* Define if compiler has function prototypes */ |
| 161 | #undef PROTOTYPES |
| 162 | |