--- pinentry/pinentry.h | 1 + 1 file changed, 1 insertion(+) Index: pinentry/pinentry.h =================================================================== --- pinentry/pinentry.h.orig +++ pinentry/pinentry.h @@ -75,6 +75,7 @@ struct pinentry supported. (Assuan: "OPTION ttyname TTYNAME".) */ char *ttyname; /* The type of the terminal. (Assuan: "OPTION ttytype TTYTYPE".) */ +#undef ttytype char *ttytype; /* Set the alert mode (none, beep or flash). */ char *ttyalert;