Skip to content
Snippets Groups Projects
Commit 90dc92e2 authored by Fredrik Noring's avatar Fredrik Noring
Browse files

Added __STDC_EXT__ for HPUX.

Rev: src/global.h:1.23
parent 9083dae8
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\*/ \*/
/* /*
* $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 #ifndef GLOBAL_H
#define GLOBAL_H #define GLOBAL_H
...@@ -16,6 +16,11 @@ ...@@ -16,6 +16,11 @@
# define _LARGEFILE64_SOURCE 1 # define _LARGEFILE64_SOURCE 1
#endif #endif
/* HPUX needs these too... */
#ifndef __STDC_EXT__
# define __STDC_EXT__
#endif /* !__STDC_EXT__ */
/* /*
* Some structure forward declarations are needed. * Some structure forward declarations are needed.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment