Changeset 1753
- Timestamp:
- 02/27/05 14:31:24 (4 years ago)
- Files:
-
- wired/trunk/config.h.in (modified) (1 diff)
- wired/trunk/configure (modified) (1 diff)
- wired/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wired/trunk/config.h.in
r1717 r1753 15 15 /* Define to 1 if you have the <getopt.h> header file. */ 16 16 #undef HAVE_GETOPT_H 17 18 /* Define to 1 if you have the `getpagesize' function. */ 19 #undef HAVE_GETPAGESIZE 17 20 18 21 /* Define to 1 if you have glibc. */ wired/trunk/configure
r1725 r1753 5866 5866 5867 5867 5868 5868 5869 for ac_func in \ 5869 5870 daemon \ 5870 5871 getifaddrs \ 5872 getpagesize \ 5871 5873 pthread_attr_setschedpolicy \ 5872 5874 setproctitle \ wired/trunk/configure.in
r1725 r1753 373 373 daemon \ 374 374 getifaddrs \ 375 getpagesize \ 375 376 pthread_attr_setschedpolicy \ 376 377 setproctitle \
