-/*
+/*
* echo.c --
*
* Produce a page containing all FastCGI inputs
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
*/
-
#ifndef lint
-static const char rcsid[] = "$Id: echo.c,v 1.3 1999/07/26 05:32:59 roberts Exp $";
+static const char rcsid[] = "$Id: echo.c,v 1.4 1999/07/27 19:01:38 roberts Exp $";
#endif /* not lint */
+#include "fcgi_stdio.h"
+
#if defined HAVE_UNISTD_H || __linux__
#include <unistd.h>
#endif
-#include "fcgi_stdio.h"
#include <stdlib.h>
#ifdef _WIN32
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
*/
-
#ifndef lint
-static const char rcsid[] = "$Id: echo2.c,v 1.5 1999/07/26 22:07:19 roberts Exp $";
+static const char rcsid[] = "$Id: echo2.c,v 1.6 1999/07/27 19:01:39 roberts Exp $";
#endif /* not lint */
+#include "fcgiapp.h"
+
#if defined HAVE_UNISTD_H || __linux__
#include <unistd.h>
#endif
#include <stdlib.h>
-#include "fcgiapp.h"
#ifdef _WIN32
#include <process.h>