where do I get fcgi_config.h?
Claude A. Jeruchim (caj@dmatrix.com)
Fri, 25 Oct 1996 11:31:22 -0400
Date: Fri, 25 Oct 1996 11:31:22 -0400
From: caj@dmatrix.com (Claude A. Jeruchim)
Message-Id: <199610251531.LAA21881@Athena.dmatrix.com>
To: fastcgi-developers@openmarket.com
Subject: where do I get fcgi_config.h?
I'm trying to compile the first little C program that
prints hello world. My program is Sample.C
the compiler says
In file included from fcgi_stdio.h:20,
from sample.C:2:
fcgiapp.h:25: fcgi_config.h: No such file or directory
I've downloaded and uncompressed
the tar file from http://www.fastcgi.com/applibs
plus got the three .h and .C files from another
place in the fastcgi website.
Where is fcgi_config.h ?
Claude