summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-17 09:30:22 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-17 09:30:22 +0000
commit59efa92285f375b22a16260996d40aead0e799db (patch)
treed8b9dce3a86c48e237a97288161fb0d8bce5879e /include
parent49d1248c55ab2d4559a6e327226f0b394230c7c0 (diff)
timersub is a macro not a function, so write the check in a way
that detects both formats. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89363 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/autoconfig.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index d07749d0b..e5b8f0485 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -882,7 +882,7 @@
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
-/* Define to 1 if you have the `timersub' function. */
+/* Define to 1 if your system defines timersub. */
#undef HAVE_TIMERSUB
/* Define this to indicate the ${TINFO_DESCRIP} library */