summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi/config.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-11-03 19:15:45 +0000
committerpeter <peter@FreeBSD.org>1996-11-03 19:15:45 +0000
commit53f00ccb78652a80f97bfe536c18834f2536f411 (patch)
treeaa844b6928b1fbc14d280f129974cc2346a02274 /usr.bin/vi/config.h
parentccc595306473f936268a35e26fc896fe3a4004de (diff)
downloadFreeBSD-src-53f00ccb78652a80f97bfe536c18834f2536f411.zip
FreeBSD-src-53f00ccb78652a80f97bfe536c18834f2536f411.tar.gz
The tcl/perl interpreter compile options were not really optional.
This is needed for building the boot crunch for 2.2 (It still needs a hook so the release code can tell it when to build it without tcl etc).
Diffstat (limited to 'usr.bin/vi/config.h')
-rw-r--r--usr.bin/vi/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vi/config.h b/usr.bin/vi/config.h
index 33ee3e6..5a867f1 100644
--- a/usr.bin/vi/config.h
+++ b/usr.bin/vi/config.h
@@ -104,10 +104,10 @@
#define HAVE_LOCK_FLOCK 1
/* Define if you want to compile in the Perl interpreter. */
-/* #undef HAVE_PERL_INTERP */
+/* #undef HAVE_PERL_INTERP */ /* XXX: SET IN Makefile CFLAGS */
/* Define if your Perl is at least 5.003_01. */
-/* #undef HAVE_PERL_5_003_01 */
+/* #undef HAVE_PERL_5_003_01 */ /* XXX: SET IN Makefile CFLAGS */
/* Define if you have the Berkeley style revoke(2) system call. */
#define HAVE_REVOKE 1
@@ -122,7 +122,7 @@
/* #undef HAVE_SYS5_PTY */
/* Define if you want to compile in the Tcl interpreter. */
-#define HAVE_TCL_INTERP 1
+/* #define HAVE_TCL_INTERP */ /* XXX: SET IN Makefile CFLAGS */
/* Define if your sprintf returns a pointer, not a length. */
/* #undef SPRINTF_RET_CHARPNT */
OpenPOWER on IntegriCloud