android: Define HAVE_DLADDR as plugin loader checks for it

This commit is contained in:
Tobias Brunner 2014-06-05 10:17:09 +02:00
parent 5195416d90
commit 3e4ce88633
3 changed files with 2 additions and 2 deletions

View File

@ -60,6 +60,7 @@ strongswan_CFLAGS := \
-DHAVE_ALLOCA_H \
-DHAVE_ALLOCA \
-DHAVE_CLOCK_GETTIME \
-DHAVE_DLADDR \
-DHAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC \
-DHAVE_PRCTL \
-DHAVE_LINUX_UDP_H \

View File

@ -37,6 +37,7 @@ strongswan_CFLAGS := \
-DHAVE_ALLOCA_H \
-DHAVE_ALLOCA \
-DHAVE_CLOCK_GETTIME \
-DHAVE_DLADDR \
-DHAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC \
-DHAVE_PRCTL \
-DHAVE_LINUX_UDP_H \

View File

@ -20,5 +20,3 @@
* actually defined. */
#undef HAVE_BACKTRACE
#undef HAVE_DLADDR