summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/doc-txt/NewStuff2
-rw-r--r--src/OS/Makefile-Base1
-rw-r--r--src/OS/unsupported/os.h-Darwin (renamed from src/OS/os.h-Darwin)0
3 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 6f3d4b31c..cef9018c3 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -61,6 +61,8 @@ Version 4.95
18. TLS ALPN handling. By default, refuse TLS connections that try to specify
a non-smtp (eg. http) use. Options for customising.
+19. Support for MacOS (darwin) has been dropped.
+
Version 4.94
------------
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base
index dc5238a63..2880b0ce3 100644
--- a/src/OS/Makefile-Base
+++ b/src/OS/Makefile-Base
@@ -81,7 +81,6 @@ Makefile: ../OS/Makefile-Base ../OS/Makefile-Default \
# Build (link) the os.h file
os.h: $(SCRIPTS)/Configure-os.h \
- $(O)/os.h-Darwin \
$(O)/os.h-FreeBSD \
$(O)/os.h-GNU \
$(O)/os.h-Linux \
diff --git a/src/OS/os.h-Darwin b/src/OS/unsupported/os.h-Darwin
index a85e92f05..a85e92f05 100644
--- a/src/OS/os.h-Darwin
+++ b/src/OS/unsupported/os.h-Darwin