pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-07-01
2006-07-01 23:58:03 by Martin Stjernholm <mast@lysator.liu.se>
83b28789ca4f094ba6123e04fd690c5f13f60ac4 (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
It's localtime_s, not _localtime_s.
Rev: src/configure.in:1.966
Rev: src/fdlib.c:1.80
1:
-
AC_REVISION("$Id: configure.in,v 1.
965
2006/07/01 23:
53
:
18
mast Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
966
2006/07/01 23:
58
:
03
mast Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2255:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
965
2006/07/01 23:
53
:
18
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
966
2006/07/01 23:
58
:
03
mast Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2293:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
965
2006/07/01 23:
53
:
18
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
966
2006/07/01 23:
58
:
03
mast Exp $.
# POSIX-version. Do NOT edit. cat EOF
2302:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
965
2006/07/01 23:
53
:
18
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
966
2006/07/01 23:
58
:
03
mast Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
4090:
MakeDataExecutable \ _get_timezone \ _get_daylight \
-
_
localtime_s \
+
localtime_s \
) # SunOS 4 realloc() returns NULL when reallocing NULL.