Use the GLib gint64 and guint64 types instead of u_int64_t or uint64_t,
authorGuy Harris <guy@alum.mit.edu>
Sun, 25 Jul 2004 08:36:34 +0000 (08:36 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sun, 25 Jul 2004 08:36:34 +0000 (08:36 -0000)
commit809bd53e813b4cae8c1d9120618a894fd50a25f9
treee529edad4d649b7a50d6b089f8ccf3b251fe00af
parenta6b4a098ff0ac0f8c0aefea499d0eabc093f718d
Use the GLib gint64 and guint64 types instead of u_int64_t or uint64_t,
as those are what's used in Ethereal for 64-bit integers, and as there's
no guarantee that either of them will be defined on any particular
platform.

svn path=/trunk/; revision=11513
acinclude.m4
configure.in