menuselect doesn't use asterisk's autoconfig.h anymore, so this ifdef can be

removed


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41181 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2006-08-26 17:15:38 +00:00
parent 3ba8e0a973
commit 3a83fbed5b
2 changed files with 0 additions and 4 deletions

View File

@ -74,9 +74,7 @@ AH_TOP(
#ifndef ASTERISK_AUTOCONFIG_H
#define ASTERISK_AUTOCONFIG_H
#ifndef MENUSELECT
#include "asterisk/buildopts.h"
#endif
#ifndef _REENTRANT
#define _REENTRANT

View File

@ -3,9 +3,7 @@
#ifndef ASTERISK_AUTOCONFIG_H
#define ASTERISK_AUTOCONFIG_H
#ifndef MENUSELECT
#include "asterisk/buildopts.h"
#endif
#ifndef _REENTRANT
#define _REENTRANT