diff options
Diffstat (limited to 'lib/libedit/config.h')
-rw-r--r-- | lib/libedit/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libedit/config.h b/lib/libedit/config.h index a3986766294..b8d838656f3 100644 --- a/lib/libedit/config.h +++ b/lib/libedit/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.1 2003/10/31 08:42:24 otto Exp $ */ +/* $OpenBSD: config.h,v 1.2 2010/06/30 00:05:35 nicm Exp $ */ /* config.h. Generated automatically by configure. */ /* #undef SUNOS */ @@ -16,4 +16,6 @@ #define HAVE_STRVIS 1 #define HAVE_STRUNVIS 1 +#define HAVE_STRUCT_DIRENT_D_NAMLEN 1 + #include "sys.h" |