aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhijeet Kaur <abkaur@google.com>2021-04-22 09:21:01 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-22 09:21:01 +0000
commit7f3a37638d17b4401a85eb804c1d08a1e1dbb529 (patch)
tree1fd507de107704ebd9d0d7baa7062947dd21a9ee
parentf72ee0ad5e7138e2c60f0f1ca1e1028b3397e72e (diff)
parenta10a4d500335f98ef007208319b629de9dd29ddb (diff)
downloadmtools-7f3a37638d17b4401a85eb804c1d08a1e1dbb529.tar.gz
Revert "ANDROID: Disable HAVE_GETPASS for bionic" am: a10a4d5003
Original change: https://android-review.googlesource.com/c/platform/external/mtools/+/1683288 Change-Id: Ic55fae86a10962997dfda6246f6f32845517aad4
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 3438725..66661fe 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. */
-/* #undef HAVE_GETPASS */
+#define HAVE_GETPASS 1
/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1