Changeset 1237:f7c55376fad3 in roaraudio for libroar/pinentry.c


Ignore:
Timestamp:
02/25/09 22:50:31 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for tty dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/pinentry.c

    r1235 r1237  
    5656 
    5757 if ( tty == NULL ) 
    58   tty = "/dev/tty"; // TODO: make compile time config parameter out of this 
     58#ifdef ROAR_DEFAULT_TTY 
     59  tty = ROAR_DEFAULT_TTY; 
     60#else 
     61  return -1; 
     62#endif 
    5963 
    6064 if ( term == NULL ) 
Note: See TracChangeset for help on using the changeset viewer.