diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-08 03:32:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-08 03:32:06 +0000 |
commit | 715908e0527dfd55ec4fa2be232954da0e275c95 (patch) | |
tree | 77de36202f419f8c4a7a6e7c1785f177187d8665 /sys/lib/libz/zutil.h | |
parent | 4ecf0d152626250e288dc52185aafdc3dd884078 (diff) |
Update from zlib-1.1.3. These should really just be references to ../../../lib/libz/*
Diffstat (limited to 'sys/lib/libz/zutil.h')
-rw-r--r-- | sys/lib/libz/zutil.h | 8 |
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 |