diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-03-27 19:12:33 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-03-27 19:12:33 +1100 |
commit | f47454a04d7656e93de7286e1105119fe80cb366 (patch) | |
tree | a541af82c1d173785ef261d8edbcdc312a397af3 | |
parent | 64b8b0cdafc18dcf65dcc4210be50e6139f553d7 (diff) | |
download | samba-f47454a04d7656e93de7286e1105119fe80cb366.tar.gz samba-f47454a04d7656e93de7286e1105119fe80cb366.tar.bz2 samba-f47454a04d7656e93de7286e1105119fe80cb366.zip |
s4:heimdal_build Remove forced HAVE_STRERROR_R
This just causes warnings, now upstream has a more complete fix.
-rw-r--r-- | source4/heimdal_build/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 45cc02b2a0..be544cb83b 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -6,10 +6,6 @@ #ifndef HAVE_HEIMDAL_CONFIG_H #define HAVE_HEIMDAL_CONFIG_H -#ifndef HAVE_STRERROR_R -#define HAVE_STRERROR_R -#endif - #include "include/config.h" #include "../replace/replace.h" |