aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-02 16:13:14 -0700
committerElliott Hughes <enh@google.com>2015-04-02 16:13:14 -0700
commit2ca75327f09b0809465d0dff27fbe33aabd29a06 (patch)
tree97b03358a1dd91ed90c62f61b6d1a6c1b67bf193 /config.h
parentc8ad31010a6aaa0426bdb92884a0510b950795f2 (diff)
downloadplatform_external_tcpdump-2ca75327f09b0809465d0dff27fbe33aabd29a06.tar.gz
platform_external_tcpdump-2ca75327f09b0809465d0dff27fbe33aabd29a06.tar.bz2
platform_external_tcpdump-2ca75327f09b0809465d0dff27fbe33aabd29a06.zip
Tell tcpdump that bionic has strlcpy(3).
Change-Id: Ia82ffcb3ccada2a20676d5fa4d03c6054212aa92
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 83ef815..f6982f8 100644
--- a/config.h
+++ b/config.h
@@ -180,7 +180,7 @@
/* #undef HAVE_STRLCAT */
/* Define to 1 if you have the `strlcpy' function. */
-/* #undef HAVE_STRLCPY */
+#define HAVE_STRLCPY 1
/* Define to 1 if you have the `strsep' function. */
#define HAVE_STRSEP 1