pike.git/src/global.h:5: Inside #if undefined(GLOBAL_H)
\*/
#ifndef GLOBAL_H
#define GLOBAL_H
#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__ */
+
/*
* Some structure forward declarations are needed.
*/
/* This is needed for linux */
#ifdef MALLOC_REPLACED
#define NO_FIX_MALLOC
#endif
#ifndef STRUCT_PROGRAM_DECLARED