ANDROID: Disable HAVE_GETPASS for bionic am: 632b0e256b am: f72ee0ad5e am: d1f8c161ba

Original change: https://android-review.googlesource.com/c/platform/external/mtools/+/1673544

Change-Id: I58d3dfa936ab4fde8449b62d042ce49aed3256a2
diff --git a/config.h b/config.h
index 66661fe..3438725 100644
--- a/config.h
+++ b/config.h
@@ -41,7 +41,7 @@
 #define HAVE_GETOPT_H 1
 
 /* Define to 1 if you have the `getpass' function. */
-#define HAVE_GETPASS 1
+/* #undef HAVE_GETPASS */
 
 /* Define to 1 if you have the `gettimeofday' function. */
 #define HAVE_GETTIMEOFDAY 1