aboutsummaryrefslogtreecommitdiff
path: root/kerberos5
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2020-10-14 12:28:54 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2020-10-14 12:28:54 +0000
commita525283161f88f2044200af7f8aac12c2c6819df (patch)
treebc5cecf2ac709f29c444729f2c8d96a165fdca62 /kerberos5
parenta31993fece39b32ff45e7ef77c1b6e65ff832e37 (diff)
downloadsrc-a525283161f88f2044200af7f8aac12c2c6819df.tar.gz
src-a525283161f88f2044200af7f8aac12c2c6819df.zip
Fix more -Wundef warnings during bootstrap
Notes
Notes: svn path=/head/; revision=366699
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberos5/include/config.h b/kerberos5/include/config.h
index 86c7bfbca517..73aacf8dfa6e 100644
--- a/kerberos5/include/config.h
+++ b/kerberos5/include/config.h
@@ -975,7 +975,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
#define HAVE_STRVISX 1
/* Define to 1 if you have the `svis' function. */
-/* #undef HAVE_SVIS */
+#define HAVE_SVIS 1
/* Define if you have the function `swab'. */
#define HAVE_SWAB 1