1
0
Fork 0

argh, committed good file...

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1313
This commit is contained in:
Ulf Wohlers 2003-10-13 22:01:07 +00:00
parent 55591a56da
commit 5e13e5c0e4
12 changed files with 32 additions and 227 deletions

View file

@ -3,7 +3,7 @@
#define VERSION "0.60"
/* Define to 1 to enable internal debugger, requires libcurses */
#define C_DEBUG 1
#define C_DEBUG 0
/* Define to 1 to enable screenshots, requires libpng */
#define C_SSHOT 1
@ -12,7 +12,7 @@
#define C_MODEM 1
/* Enable some heavy debugging options */
#define C_HEAVY_DEBUG 1
#define C_HEAVY_DEBUG 0
/* Enable memory function inlining in */
#define C_CORE_INLINE 0