aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-12 23:06:12 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-12 23:06:12 +0000
commitc0765c5fbf583f6cd61d72e1f8cd4c985059888f (patch)
tree653bff8fd1cd0a6a58455c6156638d07bac2ad95 /include/asterisk/autoconfig.h.in
parent67837440f9c41169fd3ca5ac47f6729004b03003 (diff)
Some platforms (notably, the BSDs) have a more efficient implementation called
closefrom(3). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@168522 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 35c5fce7c..6cb55487a 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -153,6 +153,9 @@
/* Define to 1 if your system has a working `chown' function. */
#undef HAVE_CHOWN
+/* Define to 1 if you have the `closefrom' function. */
+#undef HAVE_CLOSEFROM
+
/* Define this to indicate the ${COS_DESCRIP} library */
#undef HAVE_COS