#include "version.h"
#ifdef __APPLE__
// see http://www.insanelymac.com/forum/topic/155999-compiling-setserial-on-mac-os-x/
#ifndef TIOCGSERIAL
#define TIOCGSERIAL 0x541E
#endif
#ifndef TIOCSERCONFIG
#define TIOCSERCONFIG 0x5453
#ifndef TIOCSSERIAL
#define TIOCSSERIAL 0x541F
#ifndef TIOCSERGWILD
#define TIOCSERGWILD 0x5454
#ifndef TIOCSERSWILD
#define TIOCSERSWILD 0x5455
static char version_str[] = "setserial version " SETSERIAL_VERSION ", "
SETSERIAL_DATE;