summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/include/config.h.in
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-01-09 08:31:47 +0000
committermarkm <markm@FreeBSD.org>2000-01-09 08:31:47 +0000
commit6ae78a53894ebd0e7fee2629853a8646eda38887 (patch)
treed8fa5ae90ea14f0d939383153fc5a1e978bc3127 /crypto/kerberosIV/include/config.h.in
parent2d96e5dd45a8fbdead16d7a6a28dab5a13054a6c (diff)
parentca616c603d9e06e51c9e23fab7536acbdac58331 (diff)
downloadFreeBSD-src-6ae78a53894ebd0e7fee2629853a8646eda38887.zip
FreeBSD-src-6ae78a53894ebd0e7fee2629853a8646eda38887.tar.gz
This commit was generated by cvs2svn to compensate for changes in r55643,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto/kerberosIV/include/config.h.in')
-rw-r--r--crypto/kerberosIV/include/config.h.in89
1 files changed, 71 insertions, 18 deletions
diff --git a/crypto/kerberosIV/include/config.h.in b/crypto/kerberosIV/include/config.h.in
index 3108078..3727ef1 100644
--- a/crypto/kerberosIV/include/config.h.in
+++ b/crypto/kerberosIV/include/config.h.in
@@ -71,6 +71,15 @@
/* Define if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
+/* Define if you have the XauFileName function. */
+#undef HAVE_XAUFILENAME
+
+/* Define if you have the XauReadAuth function. */
+#undef HAVE_XAUREADAUTH
+
+/* Define if you have the XauWriteAuth function. */
+#undef HAVE_XAUWRITEAUTH
+
/* Define if you have the _getpty function. */
#undef HAVE__GETPTY
@@ -95,12 +104,18 @@
/* Define if you have the cap_set_proc function. */
#undef HAVE_CAP_SET_PROC
+/* Define if you have the cgetent function. */
+#undef HAVE_CGETENT
+
/* Define if you have the chown function. */
#undef HAVE_CHOWN
/* Define if you have the chroot function. */
#undef HAVE_CHROOT
+/* Define if you have the copyhostent function. */
+#undef HAVE_COPYHOSTENT
+
/* Define if you have the crypt function. */
#undef HAVE_CRYPT
@@ -143,6 +158,9 @@
/* Define if you have the forkpty function. */
#undef HAVE_FORKPTY
+/* Define if you have the freehostent function. */
+#undef HAVE_FREEHOSTENT
+
/* Define if you have the frevoke function. */
#undef HAVE_FREVOKE
@@ -170,6 +188,12 @@
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME
+/* Define if you have the getipnodebyaddr function. */
+#undef HAVE_GETIPNODEBYADDR
+
+/* Define if you have the getipnodebyname function. */
+#undef HAVE_GETIPNODEBYNAME
+
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN
@@ -200,9 +224,6 @@
/* Define if you have the getspnam function. */
#undef HAVE_GETSPNAM
-/* Define if you have the getspuid function. */
-#undef HAVE_GETSPUID
-
/* Define if you have the gettimeofday function. */
#undef HAVE_GETTIMEOFDAY
@@ -227,6 +248,12 @@
/* Define if you have the inet_aton function. */
#undef HAVE_INET_ATON
+/* Define if you have the inet_ntop function. */
+#undef HAVE_INET_NTOP
+
+/* Define if you have the inet_pton function. */
+#undef HAVE_INET_PTON
+
/* Define if you have the initgroups function. */
#undef HAVE_INITGROUPS
@@ -284,12 +311,21 @@
/* Define if you have the readv function. */
#undef HAVE_READV
+/* Define if you have the recvmsg function. */
+#undef HAVE_RECVMSG
+
/* Define if you have the res_search function. */
#undef HAVE_RES_SEARCH
/* Define if you have the revoke function. */
#undef HAVE_REVOKE
+/* Define if you have the sa_family_t function. */
+#undef HAVE_SA_FAMILY_T
+
+/* Define if you have the sendmsg function. */
+#undef HAVE_SENDMSG
+
/* Define if you have the setegid function. */
#undef HAVE_SETEGID
@@ -362,6 +398,12 @@
/* Define if you have the strftime function. */
#undef HAVE_STRFTIME
+/* Define if you have the strlcat function. */
+#undef HAVE_STRLCAT
+
+/* Define if you have the strlcpy function. */
+#undef HAVE_STRLCPY
+
/* Define if you have the strlwr function. */
#undef HAVE_STRLWR
@@ -374,12 +416,18 @@
/* Define if you have the strnlen function. */
#undef HAVE_STRNLEN
+/* Define if you have the strptime function. */
+#undef HAVE_STRPTIME
+
/* Define if you have the strsep function. */
#undef HAVE_STRSEP
/* Define if you have the strtok_r function. */
#undef HAVE_STRTOK_R
+/* Define if you have the struct_sockaddr_storage function. */
+#undef HAVE_STRUCT_SOCKADDR_STORAGE
+
/* Define if you have the strupr function. */
#undef HAVE_STRUPR
@@ -452,15 +500,6 @@
/* Define if you have the writev function. */
#undef HAVE_WRITEV
-/* Define if you have the XauFileName function. */
-#undef HAVE_XAUFILENAME
-
-/* Define if you have the XauReadAuth function. */
-#undef HAVE_XAUREADAUTH
-
-/* Define if you have the XauWriteAuth function. */
-#undef HAVE_XAUWRITEAUTH
-
/* Define if you have the yp_get_default_domain function. */
#undef HAVE_YP_GET_DEFAULT_DOMAIN
@@ -761,6 +800,12 @@
/* Define if you have the <wait.h> header file. */
#undef HAVE_WAIT_H
+/* Define if you have the X11 library (-lX11). */
+#undef HAVE_LIBX11
+
+/* Define if you have the Xau library (-lXau). */
+#undef HAVE_LIBXAU
+
/* Define if you have the c_r library (-lc_r). */
#undef HAVE_LIBC_R
@@ -809,12 +854,6 @@
/* Define if you have the util library (-lutil). */
#undef HAVE_LIBUTIL
-/* Define if you have the X11 library (-lX11). */
-#undef HAVE_LIBX11
-
-/* Define if you have the Xau library (-lXau). */
-#undef HAVE_LIBXAU
-
/* Name of package */
#undef PACKAGE
@@ -1016,6 +1055,18 @@
/* Define if struct utmpx has field ut_syslen. */
#undef HAVE_STRUCT_UTMPX_UT_SYSLEN
+/* Define if struct tm has field tm_gmtoff. */
+#undef HAVE_STRUCT_TM_TM_GMTOFF
+
+/* Define if struct tm has field tm_zone. */
+#undef HAVE_STRUCT_TM_TM_ZONE
+
+/* define if you have timezone */
+#undef HAVE_TIMEZONE
+
+/* define if your system declares timezone */
+#undef HAVE_TIMEZONE_DECLARATION
+
/* define if you have struct spwd */
#undef HAVE_STRUCT_SPWD
@@ -1069,6 +1120,8 @@
#define HAVE_KRB_DISABLE_DEBUG 1
+#define HAVE_KRB_GET_OUR_IP_FOR_REALM 1
+
#define RCSID(msg) \
static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
OpenPOWER on IntegriCloud