From 231ae24dce5e113aab05f17deb60344957d3622a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 29 Oct 1996 13:46:10 +0000 Subject: [PATCH] Removed obsolete headers alexpath, alexutil. Created zebrautl.h as a replacement. --- include/mfile.h | 8 +++++--- include/zebrautl.h | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 include/zebrautl.h diff --git a/include/mfile.h b/include/mfile.h index 864632b..cc34f9e 100644 --- a/include/mfile.h +++ b/include/mfile.h @@ -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 -#include - #ifndef FILENAME_MAX #include #define FILENAME_MAX MAXPATHLEN diff --git a/include/zebrautl.h b/include/zebrautl.h new file mode 100644 index 0000000..82e6fe7 --- /dev/null +++ b/include/zebrautl.h @@ -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 +#include +#include +#include +#include + +#include + +#endif -- 1.7.10.4