]> andersk Git - libfaim.git/blobdiff - faim/aim.h
- Sun Sep 3 23:58:17 UTC 2000
[libfaim.git] / faim / aim.h
index 0327561f5af802259936d8aaa90b791c3d718735..244c28b5c43d5480f9ee5f565fd5e9f1f830002d 100644 (file)
@@ -70,9 +70,8 @@
 #define gethostbyname(x) gethostbyname2(x, AF_INET) 
 #endif
 
-#if !defined(MSG_WAITALL)
-#warning FIX YOUR LIBC! MSG_WAITALL is required!
-#define MSG_WAITALL 0x100
+#if defined(MSG_WAITALL)
+#define FAIM_HAS_MSG_WAITALL
 #endif
 
 /* 
@@ -747,6 +746,9 @@ char *aimutil_itemidx(char *toSearch, int index, char dl);
 int aim_snlen(const char *sn);
 int aim_sncmp(const char *sn1, const char *sn2);
 
+/* for libc's that dont have it */
+char *aim_strsep(char **pp, const char *delim);
+
 /* aim_meta.c */
 char *aim_getbuilddate(void);
 char *aim_getbuildtime(void);
This page took 0.034004 seconds and 4 git commands to generate.