]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/tempnam.c
SLAPD and tools compile and link!
[openldap] / servers / slapd / tempnam.c
index 20d108c9d2682f5732a24284d6275c55343cc7bb..9aa21870b874f073dcf6b84067db9c69b4a17444 100644 (file)
@@ -1,8 +1,8 @@
-#if defined( nextstep )
+#include "portable.h"
 
-#include <string.h>
+#ifndef HAVE_TEMPNAME
 
-char *tempnam( char *dir, char *pfx );
+#include <ac/string.h>
 
 char *tempnam( char *dir, char *pfx )
 {