blob: 72fd8648c3b3f97fefb17e84debda9b627a534a8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* the purpose of this file is to reduce the use of #ifdef's through
the code base by those porting the software, an dto facilitate the
eventual use of autoconf to build the server
*/
/* un-Define this if your system does not have <unistd.h> */
#define HAVE_UNISTD_H
|