Index: getpass.h
===================================================================
RCS file: /cvsroot/curl/lib/getpass.h,v
retrieving revision 1.6
diff -c -r1.6 getpass.h
*** getpass.h	2000/12/05 08:04:04	1.6
--- getpass.h	2001/01/08 22:22:32
***************
*** 1,8 ****
--- 1,35 ----
  #ifndef __GETPASS_H
  #define __GETPASS_H
+ #ifndef HAVE_GETPASS_R
+ /* If there's a system-provided function named like this, we trust it is
+    also found in one of the standard headers. */
+ 
  /*
   * Returning NULL will abort the continued operation!
   */
  char* getpass_r(char *prompt, char* buffer, size_t buflen );
+ #endif
  
  #endif
