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.
71
2002/08/
13
17
:
29
:
26
grubba Exp $
+
* $Id: global.h,v 1.
72
2002/08/
14
15
:
28
:
27
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:45:
#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