diff options
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -822,14 +822,6 @@ struct winsize { | |||
822 | # define SSH_IOBUFSZ 8192 | 822 | # define SSH_IOBUFSZ 8192 |
823 | #endif | 823 | #endif |
824 | 824 | ||
825 | #ifndef _NSIG | ||
826 | # ifdef NSIG | ||
827 | # define _NSIG NSIG | ||
828 | # else | ||
829 | # define _NSIG 128 | ||
830 | # endif | ||
831 | #endif | ||
832 | |||
833 | /* | 825 | /* |
834 | * Platforms that have arc4random_uniform() and not arc4random_stir() | 826 | * Platforms that have arc4random_uniform() and not arc4random_stir() |
835 | * shouldn't need the latter. | 827 | * shouldn't need the latter. |