]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/util-int.c
Add support for useronly configuration attributes.
[openldap] / libraries / libldap / util-int.c
index 172e4fe7c7e3d9c055de96beed2bc292fbd74a52..a3128e6e17b14c284e5f0c5de311ff788afa1495 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
@@ -22,7 +23,7 @@
 
 #include "portable.h"
 
-#include <stdlib.h>
+#include <ac/stdlib.h>
 
 #include <ac/errno.h>
 #include <ac/socket.h>
@@ -69,7 +70,7 @@ char *ldap_pvt_ctime( const time_t *tp, char *buf )
 {
 #ifdef USE_CTIME_R
 # if (CTIME_R_NARGS > 3) || (CTIME_R_NARGS < 2)
-       choke me!  nargs should have 2 or 3
+#      error "CTIME_R_NARGS should be 2 or 3"
 # elif CTIME_R_NARGS > 2 && defined(CTIME_R_RETURNS_INT)
        return( ctime_r(tp,buf,26) < 0 ? 0 : buf );
 # elif CTIME_R_NARGS > 2