Changeset 243
- Timestamp:
- 05/27/05 04:50:15 (3 years ago)
- Files:
-
- op/branches/autoconf/configure.in (modified) (1 diff)
- op/branches/autoconf/defs.h (modified) (1 diff)
- op/branches/autoconf/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
op/branches/autoconf/configure.in
r242 r243 39 39 AC_HEADER_STDC 40 40 AC_HEADER_SYS_WAIT 41 AC_HEADER_TIME 41 42 AC_CHECK_HEADERS([limits.h netdb.h shadow.h stdlib.h string.h sys/time.h syslog.h unistd.h]) 42 43 op/branches/autoconf/defs.h
r242 r243 12 12 #include <limits.h> 13 13 #include "config.h" 14 15 #if TIME_WITH_SYS_TIME 16 # include <sys/time.h> 17 # include <time.h> 18 #else 19 # if HAVE_SYS_TIME_H 20 # include <sys/time.h> 21 # else 22 # include <time.h> 23 # endif 24 #endif 14 25 15 26 #if HAVE_DIRENT_H op/branches/autoconf/main.c
r240 r243 12 12 #include <sys/stat.h> 13 13 #include <errno.h> 14 #include <sys/time.h>15 14 #include <netdb.h> 16 #include <time.h>17 15 #include <signal.h> 18 16 #include <stdio.h>
