Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / lib / libz / patches / zconf.h.patch
1 $DragonFly: src/lib/libz/patches/zconf.h.patch,v 1.1 2004/11/12 18:10:42 joerg Exp $
2
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 @@
6  
7  /* @(#) $Id$ */
8  
9 -#ifndef ZCONF_H
10 -#define ZCONF_H
11 +#ifndef _ZCONF_H
12 +#define _ZCONF_H
13  
14  /*
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
19  
20 -#endif /* ZCONF_H */
21 +#endif /* _ZCONF_H */