From 1da12ffb120cc414eddde459ac4aeb05b7bc07b1 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 27 Aug 1996 06:14:29 +0000 Subject: [PATCH] Its a start... --- src/include/config.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/include/config.h diff --git a/src/include/config.h b/src/include/config.h new file mode 100644 index 0000000000..72fd8648c3 --- /dev/null +++ b/src/include/config.h @@ -0,0 +1,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 */ +#define HAVE_UNISTD_H + +