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.
53
2000/08/
20
17
:
12
:
57
grubba Exp $
+
* $Id: global.h,v 1.
54
2000/08/
30
16
:
10
:
31
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:133:
#include <stdlib.h> #undef HAVE_STDLIB_H #endif #ifdef HAVE_STDDEF_H #include <stddef.h> #undef HAVE_STDDEF_H #endif #ifdef HAVE_MALLOC_H
-
#if !defined(__FreeBSD__)
&& !defined(__NT__)
+
#if !defined(__FreeBSD__)
/* FreeBSD has <malloc.h>, but it just contains a warning... */
-
/* Windows 2000/IA64 has <malloc.h>, but it contains an #error in _WIN64. */
+
#include <malloc.h>
-
#endif /* !__FreeBSD__
&& !__NT__
*/
+
#endif /* !__FreeBSD__ */
#undef HAVE_MALLOC_H #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #undef HAVE_UNISTD_H #endif #ifdef HAVE_STRING_H #include <string.h>