summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-01-12 23:06:12 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-01-12 23:06:12 +0000
commitfd3cb908415b6ac1018b9ff9a78eb9105fab68df (patch)
tree653bff8fd1cd0a6a58455c6156638d07bac2ad95 /include/asterisk
parenta8930194f4f07852ebc68dc0263311d567df16a7 (diff)
Some platforms (notably, the BSDs) have a more efficient implementation called
closefrom(3). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168522 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-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