From 3a097cc7a18309c864186c1b864b90889d2a45e9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 25 May 2012 13:40:20 -0700 Subject: Add --enable-systemtap configuration to define static probe points. --- config.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 54952609ef..dd184b0cf4 100644 --- a/config.h.in +++ b/config.h.in @@ -181,6 +181,10 @@ /* Define if obsolete RPC code should be made available for user-level code to link against. */ #undef LINK_OBSOLETE_RPC + +/* Define if Systemtap probes should be defined. */ +#undef USE_STAP_PROBE + /* */ -- cgit 1.4.1