Wireshark-commits: [Wireshark-commits] rev 25243: /trunk/ /trunk/epan/: packet.h tap.h /trunk/: aci
Date: Mon, 05 May 2008 22:47:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25243

User: guy
Date: 2008/05/05 03:47 PM

Log:
 Require GLib 2.4 or later.
 
 That means that G_GINT64_MODIFIER will be defined, so don't check
 whether it's defined.
 
 We don't use the PRI[douxX]64 macros, as we use the GLib print routines
 and thus use G_GINT64_MODIFIER instead.  Get rid of the checks for
 whether inttypes.h defines PRI[douxX]64; just check whether it exists at
 all.
 
 That means we don't set INTTYPES_H_DEFINES_FORMATS, so don't check for
 it.

Directory: /trunk/epan/
  Changes    Path          Action
  +0 -8      packet.h      Modified
  +0 -4      tap.h         Modified

Directory: /trunk/
  Changes    Path            Action
  +0 -42     acinclude.m4    Modified
  +3 -103    configure.in    Modified