=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/config.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/file/Attic/config.h 2011/01/10 20:59:42 1.6 +++ src/usr.bin/file/Attic/config.h 2011/07/25 16:21:22 1.7 @@ -4,7 +4,7 @@ * 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.6 2011/01/10 20:59:42 deraadt Exp $ + * $OpenBSD: config.h,v 1.7 2011/07/25 16:21:22 martynas Exp $ */ /* header file issues. */ @@ -23,6 +23,8 @@ #define HAVE_STRERROR #define HAVE_VSNPRINTF #define HAVE_SNPRINTF +#define HAVE_STRNDUP +#define HAVE_STRTOF /* Compiler issues */ #define SIZEOF_LONG_LONG 8