pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-17
2000-08-17 20:40:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>
47d0e3d106906e0680c1fa81fbc47bad843fb5b4 (
8
lines) (+
5
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Don't include <malloc.h> on NT.
Rev: src/global.h:1.52
5:
\*/ /*
-
* $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
140:
#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