Main Page
Class Hierarchy
Alphabetical List
Compound List
Examples
mimetic
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 a working 'mmap' system call. */
21
#define HAVE_MMAP 1
22
23
/* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */
24
/* #undef HAVE_NDIR_H */
25
26
/* Define to 1 if you have the <stdint.h> header file. */
27
#define HAVE_STDINT_H 1
28
29
/* Define to 1 if you have the <stdio.h> header file. */
30
#define HAVE_STDIO_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 where libtool stores uninstalled libraries. */
65
#define LT_OBJDIR ".libs/"
66
67
/* Name of package */
68
#define PACKAGE "mimetic"
69
70
/* Define to the address where bug reports for this package should be sent. */
71
#define PACKAGE_BUGREPORT ""
72
73
/* Define to the full name of this package. */
74
#define PACKAGE_NAME ""
75
76
/* Define to the full name and version of this package. */
77
#define PACKAGE_STRING ""
78
79
/* Define to the one symbol short name of this package. */
80
#define PACKAGE_TARNAME ""
81
82
/* Define to the home page for this package. */
83
#define PACKAGE_URL ""
84
85
/* Define to the version of this package. */
86
#define PACKAGE_VERSION ""
87
88
/* Define to 1 if all of the C89 standard headers exist (not just the ones
89
required in a freestanding environment). This macro is provided for
90
backward compatibility; new code need not use it. */
91
#define STDC_HEADERS 1
92
93
/* Version number of package */
94
#define VERSION "0.9.8"
95
96
/* Define as 'int' if <sys/types.h> doesn't define. */
97
/* #undef gid_t */
98
99
/* Define to 'long int' if <sys/types.h> does not define. */
100
/* #undef off_t */
101
102
/* Define as 'unsigned int' if <stddef.h> doesn't define. */
103
/* #undef size_t */
104
105
/* Define as 'int' if <sys/types.h> doesn't define. */
106
/* #undef uid_t */