Add a #ifndef around the HAVE_ICONV settings since it is supplied

by the Makefile.
This commit is contained in:
Peter Wemm 2015-08-10 00:53:45 +00:00
parent 92ec33c978
commit 2e1f24485a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286562

View File

@ -122,7 +122,9 @@
#define APU_HAVE_NSS 0
#define APU_HAVE_APR_ICONV 0
#ifndef APU_HAVE_ICONV
#define APU_HAVE_ICONV 0
#endif
#define APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
#endif /* APU_H */