X-Git-Url: https://git.distorted.org.uk/~mdw/jog/blobdiff_plain/f43b77485dde4c40c7bee6975f0b020095fa7dfc..HEAD:/tx-serial-unix.c diff --git a/tx-serial-unix.c b/tx-serial-unix.c index edb048e..c4e9c5f 100644 --- a/tx-serial-unix.c +++ b/tx-serial-unix.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: tx-serial-unix.c,v 1.2 2002/01/30 09:24:24 mdw Exp $ + * $Id: tx-serial-unix.c,v 1.3 2002/02/02 19:17:33 mdw Exp $ * * Unix/POSIX serial transport * @@ -26,19 +26,12 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: tx-serial-unix.c,v $ - * Revision 1.2 2002/01/30 09:24:24 mdw - * Restructure for new transport configuration interface. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - /*----- Header files ------------------------------------------------------*/ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include