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.
33
1999/
04
/
25
20
:
32
:
38
grubba
Exp $
+
* $Id: global.h,v 1.
34
1999/
05
/
12
04
:
41
:
36
hubbe
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H
-
+
#if defined(__WINNT__) && !defined(__NT__)
+
#define __NT__
+
#endif
+
/* The worlds most stringent C compiler? */ #ifdef __TenDRA__ /* We want to be able to use 64bit arithmetic */ #pragma TenDRA longlong type allow #pragma TenDRA set longlong type : long long #ifdef _NO_LONGLONG #undef _NO_LONGLONG #endif /* _NO_LONGLONG */ #endif /* __TenDRA__ */