File: acconfig.h

package info (click to toggle)
gnuserv 3.12.8-12
  • links: PTS
  • area: main
  • in suites: bookworm, trixie
  • size: 832 kB
  • sloc: ansic: 5,138; lisp: 1,572; makefile: 419; sh: 268
file content (20 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Define this if SYSV IPC is available (e.g. msgget, etc.) */
#undef HAVE_SYSVIPC

/* Define this if internet-domain sockets are available */
#undef HAVE_INTERNET_DOMAIN_SOCKETS

/* Define this if berkeley unix-domain sockets are available */
#undef HAVE_UNIX_DOMAIN_SOCKETS

/* Define this if have sun_len member in struct sockaddr_un */
#undef HAVE_SOCKADDR_SUN_LEN

/* Define this if using Xauth authentication */
#undef HAVE_XAUTH

#undef socklen_t

#undef HAVE_X_WINDOWS

#undef _GNU_SOURCE