Added a better SCAN.
[yaz-moved-to-github.git] / server / eventl.c
index b9b88b5..42dd1f9 100644 (file)
@@ -1,10 +1,16 @@
 /*
- * Copyright (C) 1994, Index Data I/S 
- * All rights reserved.
+ * Copyright (c) 1995, Index Data
+ * See the file LICENSE for details.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: eventl.c,v $
- * Revision 1.7  1995-03-27 15:02:01  quinn
+ * Revision 1.9  1995-06-05 10:53:31  quinn
+ * Added a better SCAN.
+ *
+ * Revision 1.8  1995/05/16  08:51:01  quinn
+ * License, documentation, and memory fixes
+ *
+ * Revision 1.7  1995/03/27  15:02:01  quinn
  * Added some includes for better portability
  *
  * Revision 1.6  1995/03/27  08:34:21  quinn
@@ -35,6 +41,9 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <string.h>
+#ifdef _AIX
+#include <sys/select.h>
+#endif
 
 #include <eventl.h>