summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/config.h.in
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-04-27 19:43:32 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-04-27 19:43:32 +0000
commit49126961fd129e607f88970e81ab6d48baaecda0 (patch)
tree8168bd6a7b92392e99d483a83c51b3f8f7df113d /gnu/usr.bin/cvs/config.h.in
parent61aa6f7b30e536382606a49e9a65374b125db338 (diff)
Latest public release from Cyclic; fixes numerous memory leaks and have
some performance improvements
Diffstat (limited to 'gnu/usr.bin/cvs/config.h.in')
-rw-r--r--gnu/usr.bin/cvs/config.h.in25
1 files changed, 3 insertions, 22 deletions
diff --git a/gnu/usr.bin/cvs/config.h.in b/gnu/usr.bin/cvs/config.h.in
index 7753304fb8b..91819366096 100644
--- a/gnu/usr.bin/cvs/config.h.in
+++ b/gnu/usr.bin/cvs/config.h.in
@@ -7,9 +7,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__
@@ -18,19 +15,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. */
-#undef HAVE_ALLOCA
-
-/* 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. */
#undef HAVE_LONG_FILE_NAMES
@@ -65,15 +52,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
@@ -96,6 +74,9 @@
clients. */
#undef SERVER_SUPPORT
+/* Define if you want to use the password authenticated server. */
+#undef AUTH_SERVER_SUPPORT
+
/* The number of bytes in a int. */
#undef SIZEOF_INT