diff options
author | Oliver Kiddle <opk@zsh.org> | 2024-09-14 19:21:58 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2024-09-14 19:21:58 +0200 |
commit | 8dd271fdec526241ad3ed9c7f2641127a939893c (patch) | |
tree | 92680221d463f37953a13c9f91c70b7783532eab /Src/zsh_system.h | |
parent | 79593399c4bfa3eefb7eaa379fdc922b9c14c0df (diff) | |
download | zsh-8dd271fdec526241ad3ed9c7f2641127a939893c.tar.gz zsh-8dd271fdec526241ad3ed9c7f2641127a939893c.zip |
53081: remove old BeOS support code
Diffstat (limited to 'Src/zsh_system.h')
-rw-r--r-- | Src/zsh_system.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Src/zsh_system.h b/Src/zsh_system.h index 5c004d53e..21446a9b1 100644 --- a/Src/zsh_system.h +++ b/Src/zsh_system.h @@ -369,8 +369,6 @@ struct timespec { # ifndef TIME_H_SELECT_H_CONFLICTS # include <sys/select.h> # endif -#elif defined(SELECT_IN_SYS_SOCKET_H) -# include <sys/socket.h> #endif #if defined(__APPLE__) && defined(HAVE_SELECT) @@ -803,16 +801,6 @@ extern short ospeed; #endif #endif -/* Can't support job control without working tcsetgrp() */ -#ifdef BROKEN_TCSETPGRP -#undef JOB_CONTROL -#endif /* BROKEN_TCSETPGRP */ - -#ifdef BROKEN_KILL_ESRCH -#undef ESRCH -#define ESRCH EINVAL -#endif /* BROKEN_KILL_ESRCH */ - /* Can we do locale stuff? */ #undef USE_LOCALE #if defined(CONFIG_LOCALE) && defined(HAVE_SETLOCALE) && defined(LC_ALL) |