config.h (libcaca-0.99.beta19) | : | config.h (libcaca-0.99.beta20.tar.bz2) | ||
---|---|---|---|---|
#define ALLOCCONSOLE_IN_WINDOWS_H 1 | #define ALLOCCONSOLE_IN_WINDOWS_H 1 | |||
/* #undef DEBUG -- XXX: defined in the VS project */ | /* #undef DEBUG -- XXX: defined in the VS project */ | |||
/* #undef HAVE__MINGW_H */ | ||||
/* #undef HAVE_ARPA_INET_H */ | /* #undef HAVE_ARPA_INET_H */ | |||
#define HAVE_ATEXIT 1 | #define HAVE_ATEXIT 1 | |||
/* #undef HAVE_COCOA_COCOA_H */ | /* #undef HAVE_COCOA_COCOA_H */ | |||
/* #undef HAVE_CONIO_H */ | /* #undef HAVE_CONIO_H */ | |||
/* #undef HAVE_CURSES_H */ | /* #undef HAVE_CURSES_H */ | |||
/* #undef HAVE_DLFCN_H */ | /* #undef HAVE_DLFCN_H */ | |||
/* #undef HAVE_ENDIAN_H */ | /* #undef HAVE_ENDIAN_H */ | |||
#define HAVE_ERRNO_H 1 | #define HAVE_ERRNO_H 1 | |||
/* #undef HAVE_FLDLN2 */ | /* #undef HAVE_FLDLN2 */ | |||
/* #undef HAVE_FSIN_FCOS */ | /* #undef HAVE_FSIN_FCOS */ | |||
skipping to change at line 75 | skipping to change at line 76 | |||
#define HAVE_WINSOCK2_H 1 | #define HAVE_WINSOCK2_H 1 | |||
/* #undef HAVE_X11_XKBLIB_H */ | /* #undef HAVE_X11_XKBLIB_H */ | |||
/* #undef HAVE_ZLIB_H */ | /* #undef HAVE_ZLIB_H */ | |||
/* #undef LT_OBJDIR -- XXX: unneeded */ | /* #undef LT_OBJDIR -- XXX: unneeded */ | |||
/* #undef NO_MINUS_C_MINUS_O */ | /* #undef NO_MINUS_C_MINUS_O */ | |||
#define PACKAGE_BUGREPORT "" | #define PACKAGE_BUGREPORT "" | |||
#define PACKAGE_NAME "libcaca" | #define PACKAGE_NAME "libcaca" | |||
#define PACKAGE_STRING "" | #define PACKAGE_STRING "" | |||
#define PACKAGE_TARNAME "" | #define PACKAGE_TARNAME "" | |||
#define PACKAGE_URL "http://caca.zoy.org/wiki/libcaca" | #define PACKAGE_URL "http://caca.zoy.org/wiki/libcaca" | |||
#define PACKAGE_VERSION "0.99.beta18" | #define PACKAGE_VERSION "0.99.beta20" | |||
/* #undef PROF */ | /* #undef PROF */ | |||
/* #undef RETSIGTYPE */ | ||||
/* #undef SCREENUPDATE_IN_PC_H */ | /* #undef SCREENUPDATE_IN_PC_H */ | |||
#define STDC_HEADERS 1 | #define STDC_HEADERS 1 | |||
/* #undef USE_COCOA */ | /* #undef USE_COCOA */ | |||
/* #undef USE_CONIO */ | /* #undef USE_CONIO */ | |||
/* #undef USE_GL */ | /* #undef USE_GL */ | |||
/* #undef USE_IMLIB2 */ | /* #undef USE_IMLIB2 */ | |||
/* #undef USE_KERNEL */ | /* #undef USE_KERNEL */ | |||
/* #undef USE_NCURSES */ | /* #undef USE_NCURSES */ | |||
/* #undef USE_PLUGINS */ | /* #undef USE_PLUGINS */ | |||
/* #undef USE_SLANG */ | /* #undef USE_SLANG */ | |||
/* #undef USE_VGA */ | /* #undef USE_VGA */ | |||
#define USE_WIN32 1 | #define USE_WIN32 1 | |||
/* #undef USE_X11 */ | /* #undef USE_X11 */ | |||
/* #undef const */ | /* #undef const */ | |||
#ifndef __cplusplus | #ifndef __cplusplus | |||
#define inline __inline | #define inline __inline | |||
#endif | #endif | |||
#define strcasecmp stricmp | #define strcasecmp stricmp | |||
#if defined(_MSC_VER) && _MSC_VER < 1900 | ||||
#define snprintf _snprintf | #define snprintf _snprintf | |||
#endif | ||||
End of changes. 5 change blocks. | ||||
2 lines changed or deleted | 4 lines changed or added |