get the power of fcgi_config.h
roberts [Tue, 27 Jul 1999 19:01:38 +0000 (19:01 +0000)]
examples/echo.c
examples/echo2.c

index 6ef05ed..6a17406 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * 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
index fec4550..f40f725 100644 (file)
  * 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>