summaryrefslogtreecommitdiff
path: root/cpukit/libnetworking/libc/getnetbynis.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2018-09-10network: Use kernel/user space header filesSebastian Huber
Add and use <machine/rtems-bsd-kernel-space.h> and <machine/rtems-bsd-user-space.h> similar to the libbsd to avoid command line defines and defines scattered throught the code base. Simplify cpukit/libnetworking/Makefile.am. Update #3375.
2016-06-28libnetworking: Add <rtems/rtems_netdb.h>Christian Mauderer
Move prototypes of non-portable _get*by*name/addr and _set/end*ent functions. This makes it easier to update <netdb.h>.
2008-08-02Add missing prototypes.Ralf Corsepius
2007-03-30Eliminate SCCS, LINT. Add HAVE_CONFIG_H.Ralf Corsepius
1998-08-19Base filesJoel Sherrill