configure: unify macro naming for optional features

This commit is contained in:
Miroslav Lichvar
2014-09-19 17:03:33 +02:00
parent 111b63bb16
commit 285fae856d
11 changed files with 60 additions and 56 deletions

View File

@@ -78,7 +78,7 @@
#endif
#ifdef HAVE_IPV6
#ifdef FEAT_IPV6
/* For inet_ntop() */
#include <arpa/inet.h>
#endif