diff options
-rw-r--r-- | usr.bin/vi/config.h | 3 |
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 */ |