socsvn commit: r224262 - soc2011/zy/nvi-iconv/head/usr.bin/vi

zy at FreeBSD.org zy at FreeBSD.org
Fri Jul 15 05:20:36 UTC 2011


Author: zy
Date: Fri Jul 15 05:20:33 2011
New Revision: 224262
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=224262

Log:
  Runnable on -current, which is really strict on headers :)

Modified:
  soc2011/zy/nvi-iconv/head/usr.bin/vi/config.h

Modified: soc2011/zy/nvi-iconv/head/usr.bin/vi/config.h
==============================================================================
--- soc2011/zy/nvi-iconv/head/usr.bin/vi/config.h	Fri Jul 15 04:49:30 2011	(r224261)
+++ soc2011/zy/nvi-iconv/head/usr.bin/vi/config.h	Fri Jul 15 05:20:33 2011	(r224262)
@@ -120,6 +120,11 @@
 /* Define if you have <sys/select.h> */
 /* #undef HAVE_SYS_SELECT_H 1 */
 
+/* Define if you have <term.h> */
+#ifdef SYSV_CURSES
+#define HAVE_TERM_H 1
+#endif
+
 /* Define if you have the System V style pty calls. */
 /* #undef HAVE_SYS5_PTY */
 


More information about the svn-soc-all mailing list