mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
24 lines
461 B
Plaintext
24 lines
461 B
Plaintext
From 5b516e78cc734558b1fb07b3095e5eabd2b432f4 Mon Sep 17 00:00:00 2001
|
|
From: "Charles W. Ross" <15680744+cwross@users.noreply.github.com>
|
|
Date: Sun, 2 Aug 2020 17:28:35 -0600
|
|
Subject: Add #ifdef for Haiku
|
|
|
|
|
|
diff --git a/getdomain.c b/getdomain.c
|
|
index a30a5dc..4b78644 100644
|
|
--- a/getdomain.c
|
|
+++ b/getdomain.c
|
|
@@ -28,6 +28,9 @@
|
|
|
|
#include "mutt.h"
|
|
|
|
+#ifdef __HAIKU__
|
|
+#define _SC_HOST_NAME_MAX 72
|
|
+#endif
|
|
|
|
int getdnsdomainname (BUFFER *d)
|
|
{
|
|
--
|
|
2.28.0
|
|
|