equal
deleted
inserted
replaced
312 /* Define to 1 if you have the <sys/types.h> header file. */ |
312 /* Define to 1 if you have the <sys/types.h> header file. */ |
313 #ifndef _CL_HAVE_SYS_TYPES_H |
313 #ifndef _CL_HAVE_SYS_TYPES_H |
314 #define _CL_HAVE_SYS_TYPES_H 1 |
314 #define _CL_HAVE_SYS_TYPES_H 1 |
315 #endif |
315 #endif |
316 |
316 |
317 // Do not use the tchar.h that ships with mingw, this causes the qt build to |
317 #if defined(__MINGW32__) |
318 // fail (211547, 211401, etc...), reuse the replacement as with any other compiler |
318 /* Define to 1 if you have the <tchar.h> header file. */ |
319 // #if defined(__MINGW32__) |
319 # ifndef _CL_HAVE_TCHAR_H |
320 // /* Define to 1 if you have the <tchar.h> header file. */ |
320 # define _CL_HAVE_TCHAR_H 1 |
321 // # ifndef _CL_HAVE_TCHAR_H |
321 # endif |
322 // # define _CL_HAVE_TCHAR_H 1 |
322 #endif |
323 // # endif |
|
324 // #endif |
|
325 |
323 |
326 #if defined(__MINGW32__) || defined(__SUNPRO_CC) || defined(__SUNPRO_C) |
324 #if defined(__MINGW32__) || defined(__SUNPRO_CC) || defined(__SUNPRO_C) |
327 /* Define to 1 if you have the `tell' function. */ |
325 /* Define to 1 if you have the `tell' function. */ |
328 # ifndef _CL_HAVE_TELL |
326 # ifndef _CL_HAVE_TELL |
329 # define _CL_HAVE_TELL 1 |
327 # define _CL_HAVE_TELL 1 |