Ignore:
Timestamp:
07/15/08 22:15:47 (5 years ago)
Author:
sam
Message:
  • Fix a compilation issue on FreeBSD by defining _BSD_SOURCE and including <sys/cdefs.h>.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/configure.ac

    r2366 r2523  
    2727AC_SUBST(DLL_LDFLAGS) 
    2828 
    29 AC_CHECK_HEADERS(windows.h winsock2.h io.h process.h unistd.h inttypes.h stdint.h getopt.h libc.h malloc.h dlfcn.h regex.h sys/socket.h netinet/in.h sys/uio.h aio.h sys/mman.h sys/wait.h sys/resource.h sys/time.h endian.h) 
     29AC_CHECK_HEADERS(windows.h winsock2.h io.h process.h unistd.h inttypes.h stdint.h getopt.h libc.h malloc.h dlfcn.h regex.h sys/cdefs.h sys/socket.h netinet/in.h sys/uio.h aio.h sys/mman.h sys/wait.h sys/resource.h sys/time.h endian.h) 
    3030 
    3131AC_CHECK_FUNCS(setenv waitpid setrlimit gettimeofday fork kill pipe _pipe) 
Note: See TracChangeset for help on using the changeset viewer.