pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-11-16
2005-11-16 16:17:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fc7d61f310dbc94be7db43f612196cb9c02ecb70 (
13
lines) (+
9
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Improved WIN32 support.
Rev: src/configure.in:1.925
1:
-
AC_REVISION("$Id: configure.in,v 1.
924
2005/11/
07
20
:
27:
17 grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
925
2005/11/
16
16
:
17
:
15
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2334:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
924
2005/11/
07
20
:
27:
17 grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
925
2005/11/
16
16
:
17
:
15
grubba Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2372:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
924
2005/11/
07
20
:
27:
17 grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
925
2005/11/
16
16
:
17
:
15
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2381:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
924
2005/11/
07
20
:
27:
17 grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
925
2005/11/
16
16
:
17
:
15
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
3197:
#if HAVE_SYS_TYPES_H # include <sys/types.h> #endif
+
/* Necessary to find ws2tcpip.h on WIN32. */
+
#ifdef HAVE_WINSOCK2_H
+
# include <winsock2.h>
+
#endif
]) # Setjmp.