mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
DROPBEAR_ prefix for include guards to avoid collisions
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user