summaryrefslogtreecommitdiff
path: root/comms/asterisk13/patches/patch-include_asterisk_autoconfig.h.in
blob: 0a38559a15efb696c0775268cdbb2bfacef0a9b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$NetBSD: patch-include_asterisk_autoconfig.h.in,v 1.2 2016/10/27 01:08:17 jnemeth Exp $

--- include/asterisk/autoconfig.h.in.orig	2016-10-25 19:13:02.000000000 +0000
+++ include/asterisk/autoconfig.h.in
@@ -933,6 +933,12 @@
 /* Define to 1 if you have the `strstr' function. */
 #undef HAVE_STRSTR
 
+/* Define to 1 if you have the `strftime_l' function. */
+#undef HAVE_STRFTIME_L
+
+/* Define to 1 if you have the `strptime_l' function. */
+#undef HAVE_STRPTIME_L
+
 /* Define to 1 if you have the `strtod' function. */
 #undef HAVE_STRTOD
 
@@ -1020,6 +1026,9 @@
 /* Define if your system has the SYSTEMD libraries. */
 #undef HAVE_SYSTEMD
 
+/* Define to 1 if sys/atomic.h atomic operations are supported. */
+#undef HAVE_SYS_ATOMIC_H
+
 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
    */
 #undef HAVE_SYS_DIR_H