Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  
config_win32.h
1/* mimetic/config_win32.h */
2
3#undef HAVE_DIRENT_H
4#undef HAVE_GETPAGESIZE
5#undef HAVE_MMAP
6#undef HAVE_UNISTD_H
7#undef HAVE_SYS_TIME_H
8
9#undef STDC_HEADERS
10#undef HAVE_SYS_STAT_H
11#undef HAVE_SYS_TYPES_H
12
13#define STDC_HEADERS 1
14#define HAVE_SYS_STAT_H 1
15#define HAVE_SYS_TYPES_H 1
16
17#define PACKAGE "mimetic"
18#define VERSION "0.9.8"
19
20
21typedef __int16 int16_t;
22typedef unsigned __int16 uint16_t;
23typedef __int32 int32_t;
24typedef unsigned __int32 uint32_t;
25typedef __int64 int64_t;
26typedef unsigned __int64 uint64_t;
27