summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/roken.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-11-19 23:25:45 +1100
committerStefan Metzmacher <metze@samba.org>2013-01-19 10:32:17 +0100
commitdda48146a2781fe685eeb9dc5194d142ee5ca0ef (patch)
treeb098ac5828b4d226227e5f286e13985d1512d0d7 /source4/heimdal_build/roken.h
parentd90b709ebb22fb40cbd46bdddd28d9ec1be7b0ce (diff)
downloadsamba-dda48146a2781fe685eeb9dc5194d142ee5ca0ef.tar.gz
samba-dda48146a2781fe685eeb9dc5194d142ee5ca0ef.tar.bz2
samba-dda48146a2781fe685eeb9dc5194d142ee5ca0ef.zip
heimdal_build: Try again to sort out the strerror_r mess
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/heimdal_build/roken.h')
-rw-r--r--source4/heimdal_build/roken.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h
index b762545535..9752c04a74 100644
--- a/source4/heimdal_build/roken.h
+++ b/source4/heimdal_build/roken.h
@@ -123,14 +123,6 @@
#define HAVE_SETEUID
#endif
-/* force the use of the libreplace strerror_r */
-#ifndef HAVE_STRERROR_R
-#define HAVE_STRERROR_R
-#endif
-#ifndef STRERROR_R_PROTO_COMPATIBLE
-#define STRERROR_R_PROTO_COMPATIBLE
-#endif
-
#ifndef HAVE_DIRFD
#ifdef HAVE_DIR_DD_FD
#define dirfd(x) ((x)->dd_fd)