Index: src/login.c
===================================================================
RCS file: /home/dron/CVS/ccvs-local/src/login.c,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1 -r1.1.1.1.2.1
--- src/login.c	2002/08/15 08:59:46	1.1.1.1
+++ src/login.c	2002/08/16 08:39:05	1.1.1.1.2.1
@@ -12,12 +12,6 @@
 
 #ifdef AUTH_CLIENT_SUPPORT   /* This covers the rest of the file. */
 
-#ifdef HAVE_GETPASSPHRASE
-#define GETPASS getpassphrase
-#else
-#define GETPASS getpass
-#endif
-
 /* There seems to be very little agreement on which system header
    getpass is declared in.  With a lot of fancy autoconfiscation,
    we could perhaps detect this, but for now we'll just rely on
