Branch: Tag:

1999-08-06

1999-08-06 23:04:05 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

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