diff options
author | root <root> | 2008-05-11 01:00:03 +0000 |
---|---|---|
committer | root <root> | 2008-05-11 01:00:03 +0000 |
commit | 6c01cceda3394cdada2dcf37f55ef31fe2659f89 (patch) | |
tree | d6219abc79ba2c0bf7f85673f64e77a2dab35b26 /config.h.in | |
parent | a3ff49fd480320c5cf7e01af241775116373dbfc (diff) |
*** empty log message ***
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 1dedbb4..210b22a 100644 --- a/config.h.in +++ b/config.h.in @@ -71,3 +71,6 @@ /* Version number of package */ #undef VERSION + +/* _GNU_SOURCE required for readahead (linux) */ +#undef _GNU_SOURCE |