diff --git a/src/global.h b/src/global.h index 4a5b3d0a8a5b516a88f691f246e678f069dcabb2..84017b8bcb9580a2322ebba3587de9c4e2c63c15 100644 --- a/src/global.h +++ b/src/global.h @@ -5,7 +5,7 @@ \*/ /* - * $Id: global.h,v 1.73 2002/09/13 15:35:48 mast Exp $ + * $Id: global.h,v 1.74 2002/10/05 17:15:19 grubba Exp $ */ #ifndef GLOBAL_H #define GLOBAL_H @@ -14,17 +14,6 @@ #define __NT__ #endif -/* The worlds most stringent C compiler? */ -#ifdef __TenDRA__ -/* We want to be able to use 64bit arithmetic */ -#pragma TenDRA longlong type allow -#pragma TenDRA set longlong type : long long - -#ifdef _NO_LONGLONG -#undef _NO_LONGLONG -#endif /* _NO_LONGLONG */ -#endif /* __TenDRA__ */ - #ifndef _LARGEFILE_SOURCE # define _FILE_OFFSET_BITS 64 # define _LARGEFILE_SOURCE @@ -46,16 +35,6 @@ #define __BUILTIN_VA_ARG_INCR 1 #endif /* !__BUILTIN_VA_ARG_INCR */ -/* Get more declarations in GNU libc. */ -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif - -/* Get more declarations from AIX libc. */ -#ifndef _ALL_SOURCE -#define _ALL_SOURCE -#endif - /* * Some structure forward declarations are needed. */