summaryrefslogtreecommitdiff
path: root/test/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/example.c')
-rw-r--r--test/example.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/test/example.c b/test/example.c
index 138a699bd5..e9353da1b5 100644
--- a/test/example.c
+++ b/test/example.c
@@ -8,16 +8,10 @@
#include "zlib.h"
#include <stdio.h>
-#ifdef STDC
-# include <string.h>
-# include <stdlib.h>
-#endif
+#include <string.h>
+#include <stdlib.h>
-#if defined(VMS) || defined(RISCOS)
-# define TESTFILE "foo-gz"
-#else
-# define TESTFILE "foo.gz"
-#endif
+#define TESTFILE "foo.gz"
#define CHECK_ERR(err, msg) { \
if (err != Z_OK) { \