Wireshark-commits: [Wireshark-commits] master a64fc6c: Don't check for C89 headers.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 14 Feb 2015 09:11:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a64fc6cf442f7dd566f85696aae17ab2249ba01f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a64fc6c by Guy Harris (guy@xxxxxxxxxxxx):

    Don't check for C89 headers.
    
    1988 called, they want their lack of a C standard back.  We don't need
    to check whether we have stdarg.h, stddef.h, stdlib.h, or string.h, as
    they're specified by C89 and I don't think there are any platforms we
    care about that don't have a C89 environment in which we could be built.
    
    Change-Id: I447551181284fab7722354b62774625ed8ee94bc
    Reviewed-on: https://code.wireshark.org/review/7110
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f623537   We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.
    adds  a64fc6c   Don't check for C89 headers.


Summary of changes:
 ConfigureChecks.cmake                    |    4 ----
 asn1/kerberos/packet-kerberos-template.c |    3 ---
 cmakeconfig.h.in                         |   12 ------------
 config.h.win32                           |    6 ------
 configure.ac                             |    2 +-
 epan/dissectors/packet-aodv.c            |    2 --
 epan/dissectors/packet-kerberos.c        |    9 +++------
 epan/packet.c                            |    3 ---
 epan/proto.h                             |    6 +-----
 9 files changed, 5 insertions(+), 42 deletions(-)