Port eg/threaded.pl to ithreads
[catagits/fcgi2.git] / java / FCGIGlobalDefs.java
index cd0fa8a..04de745 100644 (file)
  * See the file "LICENSE.TERMS" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * $Id: FCGIGlobalDefs.java,v 1.1 1999/01/31 02:45:51 roberts Exp $
+ * $Id: FCGIGlobalDefs.java,v 1.3 2000/03/21 12:12:25 robs Exp $
  */
 
 /* This class contains FCGI global definitions corresponding to
  * the #defs in the C version.
  */
+
+package com.fastcgi;
+
 import java.io.PrintStream;
 
-public abstract class FCGIGlobalDefs {
+public abstract class FCGIGlobalDefs 
+{
+    private static final String RCSID = "$Id: FCGIGlobalDefs.java,v 1.3 2000/03/21 12:12:25 robs Exp $";
 
     public static final int def_FCGIMaxLen = 0xffff;
     /*