From 33a9fd74f98749da869c8d649f0a148768205867 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 17 Jun 2002 21:18:37 +0000 Subject: Update rpc headers. Add missing some headers -Erik --- include/rpc/auth.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/rpc/auth.h') diff --git a/include/rpc/auth.h b/include/rpc/auth.h index 661295766..b0ff4d5de 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -41,6 +41,17 @@ #ifndef _RPC_AUTH_H #define _RPC_AUTH_H 1 +#ifdef _LIBC +/* Some adjustments to make the libc source from glibc + * compile more easily with uClibc... */ +#ifndef __FORCE_GLIBC +#define __FORCE_GLIBC +#endif +#ifndef _GNU_SOUCE +#define _GNU_SOUCE +#endif +#define _(X) X +#endif #include #include -- cgit v1.2.3