00001
00002
00014 #ifndef CONFIG_H
00015 #define CONFIG_H
00016
00017
00018
00019 #define HAVE_INTTYPES_H 1
00020 #define HAVE_STDINT_H 1
00021 #define HAVE_MEMORY_H 1
00022 #define HAVE_UNISTD_H 1
00023
00024 #define HAVE_MACHINE_ENDIAN_H 1
00025 #define HAVE_TERMIOS_H 1
00026
00027 #define HAVE_LIBICONV 1
00028 #define HAVE_DLOPEN 1
00029 #define HAVE_MMAP 1
00030 #define HAVE_CHDIR 1
00031 #define HAVE_GETCWD 1
00032 #define HAVE_GETPWNAM 1
00033
00034 #define __PLATFORM__ "darwin"
00035 #define __DYLIBSUFFIX__ ".dylib"
00036
00037
00038
00039
00040 #endif
00041