| 182 #define purple_strlcpy(dest, src) g_strlcpy(dest, src, sizeof(dest)) |
182 #define purple_strlcpy(dest, src) g_strlcpy(dest, src, sizeof(dest)) |
| 183 #define purple_strlcat(dest, src) g_strlcat(dest, src, sizeof(dest)) |
183 #define purple_strlcat(dest, src) g_strlcat(dest, src, sizeof(dest)) |
| 184 |
184 |
| 185 #define PURPLE_WEBSITE "http://pidgin.im/" |
185 #define PURPLE_WEBSITE "http://pidgin.im/" |
| 186 |
186 |
| 187 #ifndef _WIN32 |
|
| 188 /* Everything needs to include this, because |
|
| 189 * everything gets the autoconf macros */ |
|
| 190 #include "prefix.h" |
|
| 191 #endif /* _WIN32 */ |
|
| 192 |
|
| 193 #endif /* _PURPLE_INTERNAL_H_ */ |
187 #endif /* _PURPLE_INTERNAL_H_ */ |