From 0638096e5caaaaa55639581e2f6af6a58bed7002 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 13 Oct 2006 15:47:42 +0000 Subject: Merged revisions 45027 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r45027 | kpfleming | 2006-10-13 10:41:14 -0500 (Fri, 13 Oct 2006) | 2 lines use a configure script test for PMTU discovery control instead of just assuming it's available on Linux ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45029 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/autoconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in index 0e84394b9..bb691133d 100644 --- a/include/asterisk/autoconfig.h.in +++ b/include/asterisk/autoconfig.h.in @@ -169,6 +169,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define if your system has the IP_MTU_DISCOVER headers. */ +#undef HAVE_IP_MTU_DISCOVER + +/* Define IP_MTU_DISCOVER headers version */ +#undef HAVE_IP_MTU_DISCOVER_VERSION + /* Define to 1 if you have the `isascii' function. */ #undef HAVE_ISASCII -- cgit v1.2.3