Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  
config_win32.h
00001 /* mimetic/config_win32.h  */
00002 
00003 #undef HAVE_DIRENT_H
00004 #undef HAVE_GETPAGESIZE
00005 #undef HAVE_MMAP
00006 #undef HAVE_UNISTD_H
00007 #undef HAVE_SYS_TIME_H
00008 
00009 #undef STDC_HEADERS
00010 #undef HAVE_SYS_STAT_H
00011 #undef HAVE_SYS_TYPES_H
00012 
00013 #define STDC_HEADERS 1
00014 #define HAVE_SYS_STAT_H 1
00015 #define HAVE_SYS_TYPES_H 1
00016 
00017 #define PACKAGE "mimetic"
00018 #define VERSION "0.9.7"
00019 
00020 
00021 typedef __int16 int16_t;
00022 typedef unsigned __int16 uint16_t;
00023 typedef __int32 int32_t;
00024 typedef unsigned __int32 uint32_t;
00025 typedef __int64 int64_t;
00026 typedef unsigned __int64 uint64_t;
00027