3 * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
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.
15 /* AIX requires this to be the first thing in the file. */
17 # define alloca __builtin_alloca
25 # ifndef alloca /* predefined by HP cc +Olibcalls */
26 extern char *(alloca)();
33 #endif /* _AC_ALLOCA_H */