Seems i forgot the config.h stuff last time, sorry for that.. Bernhard Reutner-Fischer (7): delete src/config.h getrpcent: Fix compilation on glibc Make sure to include config.h configure.ac: Allow for disabling NIS configure.ac: Allow for disabling auth DES getrpcport: rephrase host lookup headers: if 0 out some unbuilt functions Makefile.am | 12 ++++-- configure.ac | 24 ++++++++++- libtirpc.pc.in | 2 +- src/Makefile.am | 10 +++-- src/auth_des.c | 15 +++++++ src/auth_time.c | 6 ++- src/config.h | 110 --------------------------------------------------- src/getrpcent.c | 16 ++++---- src/getrpcport.c | 37 +++++++++++------ src/rpc_soc.c | 2 +- tirpc/rpc/auth.h | 18 ++++++++- tirpc/rpc/auth_des.h | 2 + tirpc/rpc/rpc.h | 2 + 13 files changed, 113 insertions(+), 143 deletions(-) delete mode 100644 src/config.h -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html