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
+
||| This file
is
part of Pike
.
For
copyright
information
see
COPYRIGHT.
||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /*
-
* $Id: global.h,v 1.
65
2001
/
10
/
05
01
:
30
:12
hubbe
Exp $
+
* $Id: global.h,v 1.
66
2002
/
01
/
16
02
:
54
:12
nilsson
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H #if defined(__WINNT__) && !defined(__NT__) #define __NT__ #endif /* The worlds most stringent C compiler? */ #ifdef __TenDRA__