summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi/config.h
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2000-04-16 17:34:33 +0000
committerjlemon <jlemon@FreeBSD.org>2000-04-16 17:34:33 +0000
commitf903fac30dc9cbcd923be4f1fd8bd9bd85b50286 (patch)
tree65cbe8d937b192bd44cf5e56b8e4a7d612b69d34 /usr.bin/vi/config.h
parenteffd0fca6504e5108f89905035bd00ef3f9ab6ed (diff)
downloadFreeBSD-src-f903fac30dc9cbcd923be4f1fd8bd9bd85b50286.zip
FreeBSD-src-f903fac30dc9cbcd923be4f1fd8bd9bd85b50286.tar.gz
Do not pull in <sys/select.h>, it isn't required.
Diffstat (limited to 'usr.bin/vi/config.h')
-rw-r--r--usr.bin/vi/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/vi/config.h b/usr.bin/vi/config.h
index 5a867f1..a8bee67 100644
--- a/usr.bin/vi/config.h
+++ b/usr.bin/vi/config.h
@@ -1,5 +1,6 @@
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
+/* $FreeBSD$ */
/* Define to empty if the keyword does not work. */
/* #undef const */
@@ -116,7 +117,7 @@
#define HAVE_SYS_MMAN_H 1
/* Define if you have <sys/select.h> */
-#define HAVE_SYS_SELECT_H 1
+/* #undef HAVE_SYS_SELECT_H 1 */
/* Define if you have the System V style pty calls. */
/* #undef HAVE_SYS5_PTY */
OpenPOWER on IntegriCloud