]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/thr_thr.c
Use getpassphrase() instead of getpass() if available.
[openldap] / libraries / libldap_r / thr_thr.c
index 29a6c390a2a72977bf98894ab0ca27626581880d..ee82993f505e1d9012ae6a477347d3e317a79bdb 100644 (file)
@@ -1,5 +1,6 @@
+/* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
 /* thr_thr.c - wrappers around solaris threads */
 
 #include "portable.h"
-#include "ldap_pvt_thread.h"
 
 #if defined( HAVE_THR )
 
+#include "ldap_pvt_thread.h"
+
 /*******************
  *                 *
  * Solaris Threads *