--- a/libfaim/faim/faimconfig.h Tue Sep 12 17:56:39 2000 +0000 +++ b/libfaim/faim/faimconfig.h Tue Sep 12 20:21:36 2000 +0000 @@ -103,6 +103,13 @@ */ #define FAIM_SNAC_HASH_SIZE 16 +/* + * If building on Win32,define WIN32_STATIC if you don't want + * to compile libfaim as a DLL (and instead link it right into + * your app). + */ +#define WIN32_STATIC + #endif /* __FAIMCONFIG_H__ */