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.
49
2000/08/
11
14
:
58
:
25
grubba Exp $
+
* $Id: global.h,v 1.
50
2000/08/
16
17
:
46
:
22
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__
+
/* FreeBSD has <malloc.h>, but it just contains a warning... */
#include <malloc.h>
-
+
#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>