diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-03 10:18:46 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-03 10:18:46 +0100 |
commit | 1be3298807bd09b97d144c29af780e0c591555d4 (patch) | |
tree | 259c0fb7fbadc2525264938905eb140eb43dc598 /src/libstrongswan/AndroidConfigLocal.h | |
parent | afb364fff9feaf9b58610102550ba8f668e6ebc5 (diff) | |
download | strongswan-1be3298807bd09b97d144c29af780e0c591555d4.tar.bz2 strongswan-1be3298807bd09b97d144c29af780e0c591555d4.tar.xz |
Adding Android.mk files to build charon and libstrongswan with the Android build system.
Diffstat (limited to 'src/libstrongswan/AndroidConfigLocal.h')
-rw-r--r-- | src/libstrongswan/AndroidConfigLocal.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libstrongswan/AndroidConfigLocal.h b/src/libstrongswan/AndroidConfigLocal.h new file mode 100644 index 000000000..a6da3276a --- /dev/null +++ b/src/libstrongswan/AndroidConfigLocal.h @@ -0,0 +1,9 @@ +/* stuff defined in AndroidConfig.h, which is included using the -include + * command-line option, thus cannot be undefined using -U CFLAGS options. + * the reason we have to undefine these flags in the first place, is that + * AndroidConfig.h defines them as 0, which in turn means that they are + * actually defined. */ + +#undef HAVE_BACKTRACE +#undef HAVE_DLADDR + |