You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

98 lines
2.5 KiB

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