diff options
Diffstat (limited to 'config_host/config_probes.h.in')
-rw-r--r-- | config_host/config_probes.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config_host/config_probes.h.in b/config_host/config_probes.h.in new file mode 100644 index 000000000..b15a1f077 --- /dev/null +++ b/config_host/config_probes.h.in @@ -0,0 +1,7 @@ +#ifndef CONFIG_PROBES_H +#define CONFIG_PROBES_H + +/* Whether we have and can use sys/sdt.h for probes. */ +#define USE_SDT_PROBES 0 + +#endif |