diff plugins/icq/icqbyteorder.h @ 1432:4c510ca3563f

[gaim-migrate @ 1442] icqlib 1.1.5 committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 28 Jan 2001 01:52:27 +0000
parents b167222b5c93
children 7f7857c5036e
line wrap: on
line diff
--- a/plugins/icq/icqbyteorder.h	Sat Jan 27 11:18:17 2001 +0000
+++ b/plugins/icq/icqbyteorder.h	Sun Jan 28 01:52:27 2001 +0000
@@ -1,5 +1,5 @@
 /*
- * $Id: icqbyteorder.h 1385 2001-01-04 22:46:19Z warmenhoven $
+ * $Id: icqbyteorder.h 1442 2001-01-28 01:52:27Z warmenhoven $
  *
  * This header defines macros to handle ICQ protocol byte order conversion.
  *
@@ -54,6 +54,11 @@
 # include <machine/endian.h>
 #endif
 
+/* hpux way */
+#ifdef hpux
+#include <arpa/nameser.h>
+#endif
+
 /*
  * Kind of portable way. this common header, at least I found it on BSD and Solaris.
  * On Solaris this is only place where endiannes is defined.
@@ -62,12 +67,6 @@
 # include <arpa/nameser_compat.h>
 #endif
 
-/* put in by EWarmenhoven; jlsantiago told me what to do. I should send this on to the
- * icqlib guys. */
-#ifdef hpux
-#include <arpa/nameser.h>
-#endif
-
 /*
  * I am really trying to use builtin optimized byte swap routines.
  * they are highly optimised on some platforms.