]> git.sur5r.net Git - openldap/blob - include/ac/stdlib.h
Remove <memory.h> from stdlib.h (mem* fns should be in string.h).
[openldap] / include / ac / stdlib.h
1 /* Generic stdlib.h */
2 /*
3  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms are permitted only
7  * as authorized by the OpenLDAP Public License.  A copy of this
8  * license is available at http://www.OpenLDAP.org/license.html or
9  * in file LICENSE in the top-level directory of the distribution.
10  */
11
12 #ifndef _AC_STDLIB_H
13 #define _AC_STDLIB_H
14
15 #ifdef STDC_HEADERS
16 #       include <stdlib.h>
17
18 #else
19
20 #       ifdef HAVE_MALLOC_H
21 #               include <malloc.h>
22 #       endif
23
24 #endif
25
26 #endif /* _AC_STDLIB_H */