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 28 29 30 31 32
|
#ifndef __FILTER_RULES__CONFIG_H__
#define __FILTER_RULES__CONFIG_H__
#undef HAVE_ERRNO_H
#undef HAVE_SYS_TYPES_H
#undef HAVE_NETINET_IN_H
#undef HAVE_SYS_SOCKET_H
#undef HAVE_NETDB_H
#undef HAVE_ARPA_INET_H
#undef HAVE_STRING_H
#undef HAVE_SIGNAL_H
#undef HAVE_PCAP_H
#undef HAVE_NETINET_IN_SYSTM_H
#undef HAVE_SYS_TYPES_H
#undef HAVE_SYS_TIME_H
#undef HAVE_UNISTD_H
#undef HAVE_GETOPT_H
#undef HAVE_CTYPE_H
#undef HAVE_BZERO
#undef HAVE_INET_ATON
#ifndef HAVE_BZERO
#define bzero(b,y) memset(b,0,y)
#endif
#define VERSION "1.0.4"
#undef ETC_NSTREAMS_NETWORKS
#undef ETC_NSTREAMS_SERVICES
#endif
|