comparison mcabber/src/main.c @ 1423:757ebe4df0b9

Replace DEBUG_ENABLE with ENABLE_DEBUG
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Feb 2008 21:15:30 +0100
parents 0b8701386bde
children b0cfd9ab4b9f
comparison
equal deleted inserted replaced
1422:3cd104b41f26 1423:757ebe4df0b9
289 puts("Compiled with OTR support."); 289 puts("Compiled with OTR support.");
290 #endif 290 #endif
291 #ifdef WITH_ASPELL 291 #ifdef WITH_ASPELL
292 puts("Compiled with Aspell support."); 292 puts("Compiled with Aspell support.");
293 #endif 293 #endif
294 #ifdef DEBUG_ENABLE 294 #ifdef ENABLE_DEBUG
295 puts("Compiled with debugging support."); 295 puts("Compiled with debugging support.");
296 #endif 296 #endif
297 } 297 }
298 298
299 static void main_init_pgp(void) 299 static void main_init_pgp(void)