summaryrefslogtreecommitdiff
path: root/sunrpc/rpc_main.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-11 05:42:12 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-11 05:42:12 +0000
commitb982085b4d1b5611521ffdf3f331ad0a2d4161a0 (patch)
treeccf15d434dcdc1cf53bb63d961b4e5d23d5fd5d1 /sunrpc/rpc_main.c
parent28966366a22c307ffc7c56721c8ed6da3cdc7768 (diff)
If we compile RPC thread safe, allow rpcgen to generate thread safe code.
Diffstat (limited to 'sunrpc/rpc_main.c')
-rw-r--r--sunrpc/rpc_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c
index d43b69d8bc..fb5f5f811f 100644
--- a/sunrpc/rpc_main.c
+++ b/sunrpc/rpc_main.c
@@ -1357,6 +1357,7 @@ parseargs (int argc, const char *argv[], struct commandline *cmd)
cmd->Scflag = flag['C'];
cmd->makefileflag = flag['M'];
+#ifndef _RPC_THREAD_SAFE_
if (mtflag || newstyle)
{
/* glibc doesn't support these flags. */
@@ -1364,6 +1365,7 @@ parseargs (int argc, const char *argv[], struct commandline *cmd)
_("This implementation doesn't support newstyle or MT-safe code!\n"));
return (0);
}
+#endif
if (tirpcflag)
{
pmflag = inetdflag ? 0 : 1; /* pmflag or inetdflag is always TRUE */