Last change
on this file since 344 was
344,
checked in by Sam Hocevar, 19 years ago
|
- configure.ac:
+ Check for sys/times.h and unistd.h.
+ Added calls to AC_C_CONST and AC_C_INLINE.
- src/time.c src/graphics.c:
+ Fixes for MSVC compilation warnings.
+ Additional sanity checks in the Win32 driver.
- src/caca.c:
+ Use raw()/noraw() in the curses driver instead of cbreak().
- msvc/libcaca.sln:
+ Added an MSVC solution.
- examples/aafire.c:
+ Slightly reduced the maximum cacafire framerate.
|
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Rev | Line | |
---|
[344] | 1 | /* $Id: config.h 344 2004-01-13 09:55:32Z sam $ */ |
---|
| 2 | |
---|
| 3 | #define ALLOCCONSOLE_IN_WINDOWS_H 1 |
---|
| 4 | /* #undef HAVE_CONIO_H */ |
---|
| 5 | /* #undef HAVE_ENDIAN_H */ |
---|
| 6 | #define HAVE_GETENV 1 |
---|
| 7 | /* #undef HAVE_GETTIMEOFDAY */ |
---|
| 8 | /* #undef HAVE_IMLIB2_H */ |
---|
| 9 | /* #undef HAVE_INTTYPES_H */ |
---|
| 10 | #define HAVE_MEMORY_H 1 |
---|
| 11 | /* #undef HAVE_NCURSES_H */ |
---|
| 12 | #define HAVE_PUTENV 1 |
---|
| 13 | /* #undef HAVE_SLANG_H */ |
---|
| 14 | /* #undef HAVE_SLANG_SLANG_H */ |
---|
| 15 | #define HAVE_SLEEP 1 |
---|
| 16 | /* #undef HAVE_STDINT_H */ |
---|
| 17 | #define HAVE_STDLIB_H 1 |
---|
| 18 | /* #undef HAVE_STRCASECMP */ |
---|
| 19 | #define HAVE_STRINGS_H 1 |
---|
| 20 | #define HAVE_STRING_H 1 |
---|
| 21 | #define HAVE_SYS_STAT_H 1 |
---|
| 22 | #define HAVE_SYS_TYPES_H 1 |
---|
| 23 | /* #undef HAVE_UNISTD_H */ |
---|
| 24 | /* #undef HAVE_USLEEP */ |
---|
| 25 | /* #undef HAVE_VSNPRINTF */ |
---|
| 26 | #define HAVE_WINDOWS_H 1 |
---|
| 27 | /* #undef HAVE_X11_XKBLIB_H */ |
---|
| 28 | #define HAVE__VSNPRINTF 1 |
---|
| 29 | /* #undef NO_MINUS_C_MINUS_O */ |
---|
| 30 | #define PACKAGE "libcaca" |
---|
| 31 | #define PACKAGE_BUGREPORT "" |
---|
| 32 | #define PACKAGE_NAME "" |
---|
| 33 | #define PACKAGE_STRING "" |
---|
| 34 | #define PACKAGE_TARNAME "" |
---|
| 35 | #define PACKAGE_VERSION "" |
---|
| 36 | /* #undef SCREENUPDATE_IN_PC_H */ |
---|
| 37 | #define STDC_HEADERS 1 |
---|
| 38 | /* #undef USE_CONIO */ |
---|
| 39 | /* #undef USE_NCURSES */ |
---|
| 40 | /* #undef USE_SLANG */ |
---|
| 41 | #define USE_WIN32 1 |
---|
| 42 | /* #undef USE_X11 */ |
---|
| 43 | #define VERSION "0.7" |
---|
| 44 | /* #undef const */ |
---|
| 45 | #ifndef __cplusplus |
---|
| 46 | #define inline __inline |
---|
| 47 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.