summaryrefslogtreecommitdiff
path: root/tirpc/netconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: Check for features.hlibtirpc-0-2-6-rc3Bernhard Reutner-Fischer2015-04-231-0/+2
| | | | | | | | | | | Fixes http://sourceforge.net/p/libtirpc/bugs/34/ The netconfig header attempts to include features.h which is only available in glibc. This is necessary for backporting the package for FreeBSD. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Steve Dickson <steved@redhat.com>
* Avoid use of internal glibc sys/cdefs.h headerNatanael Copa2015-04-231-2/+6
| | | | | | | | | | | | This header was never intended to be used by programs. Expand the macros used, __BEGIN_CDECLS, __END_CDECLS and __P() The __THROW macro is a non-portable hint for optimization so we simply remove those. Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> Signed-off-by: Steve Dickson <steved@redhat.com>
* Initial commit of libtirpc 0.1.7Steve Dickson2007-04-201-0/+94
Signed-off-by: Steve Dickson <steved@redhat.com>