mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
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:
@@ -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
|
||||
|
@@ -3,9 +3,7 @@
|
||||
#ifndef ASTERISK_AUTOCONFIG_H
|
||||
#define ASTERISK_AUTOCONFIG_H
|
||||
|
||||
#ifndef MENUSELECT
|
||||
#include "asterisk/buildopts.h"
|
||||
#endif
|
||||
|
||||
#ifndef _REENTRANT
|
||||
#define _REENTRANT
|
||||
|
Reference in New Issue
Block a user