attr_merge( e, "creatorsname", bvals );
pthread_mutex_lock( ¤ttime_mutex );
-#ifdef LDAP_Y2K
+#ifndef LDAP_LOCALTIME
ltm = gmtime( ¤ttime );
strftime( buf, sizeof(buf), "%Y%m%d%H%M%SZ", ltm );
#else
*mods = tmp;
pthread_mutex_lock( ¤ttime_mutex );
-#ifdef LDAP_Y2K
+#ifndef LDAP_LOCALTIME
ltm = gmtime( ¤ttime );
strftime( buf, sizeof(buf), "%Y%m%d%H%M%SZ", ltm );
#else
nreadwaiters++;
}
pthread_mutex_lock( ¤ttime_mutex );
-#ifdef LDAP_Y2K
+#ifndef LDAP_LOCALTIME
ltm = gmtime( &c[i].c_starttime );
strftime( buf2, sizeof(buf2), "%Y%m%d%H%M%SZ", ltm );
#else
attr_merge( e, "bytessent", vals );
pthread_mutex_lock( ¤ttime_mutex );
-#ifdef LDAP_Y2K
+#ifndef LDAP_LOCALTIME
ltm = gmtime( ¤ttime );
strftime( buf, sizeof(buf), "%Y%m%d%H%M%SZ", ltm );
#else
attr_merge( e, "currenttime", vals );
pthread_mutex_lock( ¤ttime_mutex );
-#ifdef LDAP_Y2K
+#ifndef LDAP_LOCALTIME
ltm = gmtime( &starttime );
strftime( buf, sizeof(buf), "%Y%m%d%H%M%SZ", ltm );
#else