Bug fix: libdir undefined in about-origin.
[ir-tcl-moved-to-github.git] / tclmain.c
index 7e5ae24..92f240d 100644 (file)
--- a/tclmain.c
+++ b/tclmain.c
@@ -1,10 +1,19 @@
 /*
  * IR toolkit for tcl/tk
  * (c) Index Data 1995
+ * See the file LICENSE for details.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: tclmain.c,v $
- * Revision 1.5  1995-03-20 08:53:30  adam
+ * Revision 1.7  1995-06-21 11:04:54  adam
+ * Uses GNU autoconf 2.3.
+ * Install procedure implemented.
+ * boook bitmaps moved to sub directory bitmaps.
+ *
+ * Revision 1.6  1995/05/29  08:44:28  adam
+ * Work on delete of objects.
+ *
+ * Revision 1.5  1995/03/20  08:53:30  adam
  * Event loop in tclmain.c rewritten. New method searchStatus.
  *
  * Revision 1.4  1995/03/17  07:50:31  adam
  *
  */
 
+#include <unistd.h>
 #include <sys/time.h>
 #include <sys/types.h>
+#if HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
 #include <assert.h>
-#include <unistd.h>
 
 #include <tcl.h>