Removed obsolete headers alexpath, alexutil. Created zebrautl.h as
[idzebra-moved-to-github.git] / include / zebrautl.h
1 /*
2  * Copyright (C) 1995-1996, Index Data I/S 
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: zebrautl.h,v $
7  * Revision 1.1  1996-10-29 13:46:12  adam
8  * Removed obsolete headers alexpath, alexutil. Created zebrautl.h as
9  * a replacement.
10  *
11  */
12
13 #ifndef ZEBRA_UTIL_H
14 #define ZEBRA_UTIL_H
15
16 #include <log.h>
17 #include <options.h>
18 #include <xmalloc.h>
19 #include <res.h>
20 #include <readconf.h>
21
22 #include <common.h>
23
24 #endif