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

@ -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