diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-06-17 21:18:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-06-17 21:18:37 +0000 |
commit | 33a9fd74f98749da869c8d649f0a148768205867 (patch) | |
tree | 7212d3da61260694ee441133ba2210061d5e8034 /include/rpc/xdr.h | |
parent | bf0df3909a1f729dcbeb131165eec55d55fbbd81 (diff) |
Update rpc headers. Add missing some headers
-Erik
Diffstat (limited to 'include/rpc/xdr.h')
-rw-r--r-- | include/rpc/xdr.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h index 0b703445a..83707cc19 100644 --- a/include/rpc/xdr.h +++ b/include/rpc/xdr.h @@ -36,6 +36,17 @@ #ifndef _RPC_XDR_H #define _RPC_XDR_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 <features.h> #include <sys/types.h> #include <rpc/types.h> |