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.
51
2000/08/17
18:
20:
18
grubba Exp $
+
* $Id: global.h,v 1.
52
2000/08/17 20:
40:43
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
-
#
ifndef
__FreeBSD__
+
#
if
!defined(
__FreeBSD__
) && !defined(__NT__)
/* 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__ */
+
#endif /* !__FreeBSD__
&& !__NT__
*/
#undef HAVE_MALLOC_H #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #undef HAVE_UNISTD_H #endif #ifdef HAVE_STRING_H #include <string.h>