1 #ifndef STRLCPY_INTERNAL_H_INCLUDED_
2 #define STRLCPY_INTERNAL_H_INCLUDED_
8 #include "event2/event-config.h"
9 #include "event2/visibility.h"
10 #include "evconfig-private.h"
12 #ifndef EVENT__HAVE_STRLCPY
15 size_t event_strlcpy_(char *dst, const char *src, size_t siz);
16 #define strlcpy event_strlcpy_