Go to the documentation of this file.
35 #define __zconfigd__ 1
41 #define ZCONFIG_Compiler_CodeWarrior 1
42 #define ZCONFIG_Compiler_MSVC 2
43 #define ZCONFIG_Compiler_GCC 3
46 #define ZCONFIG_STL_Modena 1
47 #define ZCONFIG_STL_Unknown 2
50 #define ZCONFIG_OS_MacOS7 1
51 #define ZCONFIG_OS_Carbon 2
52 #define ZCONFIG_OS_Win32 3
53 #define ZCONFIG_OS_POSIX 4
54 #define ZCONFIG_OS_Be 5
57 #define ZCONFIG_Processor_68K 1
58 #define ZCONFIG_Processor_PPC 2
59 #define ZCONFIG_Processor_x86 3
60 #define ZCONFIG_Processor_Sparc 4
63 #define ZCONFIG_Endian_Big 1
64 #define ZCONFIG_Endian_Little 2
67 #define ZCONFIG_API_Thread_Unknown 0
68 #define ZCONFIG_API_Thread_Mac 1
69 #define ZCONFIG_API_Thread_Win32 2
70 #define ZCONFIG_API_Thread_POSIX 3
71 #define ZCONFIG_API_Thread_Be 4
80 #define ZCONFIG_API_OSWindow_Unknown 0
81 #define ZCONFIG_API_OSWindow_Mac 1
82 #define ZCONFIG_API_OSWindow_Win32 2
83 #define ZCONFIG_API_OSWindow_X 3
84 #define ZCONFIG_API_OSWindow_Be 4
88 #define ZCONFIG_API_Graphics_Unknown 0
89 #define ZCONFIG_API_Graphics_QD 1
90 #define ZCONFIG_API_Graphics_GDI 2
91 #define ZCONFIG_API_Graphics_X 4
92 #define ZCONFIG_API_Graphics_Be 8
93 #define ZCONFIG_API_Graphics_Generic 128
96 #define ZCONFIG_API_File_Unknown 0
97 #define ZCONFIG_API_File_Mac 1
98 #define ZCONFIG_API_File_Win32 2
99 #define ZCONFIG_API_File_POSIX 3
100 #define ZCONFIG_API_File_Be 4
104 #define ZCONFIG_API_Net_Unknown 0
105 #define ZCONFIG_API_Net_MacClassic 1
106 #define ZCONFIG_API_Net_MacOT 2
107 #define ZCONFIG_API_Net_WinSock 4
108 #define ZCONFIG_API_Net_Socket 8
109 #define ZCONFIG_API_Net_BeSocket 16