OSDN Git Service

TiMidity++-2.10.4
[timidity41/timidity41.git] / configs / msc-config.h
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */\r
2 \r
3 /* Define if type char is unsigned and you are not using gcc.  */\r
4 // #ifndef __CHAR_UNSIGNED__\r
5 // #undef __CHAR_UNSIGNED__\r
6 // #endif\r
7 \r
8 /* Define to empty if the keyword does not work.  */\r
9 // #undef const\r
10 \r
11 /* Define if you don't have vprintf but do have _doprnt.  */\r
12 #undef HAVE_DOPRNT\r
13 \r
14 /* Define if you have a working `mmap' system call.  */\r
15 #undef HAVE_MMAP\r
16 \r
17 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */\r
18 #undef HAVE_SYS_WAIT_H\r
19 \r
20 /* Define if you have the vprintf function.  */\r
21 // #undef HAVE_VPRINTF\r
22 #define HAVE_VPRINTF\r
23 \r
24 /* Define as __inline if that's what the C compiler calls it.  */\r
25 // #undef inline\r
26 #define inline __inline\r
27 \r
28 /* Define to `long' if <sys/types.h> doesn't define.  */\r
29 // #undef off_t\r
30 \r
31 /* Define to `int' if <sys/types.h> doesn't define.  */\r
32 // #undef pid_t\r
33 \r
34 /* Define as the return type of signal handlers (int or void).  */\r
35 // #undef RETSIGTYPE\r
36 #define RETSIGTYPE int\r
37 \r
38 /* Define if the setvbuf function takes the buffering type as its second\r
39    argument and the buffer pointer as the third, as on System V\r
40    before release 3.  */\r
41 // #undef SETVBUF_REVERSED\r
42 \r
43 /* Define to `unsigned' if <sys/types.h> doesn't define.  */\r
44 // #undef size_t\r
45 \r
46 /* Define if you have the ANSI C header files.  */\r
47 // #undef STDC_HEADERS\r
48 \r
49 /* Define if you can safely include both <sys/time.h> and <time.h>.  */\r
50 // #undef TIME_WITH_SYS_TIME\r
51 \r
52 /* Define if your processor stores words with the most significant\r
53    byte first (like Motorola and SPARC, unlike Intel and VAX).  */\r
54 #undef WORDS_BIGENDIAN\r
55 \r
56 /* Define if the X Window System is missing or not being used.  */\r
57 #undef X_DISPLAY_MISSING\r
58 \r
59 /* Define if you have the XShmCreatePixmap function.  */\r
60 #undef HAVE_XSHMCREATEPIXMAP\r
61 \r
62 /* Define if you have the XmuRegisterExternalAgent function.  */\r
63 #undef HAVE_XMUREGISTEREXTERNALAGENT\r
64 \r
65 /* Define if you have the getcwd function.  */\r
66 // #undef HAVE_GETCWD\r
67 #define HAVE_GETCWD\r
68 \r
69 /* Define if you have the gethostbyname function.  */\r
70 // #undef HAVE_GETHOSTBYNAME\r
71 #define HAVE_GETHOSTBYNAME\r
72 \r
73 /* Define if you have the getopt function.  */\r
74 #undef HAVE_GETOPT\r
75 \r
76 /* Define if you have the getpagesize function.  */\r
77 #undef HAVE_GETPAGESIZE\r
78 \r
79 /* Define if you have the gettimeofday function.  */\r
80 #undef HAVE_GETTIMEOFDAY\r
81 \r
82 /* Define if you have the isatty function.  */\r
83 // #undef HAVE_ISATTY\r
84 #define HAVE_ISATTY\r
85 \r
86 /* Define if you have the popen function.  */\r
87 // #undef HAVE_POPEN\r
88 #ifdef _MSC_VER\r
89 #define HAVE_POPEN\r
90 #define popen _popen\r
91 #define pclose _pclose\r
92 #endif\r
93 \r
94 /* Define if you have the select function.  */\r
95 // #undef HAVE_SELECT\r
96 #define HAVE_SELECT\r
97 \r
98 /* Define if you have the signal function.  */\r
99 // #undef HAVE_SIGNAL\r
100 #define HAVE_SIGNAL\r
101 \r
102 /* Define if you have the sleep function.  */\r
103 #undef HAVE_SLEEP\r
104 \r
105 /* Define if you have the snprintf function.  */\r
106 // #undef HAVE_SNPRINTF\r
107 #ifdef _MSC_VER\r
108 #define HAVE_SNPRINTF\r
109 #define snprintf _snprintf\r
110 #endif\r
111 \r
112 /* Define if you have the socket function.  */\r
113 // #undef HAVE_SOCKET\r
114 #define HAVE_SOCKET\r
115 \r
116 /* Define if you have the strdup function.  */\r
117 // #undef HAVE_STRDUP\r
118 #define HAVE_STRDUP\r
119 \r
120 /* Define if you have the strerror function.  */\r
121 // #undef HAVE_STRERROR\r
122 #define HAVE_STRERROR\r
123 \r
124 /* Define if you have the strncasecmp function.  */\r
125 // #undef HAVE_STRNCASECMP\r
126 #define HAVE_STRNCASECMP\r
127 \r
128 /* Define if you have the strstr function.  */\r
129 // #undef HAVE_STRSTR\r
130 #define HAVE_STRSTR\r
131 \r
132 /* Define if you have the usleep function.  */\r
133 #undef HAVE_USLEEP\r
134 \r
135 /* Define if you have the vsnprintf function.  */\r
136 // #undef HAVE_VSNPRINTF\r
137 #ifdef _MSC_VER\r
138 #define HAVE_VSNPRINTF\r
139 #define vsnprintf _vsnprintf\r
140 #endif\r
141 \r
142 /* Define if you have the <X11/Xmu/ExtAgent.h> header file.  */\r
143 #undef HAVE_X11_XMU_EXTAGENT_H\r
144 \r
145 /* Define if you have the <X11/extensions/XShm.h> header file.  */\r
146 #undef HAVE_X11_EXTENSIONS_XSHM_H\r
147 \r
148 /* Define if you have the <curses.h> header file.  */\r
149 #undef HAVE_CURSES_H\r
150 \r
151 /* Define if you have the <dirent.h> header file.  */\r
152 // #undef HAVE_DIRENT_H\r
153 #ifdef _MSC_VER\r
154 #undef HAVE_DIRENT_H\r
155 #else\r
156 #define HAVE_DIRENT_H\r
157 #endif\r
158 \r
159 /* Define if you have the <dlfcn.h> header file.  */\r
160 #undef HAVE_DLFCN_H\r
161 \r
162 /* Define if you have the <errno.h> header file.  */\r
163 // #undef HAVE_ERRNO_H\r
164 #define HAVE_ERRNO_H\r
165 \r
166 /* Define if you have the <fcntl.h> header file.  */\r
167 // #undef HAVE_FCNTL_H\r
168 #define HAVE_FCNTL_H\r
169 \r
170 /* Define if you have the <getopt.h> header file.  */\r
171 #undef HAVE_GETOPT_H\r
172 \r
173 /* Define if you have the <glob.h> header file.  */\r
174 #undef HAVE_GLOB_H\r
175 \r
176 /* Define if you have the <limits.h> header file.  */\r
177 // #undef HAVE_LIMITS_H\r
178 #define HAVE_LIMITS_H\r
179 \r
180 /* Define if you have the <machine/endian.h> header file.  */\r
181 #undef HAVE_MACHINE_ENDIAN_H\r
182 \r
183 /* Define if you have the <malloc.h> header file.  */\r
184 #undef HAVE_MALLOC_H\r
185 \r
186 /* Define if you have the <ncurses.h> header file.  */\r
187 #undef HAVE_NCURSES_H\r
188 \r
189 /* Define if you have the <ncurses/curses.h> header file.  */\r
190 #undef HAVE_NCURSES_CURSES_H\r
191 \r
192 /* Define if you have the <ndir.h> header file.  */\r
193 #undef HAVE_NDIR_H\r
194 \r
195 /* Define if you have the <slang.h> header file.  */\r
196 #undef HAVE_SLANG_H\r
197 \r
198 /* Define if you have the <slang/slang.h> header file.  */\r
199 #undef HAVE_SLANG_SLANG_H\r
200 \r
201 /* Define if you have the <strings.h> header file.  */\r
202 #undef HAVE_STRINGS_H\r
203 \r
204 /* Define if you have the <stropts.h> header file.  */\r
205 #undef HAVE_STROPTS_H\r
206 \r
207 /* Define if you have the <sun/audioio.h> header file.  */\r
208 #undef HAVE_SUN_AUDIOIO_H\r
209 \r
210 /* Define if you have the <sys/audioio.h> header file.  */\r
211 #undef HAVE_SYS_AUDIOIO_H\r
212 \r
213 /* Define if you have the <sys/dir.h> header file.  */\r
214 #undef HAVE_SYS_DIR_H\r
215 \r
216 /* Define if you have the <sys/ioctl.h> header file.  */\r
217 #undef HAVE_SYS_IOCTL_H\r
218 \r
219 /* Define if you have the <sys/ipc.h> header file.  */\r
220 #undef HAVE_SYS_IPC_H\r
221 \r
222 /* Define if you have the <sys/ndir.h> header file.  */\r
223 #undef HAVE_SYS_NDIR_H\r
224 \r
225 /* Define if you have the <sys/param.h> header file.  */\r
226 #undef HAVE_SYS_PARAM_H\r
227 \r
228 /* Define if you have the <sys/shm.h> header file.  */\r
229 #undef HAVE_SYS_SHM_H\r
230 \r
231 /* Define if you have the <sys/soundcard.h> header file.  */\r
232 #undef HAVE_SYS_SOUNDCARD_H\r
233 \r
234 /* Define if you have the <sys/time.h> header file.  */\r
235 #undef HAVE_SYS_TIME_H\r
236 \r
237 /* Define if you have the <sys/types.h> header file.  */\r
238 // #undef HAVE_SYS_TYPES_H\r
239 #define HAVE_SYS_TYPES_H\r
240 \r
241 /* Define if you have the <unistd.h> header file.  */\r
242 #undef HAVE_UNISTD_H\r
243 \r
244 /* Define if you have the ICE library (-lICE).  */\r
245 #undef HAVE_LIBICE\r
246 \r
247 /* Define if you have the X11 library (-lX11).  */\r
248 #undef HAVE_LIBX11\r
249 \r
250 /* Define if you have the asound library (-lasound).  */\r
251 #undef HAVE_LIBASOUND\r
252 \r
253 /* Define if you have the m library (-lm).  */\r
254 #undef HAVE_LIBM\r
255 \r
256 /* Define if you have the socket library (-lsocket).  */\r
257 #undef HAVE_LIBSOCKET\r
258 \r
259 /* Define if you havee the <mmsystem.h> header file for Win32. */\r
260 #define HAVE_MMSYSTEM_H\r
261 \r
262 /* In VDS Macro AAA=BBB is not available. */\r
263 #define __W32__\r
264 #define TIMID_VERSION   "2.10.4"\r
265 #define DEFAULT_PATH    ".\\"\r
266 #define AU_W32\r
267 #define WINSOCK\r
268 #define __W32READDIR__\r
269 // #define URL_DIR_CACHE_ENABLE\r
270 #define ANOTHER_MAIN\r
271 /*\r
272   for Visual Studio Project Option \r
273   LIB: mmsystem.lib comdlg32.lib\r
274   MACRO: _MT, _WINDOWS\r
275   Multithread library\r
276   */\r