chiark / gitweb /
Support for resource pools, based on the Apache model.
[mLib] / quis.c
diff --git a/quis.c b/quis.c
index d1005f9cbb46ae004b56baa1e1a1a7f2f2d08032..a43833d182292899a5a444b6766bb7dc95d55d7c 100644 (file)
--- a/quis.c
+++ b/quis.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: quis.c,v 1.3 1999/05/05 18:50:31 mdw Exp $
+ * $Id: quis.c,v 1.5 1999/10/04 21:44:06 mdw Exp $
  *
  * Setting the program name
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: quis.c,v $
+ * Revision 1.5  1999/10/04 21:44:06  mdw
+ * Undefine PATHSEP when finished with.
+ *
+ * Revision 1.4  1999/05/06 19:51:35  mdw
+ * Reformatted the LGPL notice a little bit.
+ *
  * Revision 1.3  1999/05/05 18:50:31  mdw
  * Change licensing conditions to LGPL.
  *
@@ -98,4 +105,6 @@ void ego(const char *p)
   pn__name = p;
 }
 
+#undef PATHSEP
+
 /*----- That's all, folks -------------------------------------------------*/