#include "portable.h"
+#ifdef SLAPD_SQL
+
#include <stdio.h>
#include <sys/types.h>
#include "slap.h"
Debug(LDAP_DEBUG_TRACE,"<==backsql_unbind()\n",0,0,0);
return 0;
}
+
+#endif /* SLAPD_SQL */
\ No newline at end of file
#include "portable.h"
+#ifdef SLAPD_SQL
+
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
fname,lineno,argv[0]);
return 0;
}
+#endif /* SLAPD_SQL */
\ No newline at end of file
#include "portable.h"
+#ifdef SLAPD_SQL
+
#include <stdio.h>
#include <sys/types.h>
#include <string.h>
Debug(LDAP_DEBUG_TRACE,"<==backsql_id2entry()\n",0,0,0);
return e;
}
+
+#endif /* SLAPD_SQL */
\ No newline at end of file
#include "portable.h"
+#ifdef SLAPD_SQL
+
#include <stdio.h>
#include <sys/types.h>
#include "slap.h"
Debug(LDAP_DEBUG_TRACE,"==>backsql_db_close()\n",0,0,0);
Debug(LDAP_DEBUG_TRACE,"<==backsql_db_close()\n",0,0,0);
return 0;
-}
\ No newline at end of file
+}
+
+#endif /* SLAPD_SQL */
\ No newline at end of file
#include "portable.h"
+#ifdef SLAPD_SQL
+
#include <stdio.h>
#include <sys/types.h>
#include <string.h>
Debug(LDAP_DEBUG_TRACE,"<==backsql_delete()\n",0,0,0);
return 0;
}
+
+#endif /* SLAPD_SQL */
\ No newline at end of file
#include "portable.h"
+#ifdef SLAPD_SQL
+
#include <stdio.h>
#include <sys/types.h>
#include "slap.h"
Debug(LDAP_DEBUG_TRACE,"<==backsql_abandon()\n",0,0,0);
return 0;
}
+
+#endif /* SLAPD_SQL */
\ No newline at end of file
#include "portable.h"
+#ifdef SLAPD_SQL
+
#include <stdio.h>
#include <sys/types.h>
#include <string.h>
Debug(LDAP_DEBUG_TRACE,"<==destroy_schema_map()\n",0,0,0);
return 0;
}
+
+#endif /* SLAPD_SQL */
\ No newline at end of file
#include "portable.h"
+#ifdef SLAPD_SQL
+
#include <stdio.h>
#include <sys/types.h>
#include <string.h>
Debug(LDAP_DEBUG_TRACE,"<==backsql_search()\n",0,0,0);
return 0;
}
+
+#endif /* SLAPD_SQL */
\ No newline at end of file
#include "portable.h"
+#ifdef SLAPD_SQL
+
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
return dbc->dbh;
}
+#endif /* SLAPD_SQL */
\ No newline at end of file
#include "portable.h"
+#ifdef SLAPD_SQL
+
#include <stdio.h>
#include <sys/types.h>
#include <string.h>
free(srcc);
return 1;
}
+
+#endif /* SLAPD_SQL */
\ No newline at end of file