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.
36
1999/07/15
16
:
54
:
36
hubbe
Exp $
+
* $Id: global.h,v 1.
37
1999/07/15
18
:
56
:
53
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:28:
#ifndef _LARGEFILE_SOURCE # define _FILE_OFFSET_BITS 64 # define _LARGEFILE_SOURCE # define _LARGEFILE64_SOURCE 1 #endif /* HPUX needs these too... */ #ifndef __STDC_EXT__ # define __STDC_EXT__ #endif /* !__STDC_EXT__ */
+
#ifndef _PROTOTYPES
+
# define _PROTOTYPES
+
#endif /* !_PROTOTYPES */
/* * Some structure forward declarations are needed. */ /* This is needed for linux */ #ifdef MALLOC_REPLACED #define NO_FIX_MALLOC #endif
pike.git/src/global.h:106:
# endif #endif #include <stdio.h> #ifdef HAVE_STDLIB_H #include <stdlib.h> #undef HAVE_STDLIB_H #endif
-
#ifdef HAVE_
STDLIB
_H
+
#ifdef HAVE_
STDDEF
_H
#include <stddef.h>
-
#undef HAVE_
STDLIB
_H
+
#undef HAVE_
STDDEF
_H
#endif #ifdef HAVE_MALLOC_H #include <malloc.h> #undef HAVE_MALLOC_H #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #undef HAVE_UNISTD_H