opnsense-ports/net/samba48/files/patch-includes.h
Franco Fichtner a12906ed58 */*: sync with upstream
Taken from: HardenedBSD
2018-06-11 06:33:04 +02:00

11 lines
322 B
C

--- source3/include/includes.h.orig 2018-04-03 05:23:35 UTC
+++ source3/include/includes.h
@@ -323,6 +323,8 @@ typedef char fstring[FSTRING_LEN];
* the *bottom* of include files so as not to conflict. */
#ifdef ENABLE_DMALLOC
# include <dmalloc.h>
+#elif ENABLE_JEMALLOC
+# include <jemalloc/jemalloc.h>
#endif