DROPBEAR_ prefix for include guards to avoid collisions

This commit is contained in:
Thorsten Horstmann
2015-02-24 20:43:01 +08:00
parent 9abcc7b909
commit fdb7ffa864
38 changed files with 111 additions and 111 deletions

View File

@@ -22,8 +22,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE. */
#ifndef _TERMCODES_H_
#define _TERMCODES_H_
#ifndef DROPBEAR_TERMCODES_H_
#define DROPBEAR_TERMCODES_H_
#define TERMCODE_NONE 0
#define TERMCODE_CONTROL 1
@@ -43,4 +43,4 @@ struct TermCode {
extern const struct TermCode termcodes[];
#endif /* _TERMCODES_H_ */
#endif /* DROPBEAR_TERMCODES_H_ */