diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-09 19:42:11 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-09 19:42:11 -0500 |
commit | 6b031a2ba7c024b674a9736a87a9dedde279beab (patch) | |
tree | 26083a24ce525ee29bc3146ecd1ae63436e9be92 /config.h.in | |
parent | 1768860358ca4d1f520821f754750a2781abfce6 (diff) | |
download | NetNuke2-6b031a2ba7c024b674a9736a87a9dedde279beab.tar.gz |
Enable cross compiling support to NetNuke
Add buildconf to make the process of rebuilding all the bootstrapping files easier
Add files AUTHORS, INSTALL, ChangeLog, NEWS, COPYING (renamed LICENSE) and compile to satisfy automake
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 1d09123..92c62c1 100644 --- a/config.h.in +++ b/config.h.in @@ -82,6 +82,9 @@ */ #undef LT_OBJDIR +/* 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 |