comparison libpurple/internal.h @ 19572:cfc4e56a6a1e

Fix compilation on SkyOS. This patch is from Peter Speybrouk, a.k.a. Darkness. Fixes #2909
author Ethan Blanton <elb@pidgin.im>
date Sun, 02 Sep 2007 14:40:04 +0000
parents 0877d661a6ff
children 44b4e8bd759b 642f08c49042
comparison
equal deleted inserted replaced
19571:de0ae9a3eee2 19572:cfc4e56a6a1e
27 27
28 #ifdef HAVE_CONFIG_H 28 #ifdef HAVE_CONFIG_H
29 # include <config.h> 29 # include <config.h>
30 #endif 30 #endif
31 31
32 /* for SIOCGIFCONF in SKYOS */
33 #ifdef SKYOS
34 #include <net/sockios.h>
35 #endif
32 /* 36 /*
33 * If we're using NLS, make sure gettext works. If not, then define 37 * If we're using NLS, make sure gettext works. If not, then define
34 * dummy macros in place of the normal gettext macros. 38 * dummy macros in place of the normal gettext macros.
35 * 39 *
36 * Also, the perl XS config.h file sometimes defines _ So we need to 40 * Also, the perl XS config.h file sometimes defines _ So we need to