summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-15 23:00:07 +0000
committerpeter <peter@FreeBSD.org>1997-05-15 23:00:07 +0000
commite13905b82ee7dbd59e7219bcaa1a5280ccd671dc (patch)
tree86f4d2e853c0e1a5603c5bdb9f79dbdc9df7c023 /gnu/usr.bin/cvs/lib
parentbaaed17f86e14f8405c7d62a09b3be4c0d7d3c84 (diff)
downloadFreeBSD-src-e13905b82ee7dbd59e7219bcaa1a5280ccd671dc.zip
FreeBSD-src-e13905b82ee7dbd59e7219bcaa1a5280ccd671dc.tar.gz
Update to build the new cvs version
Diffstat (limited to 'gnu/usr.bin/cvs/lib')
-rw-r--r--gnu/usr.bin/cvs/lib/Makefile4
-rw-r--r--gnu/usr.bin/cvs/lib/config.h46
-rw-r--r--gnu/usr.bin/cvs/lib/config.h.proto46
3 files changed, 64 insertions, 32 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile
index 954a64d..9c74c4f 100644
--- a/gnu/usr.bin/cvs/lib/Makefile
+++ b/gnu/usr.bin/cvs/lib/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.13 1997/02/22 15:45:20 peter Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -15,7 +15,7 @@ CFLAGS+= -I${.CURDIR} -I${CVSDIR}/src -DHAVE_CONFIG_H
SRCS = argmatch.c getdate.y getline.c \
getopt.c getopt1.c savecwd.c \
- sighandle.c strippath.c stripslash.c \
+ sighandle.c stripslash.c \
xgetwd.c yesno.c
CLEANFILES+= getdate.c y.tab.h
diff --git a/gnu/usr.bin/cvs/lib/config.h b/gnu/usr.bin/cvs/lib/config.h
index 9f03a47..e8128f4 100644
--- a/gnu/usr.bin/cvs/lib/config.h
+++ b/gnu/usr.bin/cvs/lib/config.h
@@ -8,11 +8,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 */
@@ -28,9 +23,6 @@
/* Define if utime(file, NULL) sets file's timestamp to the present. */
#define HAVE_UTIME_NULL 1
-/* Define as __inline if that's what the C compiler calls it. */
-/* #undef inline */
-
/* Define if on MINIX. */
/* #undef _MINIX */
@@ -78,15 +70,15 @@
/* Define if you want to use the password authenticated server. */
#define AUTH_SERVER_SUPPORT 1
-/* The number of bytes in a int. */
-#define SIZEOF_INT 4
-
-/* The number of bytes in a long. */
-#define SIZEOF_LONG 4
+/* 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. */
+#define HAVE_CRYPT 1
+
/* Define if you have the fchdir function. */
#define HAVE_FCHDIR 1
@@ -105,17 +97,26 @@
/* Define if you have the getpagesize function. */
#define HAVE_GETPAGESIZE 1
+/* Define if you have the getspnam function. */
+/* #undef HAVE_GETSPNAM */
+
+/* Define if you have the initgroups function. */
+#define HAVE_INITGROUPS 1
+
/* Define if you have the krb_get_err_text function. */
/* #undef HAVE_KRB_GET_ERR_TEXT */
/* Define if you have the mkfifo function. */
#define HAVE_MKFIFO 1
+/* Define if you have the mktemp function. */
+#define HAVE_MKTEMP 1
+
/* Define if you have the putenv function. */
#define HAVE_PUTENV 1
-/* Define if you have the setvbuf function. */
-#define HAVE_SETVBUF 1
+/* Define if you have the readlink function. */
+#define HAVE_READLINK 1
/* Define if you have the sigaction function. */
#define HAVE_SIGACTION 1
@@ -132,15 +133,24 @@
/* Define if you have the sigvec function. */
#define HAVE_SIGVEC 1
+/* Define if you have the tempnam function. */
+#define HAVE_TEMPNAM 1
+
/* Define if you have the timezone function. */
#define HAVE_TIMEZONE 1
+/* Define if you have the tzset function. */
+#define HAVE_TZSET 1
+
/* Define if you have the vfork function. */
#define HAVE_VFORK 1
/* Define if you have the vprintf function. */
#define HAVE_VPRINTF 1
+/* Define if you have the wait3 function. */
+#define HAVE_WAIT3 1
+
/* Define if you have the <direct.h> header file. */
/* #undef HAVE_DIRECT_H */
@@ -198,6 +208,9 @@
/* Define if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1
+/* Define if you have the crypt library (-lcrypt). */
+#define HAVE_LIBCRYPT 1
+
/* Define if you have the inet library (-linet). */
/* #undef HAVE_LIBINET */
@@ -207,5 +220,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 */
diff --git a/gnu/usr.bin/cvs/lib/config.h.proto b/gnu/usr.bin/cvs/lib/config.h.proto
index 9f03a47..e8128f4 100644
--- a/gnu/usr.bin/cvs/lib/config.h.proto
+++ b/gnu/usr.bin/cvs/lib/config.h.proto
@@ -8,11 +8,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 */
@@ -28,9 +23,6 @@
/* Define if utime(file, NULL) sets file's timestamp to the present. */
#define HAVE_UTIME_NULL 1
-/* Define as __inline if that's what the C compiler calls it. */
-/* #undef inline */
-
/* Define if on MINIX. */
/* #undef _MINIX */
@@ -78,15 +70,15 @@
/* Define if you want to use the password authenticated server. */
#define AUTH_SERVER_SUPPORT 1
-/* The number of bytes in a int. */
-#define SIZEOF_INT 4
-
-/* The number of bytes in a long. */
-#define SIZEOF_LONG 4
+/* 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. */
+#define HAVE_CRYPT 1
+
/* Define if you have the fchdir function. */
#define HAVE_FCHDIR 1
@@ -105,17 +97,26 @@
/* Define if you have the getpagesize function. */
#define HAVE_GETPAGESIZE 1
+/* Define if you have the getspnam function. */
+/* #undef HAVE_GETSPNAM */
+
+/* Define if you have the initgroups function. */
+#define HAVE_INITGROUPS 1
+
/* Define if you have the krb_get_err_text function. */
/* #undef HAVE_KRB_GET_ERR_TEXT */
/* Define if you have the mkfifo function. */
#define HAVE_MKFIFO 1
+/* Define if you have the mktemp function. */
+#define HAVE_MKTEMP 1
+
/* Define if you have the putenv function. */
#define HAVE_PUTENV 1
-/* Define if you have the setvbuf function. */
-#define HAVE_SETVBUF 1
+/* Define if you have the readlink function. */
+#define HAVE_READLINK 1
/* Define if you have the sigaction function. */
#define HAVE_SIGACTION 1
@@ -132,15 +133,24 @@
/* Define if you have the sigvec function. */
#define HAVE_SIGVEC 1
+/* Define if you have the tempnam function. */
+#define HAVE_TEMPNAM 1
+
/* Define if you have the timezone function. */
#define HAVE_TIMEZONE 1
+/* Define if you have the tzset function. */
+#define HAVE_TZSET 1
+
/* Define if you have the vfork function. */
#define HAVE_VFORK 1
/* Define if you have the vprintf function. */
#define HAVE_VPRINTF 1
+/* Define if you have the wait3 function. */
+#define HAVE_WAIT3 1
+
/* Define if you have the <direct.h> header file. */
/* #undef HAVE_DIRECT_H */
@@ -198,6 +208,9 @@
/* Define if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1
+/* Define if you have the crypt library (-lcrypt). */
+#define HAVE_LIBCRYPT 1
+
/* Define if you have the inet library (-linet). */
/* #undef HAVE_LIBINET */
@@ -207,5 +220,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