diff options
| author | Elliott Hughes <enh@google.com> | 2015-04-02 16:13:14 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2015-04-02 16:13:14 -0700 |
| commit | 2ca75327f09b0809465d0dff27fbe33aabd29a06 (patch) | |
| tree | 97b03358a1dd91ed90c62f61b6d1a6c1b67bf193 /config.h | |
| parent | c8ad31010a6aaa0426bdb92884a0510b950795f2 (diff) | |
| download | platform_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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
