mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Add additional comment explaining #error
This commit is contained in:
parent
c86a1aaac2
commit
a720b9a48f
@ -13,6 +13,9 @@
|
||||
#ifndef _AC_ALLOCA_H
|
||||
#define _AC_ALLOCA_H
|
||||
|
||||
/*
|
||||
* use of alloca is disallowed as it is machine dependent
|
||||
*/
|
||||
#error "alloca() not supported, use malloc()"
|
||||
|
||||
/* AIX requires this to be the first thing in the file. */
|
||||
|
Loading…
Reference in New Issue
Block a user