tidy-up: drop redundant #ifdef before #undef

Closes #17899
This commit is contained in:
Viktor Szakats 2025-07-08 14:15:45 +02:00
parent ddcfd2d511
commit 368ba4e13f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 8 deletions

View file

@ -661,12 +661,8 @@
# define select(n,r,w,x,t) select_s(n,r,w,x,t)
# define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z))
# include <tcp.h>
# ifdef word
# undef word
# endif
# ifdef byte
# undef byte
# endif
# undef word
# undef byte
# endif /* MSDOS */

View file

@ -374,11 +374,9 @@ static struct passwd *vms_getpwuid(uid_t uid)
#ifdef HAVE_NETDB_H
#include <netdb.h>
#ifndef AI_NUMERICHOST
#ifdef USE_IPV6
#undef USE_IPV6
#endif
#endif
#endif
/* VAX symbols are always in uppercase */
#ifdef __VAX