summaryrefslogtreecommitdiff
path: root/sys/lib/libz/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libz/zutil.h')
-rw-r--r--sys/lib/libz/zutil.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/lib/libz/zutil.h b/sys/lib/libz/zutil.h
index c6e379f2f85..07640b2551f 100644
--- a/sys/lib/libz/zutil.h
+++ b/sys/lib/libz/zutil.h
@@ -1,4 +1,3 @@
-/* $OpenBSD: zutil.h,v 1.4 1997/11/07 15:57:53 niklas Exp $ */
/* zutil.h -- internal interface and configuration of the compression library
* Copyright (C) 1995-1996 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
@@ -9,6 +8,7 @@
subject to change. Applications should only use zlib.h.
*/
+/* $Id: zutil.h,v 1.5 1998/09/08 03:32:05 millert Exp $ */
#ifndef _Z_UTIL_H
#define _Z_UTIL_H
@@ -21,14 +21,10 @@
#else
extern int errno;
#endif
-#ifdef _STANDALONE
-#include <stand.h>
-#else
#ifdef STDC
# include <string.h>
# include <stdlib.h>
#endif
-#endif
#ifndef local
# define local static
@@ -172,7 +168,7 @@ extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */
#endif
/* Diagnostic functions */
-#ifdef DEBUG_ZLIB
+#ifdef DEBUG
# include <stdio.h>
# ifndef verbose
# define verbose 0