AC_CONFIG_MACRO_DIR([autostuff])
AC_CONFIG_AUX_DIR([autostuff])
-AH_TOP([#ifndef SP_CONFIG_H
-#define SP_CONFIG_H])
-
AH_BOTTOM([#if HAVE_STRUCT_TERMIOS_C_ISPEED && HAVE_STRUCT_TERMIOS_C_OSPEED
# define HAVE_TERMIOS_SPEED 1
#endif
#if HAVE_STRUCT_TERMIOS2_C_ISPEED && HAVE_STRUCT_TERMIOS2_C_OSPEED
# define HAVE_TERMIOS2_SPEED 1
-#endif
-
#endif])
# We require at least automake 1.11 (needed for 'silent rules').
* device description.
*/
+#include <config.h>
#include <unistd.h>
#include <stdint.h>
#include <stdlib.h>
#ifndef LIBSERIALPORT_LIBSERIALPORT_INTERNAL_H
#define LIBSERIALPORT_LIBSERIALPORT_INTERNAL_H
-#include <config.h>
#ifdef __linux__
#define _BSD_SOURCE /* For timeradd, timersub, timercmp. */
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <config.h>
#include "libserialport.h"
#include "libserialport_internal.h"
* TCSETX/TCGETX ioctls used with struct termiox, others do not.
*/
+#include <config.h>
#include <stdlib.h>
#include <linux/termios.h>
#include "linux_termios.h"
#define LIBSERIALPORT_LINUX_TERMIOS_H
#include <stdlib.h>
-#include "config.h"
SP_PRIV unsigned long get_termios_get_ioctl(void);
SP_PRIV unsigned long get_termios_set_ioctl(void);
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <config.h>
#include "libserialport.h"
#include "libserialport_internal.h"
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <config.h>
#include "libserialport.h"
#include "libserialport_internal.h"
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <config.h>
#include "libserialport.h"
#include "libserialport_internal.h"