Luke Dashjr
13 years ago
|
@@ -9,6 +9,10 @@
|
|
|
|
|
|
|
|
#include "config.h"
|
|
#include "config.h"
|
|
|
|
|
|
|
|
|
|
+#ifdef WIN32
|
|
|
|
|
+#define FD_SETSIZE 4096
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
#include <stdarg.h>
|
|
#include <stdarg.h>
|
|
|
#include <stdio.h>
|
|
#include <stdio.h>
|
|
|
#include <unistd.h>
|
|
#include <unistd.h>
|
|
@@ -11,6 +11,10 @@
|
|
|
|
|
|
|
|
#include "config.h"
|
|
#include "config.h"
|
|
|
|
|
|
|
|
|
|
+#ifdef WIN32
|
|
|
|
|
+#define FD_SETSIZE 4096
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
#ifdef HAVE_CURSES
|
|
#ifdef HAVE_CURSES
|
|
|
#include <curses.h>
|
|
#include <curses.h>
|
|
|
#endif
|
|
#endif
|
|
@@ -13,6 +13,10 @@
|
|
|
#define _GNU_SOURCE
|
|
#define _GNU_SOURCE
|
|
|
#include "config.h"
|
|
#include "config.h"
|
|
|
|
|
|
|
|
|
|
+#ifdef WIN32
|
|
|
|
|
+#define FD_SETSIZE 4096
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
#include <stdio.h>
|
|
#include <stdio.h>
|
|
|
#include <stdlib.h>
|
|
#include <stdlib.h>
|
|
|
#include <ctype.h>
|
|
#include <ctype.h>
|