Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  
config.h
1/* mimetic/config.h. Generated from config.h.in by configure. */
2/* mimetic/config.h.in. Generated from configure.in by autoheader. */
3
4/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
5 */
6#define HAVE_DIRENT_H 1
7
8/* Define to 1 if you have the <dlfcn.h> header file. */
9#define HAVE_DLFCN_H 1
10
11/* Define to 1 if you have the `getpagesize' function. */
12#define HAVE_GETPAGESIZE 1
13
14/* Define to 1 if you have the <inttypes.h> header file. */
15#define HAVE_INTTYPES_H 1
16
17/* Define to 1 if you have the `madvise' function. */
18#define HAVE_MADVISE 1
19
20/* Define to 1 if you have the <memory.h> header file. */
21#define HAVE_MEMORY_H 1
22
23/* Define to 1 if you have a working `mmap' system call. */
24#define HAVE_MMAP 1
25
26/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
27/* #undef HAVE_NDIR_H */
28
29/* Define to 1 if you have the <stdint.h> header file. */
30#define HAVE_STDINT_H 1
31
32/* Define to 1 if you have the <stdlib.h> header file. */
33#define HAVE_STDLIB_H 1
34
35/* Define to 1 if you have the <strings.h> header file. */
36#define HAVE_STRINGS_H 1
37
38/* Define to 1 if you have the <string.h> header file. */
39#define HAVE_STRING_H 1
40
41/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
42 */
43/* #undef HAVE_SYS_DIR_H */
44
45/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
46 */
47/* #undef HAVE_SYS_NDIR_H */
48
49/* Define to 1 if you have the <sys/param.h> header file. */
50#define HAVE_SYS_PARAM_H 1
51
52/* Define to 1 if you have the <sys/stat.h> header file. */
53#define HAVE_SYS_STAT_H 1
54
55/* Define to 1 if you have the <sys/time.h> header file. */
56#define HAVE_SYS_TIME_H 1
57
58/* Define to 1 if you have the <sys/types.h> header file. */
59#define HAVE_SYS_TYPES_H 1
60
61/* Define to 1 if you have the <unistd.h> header file. */
62#define HAVE_UNISTD_H 1
63
64/* Define to the sub-directory in which libtool stores uninstalled libraries.
65 */
66#define LT_OBJDIR ".libs/"
67
68/* Name of package */
69#define PACKAGE "mimetic"
70
71/* Define to the address where bug reports for this package should be sent. */
72#define PACKAGE_BUGREPORT ""
73
74/* Define to the full name of this package. */
75#define PACKAGE_NAME ""
76
77/* Define to the full name and version of this package. */
78#define PACKAGE_STRING ""
79
80/* Define to the one symbol short name of this package. */
81#define PACKAGE_TARNAME ""
82
83/* Define to the home page for this package. */
84#define PACKAGE_URL ""
85
86/* Define to the version of this package. */
87#define PACKAGE_VERSION ""
88
89/* Define to 1 if you have the ANSI C header files. */
90#define STDC_HEADERS 1
91
92/* Version number of package */
93#define VERSION "0.9.8"
94
95/* Define to `int' if <sys/types.h> doesn't define. */
96/* #undef gid_t */
97
98/* Define to `long int' if <sys/types.h> does not define. */
99/* #undef off_t */
100
101/* Define to `unsigned int' if <sys/types.h> does not define. */
102/* #undef size_t */
103
104/* Define to `int' if <sys/types.h> doesn't define. */
105/* #undef uid_t */