62 +#undef HAVE_SYS_CDEFS_H |
62 +#undef HAVE_SYS_CDEFS_H |
63 + |
63 + |
64 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ |
64 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ |
65 #undef HAVE_SYS_WAIT_H |
65 #undef HAVE_SYS_WAIT_H |
66 |
66 |
67 Index: configure |
|
68 --- configure.orig 2006-08-19 09:11:11 +0200 |
|
69 +++ configure 2006-08-24 12:14:21 +0200 |
|
70 @@ -22317,7 +22317,7 @@ |
|
71 |
|
72 |
|
73 |
|
74 -for ac_header in stdarg.h errno.h fcntl.h paths.h stdlib.h string.h time.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h sys/ioccom.h sys/file.h syslog.h unistd.h assert.h |
|
75 +for ac_header in stdarg.h errno.h fcntl.h paths.h stdlib.h string.h time.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h sys/ioccom.h sys/file.h syslog.h unistd.h assert.h sys/cdefs.h |
|
76 do |
|
77 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
|
78 if eval "test \"\${$as_ac_Header+set}\" = set"; then |
|
79 @@ -23483,7 +23483,7 @@ |
|
80 |
|
81 |
|
82 |
|
83 -for ac_func in asprintf dup2 fgetln gettimeofday memmove memset strcasecmp strchr strdup strncasecmp strtoul strspn getaddrinfo getnameinfo freeaddrinfo setgroups sendmsg recvmsg setregid setruid kqueue |
|
84 +for ac_func in asprintf dup2 fgetln gettimeofday memmove memset strcasecmp strchr strdup strncasecmp strtoul strspn getaddrinfo getnameinfo freeaddrinfo setgroups sendmsg recvmsg setregid setruid setenv kqueue |
|
85 do |
|
86 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
|
87 echo "$as_me:$LINENO: checking for $ac_func" >&5 |
|
88 Index: dhcpclient.c |
67 Index: dhcpclient.c |
89 --- dhcpclient.c.orig 2006-08-19 09:10:41 +0200 |
68 --- dhcpclient.c.orig 2006-08-19 09:10:41 +0200 |
90 +++ dhcpclient.c 2006-08-24 12:14:21 +0200 |
69 +++ dhcpclient.c 2006-08-24 12:14:21 +0200 |
91 @@ -94,6 +94,13 @@ |
70 @@ -94,6 +94,13 @@ |
92 |
71 |