3 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 * Copyright 1998-2012 The OpenLDAP Foundation.
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted only as authorized by the OpenLDAP
12 * A copy of this license is available in file LICENSE in the
13 * top-level directory of the distribution or, alternatively, at
14 * <http://www.OpenLDAP.org/license.html>.
21 * use of alloca is disallowed as it is machine dependent
23 #error "alloca() not supported, use malloc()"
25 /* AIX requires this to be the first thing in the file. */
27 # define alloca __builtin_alloca
35 # ifndef alloca /* predefined by HP cc +Olibcalls */
36 extern char *(alloca)();
43 #endif /* _AC_ALLOCA_H */