aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi/config.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-11-03 19:15:45 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-11-03 19:15:45 +0000
commit0e3dfa92bd0e26349d76da8d122192830647dd61 (patch)
treeaa844b6928b1fbc14d280f129974cc2346a02274 /usr.bin/vi/config.h
parente6018858356dcab1940b6a006b900b59bb471332 (diff)
downloadsrc-0e3dfa92bd0e26349d76da8d122192830647dd61.tar.gz
src-0e3dfa92bd0e26349d76da8d122192830647dd61.zip
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).
Notes
Notes: svn path=/head/; revision=19372
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 33ee3e6aea34..5a867f15f618 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 */