X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=libserialport_internal.h;h=5db81e5ba4b0782c22e448e89288104099618be5;hb=962143bc5c3a9a6e130cc1273ab465238c178d70;hp=6a682cb205c3b2399ef663a03f99eb374946541b;hpb=613c48f19198f53a8241114d89958c720fbc924a;p=libserialport.git diff --git a/libserialport_internal.h b/libserialport_internal.h index 6a682cb..5db81e5 100644 --- a/libserialport_internal.h +++ b/libserialport_internal.h @@ -21,7 +21,7 @@ #ifndef LIBSERIALPORT_LIBSERIALPORT_INTERNAL_H #define LIBSERIALPORT_LIBSERIALPORT_INTERNAL_H -#include "config.h" +#include #ifdef __linux__ #define _BSD_SOURCE /* For timeradd, timersub, timercmp. */ @@ -69,7 +69,7 @@ #include "linux_termios.h" /* TCGETX/TCSETX is not available everywhere. */ -#if defined(TCGETX) && defined(TCSETX) && defined(HAVE_TERMIOX) +#if defined(TCGETX) && defined(TCSETX) && defined(HAVE_STRUCT_TERMIOX) #define USE_TERMIOX #endif #endif @@ -83,7 +83,7 @@ #endif /* Non-standard baudrates are not available everywhere. */ -#if (defined(HAVE_TERMIOS_SPEED) || defined(HAVE_TERMIOS2_SPEED)) && defined(HAVE_BOTHER) +#if (defined(HAVE_TERMIOS_SPEED) || defined(HAVE_TERMIOS2_SPEED)) && defined(HAVE_DECL_BOTHER) #define USE_TERMIOS_SPEED #endif