Skip to content
Snippets Groups Projects
Commit 5401b624 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

more filedescriptors..

Rev: src/global.h:1.38
parent 366666b4
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\*/ \*/
/* /*
* $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 #ifndef GLOBAL_H
#define GLOBAL_H #define GLOBAL_H
...@@ -109,6 +109,11 @@ char *alloca (); ...@@ -109,6 +109,11 @@ char *alloca ();
# endif # endif
#endif #endif
#ifdef __NT__
/* We are running NT */
#define FD_SETSIZE MAX_OPEN_FILEDESCRIPTORS
#endif
#include <stdio.h> #include <stdio.h>
#ifdef HAVE_STDLIB_H #ifdef HAVE_STDLIB_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment