X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=config.h.in;h=4f8b80395139f7df1b708dde212dde0b35d6e68f;hb=b51bca256e5e52889c2b30981b3590451a3258db;hp=808bda7f841df8e30d3f61b15adedb2b3712bca2;hpb=004d0cf61c498b0309f4b3b58818114fe3330a20;p=privoxy.git diff --git a/config.h.in b/config.h.in index 808bda7f..4f8b8039 100644 --- a/config.h.in +++ b/config.h.in @@ -38,6 +38,23 @@ * * Revisions : * $Log: acconfig.h,v $ + * Revision 1.18 2002/03/08 16:40:28 oes + * Added FEATURE_NO_GIFS + * + * Revision 1.17 2002/03/04 17:52:44 oes + * Deleted PID_FILE_PATH + * + * 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 * @@ -283,6 +300,11 @@ */ #undef FEATURE_KILL_POPUPS +/* + * Use PNG instead of GIF for built-in images + */ +#undef FEATURE_NO_GIFS + /* * Use POSIX threads instead of native threads. */ @@ -324,6 +346,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 + /* Define if you have the `bcopy' function. */ #undef HAVE_BCOPY @@ -331,6 +373,9 @@ /* Define if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define if you have the `nsl' library (-lnsl). */ +#undef HAVE_LIBNSL + /* Define if you have the `memmove' function. */ #undef HAVE_MEMMOVE