starter Makefile now uses proper $(COMPILE) to build pluto objects
#include <sys/types.h>
#include <unistd.h>
#include <time.h>
-#include <execinfo.h>
#include <string.h>
#include <getopt.h>
#include <errno.h>
+#ifdef HAVE_BACKTRACE
+# include <execinfo.h>
+#endif /* HAVE_BACKTRACE */
#include "daemon.h"
*/
void signal_handler(int signal)
{
-#ifndef HAVE_BACKTRACE
+#ifdef HAVE_BACKTRACE
void *array[20];
size_t size;
char **strings;
#include <string.h>
#include <stdio.h>
#include <malloc.h>
-#include <execinfo.h>
#include <signal.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <pthread.h>
#include <netdb.h>
#include <printf.h>
+#ifdef HAVE_BACKTRACE
+# include <execinfo.h>
+#endif /* HAVE_BACKTRACE */
#include "leak_detective.h"
$(GPERF) -C -G -t < keywords.txt > keywords.c
loglite.o: $(OPENACDIR)/loglite.c $(PLUTODIR)/log.h
- $(CC) $(AM_CFLAGS) $(INCLUDES) -c -o $@ $<
+ $(COMPILE) -c -o $@ $<
defs.o: $(PLUTODIR)/defs.c $(PLUTODIR)/defs.h
- $(CC) $(AM_CFLAGS) $(INCLUDES) -c -o $@ $<
+ $(COMPILE) -c -o $@ $<
install-exec-local :
test -e "$(sysconfdir)/ipsec.conf" || $(INSTALL) ipsec.conf $(sysconfdir)/ipsec.conf