Wireshark-commits: [Wireshark-commits] master dbbb1d3: We don't need to check for strings.h.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dbbb1d3d618d8a98ea5f6c4394c7ec18d0c78a94
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
dbbb1d3 by Guy Harris (guy@xxxxxxxxxxxx):
We don't need to check for strings.h.
We never use it; the autoconf script does, but that's as a result of
some macros that checks for various standard and non-standard-but-common
headers. It's been ages since strings.h was anything other than a BSD
source-compatibility hack, not even needed these days when writing code
for *BSD-flavored OSes, as they have <string.h>.
Change-Id: Iad2dc6e55207b52fc8af494ddfca4089c2eb426b
Reviewed-on: https://code.wireshark.org/review/7434
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 8c86fbc <string.h>, not <memory.h>, is the header file for memcpy().
adds dbbb1d3 We don't need to check for strings.h.
Summary of changes:
ConfigureChecks.cmake | 1 -
1 file changed, 1 deletion(-)