Changeset 1167 for 1.8.3/trunk/config.h.in
- Timestamp:
- 12/28/07 19:57:17 (8 months ago)
- Files:
-
- 1.8.3/trunk/config.h.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/config.h.in
r1032 r1167 67 67 #undef HAVE_SYS_UIO_H 68 68 69 #undef HAVE_POLL_H 70 71 #undef HAVE_SYS_EPOLL_H 72 73 #undef HAVE_SYS_SELECT_H 74 69 75 /* C99ish headers. The first two are really really nice to have. */ 70 76 … … 88 94 #define HAS_OPENSSL 89 95 #endif 96 97 #undef HAVE_PCRE 90 98 91 99 /* Types */ … … 166 174 #undef HAVE_CBRT 167 175 176 #undef HAVE_LOG2 177 168 178 #undef HAS_CRYPT 169 179 … … 275 285 #undef HAVE_GETPPID 276 286 287 #undef HAVE_PSELECT 288 289 #undef HAVE_POLL 290 291 #undef HAVE_PPOLL 292 293 #undef HAVE_POLLTS 294 277 295 #undef HAVE_KQUEUE 278 296 297 #undef HAVE_EPOLL_CTL 298 279 299 #undef HAVE_VALLOC 280 300 281 301 #undef HAVE_WRITEV 302 303 #undef HAVE_FCNTL 282 304 283 305 /* Variables and defines */
