From: Adam Dickmeiss Date: Tue, 29 Oct 1996 13:46:10 +0000 (+0000) Subject: Removed obsolete headers alexpath, alexutil. Created zebrautl.h as X-Git-Tag: ZEBRA.1.0~397 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=231ae24dce5e113aab05f17deb60344957d3622a Removed obsolete headers alexpath, alexutil. Created zebrautl.h as a replacement. --- 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