pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-09-01
1998-09-01 16:59:18 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
3e82a7431a9da1d014c2e900ed50f7e8e92f5aa0 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
fix for NT
Rev: src/configure.in:1.233
1:
-
AC_REVISION("$Id: configure.in,v 1.
232
1998/
08
/
31
12
:
44
:
21
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
233
1998/
09
/
01
16
:
59
:
18
hubbe
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1177:
#include <sys/socket.h> #endif
+
/* NT */
+
#ifdef HAVE_WINSOCK_H
+
#include <winsock.h>
+
#endif
+
/* Here's the actual test: */ int accept(int, struct sockaddr *, size_t *); ], [