# Makefile for Tcl Web Robot
-# $Id: Makefile.in,v 1.1 1996/08/06 14:04:22 adam Exp $
+# $Id: Makefile.in,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $
SHELL=/bin/sh
# Version
dnl Web robot toolkit for tcl
dnl (c) Index Data 1996
dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.1 1996/08/06 14:04:22 adam Exp $
+dnl $Id: configure.in,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $
AC_INIT(tclrobot.h)
CC=${CC-cc}
dnl ------ Substitutions
/*
- * $Id: hswitch.c,v 1.1 1996/08/06 14:04:22 adam Exp $
+ * $Id: hswitch.c,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $
*/
#include <assert.h>
#include <string.h>
/*
- * $Id: init.c,v 1.1 1996/08/06 14:04:22 adam Exp $
+ * $Id: init.c,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $
*/
#include "tclrobot.h"
#
-# $Id: robot.tcl,v 1.1 1996/08/06 14:04:22 adam Exp $
+# $Id: robot.tcl,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $
#
proc RobotFileNext {area} {
if {[catch {set ns [glob $area/*]}]} {
/*
- * $Id: tclmain.c,v 1.1 1996/08/06 14:04:22 adam Exp $
+ * $Id: tclmain.c,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $
*/
#include "tclrobot.h"
/*
- * $Id: tclrobot.h,v 1.1 1996/08/06 14:04:22 adam Exp $
+ * $Id: tclrobot.h,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $
*/
#include <tcl.h>