pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-04-20
2001-04-20 13:55:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5a469fae56ddd7853e924a01de97d5dcec7caac2 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix in memset test for some OS's where pointers are larger than int.
Rev: src/configure.in:1.517
1:
-
AC_REVISION("$Id: configure.in,v 1.
516
2001/04/
17
14:
13:
41
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
517
2001/04/
20
13:
55:26
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
3378:
#ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif /* HAVE_SYS_TYPES_H */
+
#ifdef HAVE_STDLIB_H
+
#include <stdlib.h>
+
#endif /* HAVE_STDLIB_H */
#include <stdio.h> #include <string.h> char foo[23];