We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c028568 commit 849292aCopy full SHA for 849292a
src/include/config.h
@@ -4,7 +4,28 @@
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
+#if defined(WIN32)
+# define NO_UNISTD_H
9
+# define USES_WINSOCK
10
+#endif /* WIN32 */
11
12
+#if defined(__FreeBSD__) || defined(__NetBSD__)
13
+# define USE_LIMITS_H
14
+#endif
15
+
16
+#if defined(bsdi)
17
18
19
20
+#if defined(bsdi_2_1)
21
22
23
24
+#if defined(aix)
25
+# define NEED_SYS_SELECT_H
26
27
28
+#if defined(irix5)
29
+# define NO_VFORK
30
31
0 commit comments