8 lines
139 B
C
8 lines
139 B
C
|
#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
|