pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2009-05-28
2009-05-28 13:10:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1718fa0e371faec20f59d9ab165bd2f0e2fc1d7f (
10
lines) (+
6
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Kludge for snprintf on WIN32.
Rev: src/configure.in:1.1082
Rev: src/port.h:1.66
1:
-
AC_REVISION("$Id: configure.in,v 1.
1081
2009/05/28
12:
13:
19
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1082
2009/05/28 13:
10:48
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.
1081
2009/05/28
12:
13:
19
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1082
2009/05/28 13:
10:48
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.
1081
2009/05/28
12:
13:
19
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1082
2009/05/28 13:
10:48
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2498:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1081
2009/05/28
12:
13:
19
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1082
2009/05/28 13:
10:48
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
4471:
tzset \ vfprintf \ vsprintf \
+
_snprintf \
snprintf \ vsnprintf \ wait3 \