pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2003-03-12
2003-03-12 14:29:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e31ef462ebd25dc81d584b6713e26279186d6261 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Now defines _GNU_SOURCE.
Rev: src/global.h:1.81
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: global.h,v 1.
80
2003/
02
/
11
19
:
25
:
59
mast
Exp $
+
|| $Id: global.h,v 1.
81
2003/
03
/
12
14
:
29
:
56
grubba
Exp $
*/ #ifndef GLOBAL_H
26:
# define _PROTOTYPES #endif /* !_PROTOTYPES */
+
/* And Linux wants this one... */
+
#ifndef _GNU_SOURCE
+
#define _GNU_SOURCE
+
#endif /* !_GNU_SOURCE */
+
/* * We want to use __builtin functions. */