zoslib
z/OS C/C++ Library
Loading...
Searching...
No Matches
netdb.h
Go to the documentation of this file.
1
8//
9#ifndef ZOS_NETDB_H
10#define ZOS_NETDB_H
11
12#include_next <netdb.h>
13
14#ifndef NI_MAXHOST
15#define NI_MAXHOST 1025
16#endif
17
18#ifndef NI_MAXSERV
19#define NI_MAXSERV 32
20#endif
21
22#endif