blob: 5f3fa16970eb80cbc107e6319328cc2e1c5ca75b (
plain)
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
50
51
52
53
54
55
56
57
58
59
|
/* Define as 1 if this compiler supports long long. */
#undef HAVE_LONG_LONG
/* Define as 1 if you have string.h */
#undef HAVE_STRING_H
/* Define as 1 if you have stdlib.h */
#undef HAVE_STDLIB_H
/* Define as 1 if you have malloc.h */
#undef HAVE_MALLOC_H
/* Define as 1 if you have unistd.h */
#undef HAVE_UNISTD_H
/* Define as 1 if you have getopt.h */
#undef HAVE_GETOPT_H
/* Define as 1 if you have values.h */
#undef HAVE_VALUES_H
/* Define as 1 if you have dlfcn.h */
#undef HAVE_DLFCN_H
/* Define as 1 if you have sys/un.h */
#undef HAVE_SYS_UN_H
/* Define as 1 if you have sys/shm.h */
#undef HAVE_SYS_SHM_H
/* Define as 1 if you have sys/mman.h */
#undef HAVE_SYS_MMAN_H
/* Define as 1 if you have sys/ipc.h */
#undef HAVE_SYS_IPC_H
/* Define as 1 if you have socklen_t */
#undef HAVE_SOCKLEN_T
/* Define as 1 if you have strchr */
#undef HAVE_STRCHR
/* Define as 1 if you have memcpy */
#undef HAVE_MEMCPY
/* Define as 1 if you have snprintf */
#undef HAVE_SNPRINTF
/* Define as 1 if you have Tcl */
#undef HAVE_TCL
/* Define as 1 if you have Xt */
#undef HAVE_XT
/* Define as 1 if you are running Cygwin. */
#undef HAVE_CYGWIN
/* Define as 1 if you are running MinGW. */
#undef HAVE_MINGW32
|