minor documentation corrections
[cacao.git] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
2
3 /* Define to empty if the keyword does not work.  */
4 #undef const
5
6 /* Define if you have a working `mmap' system call.  */
7 #undef HAVE_MMAP
8
9 /* Define as __inline if that's what the C compiler calls it.  */
10 #undef inline
11
12 /* Define to `long' if <sys/types.h> doesn't define.  */
13 #undef off_t
14
15 /* Define as the return type of signal handlers (int or void).  */
16 #undef RETSIGTYPE
17
18 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
19 #undef size_t
20
21 /* Define if you have the ANSI C header files.  */
22 #undef STDC_HEADERS
23
24 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
25 #undef TIME_WITH_SYS_TIME
26
27 /* Define if your <sys/time.h> declares struct tm.  */
28 #undef TM_IN_SYS_TIME
29
30 /* Define if mman.h defines MAP_FAILED  */
31 #undef HAVE_MAP_FAILED
32
33 /* Define if mman.h defines MAP_ANONYMOUS  */
34 #undef HAVE_MAP_ANONYMOUS
35
36 #undef TRACE_ARGS_NUM
37
38 /* Define to include thread support */
39 #undef USE_THREADS
40 #undef EXTERNAL_OVERFLOW
41 #undef DONT_FREE_FIRST
42
43 /* Architecture directory */
44 #undef ARCH_DIR
45
46 #undef USE_CODEMMAP
47
48 /* Define if you have the getcwd function.  */
49 #undef HAVE_GETCWD
50
51 /* Define if you have the getpagesize function.  */
52 #undef HAVE_GETPAGESIZE
53
54 /* Define if you have the gettimeofday function.  */
55 #undef HAVE_GETTIMEOFDAY
56
57 /* Define if you have the mkdir function.  */
58 #undef HAVE_MKDIR
59
60 /* Define if you have the mktime function.  */
61 #undef HAVE_MKTIME
62
63 /* Define if you have the select function.  */
64 #undef HAVE_SELECT
65
66 /* Define if you have the socket function.  */
67 #undef HAVE_SOCKET
68
69 /* Define if you have the <dirent.h> header file.  */
70 #undef HAVE_DIRENT_H
71
72 /* Define if you have the <fcntl.h> header file.  */
73 #undef HAVE_FCNTL_H
74
75 /* Define if you have the <ndir.h> header file.  */
76 #undef HAVE_NDIR_H
77
78 /* Define if you have the <sys/dir.h> header file.  */
79 #undef HAVE_SYS_DIR_H
80
81 /* Define if you have the <sys/ioctl.h> header file.  */
82 #undef HAVE_SYS_IOCTL_H
83
84 /* Define if you have the <sys/ndir.h> header file.  */
85 #undef HAVE_SYS_NDIR_H
86
87 /* Define if you have the <sys/time.h> header file.  */
88 #undef HAVE_SYS_TIME_H
89
90 /* Define if you have the <unistd.h> header file.  */
91 #undef HAVE_UNISTD_H
92
93 /* Define if you have the m library (-lm).  */
94 #undef HAVE_LIBM
95
96 /* Name of package */
97 #undef PACKAGE
98
99 /* Version number of package */
100 #undef VERSION
101