pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: global.h,v 1.
102
2004/09/26 15:
10
:
17
marcus Exp $
+
|| $Id: global.h,v 1.
103
2004/09/26 15:
12
:
14
marcus Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H /* Mingw32 workarounds */ #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) #define __NT__ #endif
pike.git/src/global.h:51:
#define _WIN32_WINDOWS 0x0500 #endif #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) #undef _WIN32_WINNT #define _WIN32_WINNT 0x0500 #endif #endif /* __NT__ */
+
#ifdef __amigaos__
+
/* Avoid getting definitions of struct in_addr from <unistd.h>... */
+
#define __USE_NETINET_IN_H
+
#endif
+
/* * We want to use __builtin functions. */ #ifndef __BUILTIN_VA_ARG_INCR #define __BUILTIN_VA_ARG_INCR 1 #endif /* !__BUILTIN_VA_ARG_INCR */ /* * Some structure forward declarations are needed. */