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.70 2002/06/25 14:26:40 grubba Exp $
+ * $Id: global.h,v 1.71 2002/08/13 17:29:26 grubba Exp $
*/
#ifndef GLOBAL_H
#define GLOBAL_H
#if defined(__WINNT__) && !defined(__NT__)
#define __NT__
#endif
/* The worlds most stringent C compiler? */
#ifdef __TenDRA__
pike.git/src/global.h:44: Inside #if undefined(__BUILTIN_VA_ARG_INCR)
*/
#ifndef __BUILTIN_VA_ARG_INCR
#define __BUILTIN_VA_ARG_INCR 1
#endif /* !__BUILTIN_VA_ARG_INCR */
/* Get more declarations in GNU libc. */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
+ /* Get more declarations from AIX libc. */
+ #ifndef _ANSI_C_SOURCE
+ #define _ANSI_C_SOURCE
+ #endif
+ #ifndef _ALL_SOURCE
+ #define _ALL_SOURCE
+ #endif
+
/*
* Some structure forward declarations are needed.
*/
/* This is needed for linux */
#ifdef MALLOC_REPLACED
#define NO_FIX_MALLOC
#endif
#ifndef STRUCT_PROGRAM_DECLARED