File: acconfig.h

package info (click to toggle)
libnet 1.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,792 kB
  • ctags: 853
  • sloc: ansic: 8,738; sh: 1,793; makefile: 407
file content (27 lines) | stat: -rw-r--r-- 675 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
dnl     $Id: acconfig.h,v 1.4 1999/08/13 17:13:39 route Exp $
dnl
dnl     Libnet autoconfiguration acconfig.h file
dnl     Copyright (c) 1998, 1999 Mike D. Schiffman <mike@infonexus.com>
dnl     All rights reserved.
dnl
dnl     Process this file with autoheader to produce a config.h file.
dnl

#undef LIBNET_BSDISH_OS
#undef LIBNET_BSD_BYTE_SWAP
#undef DLPI_DEV_PREFIX
#undef HAVE_DEV_DLPI
#undef HAVE_SOCKADDR_SA_LEN
#undef HAVE_DLPI
#undef HAVE_PF_PACKET
#undef HAVE_STRUCT_IP_CSUM
#undef HAVE_LIB_PCAP
#undef LBL_ALIGN
#undef STUPID_SOLARIS_CHECKSUM_BUG
#undef _BSD_SOURCE
#undef __BSD_SOURCE
#undef __FAVOR_BSD
#undef LIBNET_BIG_ENDIAN
#undef LIBNET_LIL_ENDIAN

dnl EOF