comparison src/gaim.h @ 3472:d33ec392a5e1

[gaim-migrate @ 3523] Rob McQueen went and removed all the GTK version preprocessor statements. Thanks! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 29 Aug 2002 21:40:08 +0000
parents 7a3f16a375a5
children 3da42b64304e
comparison
equal deleted inserted replaced
3471:7fb93ecd631c 3472:d33ec392a5e1
109 109
110 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : " 110 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : "
111 111
112 #define WEBSITE "http://gaim.sourceforge.net/" 112 #define WEBSITE "http://gaim.sourceforge.net/"
113 113
114 #ifndef USE_GNOME
115 #ifdef ENABLE_NLS 114 #ifdef ENABLE_NLS
116 # include <libintl.h> 115 # include <libintl.h>
117 # define _(x) gettext(x) 116 # define _(x) gettext(x)
118 # ifdef gettext_noop 117 # ifdef gettext_noop
119 # define N_(String) gettext_noop (String) 118 # define N_(String) gettext_noop (String)
121 # define N_(String) (String) 120 # define N_(String) (String)
122 # endif 121 # endif
123 #else 122 #else
124 # define N_(String) (String) 123 # define N_(String) (String)
125 # define _(x) (x) 124 # define _(x) (x)
126 #endif
127 #endif 125 #endif
128 126
129 #define OPT_USR_AUTO 0x00000001 127 #define OPT_USR_AUTO 0x00000001
130 /*#define OPT_USR_KEEPALV 0x00000002 this shouldn't be optional */ 128 /*#define OPT_USR_KEEPALV 0x00000002 this shouldn't be optional */
131 #define OPT_USR_REM_PASS 0x00000004 129 #define OPT_USR_REM_PASS 0x00000004