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.
25
1998/
10/
11 11:
18
:
51
hubbe Exp $
+
* $Id: global.h,v 1.
26
1998/
11
/
22
11:
02
:
50
hubbe Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H #ifndef _LARGEFILE_SOURCE # define _FILE_OFFSET_BITS 64 # define _LARGEFILE_SOURCE # define _LARGEFILE64_SOURCE 1 #endif
pike.git/src/global.h:196:
static char *rcsid __attribute__ ((unused)) =X #elif __GNUC__ == 2 #define RCSID(X) \ static char *rcsid = X; \ static void *use_rcsid=(&use_rcsid, (void *)&rcsid) #else #define RCSID(X) \ static char *rcsid = X #endif
-
#if defined(__GNUC__) && !defined(DEBUG) && !defined(lint)
+
#if defined(__GNUC__) && !defined(
PIKE_
DEBUG) && !defined(lint)
#define INLINE inline #else #define INLINE #endif #include "port.h" #include "dmalloc.h" #ifdef BUFSIZ