--- a/libfaim/aim_internal.h Mon May 28 03:36:04 2001 +0000 +++ b/libfaim/aim_internal.h Mon May 28 03:53:23 2001 +0000 @@ -126,10 +126,12 @@ faim_internal void faimdprintf(struct aim_session_t *sess, int dlevel, const char *format, ...); +#ifndef FAIM_INTERNAL_INSANE /* why the hell wont cpp let you use #error inside #define's? */ /* isn't it single-pass? so the #error would get passed to the compiler --jbm */ #define printf() printf called inside libfaim #define sprintf() unbounded sprintf used inside libfaim +#endif #endif /* __AIM_INTERNAL_H__ */ #endif /* FAIM_INTERNAL */