]> andersk Git - moira.git/commitdiff
moved the #define of ZEPHYR to sms_app.h
authormar <mar>
Mon, 5 Feb 1990 12:34:30 +0000 (12:34 +0000)
committermar <mar>
Mon, 5 Feb 1990 12:34:30 +0000 (12:34 +0000)
lib/critical.c

index 6b4dd527a43f449a93108d69f822f44b02479845..f026d64a4b6c3a89dd265f67735526be98ab64ab 100644 (file)
@@ -7,21 +7,16 @@
  *  <mit-copyright.h>.
  */
 
-/* At Athena, we use zephyr & not syslog.  Change the following line 
- * if necessary */
-#define ZEPHYR
-
-
 #include <mit-copyright.h>
 #include <stdio.h>
 #include <sys/file.h>
+#include <sms_app.h>
 #ifdef ZEPHYR
 #include <zephyr/zephyr.h>
 #endif
 #ifdef SYSLOG
 #include <syslog.h>
 #endif
-#include <sms_app.h>
 
 
 /* mode to create the file with */
This page took 0.043225 seconds and 5 git commands to generate.