Changeset 78 for trunk/thirds


Ignore:
Timestamp:
Jan 16, 2011, 12:30:42 AM (13 years ago)
Author:
djay
Message:

Remove request length display and fix Makefile for MacOS X.

Location:
trunk/thirds/cgic206
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/thirds/cgic206/Makefile

    r7 r78  
    1 CFLAGS=-g -Wall
     1OS:=$(shell uname -s)
     2ifeq ($(OS),Darwin)
     3        MACOS_CFLAGS=-arch i386 -arch ppc -arch x86_64
     4        LIBS= -L./ -lcgic /usr/lib/libfcgi.dylib
     5else
     6        LIBS= -L./ -lcgic /usr/lib/libfcgi.a
     7endif
     8CFLAGS=-g -Wall ${MACOS_CFLAGS}
    29CC=gcc
    310AR=ar
    411RANLIB=ranlib
    5 LIBS=-L./ -lcgic /usr/lib/libfcgi.a
    612
    713all: libcgic.a cgictest.cgi capture
  • trunk/thirds/cgic206/cgic.c

    r6 r78  
    199199                cgiContentLength=strlen(argv[1]);
    200200        }
    201         fprintf(stderr,"%d\n",cgiContentLength);
    202201        cgiGetenv(&cgiAccept, "HTTP_ACCEPT");
    203202        cgiGetenv(&cgiUserAgent, "HTTP_USER_AGENT");
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png