The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112 /* netdb.h *//* djl *//* Provide UNIX compatibility */#ifndef _INC_NETDB#define _INC_NETDB#include <sys/socket.h>#endif /* _INC_NETDB */
/* netdb.h */
/* djl */
/* Provide UNIX compatibility */
#ifndef _INC_NETDB
#define _INC_NETDB
#include <sys/socket.h>
#endif /* _INC_NETDB */