pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-17
2004-11-17 10:23:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
500f8e560e4d677607612d201ffe158af40a01b2 (
52
lines) (+
48
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Improved Autoconf 2.59 compat.
Rev: src/configure.in:1.850
1:
-
AC_REVISION("$Id: configure.in,v 1.
849
2004/11/
09
12
:
27
:
53
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
850
2004/11/
17
10
:
23
:
09
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2648:
crt/signal.h sys/id.h mach-o/dyld.h sys/ptrace.h \ thread.h dlfcn.h dld.h dl.h sys/times.h sched.h \ sys/procfs.h sys/param.h winsock.h sys/ioct.h sys/socket.h \
-
malloc.h netinet/in.h sys/wait.h
winbase
.h grp.h pwd.h \
+
malloc.h netinet/in.h sys/wait.h
windows
.h grp.h pwd.h \
passwd.h group.h winsock2.h signal.h sys/file.h poll.h \ sys/poll.h socket.h ieeefp.h fp_class.h floatingpoint.h \
-
float.h sys/priocntl.h sys/sched.h
windows
.h errno.h \
+
float.h sys/priocntl.h sys/sched.h
winbase
.h errno.h \
stddef.h mmx.h asm/mmx.h sys/termio.h sys/termios.h \ ws2tcpip.h valgrind/memcheck.h memcheck.h valgrind.h \ sys/prctl.h sys/ioctl.h mach/task_info.h mach/task.h \
-
mach/mach_init.h syscall.h sys/syscall.h devices/timer.h)
+
mach/mach_init.h syscall.h sys/syscall.h devices/timer.h
,,,[
+
#if (defined(__WINNT__
)
|| defined(__WIN32__)) && !defined(__NT__)
+
#define __NT__
+
#endif
+
#ifndef _LARGEFILE_SOURCE
+
# define _FILE_OFFSET_BITS 64
+
# define _LARGEFILE_SOURCE
+
#endif
+
#ifndef __STDC_EXT__
+
# define __STDC_EXT__
+
#endif /* !__STDC_EXT__ */
+
#ifndef _PROTOTYPES
+
# define _PROTOTYPES
+
#endif /* !_PROTOTYPES */
+
#ifndef _GNU_SOURCE
+
#define _GNU_SOURCE
+
#endif /* !_GNU_SOURCE */
+
#ifdef __NT__
+
#ifndef WIN32_LEAN_AND_MEAN
+
#define WIN32_LEAN_AND_MEAN
+
#endif
+
#ifndef WIN32
+
#define WIN32 100 /* WinNT 1.0 */
+
#endif
+
#if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500)
+
#undef _WIN32_WINDOWS
+
#define _WIN32_WINDOWS 0x0500
+
#endif
+
#if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500)
+
#undef _WIN32_WINNT
+
#define _WIN32_WINNT 0x0500
+
#endif
+
#endif /* __NT__ */
+
#ifdef __amigaos__
+
#define __USE_NETINET_IN_H
+
#endif
+
#ifndef __BUILTIN_VA_ARG_INCR
+
#define __BUILTIN_VA_ARG_INCR 1
+
#endif /* !__BUILTIN_VA_ARG_INCR */
+
#ifdef HAVE_WINDOWS_H
+
#include <windows.h>
+
#undef HAVE_WINDOWS_H
+
#endif
+
])
# Setjmp. #