Do not include our strlcpy.h if we are using the system strlcpy() from string.h - controlled by HAVE_STRLCPY

This commit is contained in:
Konstantin Olchanski 2013-11-16 16:50:51 -08:00
parent 6531dc4ae2
commit 6be847204e

2
mxml.c
View File

@ -74,7 +74,9 @@
#endif #endif
#include "mxml.h" #include "mxml.h"
#ifndef HAVE_STRLCPY
#include "strlcpy.h" #include "strlcpy.h"
#endif
#define XML_INDENT " " #define XML_INDENT " "