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.
76
2002/
10/
11
01
:
39
:
31
nilsson
Exp $
+
|| $Id: global.h,v 1.
77
2002/
11
/
24
23
:
02
:
47
mast
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H #if defined(__WINNT__) && !defined(__NT__) #define __NT__ #endif #ifndef _LARGEFILE_SOURCE
pike.git/src/global.h:296:
#endif /* PMOD_PROTO is essentially the same as PMOD_EXPORT, but * it exports the identifier even if it only a prototype. */ #ifndef PMOD_PROTO #define PMOD_PROTO #endif
-
#if defined(PURIFY) || defined(__CHECKER__) || defined(DEBUG_MALLOC)
+
#if defined(PURIFY) || defined(__CHECKER__) ||
\
+
defined(DEBUG_MALLOC)
|| defined(USE_VALGRIND)
#define DO_PIKE_CLEANUP #endif #ifdef PIKE_SECURITY #define DO_IF_SECURITY(X) X #else #define DO_IF_SECURITY(X) #endif /* Used by the AutoBuild system to mark known warnings. */