diff options
Diffstat (limited to 'include/rpc/auth.h')
-rw-r--r-- | include/rpc/auth.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h index a156c56fe..9a7a7d389 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -42,14 +42,6 @@ #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_SOURCE -#define _GNU_SOURCE -#endif #define _(X) X #endif #include <features.h> |