Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1da12ff

Browse files
committed
Its a start...
1 parent 51b3f2d commit 1da12ff

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/include/config.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
/* the purpose of this file is to reduce the use of #ifdef's through
3+
the code base by those porting the software, an dto facilitate the
4+
eventual use of autoconf to build the server
5+
*/
6+
7+
/* un-Define this if your system does not have <unistd.h> */
8+
#define HAVE_UNISTD_H
9+
10+

0 commit comments

Comments
 (0)