Main Page
Class Hierarchy
Alphabetical List
Compound List
Examples
mimetic
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
21
typedef
__int16 int16_t;
22
typedef
unsigned
__int16 uint16_t;
23
typedef
__int32 int32_t;
24
typedef
unsigned
__int32 uint32_t;
25
typedef
__int64 int64_t;
26
typedef
unsigned
__int64 uint64_t;
27