diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index e27e86d428..10a9925767 100644 --- a/config.h.in +++ b/config.h.in @@ -174,6 +174,9 @@ /* Define if Systemtap <sys/sdt.h> probes should be defined. */ #undef USE_STAP_PROBE +/* Define if library functions should try to contact the nscd daemon. */ +#undef USE_NSCD + /* */ |