mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
convert various #if expressions to #ifdef for macros that may not be defined (and where the value is not important) Note: two of these changes are in bison generated files which is going to be inconvenient when they are regenerated git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@55329 65c4cc65-6c06-0410-ace0-fbb531ad65f3
libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt. The following files may be of direct interest to the user: * CHANGES - Software change log. * INSTALL - Installation information. * PLATFORMS - Supported platforms and platform-specific information.