Removed obsolete headers alexpath, alexutil. Created zebrautl.h as
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Oct 1996 13:46:10 +0000 (13:46 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Oct 1996 13:46:10 +0000 (13:46 +0000)
a replacement.

include/mfile.h
include/zebrautl.h [new file with mode: 0644]

index 864632b..cc34f9e 100644 (file)
@@ -4,7 +4,11 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: mfile.h,v $
- * Revision 1.5  1995-12-05 11:15:03  quinn
+ * Revision 1.6  1996-10-29 13:46:10  adam
+ * Removed obsolete headers alexpath, alexutil. Created zebrautl.h as
+ * a replacement.
+ *
+ * Revision 1.5  1995/12/05 11:15:03  quinn
  * Fixed FILENAME_MAX for some Sun systems, hopefully.
  *
  * Revision 1.4  1995/11/30  08:33:30  adam
@@ -26,8 +30,6 @@
 
 #include <stdio.h>
 
-#include <alexutil.h>
-
 #ifndef FILENAME_MAX
 #include <sys/param.h>
 #define FILENAME_MAX MAXPATHLEN
diff --git a/include/zebrautl.h b/include/zebrautl.h
new file mode 100644 (file)
index 0000000..82e6fe7
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+ * Copyright (C) 1995-1996, Index Data I/S 
+ * All rights reserved.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: zebrautl.h,v $
+ * Revision 1.1  1996-10-29 13:46:12  adam
+ * Removed obsolete headers alexpath, alexutil. Created zebrautl.h as
+ * a replacement.
+ *
+ */
+
+#ifndef ZEBRA_UTIL_H
+#define ZEBRA_UTIL_H
+
+#include <log.h>
+#include <options.h>
+#include <xmalloc.h>
+#include <res.h>
+#include <readconf.h>
+
+#include <common.h>
+
+#endif