1
0
Fork 0

Enable release builds using the --without-logging option to the configure

script.  Also a couple log message cleanups, plus some C to C++ comment
conversion.
This commit is contained in:
curt 1998-11-07 19:07:01 +00:00
parent 58f981a98b
commit 54b39cdaf3

View file

@ -30,6 +30,10 @@
/* Define to empty if the keyword does not work. */
#undef const
/* Define to eliminate all trace of debugging messages such as for a
release build */
#undef FG_NDEBUG
/* Define if you don't have vprintf but do have _doprnt. */
#undef HAVE_DOPRNT