|
|
| version 1.15, 2025/05/16 04:02:14 | version 1.16, 2026/01/07 19:51:33 |
|---|---|
| Line 24 | Line 24 |
| * along with FreeM. If not, see <https://www.gnu.org/licenses/>. | * along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
| * | * |
| * $Log$ | * $Log$ |
| * Revision 1.16 2026/01/07 19:51:33 snw | |
| * Fix segfault in reverse $QUERY | |
| * | |
| * Revision 1.15 2025/05/16 04:02:14 snw | * Revision 1.15 2025/05/16 04:02:14 snw |
| * Make FreeM build on macOS on Apple Silicon | * Make FreeM build on macOS on Apple Silicon |
| * | * |
| Line 80 | Line 83 |
| # endif | # endif |
| # define termio termios | # define termio termios |
| # else | # else |
| # if !defined(MSDOS) | # if !defined(MSDOS) && !defined(__linux__) |
| # include <termio.h> | # include <termio.h> |
| # else | |
| # include <termios.h> | |
| # define termio termios | |
| # endif | # endif |
| # endif | # endif |
| #else | #else |
| # include <termios.h> | # include <termios.h> |
| #endif | #endif |
| #if defined(__APPLE__) | #if defined(__APPLE__) |
| # define termio termios | # define termio termios |
| # define TCGETA TIOCGETA | # define TCGETA TIOCGETA |