]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
DEBUG cleanup
authorHarlan Stenn <stenn@ntp.org>
Wed, 19 Jan 2011 06:05:57 +0000 (06:05 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 19 Jan 2011 06:05:57 +0000 (06:05 +0000)
bk: 4d367f45A-M69ex-hEIqzGNnhE6bhA

sntp/header.h
sntp/main.h

index 21805f1950061d65284c9cc4bca3f56f7dd9d319..ff2af5eac6fab3a69c36497ae910032328d750f1 100644 (file)
@@ -14,7 +14,6 @@ No changes should be needed for any system that is even remotely like Unix. */
 #include <time.h>
 
 
-
 #define MAX_SOCKETS        10          /* Maximum number of addresses */
 
 #ifndef LOCKNAME
@@ -24,9 +23,6 @@ No changes should be needed for any system that is even remotely like Unix. */
 #    define SAVENAME "/etc/sntp.state" /* Stores the recovery state */
 #endif
 
-//#define DEBUG
-
-
 
 /* Defined in main.c */
 
index df356f12fdf733d5fc5891eec44af6215044661b..ab41350331d44f2265f09a9d01203fef6bc20ff2 100644 (file)
@@ -4,7 +4,6 @@
 #include <l_stdlib.h>
 #include <ntp_fp.h>
 #include <ntp.h>
-#define DEBUG
 #include <ntp_debug.h>
 #include <ntp_stdlib.h>
 #include <ntp_unixtime.h>