source: libcaca/trunk/win32/config.h @ 4817

Revision 4817, 2.5 KB checked in by sam, 11 months ago (diff)

win32: use sprintf_s and vsnprintf_s on Windows, so that our static library
works with the VS2010 runtime, too. Also reduce the stack size requirements
to avoid depending on chkstk_ms().

  • Property svn:keywords set to Id
Line 
1
2#define ALLOCCONSOLE_IN_WINDOWS_H 1
3/* #undef DEBUG -- XXX: defined in the VS project */
4/* #undef HAVE_ARPA_INET_H */
5#define HAVE_ATEXIT 1
6/* #undef HAVE_COCOA_COCOA_H */
7/* #undef HAVE_CONIO_H */
8/* #undef HAVE_CURSES_H */
9/* #undef HAVE_DLFCN_H */
10/* #undef HAVE_ENDIAN_H */
11#define HAVE_ERRNO_H 1
12/* #undef HAVE_FLDLN2 */
13/* #undef HAVE_FSIN_FCOS */
14/* #undef HAVE_HAVE_FSIN_FCOS */
15#define HAVE_GETENV 1
16/* #undef HAVE_GETOPT_H */
17/* #undef HAVE_GETOPT_LONG */
18/* #undef HAVE_GETTIMEOFDAY */
19/* #undef HAVE_GLUTCHECKLOOP */
20/* #undef HAVE_GLUTCLOSEFUNC */
21/* #undef HAVE_GL_GLUT_H */
22/* #undef HAVE_GL_GL_H */
23/* #undef HAVE_HTONS */
24/* #undef HAVE_IMLIB2_H */
25/* #undef HAVE_INTTYPES_H */
26/* #undef HAVE_IOCTL */
27/* #undef HAVE_JNI_H */
28/* #undef HAVE_LOCALE_H */
29#define HAVE_MEMORY_H 1
30/* #undef HAVE_NCURSESW_NCURSES_H */
31/* #undef HAVE_NCURSES_H */
32/* #undef HAVE_NCURSES_NCURSES_H */
33/* #undef HAVE_NETINET_IN_H */
34/* #undef HAVE_OPENGL_GL_H */
35#define HAVE_PUTENV 1
36/* #undef HAVE_RESIZETERM */
37/* #undef HAVE_RESIZE_TERM */
38/* #undef HAVE_RUBY_H */
39/* #undef HAVE_SIGNAL */
40/* #undef HAVE_SIGNAL_H */
41/* #undef HAVE_SLANG_H */
42/* #undef HAVE_SLANG_SLANG_H */
43#define HAVE_SLEEP 1
44/* #undef HAVE_SLSMG_UTF8_ENABLE */
45#define HAVE_SNPRINTF 1
46#define HAVE_SPRINTF_S 1
47#define HAVE_STDARG_H 1
48#define HAVE_STDIO_H 1
49/* #undef HAVE_STDINT_H */
50#define HAVE_STDLIB_H 1
51#define HAVE_STRCASECMP 1
52#define HAVE_STRINGS_H 1
53#define HAVE_STRING_H 1
54/* #undef HAVE_SYS_IOCTL_H */
55#define HAVE_SYS_SOCKET_H 1
56#define HAVE_SYS_STAT_H 1
57/* #undef HAVE_SYS_TIME_H */
58#define HAVE_SYS_TYPES_H 1
59/* #undef HAVE_TERMIOS_H */
60/* #undef HAVE_UNISTD_H */
61/* #undef HAVE_USLEEP */
62/* #undef HAVE_VSNPRINTF */
63#define HAVE_VSNPRINTF_S 1
64#define HAVE_WINDOWS_H 1
65#define HAVE_WINSOCK2_H 1
66/* #undef HAVE_X11_XKBLIB_H */
67/* #undef HAVE_ZLIB_H */
68/* #undef LT_OBJDIR -- XXX: unneeded */
69/* #undef NO_MINUS_C_MINUS_O */
70#define PACKAGE_BUGREPORT ""
71#define PACKAGE_NAME "libcaca"
72#define PACKAGE_STRING ""
73#define PACKAGE_TARNAME ""
74#define PACKAGE_URL "http://caca.zoy.org/wiki/libcaca"
75#define PACKAGE_VERSION "0.99.beta18"
76/* #undef PROF */
77/* #undef RETSIGTYPE */
78/* #undef SCREENUPDATE_IN_PC_H */
79#define STDC_HEADERS 1
80/* #undef USE_COCOA */
81/* #undef USE_CONIO */
82/* #undef USE_GL */
83/* #undef USE_IMLIB2 */
84/* #undef USE_KERNEL */
85/* #undef USE_NCURSES */
86/* #undef USE_PLUGINS */
87/* #undef USE_SLANG */
88/* #undef USE_VGA */
89#define USE_WIN32 1
90/* #undef USE_X11 */
91/* #undef const */
92#ifndef __cplusplus
93#define inline __inline
94#endif
95#define strcasecmp stricmp
96#define snprintf _snprintf
97
Note: See TracBrowser for help on using the repository browser.