commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas configure.in src/geas-server.h


From: Reinhard Mueller
Subject: gnue/geas configure.in src/geas-server.h
Date: Thu, 24 May 2001 14:53:28 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/05/24 14:53:28

Modified files:
        geas           : configure.in 
        geas/src       : geas-server.h 

Log message:
        DEBUG should always be defined if DEBUG_SECURITY is defined. Handle 
this in configure.in instead of geas-server.h

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/configure.in.diff?cvsroot=OldCVS&tr1=1.24&tr2=1.25&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/geas-server.h.diff?cvsroot=OldCVS&tr1=1.36&tr2=1.37&r1=text&r2=text

Patches:
Index: gnue/geas/configure.in
diff -u gnue/geas/configure.in:1.24 gnue/geas/configure.in:1.25
--- gnue/geas/configure.in:1.24 Tue May 15 23:47:16 2001
+++ gnue/geas/configure.in      Thu May 24 14:53:28 2001
@@ -342,6 +342,7 @@
     )
 if test "$enable_debug_security" != "no"; then
        AC_DEFINE(DEBUG_SECURITY,1,[ ])
+        AC_DEFINE(DEBUG,1,[ ])
        AC_MSG_RESULT(yes)
 else
   AC_MSG_RESULT(no)
Index: gnue/geas/src/geas-server.h
diff -u gnue/geas/src/geas-server.h:1.36 gnue/geas/src/geas-server.h:1.37
--- gnue/geas/src/geas-server.h:1.36    Thu May 24 14:41:13 2001
+++ gnue/geas/src/geas-server.h Thu May 24 14:53:28 2001
@@ -54,15 +54,6 @@
 /* utility function prototypes */
 gboolean is_extension(char *filename, char *ext);
 
-/* help ensure DEBUG_SECURITY is associated with DEBUG in critical areas
-   all .C files must include this in order to obtain the debug output
-   macros and function prototypes.                                       */
-#ifdef DEBUG_SECURITY
-  #ifndef DEBUG
-    #define DEBUG
-  #endif
-#endif
-
 #ifndef LIBCONFIG_H
 #include "config/configuration.h"
 #endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]