summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib/config.h.proto
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cvs/lib/config.h.proto')
-rw-r--r--gnu/usr.bin/cvs/lib/config.h.proto26
1 files changed, 2 insertions, 24 deletions
diff --git a/gnu/usr.bin/cvs/lib/config.h.proto b/gnu/usr.bin/cvs/lib/config.h.proto
index ce06c62..9f03a47 100644
--- a/gnu/usr.bin/cvs/lib/config.h.proto
+++ b/gnu/usr.bin/cvs/lib/config.h.proto
@@ -8,9 +8,6 @@
/* #undef _ALL_SOURCE */
#endif
-/* Define if using alloca.c. */
-/* #undef C_ALLOCA */
-
/* Define if type char is unsigned and you are not using gcc. */
#ifndef __CHAR_UNSIGNED__
/* #undef __CHAR_UNSIGNED__ */
@@ -19,19 +16,9 @@
/* Define to empty if the keyword does not work. */
/* #undef const */
-/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
- This function is required for alloca.c support on those systems. */
-/* #undef CRAY_STACKSEG_END */
-
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef gid_t */
-/* Define if you have alloca, as a function or macro. */
-#define HAVE_ALLOCA 1
-
-/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
-/* #undef HAVE_ALLOCA_H */
-
/* Define if you support file names longer than 14 characters. */
#define HAVE_LONG_FILE_NAMES 1
@@ -66,15 +53,6 @@
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
-/* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise it will be
- automatically deduced at run-time.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown
- */
-/* #undef STACK_DIRECTION */
-
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
/* #undef STAT_MACROS_BROKEN */
@@ -97,8 +75,8 @@
clients. */
#define SERVER_SUPPORT 1
-/* the path to the gnu diff program on your system */
-#define DIFF "/usr/bin/diff -a"
+/* 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
OpenPOWER on IntegriCloud