pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
1998-06-12
1998-06-12 19:16:40 by Fredrik Noring <noring@nocrew.org>
90dc92e2b21585ef342c4bace3e1f1c38f5c6f09 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added __STDC_EXT__ for HPUX.
Rev: src/global.h:1.23
5:
\*/ /*
-
* $Id: global.h,v 1.
22
1998/
05
/12
23
:
51
:
23
hubbe
Exp $
+
* $Id: global.h,v 1.
23
1998/
06
/12
19
:
16
:
40
noring
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H
16:
# define _LARGEFILE64_SOURCE 1 #endif
+
/* HPUX needs these too... */
+
#ifndef __STDC_EXT__
+
# define __STDC_EXT__
+
#endif /* !__STDC_EXT__ */
+
/* * Some structure forward declarations are needed. */