diff options
author | root <root> | 2010-12-02 10:04:47 +0000 |
---|---|---|
committer | root <root> | 2010-12-02 10:04:47 +0000 |
commit | cec9b1185592639231b9f8816e6f819d3a6b3553 (patch) | |
tree | 5bf16002053e46986a6b84e56a928fedaff1ee9d /config.h.in | |
parent | 31d3c116144301b51fc50ad7934fe6f988b7029c (diff) |
*** empty log message ***rel-3_71
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 5841743..82e6318 100644 --- a/config.h.in +++ b/config.h.in @@ -15,6 +15,12 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* posix_fadvise(2) is available */ +#undef HAVE_POSIX_FADVISE + +/* posix_madvise(2) is available */ +#undef HAVE_POSIX_MADVISE + /* pread(2) and pwrite(2) are available */ #undef HAVE_PREADWRITE @@ -48,6 +54,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* utimes(2) is available */ +#undef HAVE_UTIMES + /* Name of package */ #undef PACKAGE @@ -63,6 +72,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION |