Changeset 200
- Timestamp:
- 05/15/04 08:07:05 (5 years ago)
- Files:
-
- trackerd/trunk/config.h.in (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trackerd/trunk/config.h.in
r189 r200 3 3 /* Define to 1 if you have the <arpa/inet.h> header file. */ 4 4 #undef HAVE_ARPA_INET_H 5 6 /* Define to 1 if your system has a working `chown' function. */ 7 #undef HAVE_CHOWN 5 8 6 9 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. … … 73 76 #undef HAVE_PTHREAD_H 74 77 78 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 79 and to 0 otherwise. */ 80 #undef HAVE_REALLOC 81 75 82 /* Define to 1 if you have the `realpath' function. */ 76 83 #undef HAVE_REALPATH … … 78 85 /* Define to 1 if you have the `rmdir' function. */ 79 86 #undef HAVE_RMDIR 87 88 /* Define to 1 if you have the `select' function. */ 89 #undef HAVE_SELECT 80 90 81 91 /* Define to 1 if you have the `setproctitle' function. */ … … 146 156 #undef HAVE_STRTOUL 147 157 158 /* Define to 1 if you have the `strtoull' function. */ 159 #undef HAVE_STRTOULL 160 148 161 /* Define to 1 if you have the <syslog.h> header file. */ 149 162 #undef HAVE_SYSLOG_H … … 163 176 #undef HAVE_SYS_PARAM_H 164 177 178 /* Define to 1 if you have the <sys/select.h> header file. */ 179 #undef HAVE_SYS_SELECT_H 180 165 181 /* Define to 1 if you have the <sys/socket.h> header file. */ 166 182 #undef HAVE_SYS_SOCKET_H … … 183 199 /* Define to 1 if you have the `tzset' function. */ 184 200 #undef HAVE_TZSET 201 202 /* Define to 1 if you have the `uname' function. */ 203 #undef HAVE_UNAME 185 204 186 205 /* Define to 1 if you have the <unistd.h> header file. */ … … 212 231 #undef RETSIGTYPE 213 232 233 /* Define to the type of arg 1 for `select'. */ 234 #undef SELECT_TYPE_ARG1 235 236 /* Define to the type of args 2, 3 and 4 for `select'. */ 237 #undef SELECT_TYPE_ARG234 238 239 /* Define to the type of arg 5 for `select'. */ 240 #undef SELECT_TYPE_ARG5 241 214 242 /* Define to 1 if you have the ANSI C header files. */ 215 243 #undef STDC_HEADERS … … 253 281 /* Define to `long' if <sys/types.h> does not define. */ 254 282 #undef off_t 283 284 /* Define to rpl_realloc if the replacement function should be used. */ 285 #undef realloc 255 286 256 287 /* Define to `unsigned' if <sys/types.h> does not define. */
