Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/mail/anubis/files/patch-src_anubisusr.h
16462 views
1
--- src/anubisusr.h.orig 2024-01-05 16:03:09 UTC
2
+++ src/anubisusr.h
3
@@ -25,10 +25,6 @@
4
#include <gsasl.h>
5
#include "getopt.h"
6
7
-#define obstack_chunk_alloc malloc
8
-#define obstack_chunk_free free
9
-#include <obstack.h>
10
-
11
#if defined(USE_GNUTLS)
12
# include <gnutls/gnutls.h>
13
# define HAVE_TLS
14
15