diff options
author | obrien <obrien@FreeBSD.org> | 2001-07-30 03:50:24 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-07-30 03:50:24 +0000 |
commit | a0b366b94288a46533e8e7a762c9e41efe82a125 (patch) | |
tree | 965fa2ef443e3575f175ef836ddf4b11e1319ee9 /usr.bin/file | |
parent | 5a7612fe44b345e9b485a74e787765d0e3435b83 (diff) | |
download | FreeBSD-src-a0b366b94288a46533e8e7a762c9e41efe82a125.zip FreeBSD-src-a0b366b94288a46533e8e7a762c9e41efe82a125.tar.gz |
Update to version 3.36.
Diffstat (limited to 'usr.bin/file')
-rw-r--r-- | usr.bin/file/config.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h index e4b03da..a168a59 100644 --- a/usr.bin/file/config.h +++ b/usr.bin/file/config.h @@ -61,6 +61,9 @@ /* The number of bytes in a uint64_t. */ #define SIZEOF_UINT64_T 8 +/* Define if you have the mmap function. */ +#define HAVE_MMAP 1 + /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 @@ -70,6 +73,9 @@ /* Define if you have the <locale.h> header file. */ #define HAVE_LOCALE_H 1 +/* Define if you have the <sys/mman.h> header file. */ +#define HAVE_SYS_MMAN_H 1 + /* Define if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 @@ -77,5 +83,5 @@ #define PACKAGE "file" /* Version number of package */ -#define VERSION "3.32" +#define VERSION "3.36" |