$NetBSD: patch-ae,v 1.2 2006/01/06 22:46:51 adam Exp $ --- cgic.html.orig 2004-11-15 17:59:19.000000000 +0100 +++ cgic.html @@ -378,6 +378,29 @@ cgic.c to your project? If none of the above proves effective, please see the section regarding support.

How to write a cgic application

+ +Important Note for NetBSD packages users from the package maintainer: +

+This section does not work for users of cgic who have it installed via +a NetBSD package. While mostly true, there are several very important +differences which were created during the port to the NetBSD pkgsrc +environment: + +

+ +While this removes the ability to compile cgic with DEBUG defined, it +aligns the cgic library with the model followed by other libraries. +
+

+ Note: All cgic applications must be linked to the cgic.c module itself. How to do this depends on your operating system; under Unix, just use the provided Makefile as an example.