Blaze 3.9
MacroDisable.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_SYSTEM_MACRODISABLE_H_
36#define _BLAZE_SYSTEM_MACRODISABLE_H_
37
38
39// These macros are defined in several Linux headers (asm/termbits.h, asm-generic/termbits.h
40// and bits/termios.h) and not properly undefined.
41#undef VT1
42#undef VT2
43
44#endif