32 #ifndef _READPASSPHRASE_H_ 
   33 #define _READPASSPHRASE_H_ 
   35 #include <freetds/pushvis.h> 
   37 #ifndef HAVE_READPASSPHRASE 
   39 #define RPP_ECHO_OFF    0x00         
   40 #define RPP_ECHO_ON     0x01         
   41 #define RPP_REQUIRE_TTY 0x02         
   42 #define RPP_FORCELOWER  0x04         
   43 #define RPP_FORCEUPPER  0x08         
   44 #define RPP_SEVENBIT    0x10         
   45 #define RPP_STDIN       0x20         
   47 char * readpassphrase(
const char *, 
char *, 
size_t, 
int);
 
   51 #include <freetds/popvis.h>