pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2009-05-28
2009-05-28 11:55:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>
aec4a7b4cca71ae1ef750bfb473625c69ede58a7 (
10
lines) (+
6
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Added check for inet_ntop().
Rev: src/configure.in:1.1080
1:
-
AC_REVISION("$Id: configure.in,v 1.
1079
2009/05/
27
17
:
48
:
29
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1080
2009/05/
28
11
:
55
:
07
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2451:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1079
2009/05/
27
17
:
48
:
29
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1080
2009/05/
28
11
:
55
:
07
grubba Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2489:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1079
2009/05/
27
17
:
48
:
29
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1080
2009/05/
28
11
:
55
:
07
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2498:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1079
2009/05/
27
17
:
48
:
29
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1080
2009/05/
28
11
:
55
:
07
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
4436:
getrusage \ gettimeofday \ index \
+
inet_ntop \
localtime \ gmtime \ gmtime_r \