HAMMER Utility - cleanup
[dragonfly.git] / lib / libz / patches / zconf.h.patch
blob8a645685e4cce21862729d87e6ee4f335529f159
1 $DragonFly: src/lib/libz/patches/zconf.h.patch,v 1.1 2004/11/12 18:10:42 joerg Exp $
3 --- zconf.h.orig 2004-11-12 18:56:36.000000000 +0100
4 +++ zconf.h 2004-11-12 18:56:46.000000000 +0100
5 @@ -5,8 +5,8 @@
7 /* @(#) $Id$ */
9 -#ifndef ZCONF_H
10 -#define ZCONF_H
11 +#ifndef _ZCONF_H
12 +#define _ZCONF_H
15 * If you *really* need a unique prefix for all types and library functions,
16 @@ -323,4 +323,4 @@
17 # pragma map(inflate_copyright,"INCOPY")
18 #endif
20 -#endif /* ZCONF_H */
21 +#endif /* _ZCONF_H */