]> andersk Git - libfaim.git/blob - faimconfig.h
Initial revision
[libfaim.git] / faimconfig.h
1 #ifndef __FAIMCONFIG_H__
2 #define __FAIMCONFIG_H__
3
4 /*
5   faimconfig.h
6
7   Contains various compile-time options that apply _only to the faim backend_.
8   Note that setting any of these options in a frontend header does not imply
9   that they'll get set here.  Notably, the 'debug' of this file is _not_ 
10   the same as the frontend 'debug'.  They can be different values.
11
12  */
13
14 /* 
15    set debug to be > 0 if you want debugging information spewing
16    on the attached tty.  set to 0 for daily use.  this value
17    is _not_ inherited by the frontend, only this backend.
18
19    Default: 0  
20 */
21 #define debug 0 
22
23 /*
24   define TIS_TELNET_PROXY if you have a TIS firewall (Gauntlet) and
25   you want to use FAIM through the firewall
26
27   Default: undefined
28  */
29 /* #define TIS_TELNET_PROXY "proxy.mydomain.com" */
30
31
32 /* #define USE_SNAC_FOR_IMS */
33
34 /* ---- these shouldn't need any changes ---- */
35
36 /* authentication server of OSCAR */
37 #define FAIM_LOGIN_SERVER "login.oscar.aol.com"
38 /* port on OSCAR authenticator to connect to */
39 #define FAIM_LOGIN_PORT 5190
40
41
42 #endif /* __FAIMCONFIG_H__ */
This page took 0.037451 seconds and 5 git commands to generate.