X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=tclmain.c;h=92f240dec385a37dbe2d95e9d2881c34f3d4001d;hb=694f7bbadeaa3580f00275fb98becfe9e580f3b2;hp=7e5ae24619365d8b36900401eee1c0e197861515;hpb=184be1f49bc141230b8dfdd11dfb2acf538d1858;p=ir-tcl-moved-to-github.git diff --git a/tclmain.c b/tclmain.c index 7e5ae24..92f240d 100644 --- 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 @@ -12,10 +21,13 @@ * */ +#include #include #include +#if HAVE_SYS_SELECT_H +#include +#endif #include -#include #include