comparison mcabber/mcabber/main.c @ 1702:02039190532d

Display modules directory with mcabber -V
author Mikael Berthe <mikael@lilotux.net>
date Sun, 07 Feb 2010 19:19:33 +0100
parents 1342df44c814
children e6e89b1d7831
comparison
equal deleted inserted replaced
1701:44e023ad99ed 1702:02039190532d
171 #ifdef HAVE_UNICODE 171 #ifdef HAVE_UNICODE
172 puts("Compiled with unicode support."); 172 puts("Compiled with unicode support.");
173 #endif 173 #endif
174 #ifdef MODULES_ENABLE 174 #ifdef MODULES_ENABLE
175 puts ("Compiled with modules support."); 175 puts ("Compiled with modules support.");
176 # ifdef PKGLIB_DIR
177 puts ("Modules directory: " PKGLIB_DIR);
178 # endif
176 #endif 179 #endif
177 #ifdef HAVE_GPGME 180 #ifdef HAVE_GPGME
178 puts("Compiled with GPG support."); 181 puts("Compiled with GPG support.");
179 #endif 182 #endif
180 #ifdef HAVE_LIBOTR 183 #ifdef HAVE_LIBOTR