Fix build with -ansi and without optimisation.
authorDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 3 Nov 2011 21:06:55 +0000 (21:06 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 3 Nov 2011 21:06:55 +0000 (21:06 +0000)
commita338b57552d7aedc29addb976b2632476be9a976
tree98b86bef4f071afe43f267827f6ee62b96ca74b5
parentedf1c8779fe2e458c8cc68f49b120dbdf37dea3c
Fix build with -ansi and without optimisation.

strdup(), strcasecmp(), vsyslog(), and other things need feature macros
defined. For some reason this only bites when optimisation is disabled.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
cstp.c
dtls.c
main.c
mainloop.c
openconnect-internal.h
tun.c