=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/config.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/file/Attic/config.h 2008/05/08 01:40:56 1.3 --- src/usr.bin/file/Attic/config.h 2009/04/24 18:54:34 1.4 *************** *** 4,10 **** * but can still carefully import stuff from Christos' version. * * This file is in the public domain. Original Author Ian F. Darwin. ! * $OpenBSD: config.h,v 1.3 2008/05/08 01:40:56 chl Exp $ */ /* header file issues. */ --- 4,10 ---- * but can still carefully import stuff from Christos' version. * * This file is in the public domain. Original Author Ian F. Darwin. ! * $OpenBSD: config.h,v 1.4 2009/04/24 18:54:34 chl Exp $ */ /* header file issues. */ *************** *** 16,22 **** #define HAVE_INTTYPES_H 1 #define HAVE_GETOPT_H 1 #define HAVE_LIMITS_H 1 ! /* #define HAVE_LIBZ 1 DO NOT ENABLE YET -- ian */ #define HAVE_STRTOUL #define HAVE_STRERROR --- 16,23 ---- #define HAVE_INTTYPES_H 1 #define HAVE_GETOPT_H 1 #define HAVE_LIMITS_H 1 ! /* #define HAVE_ZLIB_H 1 DO NOT ENABLE YET -- chl */ ! /* #define HAVE_LIBZ 1 DO NOT ENABLE YET -- ian */ #define HAVE_STRTOUL #define HAVE_STRERROR