pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-08-06
1999-08-06 23:04:05 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
5401b6243a5c7a9cd10c5c492ec12d263c4c2ab1 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
more filedescriptors..
Rev: src/global.h:1.38
5:
\*/ /*
-
* $Id: global.h,v 1.
37
1999/
07
/
15
18
:
56
:
53
grubba
Exp $
+
* $Id: global.h,v 1.
38
1999/
08
/
06
23
:
04
:
05
hubbe
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H
109:
# endif #endif
+
#ifdef __NT__
+
/* We are running NT */
+
#define FD_SETSIZE MAX_OPEN_FILEDESCRIPTORS
+
#endif
+
#include <stdio.h> #ifdef HAVE_STDLIB_H