summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/config.h.in
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-15 22:46:24 +0000
committerpeter <peter@FreeBSD.org>1997-05-15 22:46:24 +0000
commit4f40fe8334ad5f056e1d9105f23fe7ac859c39ba (patch)
tree3b2f0092fa216d9f61059ba94b7f10b5bacf9496 /contrib/cvs/config.h.in
parent8982e501c77217c860f79bba431f46a62b607a21 (diff)
downloadFreeBSD-src-4f40fe8334ad5f056e1d9105f23fe7ac859c39ba.zip
FreeBSD-src-4f40fe8334ad5f056e1d9105f23fe7ac859c39ba.tar.gz
Import of cvs-1.9.9-970515 onto vendor branch.
Obtained from: cyclic.com
Diffstat (limited to 'contrib/cvs/config.h.in')
-rw-r--r--contrib/cvs/config.h.in46
1 files changed, 31 insertions, 15 deletions
diff --git a/contrib/cvs/config.h.in b/contrib/cvs/config.h.in
index 9181936..c731d6d 100644
--- a/contrib/cvs/config.h.in
+++ b/contrib/cvs/config.h.in
@@ -7,11 +7,6 @@
#undef _ALL_SOURCE
#endif
-/* Define if type char is unsigned and you are not using gcc. */
-#ifndef __CHAR_UNSIGNED__
-#undef __CHAR_UNSIGNED__
-#endif
-
/* Define to empty if the keyword does not work. */
#undef const
@@ -27,9 +22,6 @@
/* Define if utime(file, NULL) sets file's timestamp to the present. */
#undef HAVE_UTIME_NULL
-/* Define as __inline if that's what the C compiler calls it. */
-#undef inline
-
/* Define if on MINIX. */
#undef _MINIX
@@ -77,15 +69,15 @@
/* Define if you want to use the password authenticated server. */
#undef AUTH_SERVER_SUPPORT
-/* The number of bytes in a int. */
-#undef SIZEOF_INT
-
-/* The number of bytes in a long. */
-#undef SIZEOF_LONG
+/* Define if you want encryption support. */
+#undef ENCRYPTION
/* Define if you have the connect function. */
#undef HAVE_CONNECT
+/* Define if you have the crypt function. */
+#undef HAVE_CRYPT
+
/* Define if you have the fchdir function. */
#undef HAVE_FCHDIR
@@ -104,17 +96,26 @@
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
+/* Define if you have the getspnam function. */
+#undef HAVE_GETSPNAM
+
+/* Define if you have the initgroups function. */
+#undef HAVE_INITGROUPS
+
/* Define if you have the krb_get_err_text function. */
#undef HAVE_KRB_GET_ERR_TEXT
/* Define if you have the mkfifo function. */
#undef HAVE_MKFIFO
+/* Define if you have the mktemp function. */
+#undef HAVE_MKTEMP
+
/* Define if you have the putenv function. */
#undef HAVE_PUTENV
-/* Define if you have the setvbuf function. */
-#undef HAVE_SETVBUF
+/* Define if you have the readlink function. */
+#undef HAVE_READLINK
/* Define if you have the sigaction function. */
#undef HAVE_SIGACTION
@@ -131,15 +132,24 @@
/* Define if you have the sigvec function. */
#undef HAVE_SIGVEC
+/* Define if you have the tempnam function. */
+#undef HAVE_TEMPNAM
+
/* Define if you have the timezone function. */
#undef HAVE_TIMEZONE
+/* Define if you have the tzset function. */
+#undef HAVE_TZSET
+
/* Define if you have the vfork function. */
#undef HAVE_VFORK
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
+/* Define if you have the wait3 function. */
+#undef HAVE_WAIT3
+
/* Define if you have the <direct.h> header file. */
#undef HAVE_DIRECT_H
@@ -197,6 +207,9 @@
/* Define if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
+/* Define if you have the crypt library (-lcrypt). */
+#undef HAVE_LIBCRYPT
+
/* Define if you have the inet library (-linet). */
#undef HAVE_LIBINET
@@ -206,5 +219,8 @@
/* Define if you have the nsl_s library (-lnsl_s). */
#undef HAVE_LIBNSL_S
+/* Define if you have the sec library (-lsec). */
+#undef HAVE_LIBSEC
+
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
OpenPOWER on IntegriCloud