summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-04-30 17:40:58 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-04-30 17:40:58 +0000
commit91dde03ba8c34172c9671f50bbbcaa5a9a211e28 (patch)
tree5ec1e2426a7434ece32e6985dd35e0e0e349264c /include
parent38720ccd3be16eaead0ed36b85490982fa8e3508 (diff)
Detect eaccess (or euidaccess) before using it.
Reported by Andrew Lindh via the -dev list. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@191367 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/autoconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 57987139f..8fe5c8c31 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -220,9 +220,15 @@
/* Define to 1 if you have the `dup2' function. */
#undef HAVE_DUP2
+/* Define to 1 if you have the `eaccess' function. */
+#undef HAVE_EACCESS
+
/* Define to 1 if you have the `endpwent' function. */
#undef HAVE_ENDPWENT
+/* Define to 1 if you have the `euidaccess' function. */
+#undef HAVE_EUIDACCESS
+
/* Define this to indicate the ${EXP_DESCRIP} library */
#undef HAVE_EXP