diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-11 09:48:03 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:09 +0100 |
commit | 2e672cf5544e8f9ce60884f4164b0c36ae16b8eb (patch) | |
tree | 6bdaa11121c04072132b181cb36b027de2cd27fd /config.h.in | |
parent | 15a97f0489ef604baa2c14dbcdedb9d647c3e712 (diff) |
Use non-recursive make, as far as possible
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 a1c63a32..0f412281 100644 --- a/config.h.in +++ b/config.h.in @@ -161,6 +161,9 @@ /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */ #undef MAP_ANONYMOUS +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Name of package */ #undef PACKAGE |