Fixed bug #668: save command line history for yaz-client. The history
[yaz-moved-to-github.git] / client / bertorture.c
index a9a80d2..7565123 100644 (file)
@@ -1,15 +1,22 @@
 /* 
- * Copyright (c) 2003, Index Data
+ * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: bertorture.c,v 1.1 2003-03-11 11:06:35 adam Exp $
+ * $Id: bertorture.c,v 1.5 2007-01-03 08:42:13 adam Exp $
  */
 
 #include <signal.h>
+#if HAVE_SYS_TYPES_H
 #include <sys/types.h>
+#endif
+#if HAVE_SYS_STAT_H
 #include <sys/stat.h>
+#endif
 #include <fcntl.h>
+#if HAVE_UNISTD_H
 #include <unistd.h>
+#endif
+
 #include <stdlib.h>
 #include <stdio.h>
 
@@ -214,3 +221,11 @@ int main(int argc, char **argv)
             printf ("%3d %9d\n", i, estat[i]);
     exit(0);
 }
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+