]> arthur.barton.de Git - netatalk.git/commitdiff
Removed legacy DEBUG declarations
authorrufustfirefly <rufustfirefly>
Thu, 3 Aug 2000 20:19:08 +0000 (20:19 +0000)
committerrufustfirefly <rufustfirefly>
Thu, 3 Aug 2000 20:19:08 +0000 (20:19 +0000)
bin/megatron/asingle.c
bin/megatron/hqx.c
bin/megatron/macbin.c
bin/megatron/megatron.c
bin/megatron/nad.c
bin/pap/pap.c
bin/psorder/psorder.c

index 4751b53f20055a69d01b25f1d628aa2a04a1fbc4..a27ae34d573b714e0cbdd05c17406813049d70ba 100644 (file)
@@ -16,8 +16,6 @@
 #include <netatalk/endian.h>
 #include "megatron.h"
 
-#define        DEBUG           0
-
 /*     String used to indicate standard input instead of a disk
        file.  Should be a string not normally used for a file
  */
index e7338933e4835ec287fb1567531f022ee70a904a..b7099b5ccfef43cffce074eecfb6607a28ca5e70 100644 (file)
@@ -23,7 +23,6 @@
 #include <netatalk/endian.h>
 #include "megatron.h"
 
-#define        DEBUG           0
 #define HEXOUTPUT      0
 
 /*     String used to indicate standard input instead of a disk
index d1e4bbf635aa8a4b000bad9030d671f7241e532d..2b367055cad3ac274ba07c33121ce77a93e7060e 100644 (file)
@@ -18,8 +18,6 @@
 #include <netatalk/endian.h>
 #include "megatron.h"
 
-#define        DEBUG           0
-
 /*     String used to indicate standard input instead of a disk
        file.  Should be a string not normally used for a file
  */
index 0feb193738df4a7aafb8c4f4cd849035aea18af9..8d9ffe442be360fdea9113fd403a901dc7af6838 100644 (file)
@@ -14,8 +14,6 @@
 #include <netatalk/endian.h>
 #include "megatron.h"
 
-#define        DEBUG           0
-
 char           forkbuf[8192];
 char           *forkname[] = { "data", "resource" };
 char           *name[] = { "unhex",
index 8571032cf2cec8ec8e3d0475523cd336c2063f70..c7c6a158c0557d76e119f0277c79f2b14a346bbc 100644 (file)
@@ -19,8 +19,6 @@
 #include <netatalk/endian.h>
 #include "megatron.h"
 
-#define        DEBUG           0
-
 static char            hexdig[] = "0123456789abcdef";
 
 char *mtoupath( mpath )
index f5c01395c1dfa88e4b16db8ece4fa4fcd3fc398c..076d08e1b58f6c476b7629145903d0590a134415 100644 (file)
 #define _PATH_PAPRC    ".paprc"
 char   *nbpfailure = "AppleTalk printer offline";
 
+/* if there is a less hacky way to do this, please do it... */
+#ifdef DEBUG
+#define EBUG
+#endif
+
+#undef DEBUG
+
 #ifdef EBUG
 #define DEBUG(x,y)     (x,y)
 #else /*EBUG*/
index 994dfa2552b0f656856f0905d6b442ba950bfc4b..4f2e3a940f176a4c2a1ab222700df1751ce7342c 100644 (file)
@@ -43,8 +43,6 @@
 
 #include <atalk/paths.h>
 
-#define        DEBUG           0
-
 /*
  *                     Global Variables
  */