ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure.ac
(Generate patch)

Comparing gvpe/configure.ac (file contents):
Revision 1.10 by pcg, Tue Oct 14 17:24:19 2003 UTC vs.
Revision 1.11 by pcg, Tue Oct 14 19:45:35 2003 UTC

161AC_TYPE_PID_T 161AC_TYPE_PID_T
162AC_TYPE_SIZE_T 162AC_TYPE_SIZE_T
163AC_HEADER_TIME 163AC_HEADER_TIME
164AC_STRUCT_TM 164AC_STRUCT_TM
165 165
166dnl argl, could somebody catapult darwin into the 21st century???
167AC_CHECK_FUNCS(poll)
168
169AC_CACHE_CHECK([for socklen_t], ac_cv_type_socklen_t, 166AC_CACHE_CHECK([for socklen_t], ac_cv_type_socklen_t,
170[ 167[
171 AC_TRY_COMPILE( 168 AC_TRY_COMPILE(
172 [#include <sys/types.h> 169 [#include <sys/types.h>
173 #include <sys/socket.h>], 170 #include <sys/socket.h>],
198 195
199AC_LANG_PUSH(C) 196AC_LANG_PUSH(C)
200 197
201AC_HEADER_STDC 198AC_HEADER_STDC
202 199
200dnl argl, could somebody catapult darwin into the 21st century???
203AC_CHECK_FUNCS(asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall) 201AC_CHECK_FUNCS(asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall poll)
204 202
205AC_FUNC_ALLOCA 203AC_FUNC_ALLOCA
206 204
207dnl Support for SunOS 205dnl Support for SunOS
208 206

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines