--- include/ac/stdlib.h 2004/01/01 18:15:25 1.17
+++ include/ac/stdlib.h 2007/01/02 21:43:47 1.17.2.4
@@ -1,8 +1,8 @@
/* Generic stdlib.h */
-/* $OpenLDAP: pkg/ldap/include/ac/stdlib.h,v 1.16 2003/11/26 03:16:36 kurt Exp $ */
+/* $OpenLDAP: pkg/ldap/include/ac/stdlib.h,v 1.17.2.3 2006/10/20 16:52:46 kurt Exp $ */
/* This work is part of OpenLDAP Software .
*
- * Copyright 1998-2004 The OpenLDAP Foundation.
+ * Copyright 1998-2007 The OpenLDAP Foundation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -35,4 +35,14 @@
# define EXIT_FAILURE 1
#endif
+#ifdef HAVE_LIMITS_H
+#include
+#endif
+
+#if defined(LINE_MAX)
+# define AC_LINE_MAX LINE_MAX
+#else
+# define AC_LINE_MAX 2048 /* POSIX MIN */
+#endif
+
#endif /* _AC_STDLIB_H */