infra: Clean up project setup
[jog] / tx-serial-unix.c
index edb048e..c4e9c5f 100644 (file)
@@ -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
  *
  * 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 <assert.h>
 #include <errno.h>
 #include <stdio.h>