]> git.sur5r.net Git - openldap/commitdiff
Remove <memory.h> from stdlib.h (mem* fns should be in string.h).
authorKurt Zeilenga <kurt@openldap.org>
Thu, 3 Jun 1999 00:45:50 +0000 (00:45 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 3 Jun 1999 00:45:50 +0000 (00:45 +0000)
include/ac/stdlib.h

index c7ad9f00c8716c2925dee1be3bd489b921544079..fad37d557b65b59fda3c42f35cda5c4a6f0cd922 100644 (file)
 
 #else
 
-#      ifdef HAVE_MEMORY_H
-#              include <memory.h>
-#      endif
-
 #      ifdef HAVE_MALLOC_H
 #              include <malloc.h>
 #      endif