More work on configuration.
[ir-tcl-moved-to-github.git] / tclmain.c
index 33a3407..e17cd1e 100644 (file)
--- a/tclmain.c
+++ b/tclmain.c
@@ -5,7 +5,15 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: tclmain.c,v $
- * Revision 1.6  1995-05-29 08:44:28  adam
+ * Revision 1.8  1995-06-21 15:16:44  adam
+ * More work on configuration.
+ *
+ * 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
  *
  */
 
+#include <unistd.h>
 #include <sys/time.h>
 #include <sys/types.h>
+#ifdef _AIX
+#include <sys/select.h>
+#endif
 #include <assert.h>
-#include <unistd.h>
 
 #include <tcl.h>