comparison mcabber/src/main.c @ 1630:141ae278e769

Reorder feature list in mcabber -V
author Mikael Berthe <mikael@lilotux.net>
date Thu, 22 Oct 2009 20:00:24 +0200
parents a8a3d404ccce
children d29376ef424d
comparison
equal deleted inserted replaced
1629:b12d74662f96 1630:141ae278e769
164 { 164 {
165 puts("Installation data directory: " DATA_DIR "\n"); 165 puts("Installation data directory: " DATA_DIR "\n");
166 #ifdef HAVE_UNICODE 166 #ifdef HAVE_UNICODE
167 puts("Compiled with unicode support."); 167 puts("Compiled with unicode support.");
168 #endif 168 #endif
169 #ifdef MODULES_ENABLE
170 puts ("Compiled with modules support.");
171 #endif
169 #ifdef HAVE_GPGME 172 #ifdef HAVE_GPGME
170 puts("Compiled with GPG support."); 173 puts("Compiled with GPG support.");
171 #endif
172 #ifdef MODULES_ENABLE
173 puts ("Compiled with modules support.");
174 #endif 174 #endif
175 #ifdef HAVE_LIBOTR 175 #ifdef HAVE_LIBOTR
176 puts("Compiled with OTR support."); 176 puts("Compiled with OTR support.");
177 #endif 177 #endif
178 #ifdef WITH_ENCHANT 178 #ifdef WITH_ENCHANT