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.97 2004/09/26 15:10:29 marcus Exp $
+ || $Id: global.h,v 1.98 2004/09/26 15:12:24 marcus Exp $
*/
#ifndef GLOBAL_H
#define GLOBAL_H
#if defined(__WINNT__) && !defined(__NT__)
#define __NT__
#endif
#ifndef _LARGEFILE_SOURCE
pike.git/src/global.h:38: Inside #if defined(__NT__)
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
/* We also need to ensure that we get the WIN32 APIs. */
#ifndef WIN32
#define WIN32 100 /* WinNT 1.0 */
#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.
*/