File: acconfig.h

package info (click to toggle)
oidentd 2.0.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 840 kB
  • ctags: 505
  • sloc: ansic: 5,290; sh: 3,215; yacc: 364; lex: 335; makefile: 101
file content (32 lines) | stat: -rw-r--r-- 629 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
28
29
30
31
32
/*
**
** See src/oidentd.h for more user-configurable values
**
** $Id: acconfig.h,v 1.9 2001/09/29 01:08:13 odin Exp $
*/

#undef PACKAGE
#undef VERSION
#undef HAVE_IN_PORT_T
#undef HAVE_IN_ADDR_T
#undef HAVE_SOCKLEN_T
#undef HAVE_GETADDRINFO
#undef HAVE_FREEADDRINFO
#undef HAVE_GETNAMEINFO
#undef HAVE_GAI_STRERROR
#undef HAVE_INET_NTOP
#undef HAVE_STRUCT_SOCKADDR_STORAGE
#undef HAVE_STRUCT_ADDRINFO
#undef HAVE___SS_FAMILY
#undef USE_KMEM
#undef SOLARIS
#undef SVR4
#undef WANT_IPV6
#undef MASQ_SUPPORT
#undef ENABLE_DEBUGGING
#undef u_int32_t
#undef u_int16_t
#undef u_int8_t
#undef uint32_t
#undef uint16_t
#undef uint8_t