aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-02 15:09:52 -0700
committerElliott Hughes <enh@google.com>2015-04-02 15:09:52 -0700
commit831abf0dd5a8d3c8df7f3c4349b7b30f5e4a4055 (patch)
treece1e4d5fc7bbcc614693d160fef2430d71bb9bed
parent8b08a883460e74b653ceee0881cae171f562f3e8 (diff)
downloadlibpcap-831abf0dd5a8d3c8df7f3c4349b7b30f5e4a4055.tar.gz
Android has strlcpy(3).
Change-Id: I0bd6e0638d1909e6fa989e7c4af08aa3acda50a7
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index fe9b8f8d..a6936026 100644
--- a/config.h
+++ b/config.h
@@ -162,7 +162,7 @@
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strlcpy' function. */
-/* #undef HAVE_STRLCPY */
+#define HAVE_STRLCPY 1
/* Define to 1 if the system has the type `struct BPF_TIMEVAL'. */
/* #undef HAVE_STRUCT_BPF_TIMEVAL */