From 54b39cdaf3060ba1638ab074044ab4790e9234b7 Mon Sep 17 00:00:00 2001
From: curt <curt>
Date: Sat, 7 Nov 1998 19:07:01 +0000
Subject: [PATCH] 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.

---
 config.h.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config.h.in b/config.h.in
index 57abe4964..4bdd38b58 100644
--- a/config.h.in
+++ b/config.h.in
@@ -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