Removed non c plugin code

This commit is contained in:
James Booth
2016-02-14 23:52:04 +00:00
parent 3dd5c3b2c3
commit bd928f0f29
3 changed files with 6 additions and 84 deletions

View File

@@ -124,6 +124,12 @@ main(int argc, char **argv)
g_print("PGP support: Disabled\n");
#endif
#ifdef PROF_HAVE_C
g_print("C plugins: Enabled\n");
#else
g_print("C plugins: Disabled\n");
#endif
return 0;
}