File: config.h.in

package info (click to toggle)
nstreams 1.0.4%2Bds-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: ansic: 1,548; sh: 152; makefile: 49
file content (32 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (2)
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