English translation
[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 #undef OLD_COMPILER
45
46 /* Define if you have the getcwd function.  */
47 #undef HAVE_GETCWD
48
49 /* Define if you have the getpagesize function.  */
50 #undef HAVE_GETPAGESIZE
51
52 /* Define if you have the gettimeofday function.  */
53 #undef HAVE_GETTIMEOFDAY
54
55 /* Define if you have the mkdir function.  */
56 #undef HAVE_MKDIR
57
58 /* Define if you have the mktime function.  */
59 #undef HAVE_MKTIME
60
61 /* Define if you have the select function.  */
62 #undef HAVE_SELECT
63
64 /* Define if you have the socket function.  */
65 #undef HAVE_SOCKET
66
67 /* Define if you have the <dirent.h> header file.  */
68 #undef HAVE_DIRENT_H
69
70 /* Define if you have the <fcntl.h> header file.  */
71 #undef HAVE_FCNTL_H
72
73 /* Define if you have the <ndir.h> header file.  */
74 #undef HAVE_NDIR_H
75
76 /* Define if you have the <sys/dir.h> header file.  */
77 #undef HAVE_SYS_DIR_H
78
79 /* Define if you have the <sys/ndir.h> header file.  */
80 #undef HAVE_SYS_NDIR_H
81
82 /* Define if you have the <sys/time.h> header file.  */
83 #undef HAVE_SYS_TIME_H
84
85 /* Define if you have the <unistd.h> header file.  */
86 #undef HAVE_UNISTD_H
87
88 /* Define if you have the m library (-lm).  */
89 #undef HAVE_LIBM
90
91 /* Name of package */
92 #undef PACKAGE
93
94 /* Version number of package */
95 #undef VERSION
96