Revision: 14541 Author: adrian.chadd Date: Mon Apr 5 19:58:02 2010 Log: Issue #94 - set the windows specific "stuff" to Lusca config variables, rather than Squid-2.6 hardcoded stuff.
http://code.google.com/p/lusca-cache/source/detail?r=14541 Modified: /branches/LUSCA_HEAD/src/win32.c ======================================= --- /branches/LUSCA_HEAD/src/win32.c Sat Apr 3 06:47:46 2010 +++ /branches/LUSCA_HEAD/src/win32.c Mon Apr 5 19:58:02 2010 @@ -81,8 +81,8 @@ static int Squid_Aborting = 0; #define VENDOR "GNU" -#define SOFTWARENAME "Squid" -#define WIN32_VERSION "2.6" +#define SOFTWARENAME PACKAGE_TARNAME +#define WIN32_VERSION PACKAGE_VERSION #define COMMANDLINE "CommandLine" #define CONFIGFILE "ConfigFile" #undef ChangeServiceConfig2 -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
