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

fix for NT

Rev: src/configure.in:1.233
parent 8f407c13
Branches
Tags
No related merge requests found
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,6 +1177,11 @@ AC_CACHE_VAL(pike_cv_accept_size_t, [
#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 *);
], [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment