Changed the makefile system to autoconf/automake.
[cacao.git] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
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 /* Define to include thread support */
37 #undef USE_THREADS
38 #undef EXTERNAL_OVERFLOW
39 #undef DONT_FREE_FIRST
40
41 /* sysdep */
42 #undef SYSDEP_DIR
43
44 /* Define if you have the getcwd function.  */
45 #undef HAVE_GETCWD
46
47 /* Define if you have the getpagesize function.  */
48 #undef HAVE_GETPAGESIZE
49
50 /* Define if you have the gettimeofday function.  */
51 #undef HAVE_GETTIMEOFDAY
52
53 /* Define if you have the mkdir function.  */
54 #undef HAVE_MKDIR
55
56 /* Define if you have the mktime function.  */
57 #undef HAVE_MKTIME
58
59 /* Define if you have the select function.  */
60 #undef HAVE_SELECT
61
62 /* Define if you have the socket function.  */
63 #undef HAVE_SOCKET
64
65 /* Define if you have the <dirent.h> header file.  */
66 #undef HAVE_DIRENT_H
67
68 /* Define if you have the <fcntl.h> header file.  */
69 #undef HAVE_FCNTL_H
70
71 /* Define if you have the <ndir.h> header file.  */
72 #undef HAVE_NDIR_H
73
74 /* Define if you have the <sys/dir.h> header file.  */
75 #undef HAVE_SYS_DIR_H
76
77 /* Define if you have the <sys/ndir.h> header file.  */
78 #undef HAVE_SYS_NDIR_H
79
80 /* Define if you have the <sys/time.h> header file.  */
81 #undef HAVE_SYS_TIME_H
82
83 /* Define if you have the <unistd.h> header file.  */
84 #undef HAVE_UNISTD_H
85
86 /* Define if you have the m library (-lm).  */
87 #undef HAVE_LIBM
88
89 /* Name of package */
90 #undef PACKAGE
91
92 /* Version number of package */
93 #undef VERSION
94