office-gobmx/config_host/config_probes.h.in
Mark Wielaard eeb3b8dc5c Add SDT probes for RTL_LOG_STRING_NEW/DELETE.
Change-Id: I938259f90aee9d277c9ff5b72c9120b93311cbd3
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-08-03 09:32:03 +02:00

7 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