summaryrefslogtreecommitdiff
path: root/Build/source/libs/zziplib/zziplib-0.13.58/zzip/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/zziplib/zziplib-0.13.58/zzip/conf.h')
-rw-r--r--Build/source/libs/zziplib/zziplib-0.13.58/zzip/conf.h17
1 files changed, 4 insertions, 13 deletions
diff --git a/Build/source/libs/zziplib/zziplib-0.13.58/zzip/conf.h b/Build/source/libs/zziplib/zziplib-0.13.58/zzip/conf.h
index c6d7ad6f84d..52b33e287ce 100644
--- a/Build/source/libs/zziplib/zziplib-0.13.58/zzip/conf.h
+++ b/Build/source/libs/zziplib/zziplib-0.13.58/zzip/conf.h
@@ -4,17 +4,17 @@
* in plain config.h if the host system does already have it but we do
* need the prefix variant - so we add here a #define _zzip_off_t off_t
*
- * This file is supposed to only carry '#define's.
+ * This file is supposed to only carry '#define's.
* See <zzip/types.h> for definitions that might be seen by the compiler.
*
- * Author:
+ * Author:
* Guido Draheim <guidod@gmx.de>
*
* Copyright (c) 2001,2002,2003,2004 Guido Draheim
* All rights reserved,
* use under the restrictions of the
* Lesser GNU General Public License
- * or alternatively the restrictions
+ * or alternatively the restrictions
* of the Mozilla Public License 1.1
*/
@@ -64,9 +64,6 @@
#define _zzip_const const
#endif
#endif
-#ifdef _AIX
-#define _zzip_inline __inline
-#endif
#ifndef _zzip_inline
#ifdef ZZIP_inline
#define _zzip_inline ZZIP_inline
@@ -113,7 +110,7 @@
/* whether this library shall use a 64bit off_t largefile variant in 64on32: */
/* (some exported names must be renamed to avoid bad calls after linking) */
-#if defined ZZIP_LARGEFILE_SENSITIVE
+#if defined ZZIP_LARGEFILE_SENSITIVE
# if _FILE_OFFSET_BITS+0 == 64
# define ZZIP_LARGEFILE_RENAME
# elif defined _LARGE_FILES /* used on older AIX to get at 64bit off_t */
@@ -211,12 +208,6 @@
# endif
-#if defined __GNUC__ || defined __attribute__
-#define __zzip_attribute__(X) __attribute__(X)
-#else
-#define __zzip_attribute__(X)
-#endif
-
#if defined ZZIP_EXPORTS || defined ZZIPLIB_EXPORTS
# undef ZZIP_DLL
#define ZZIP_DLL 1