summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/minigzip.c9
-rw-r--r--zconf.h12
-rw-r--r--zconf.h.cmakein12
-rw-r--r--zconf.h.in12
4 files changed, 0 insertions, 45 deletions
diff --git a/test/minigzip.c b/test/minigzip.c
index 227605d..9037681 100644
--- a/test/minigzip.c
+++ b/test/minigzip.c
@@ -41,15 +41,6 @@
# define snprintf _snprintf
#endif
-#ifdef RISCOS
-# define unlink remove
-# define GZ_SUFFIX "-gz"
-# define fileno(file) file->__file
-#endif
-#if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os
-# include <unix.h> /* for fileno */
-#endif
-
#if !defined(Z_HAVE_UNISTD_H) && !defined(_LARGEFILE64_SOURCE)
#ifndef WIN32 /* unlink already in stdio.h for WIN32 */
extern int unlink (const char *);
diff --git a/zconf.h b/zconf.h
index 8bd4879..16d90ee 100644
--- a/zconf.h
+++ b/zconf.h
@@ -239,18 +239,6 @@
# endif
#endif
-#if defined (__BEOS__)
-# ifdef ZLIB_DLL
-# ifdef ZLIB_INTERNAL
-# define ZEXPORT __declspec(dllexport)
-# define ZEXPORTVA __declspec(dllexport)
-# else
-# define ZEXPORT __declspec(dllimport)
-# define ZEXPORTVA __declspec(dllimport)
-# endif
-# endif
-#endif
-
#ifndef ZEXTERN
# define ZEXTERN extern
#endif
diff --git a/zconf.h.cmakein b/zconf.h.cmakein
index 19386ad..f80587c 100644
--- a/zconf.h.cmakein
+++ b/zconf.h.cmakein
@@ -241,18 +241,6 @@
# endif
#endif
-#if defined (__BEOS__)
-# ifdef ZLIB_DLL
-# ifdef ZLIB_INTERNAL
-# define ZEXPORT __declspec(dllexport)
-# define ZEXPORTVA __declspec(dllexport)
-# else
-# define ZEXPORT __declspec(dllimport)
-# define ZEXPORTVA __declspec(dllimport)
-# endif
-# endif
-#endif
-
#ifndef ZEXTERN
# define ZEXTERN extern
#endif
diff --git a/zconf.h.in b/zconf.h.in
index 8bd4879..16d90ee 100644
--- a/zconf.h.in
+++ b/zconf.h.in
@@ -239,18 +239,6 @@
# endif
#endif
-#if defined (__BEOS__)
-# ifdef ZLIB_DLL
-# ifdef ZLIB_INTERNAL
-# define ZEXPORT __declspec(dllexport)
-# define ZEXPORTVA __declspec(dllexport)
-# else
-# define ZEXPORT __declspec(dllimport)
-# define ZEXPORTVA __declspec(dllimport)
-# endif
-# endif
-#endif
-
#ifndef ZEXTERN
# define ZEXTERN extern
#endif