Changeset 1701 for zzuf/trunk/configure.ac
- Timestamp:
- Jan 23, 2007, 4:38:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/configure.ac
r1696 r1701 15 15 AC_PROG_LIBTOOL 16 16 17 AC_CHECK_HEADERS(inttypes.h stdint.h getopt.h libc.h malloc.h dlfcn.h regex.h sys/socket.h sys/uio.h aio.h sys/mman.h sys/wait.h sys/resource.h) 17 case "${host_os}" in 18 *mingw32*) 19 WIN32DLL_LDFLAGS="-Wl,-l,imagehlp" 20 ac_cv_func_recv=yes 21 ac_cv_func_recvfrom=yes 22 ac_cv_func_socket=yes 23 ac_cv_func_accept=yes 24 ;; 25 esac 26 AC_SUBST(WIN32DLL_LDFLAGS) 27 28 AC_CHECK_HEADERS(windows.h winsock2.h inttypes.h stdint.h getopt.h libc.h malloc.h dlfcn.h regex.h sys/socket.h sys/uio.h aio.h sys/mman.h sys/wait.h sys/resource.h) 29 18 30 AC_CHECK_FUNCS(open64 lseek64 mmap64 fopen64 fseeko _IO_getc getline getdelim __getdelim fgetln __srefill map_fd memalign posix_memalign aio_read accept socket readv pread recv recvfrom recvmsg mmap valloc sigaction) 31 19 32 AC_CHECK_TYPES(sighandler_t, [], [], 20 33 [#define _GNU_SOURCE
Note: See TracChangeset
for help on using the changeset viewer.