pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:1:
/*\ ||| This file a part of Pike, and is copyright by Fredrik Hubinette ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /*
-
* $Id: global.h,v 1.
56
2000
/
12
/
23
07
:
33
:
49
hubbe
Exp $
+
* $Id: global.h,v 1.
57
2009
/
06
/
17
18
:
57
:
56
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:33:
/* HPUX needs these too... */ #ifndef __STDC_EXT__ # define __STDC_EXT__ #endif /* !__STDC_EXT__ */ #ifndef _PROTOTYPES # define _PROTOTYPES #endif /* !_PROTOTYPES */ /*
-
* 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. */ /* This is needed for linux */ #ifdef MALLOC_REPLACED #define NO_FIX_MALLOC #endif #ifndef STRUCT_PROGRAM_DECLARED #define STRUCT_PROGRAM_DECLARED