Changeset 97eadcc
- Timestamp:
- 08/10/04 16:27:11 (17 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 60fc8aa
- Parents:
- 7957e84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
rde8ccadb r97eadcc 11 11 AC_PROG_LIBTOOL 12 12 13 dnl Checks for libraries. 14 dnl Replace `main' with a function in -lpcap: 15 dnl AC_CHECK_LIB(pcap, pcap_open_dead) 16 dnl Replace `main' with a function in -lz: 17 dnl AC_CHECK_LIB(z, gzread) 13 14 dnl GNU C library 15 AC_GNU_SOURCE 18 16 19 17 dnl Checks for header files. 20 18 AC_HEADER_STDC 21 AC_CHECK_HEADERS(errno.h stdlib.h stdio.h assert.h string.h netinet/in.h assert.h errno.h fcntl.h net/ethernet.h netdb.h pcap.h stdio.h stdlib.h string.h sys/stat.h sys/types.h sys/socket.h sys/un.h unistd.h time.h sys/ioctl.h net/bpf.h pcap.h zlib.h pcap-bpf.h) 19 dnl AC_CHECK_HEADERS(errno.h stdlib.h stdio.h assert.h string.h netinet/in.h assert.h errno.h fcntl.h net/ethernet.h netdb.h pcap.h stdio.h stdlib.h string.h sys/stat.h sys/types.h sys/socket.h sys/un.h unistd.h time.h sys/ioctl.h net/bpf.h pcap.h zlib.h pcap-bpf.h) 20 AC_CHECK_HEADERS(pcap.h zlib.h pcap-bpf.h net/bpf.h) 22 21 23 22 dnl Checks for typedefs, structures, and compiler characteristics. 24 23 AC_C_CONST 25 24 AC_C_INLINE 25 AC_C_BIGENDIAN 26 26 AC_TYPE_SIZE_T 27 27 AC_HEADER_TIME … … 31 31 AC_CHECK_FUNCS(socket strdup) 32 32 33 33 34 dnl we need large files 34 35 AC_SYS_LARGEFILE 36 37 dnl check to make sure we have 64 bit file support 38 35 39 36 40 dnl configure time options for selecting which libpcap and libz to use
Note: See TracChangeset
for help on using the changeset viewer.