about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-14 23:52:04 +0000
committerJames Booth <boothj5@gmail.com>2016-02-14 23:52:04 +0000
commitbd928f0f29ba20cc8712e7fc76e4ac7deefb6cb7 (patch)
tree535b27e94f47de4919331c2758417c8040499a33 /src/main.c
parent3dd5c3b2c372f1219f5e025b2299e3b96c7f6e50 (diff)
downloadprofani-tty-bd928f0f29ba20cc8712e7fc76e4ac7deefb6cb7.tar.gz
Removed non c plugin code
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 32ccc283..be5191da 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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;
     }