summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 94b88d37b2..3636dec58d 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -76,10 +76,6 @@
#include <windows.h>
#endif
-#if defined(_MSC_VER) || defined(__MINGW32__)
-#include "lib/replace/win32/replace.h"
-#endif
-
/* we support ADS if we want it and have krb5 and ldap libs */
#if defined(WITH_ADS) && defined(HAVE_KRB5) && defined(HAVE_LDAP)
#define HAVE_ADS
@@ -106,15 +102,6 @@ struct ipv4_addr {
uint32_t addr;
};
-#ifndef HAVE_STRERROR
-extern char *sys_errlist[];
-#define strerror(i) sys_errlist[i]
-#endif
-
-#ifndef HAVE_ERRNO_DECL
-extern int errno;
-#endif
-
#include "lib/replace/replace.h"