X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fportable.h.in;h=fdf812879c3ab7da9b870f76415f2f9a884f7f12;hb=06567ee554899031e6a83535a5e57b73a3c97ba6;hp=428a0e44ce44cc74c3500d5f9ae0e8bea67993b8;hpb=f2131d44d869d9385c6a50c2814385639ec50e72;p=openldap diff --git a/include/portable.h.in b/include/portable.h.in index 428a0e44ce..fdf812879c 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -3,10 +3,11 @@ * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. * - * Redistribution and use in source and binary forms are permitted only - * as authorized by the OpenLDAP Public License. A copy of this - * license is available at http://www.OpenLDAP.org/license.html or - * in file LICENSE in the top-level directory of the distribution. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted only as authorized by the OpenLDAP + * Public License. A copy of this * license is available at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _LDAP_PORTABLE_H @@ -273,9 +274,6 @@ /* Define if you have the sigset function. */ #undef HAVE_SIGSET -/* Define if you have the snprintf function. */ -#undef HAVE_SNPRINTF - /* Define if you have the strdup function. */ #undef HAVE_STRDUP @@ -318,6 +316,9 @@ /* Define if you have the thr_yield function. */ #undef HAVE_THR_YIELD +/* Define if you have the usleep function. */ +#undef HAVE_USLEEP + /* Define if you have the vsnprintf function. */ #undef HAVE_VSNPRINTF