File: acconfig.h

package info (click to toggle)
sing 1.1-13etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,480 kB
  • ctags: 2,092
  • sloc: ansic: 20,745; sh: 4,857; makefile: 718; yacc: 234; lex: 203
file content (49 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (5)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/* Linux system */
#undef LINUX
#undef LINUX_20
#undef LINUX_21
#undef LINUX_22
#undef LINUX_24

/* Solaris system */
#undef SOLARIS

#undef SOLARIS_251
#undef SOLARIS_26
#undef SOLARIS_27

/* FreeBSD system */
#undef FREEBSD

/* NetBSD system */
#undef NETBSD

/* OpenBSD system */
#undef OPENBSD

/* OS has strange BSD byte */
#undef STRANGE_BSD_BYTE

/* Can do IP fragments */
#undef CAN_FRAGMENT

/* Package */
#undef PACKAGE

/* Program version */
#undef VERSION

/* Struct ip */
#undef HAVE_STRUCT_IP

/* Struct ip has ip_csum field */
#undef HAVE_IP_IP_CSUM

/* Struct ip has ip_sum field */
#undef HAVE_IP_IP_SUM

/* Struct sockaddr has sa_len field */
#undef HAVE_SOCKADDR_SA_LEN

/* Define if you have the getopt_long_only function */
#undef HAVE_GETOPTLONGONLY