mcabber/src/main.c
changeset 1628 a8a3d404ccce
parent 1618 9296987856d9
child 1630 141ae278e769
equal deleted inserted replaced
1627:ff22a18abfe6 1628:a8a3d404ccce
   168 #endif
   168 #endif
   169 #ifdef HAVE_GPGME
   169 #ifdef HAVE_GPGME
   170   puts("Compiled with GPG support.");
   170   puts("Compiled with GPG support.");
   171 #endif
   171 #endif
   172 #ifdef MODULES_ENABLE
   172 #ifdef MODULES_ENABLE
   173   puts ("Compiled with modules support");
   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