defined. Preior to this, regex.h was never included.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13367
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-06-18 Ezra Peisach <epeisach@mit.edu>
+
+ * dump.c: Include regex.h if exists and if HAVE_REGCOMP
+ defined. Preior to this, regex.h was never included.
+
2001-06-08 Ezra Peisach <epeisach@mit.edu>
* dumpv4.c: Pass C_Block * to des_read_password() as per prototype.
#include <kadm5/adb.h>
#include <com_err.h>
#include "kdb5_util.h"
-#if HAVE_REGEX_H
+#if defined(HAVE_REGEX_H) && defined(HAVE_REGCOMP)
#include <regex.h>
#endif /* HAVE_REGEX_H */