1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

#84: custom baudrate support for OpenBsd, and Dragonfly (but not NetBsd)

This commit is contained in:
Joe Merten
2018-01-15 23:30:30 +01:00
parent 249cf8ea3c
commit 6ebb8c56fc
4 changed files with 26 additions and 5 deletions

2
term.c
View File

@ -70,7 +70,7 @@
#endif
#endif
#if (defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || \
#if (defined (__FreeBSD__) || defined(__OpenBSD__) || \
defined(__DragonFly__) || defined(__APPLE__)) && defined(USE_CUSTOM_BAUD)
/* only for some BSD and macOS (Tiger and above) */
#include "custbaud_bsd.h"