summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/defines.h b/defines.h
index b7dd1d9cf..fa0ccba7c 100644
--- a/defines.h
+++ b/defines.h
@@ -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.