Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal inet_v6defs.h Makefile.am configure.in

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 14 Oct 1999 01:55:25 -0500 (CDT)
guy         1999/10/14 01:55:20 CDT

  Modified files:
    .                    Makefile.am configure.in inet_ntop.c 
                         packet.c resolv.c inet_pton.c acconfig.h 
  Added files:
    .                    inet_v6defs.h 
  Log:
  Make it build on systems lacking "inet_pton()", "inet_ntop()", and a
  definition of "AF_INET6".  Declare those functions and, if it's not
  defined, define "AF_INET6" in "inet_v6defs.h", and arrange to include
  it if "inet_ntop()" is missing.  (Systems will probably have both of
  them or lack both of them, and we may choose not to use the system's
  "inet_pton()" because it's buggy, so base the decision on whether to
  include "inet_v6defs.h" on whether we're using the system's
  "inet_ntop()" or not.)  Fix some macro references in "Makefile.am" and
  "configure.in".
  
  Revision  Changes    Path
  1.87      +2 -2      ethereal/Makefile.am
  1.52      +5 -4      ethereal/configure.in
  1.2       +5 -1      ethereal/inet_ntop.c
  1.48      +5 -1      ethereal/packet.c
  1.15      +5 -2      ethereal/resolv.c
  1.2       +3 -1      ethereal/inet_pton.c
  1.12      +3 -1      ethereal/acconfig.h