Give "globals.h" an RCS ID and copyright/GPL notice.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 10 Sep 1999 07:19:51 +0000 (07:19 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 10 Sep 1999 07:19:51 +0000 (07:19 +0000)
commite293e6c7753067ccf17ffaf0813e432633260e1b
tree03a63606705cd063ea23b5b324175c575e302432
parent52a1eb4ab706573f6f017e45ab2ea2931ed1fcff
Give "globals.h" an RCS ID and copyright/GPL notice.

Move some defines that would be used even by a non-GTK+-based Ethereal
from "gtk/main.h" to "globals.h".

Remove the byte-order #defines from "packet.h", as they're now in
"globals.h" (having been moved there from "gtk/main.h").

Fix up some files that use those #defines to include "globals.h".

"resolv.c" doesn't use any GTK stuff, so it needn't include <gtk/gtk.h>
nor "gtk/main.h" - it only did so to get the byte-order #defines for the
benefit of "packet-ipv6.h", and "packet-ipv6.h" now includes them
itself.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@649 f5534014-38df-0310-8fa8-9805f1628bb7
globals.h
gtk/main.h
packet-atalk.c
packet-ipv6.h
packet.h
resolv.c