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