From 90dc92e2b21585ef342c4bace3e1f1c38f5c6f09 Mon Sep 17 00:00:00 2001 From: Fredrik Noring <noring@nocrew.org> Date: Fri, 12 Jun 1998 21:16:40 +0200 Subject: [PATCH] Added __STDC_EXT__ for HPUX. Rev: src/global.h:1.23 --- src/global.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index b00023842f..a1b7c0a55e 100644 --- a/src/global.h +++ b/src/global.h @@ -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 #define GLOBAL_H @@ -16,6 +16,11 @@ # define _LARGEFILE64_SOURCE 1 #endif +/* HPUX needs these too... */ +#ifndef __STDC_EXT__ +# define __STDC_EXT__ +#endif /* !__STDC_EXT__ */ + /* * Some structure forward declarations are needed. */ -- GitLab