]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/monitor.c
Don't include portable.h. Headers can and should assume portable.h
[openldap] / servers / slapd / monitor.c
index 05940823ca2207987fc83339e045decc42c0a274..73a78c8f70c46054f2aef52f0afc58f43a9c81fa 100644 (file)
@@ -195,7 +195,7 @@ monitor_info( Connection *conn, Operation *op )
        val.bv_len = strlen( buf );
        attr_merge( e, "nbackends", vals );
 
-#ifdef HAVE_LWP_THR
+#ifdef HAVE_THR
        sprintf( buf, "%d", thr_getconcurrency() );
        val.bv_val = buf;
        val.bv_len = strlen( buf );