summaryrefslogtreecommitdiff
path: root/config_host/config_probes.h.in
blob: b15a1f077ea909dcd3fda0330c19765f21149db8 (plain)
1
2
3
4
5
6
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