]> andersk Git - libfaim.git/blobdiff - include/faimconfig.h
- Mon Sep 10 06:15:43 PDT 2001
[libfaim.git] / include / faimconfig.h
index 9fbbdb410f95a3827f00a79db5284bf21d95bb8e..64987030bacdae005e0120a7e9cb3269a67726b0 100644 (file)
 #define FAIM_LOGIN_SERVER "login.oscar.aol.com"
 #define FAIM_LOGIN_PORT 5190
 
-/*
- * The integer extraction/copying functions in aim_util.c have
- * both a function version and a macro version.  The macro 
- * version is suggested.  Since the function version is more
- * readable, I leave both around for reference.
- *
- * Default: defined.
- */
-#define AIMUTIL_USEMACROS
-
-/*
- * What type of synchronisation to use.
- * 
- * We don't actually use threads, but can use the POSIX mutex
- * in order to maintain thread safety.  You can use the fake locking
- * if you really don't like pthreads (which I don't) or if you don't
- * have it.
- *
- *   USEPTHREADS - Use POSIX mutecies
- *   USEFAKELOCKS - Use little stub spinners to help find locking bugs
- *   USENOPLOCKS - No-op out all synchro calls at compile time
- * 
- * Default: use noplocks by default.
- *
- * !!!NOTE: Even with USEPTHREADS turned on, libfaim is not fully thread
- *          safe.  It will still take some effort to add locking calls to
- *          the places that need them.  In fact, this feature in general
- *          is in danger of being officially deprecated and removed from 
- *          the code.
- *
- */
-#undef FAIM_USEPTHREADS
-#undef FAIM_USEFAKELOCKS
-#define FAIM_USENOPLOCKS
-
 /*
  * Size of the SNAC caching hash.
  *
@@ -83,7 +48,7 @@
 #define FAIM_SNAC_HASH_SIZE 16
 
 /*
- * If building on Win32,define WIN32_STATIC if you don't want
+ * 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).
  */
This page took 0.110124 seconds and 4 git commands to generate.