about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
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 be5191da..147d0b11 100644
--- a/src/main.c
+++ b/src/main.c
@@ -130,6 +130,12 @@ main(int argc, char **argv)
         g_print("C plugins: Disabled\n");
 #endif
 
+#ifdef PROF_HAVE_PYTHON
+        g_print("Python plugins: Enabled\n");
+#else
+        g_print("Python plugins: Disabled\n");
+#endif
+
         return 0;
     }
 
est/tc_history.py?h=v1.9.0b2&id=16246965082ce5d319f5cef07da3ff533ca50cc2'>^
22bb7e35 ^

3dbefa71 ^

22bb7e35 ^
3dbefa71 ^
22bb7e35 ^

3dbefa71 ^


22bb7e35 ^
3dbefa71 ^
22bb7e35 ^
3dbefa71 ^
22bb7e35 ^


3dbefa71 ^
22bb7e35 ^








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44