Werner Koch 12a0c93433 Fix ttyname problem on Android.
* configure.ac: Define macro and conditional HAVE_ANDROID_SYSTEM.
* m4/gnupg-ttyname.m4: Force use of replacement on Android.
* src/ttyname_r.c: Ditto.
--

Android's bionic lib has no working ttyname_r() nor ttyname().  Using
them anyway will print

  FIX ME! implement ttyname_r() bionic/libc/bionic/stubs.c:466

Thus we force the use of our replacement code which simply return
"/dev/tty".
2012-10-24 16:44:34 +02:00
..
2011-04-06 14:33:16 +02:00
2012-01-19 15:30:52 +01:00
2012-01-19 15:30:52 +01:00
2012-01-19 15:30:52 +01:00
2012-01-19 15:30:52 +01:00