Copy RPP defines from oconfigure
We don't use any flags, so just define them in the compat source file.master
parent
6013ae1513
commit
edad0218c1
|
@ -32,6 +32,18 @@
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Macros and function required for readpassphrase(3).
|
||||||
|
*/
|
||||||
|
#define RPP_ECHO_OFF 0x00
|
||||||
|
#define RPP_ECHO_ON 0x01
|
||||||
|
#define RPP_REQUIRE_TTY 0x02
|
||||||
|
#define RPP_FORCELOWER 0x04
|
||||||
|
#define RPP_FORCEUPPER 0x08
|
||||||
|
#define RPP_SEVENBIT 0x10
|
||||||
|
#define RPP_STDIN 0x20
|
||||||
|
char *readpassphrase(const char *, char *, size_t, int);
|
||||||
|
|
||||||
#if !defined(_NSIG) && defined(NSIG)
|
#if !defined(_NSIG) && defined(NSIG)
|
||||||
# define _NSIG NSIG
|
# define _NSIG NSIG
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue