|
Lines 546-551
struct winsize {
Link Here
|
| 546 |
#endif |
546 |
#endif |
| 547 |
|
547 |
|
| 548 |
|
548 |
|
|
|
549 |
/* Some platforms, eg NetBSD, have a 4th argument for skeychallenge() */ |
| 550 |
#ifdef SKEYCHALLENGE_4ARG |
| 551 |
# define skeychallenge(a,b,c) skeychallenge((a), (b), (c), (sizeof(c))) |
| 552 |
#endif |
| 553 |
|
| 549 |
/* |
554 |
/* |
| 550 |
* Define this to use pipes instead of socketpairs for communicating with the |
555 |
* Define this to use pipes instead of socketpairs for communicating with the |
| 551 |
* client program. Socketpairs do not seem to work on all systems. |
556 |
* client program. Socketpairs do not seem to work on all systems. |