Changeset 3908


Ignore:
Timestamp:
Nov 16, 2009, 2:15:42 AM (14 years ago)
Author:
Sam Hocevar
Message:

Refresh win32/config.h so that it has all the required defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/win32/config.h

    r3577 r3908  
    22
    33#define ALLOCCONSOLE_IN_WINDOWS_H 1
     4/* #undef DEBUG -- XXX: defined in the VS project */
     5/* #undef HAVE_ARPA_INET_H */
     6#define HAVE_ATEXIT 1
     7/* #undef HAVE_COCOA_COCOA_H */
    48/* #undef HAVE_CONIO_H */
    59/* #undef HAVE_CURSES_H */
     10/* #undef HAVE_DLFCN_H */
    611/* #undef HAVE_ENDIAN_H */
    712#define HAVE_ERRNO_H 1
     13/* #undef HAVE_FLDLN2 */
     14/* #undef HAVE_FSIN_FCOS */
     15/* #undef HAVE_HAVE_FSIN_FCOS */
    816#define HAVE_GETENV 1
     17/* #undef HAVE_GETOPT_H */
     18/* #undef HAVE_GETOPT_LONG */
    919/* #undef HAVE_GETTIMEOFDAY */
     20/* #undef HAVE_GLUTCHECKLOOP */
     21/* #undef HAVE_GLUTCLOSEFUNC */
     22/* #undef HAVE_GL_GLUT_H */
     23/* #undef HAVE_GL_GL_H */
     24/* #undef HAVE_HTONS */
    1025/* #undef HAVE_IMLIB2_H */
    1126/* #undef HAVE_INTTYPES_H */
    1227/* #undef HAVE_IOCTL */
     28/* #undef HAVE_LOCALE_H */
    1329#define HAVE_MEMORY_H 1
     30/* #undef HAVE_NCURSESW_NCURSES_H */
    1431/* #undef HAVE_NCURSES_H */
     32/* #undef HAVE_NCURSES_NCURSES_H */
     33/* #undef HAVE_NETINET_IN_H */
     34/* #undef HAVE_OPENGL_GL_H */
    1535#define HAVE_PUTENV 1
    1636/* #undef HAVE_RESIZETERM */
    1737/* #undef HAVE_RESIZE_TERM */
     38/* #undef HAVE_RUBY_H */
    1839/* #undef HAVE_SIGNAL */
    1940/* #undef HAVE_SIGNAL_H */
     
    2142/* #undef HAVE_SLANG_SLANG_H */
    2243#define HAVE_SLEEP 1
     44/* #undef HAVE_SLSMG_UTF8_ENABLE */
     45#define HAVE_SNPRINTF 1
     46#define HAVE_STDARG_H 1
     47#define HAVE_STDIO_H 1
    2348/* #undef HAVE_STDINT_H */
    2449#define HAVE_STDLIB_H 1
     
    2752#define HAVE_STRING_H 1
    2853/* #undef HAVE_SYS_IOCTL_H */
     54#define HAVE_SYS_SOCKET_H 1
    2955#define HAVE_SYS_STAT_H 1
    3056/* #undef HAVE_SYS_TIME_H */
    3157#define HAVE_SYS_TYPES_H 1
     58/* #undef HAVE_TERMIOS_H */
    3259/* #undef HAVE_UNISTD_H */
    3360/* #undef HAVE_USLEEP */
    3461/* #undef HAVE_VSNPRINTF */
    35 #define HAVE_SNPRINTF 1
    3662#define HAVE_WINDOWS_H 1
     63#define HAVE_WINSOCK2_H 1
    3764/* #undef HAVE_X11_XKBLIB_H */
     65/* #undef HAVE_ZLIB_H */
     66/* #undef LT_OBJDIR -- XXX: unneeded */
    3867/* #undef NO_MINUS_C_MINUS_O */
    3968#define PACKAGE_BUGREPORT ""
     
    4170#define PACKAGE_STRING ""
    4271#define PACKAGE_TARNAME ""
     72#define PACKAGE_URL "http://caca.zoy.org/wiki/libcaca"
    4373#define PACKAGE_VERSION "0.99.beta16"
     74/* #undef PROF */
    4475/* #undef RETSIGTYPE */
    4576/* #undef SCREENUPDATE_IN_PC_H */
    4677#define STDC_HEADERS 1
     78/* #undef USE_COCOA */
    4779/* #undef USE_CONIO */
     80/* #undef USE_GL */
     81/* #undef USE_IMLIB2 */
    4882/* #undef USE_NCURSES */
     83/* #undef USE_PLUGINS */
    4984/* #undef USE_SLANG */
     85/* #undef USE_VGA */
    5086#define USE_WIN32 1
    5187/* #undef USE_X11 */
Note: See TracChangeset for help on using the changeset viewer.