X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=config.h.in;h=70f7e369002beefffa654afeaefe106decdd60ef;hb=46b21455cec9cc16ffceed066cb6dd177ccac3f1;hp=309706a93253e6eb77cfc93bcaf3fe2a7c0e5391;hpb=50479508723625f23ed8bbddaaa479bc03c8173e;p=privoxy.git diff --git a/config.h.in b/config.h.in index 309706a9..70f7e369 100644 --- a/config.h.in +++ b/config.h.in @@ -3,7 +3,7 @@ #define CONFIG_H_INCLUDED /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/acconfig.h,v $ + * File : $Source: /cvsroot/ijbswa/current/config.h.in,v $ * * Purpose : This file should be the first thing included in every * .c file. (Before even system headers). It contains @@ -38,6 +38,23 @@ * * Revisions : * $Log: acconfig.h,v $ + * Revision 1.16 2002/01/10 12:36:18 oes + * Moved HAVE_*_R to acconfig.h, where they belong. + * + * Revision 1.15 2001/12/30 14:07:31 steudten + * - Add signal handling (unix) + * - Add SIGHUP handler (unix) + * - Add creation of pidfile (unix) + * - Add action 'top' in rc file (RH) + * - Add entry 'SIGNALS' to manpage + * - Add exit message to logfile (unix) + * + * Revision 1.14 2001/10/23 21:24:09 jongfoster + * Support for FEATURE_CGI_EDIT_ACTIONS + * + * Revision 1.13 2001/10/07 15:30:41 oes + * Removed FEATURE_DENY_GZIP + * * Revision 1.12 2001/09/13 19:56:37 jongfoster * Reverting to revision 1.10 - previous checking was majorly broken. * @@ -219,6 +236,12 @@ */ #undef FEATURE_ACL +/* + * Enables the web-based configuration (actionsfile) editor. If you + * have a shared proxy, you might want to turn this off. + */ +#undef FEATURE_CGI_EDIT_ACTIONS + /* * Allows the use of jar files to capture cookies. */ @@ -315,6 +338,26 @@ */ #undef __MT__ +/* If the (nonstandard and thread-safe) function gethostbyname_r + * is available, select which signature to use + */ +#undef HAVE_GETHOSTBYNAME_R_6_ARGS +#undef HAVE_GETHOSTBYNAME_R_5_ARGS +#undef HAVE_GETHOSTBYNAME_R_3_ARGS + +/* If the (nonstandard and thread-safe) function gethostbyaddr_r + * is available, select which signature to use + */ +#undef HAVE_GETHOSTBYADDR_R_8_ARGS +#undef HAVE_GETHOSTBYADDR_R_7_ARGS +#undef HAVE_GETHOSTBYADDR_R_5_ARGS + +/* Define if you have gmtime_r and localtime_r with a signature + * of (struct time *, struct tm *) + */ +#undef HAVE_GMTIME_R +#undef HAVE_LOCALTIME_R + /* The number of bytes in a char *. */ #undef SIZEOF_CHAR_P @@ -339,6 +382,9 @@ /* Define if you have the strerror function. */ #undef HAVE_STRERROR +/* Define if you have the nsl library (-lnsl). */ +#undef HAVE_LIBNSL + /* * Defined always. * FIXME: Don't know what it does or why we need it.