File: acconfig.h

package info (click to toggle)
xnc 5.0.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 9,672 kB
  • ctags: 13,113
  • sloc: ansic: 72,174; cpp: 50,020; sh: 4,444; makefile: 1,380; yacc: 316; sed: 16
file content (37 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (3)
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
#undef PACKAGE
#undef VERSION

/* Define if you have a long long type */
#undef HAVE_LONG_LONG

/* Define if you have a working dlopen() */
#undef HAVE_DLOPEN

/* Define to include support for multi-threading */
#undef O_PLMT

/* Define to make use of standard (UNIX98) pthread recursive mutexes */
#undef RECURSIVE_MUTEXES

/* Define to the extension of shared objects (.so normally) */
#undef SO_EXT

/* Define this will enable shared objects loading interface (plugins)*/
#undef USE_SHARED_LOADING

/* Define if you have _GNU_SOURCE getpt() */
#undef HAVE_GETPT

/* Define possible pty types */
#undef PTYS_ARE_OPENPTY
#undef PTYS_ARE_NUMERIC
#undef PTYS_ARE_PTMX
#undef PTYS_ARE_PTC
#undef PTYS_ARE__GETPTY
#undef PTYS_ARE_GETPTY
#undef PTYS_ARE_GETPT
#undef PTYS_ARE_CLONE
#undef PTYS_ARE_SEARCHED

/* ------------ End of file -------------- */