wireshark/epan/ftypes
Guy Harris 5bfc21cf9e Clean up handling of missing functions.
With autotools, CMake, and nmake, if we have a function, #define
HAVE_{function_name_in_all_caps}, otherwise don't #define it.

If we provide our own version of a function in libwsutil, make sure we
have a header that declares it, and *ONLY* include that header if
HAVE_{function_name_in_all_caps} is *NOT* defined, so that we don't have
the system declaration and our declaration colliding.

Check for inet_aton, strncasecmp, and strptime with CMake, just as we do
with autotools.

Simplify the addition of {function_name_in_all_caps}_LO to libwsutil in
autotools.

Change-Id: Id5be5c73f79f81919a3a865324e400eca7b88889
Reviewed-on: https://code.wireshark.org/review/2903
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-06 21:03:09 +00:00
..
Makefile.am Support out-of-source checkapi 2014-04-25 04:23:46 +00:00
Makefile.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.nmake Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
ftype-bytes.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-double.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-guid.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-integer.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-ipv4.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-ipv6.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-none.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-pcre.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-string.c Get rid of more tvb_get_nstringz* calls. 2014-04-12 22:27:22 +00:00
ftype-time.c Clean up handling of missing functions. 2014-07-06 21:03:09 +00:00
ftype-tvbuff.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftypes-int.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftypes.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftypes.h Get rid of more tvb_get_nstringz* calls. 2014-04-12 22:27:22 +00:00