]> git.sur5r.net Git - openldap/blobdiff - include/ac/alloca.h
ITS#7101 test001: Skip back-ldif unordered slapadd
[openldap] / include / ac / alloca.h
index 5fdcfc3f3516344f7b1ec1dd539c2ebe77793c9d..205ced63bfcd39f978f85ea47416f1c79913e122 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2004 The OpenLDAP Foundation.
+ * Copyright 1998-2011 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
 #ifdef __GNUC__
 # define alloca __builtin_alloca
 #else
-# if HAVE_ALLOCA_H
+# ifdef HAVE_ALLOCA_H
 #  include <alloca.h>
 # else
 #  ifdef _AIX