users count */
char *db_host;
char *db_name;
char *db_user;
char *db_pwd;
unsigned int db_port;
MYSQL_RES *result;
MYSQL_ROW row;
MYSQL *connection, mysql;
int state;
//
#endif
--
View this message in context:
http://www.nabble.com/about-cf.data.pre-and-squid-compiling-tf4044722.html#a11691
ga_user{
u_int id;
char username[UNAME_L];
char password[PWD_L];
struct _tr_info tr_info;
u_int isBlocked; /* 0 - user is not blocked,1 - user is blocked */
};
int u_count; /* users count */
char *db_host;
char *db_name;
char *db_user;
char *db_pwd;
unsign
ons 2007-07-18 klockan 11:05 -0700 skrev Arthur Tumanyan:
> configure.in:
> AM_CONDITIONAL(ENABLE_SHAGA, false)
> AC_ARG_ENABLE(shaga,
> [ --enable-shagaEnable ShagaEngine support],
> [ if test "$enableval" != "no"; then
> echo "ShagaEngine support enabled"
> AC_DEFINE(USE_SHA
-----
The code is tested and working
--
View this message in context:
http://www.nabble.com/about-cf.data.pre-and-squid-compiling-tf4044722.html#a11673899
Sent from the Squid - Development mailing list archive at Nabble.com.
ons 2007-07-18 klockan 04:57 -0700 skrev Arthur Tumanyan:
> Nothing was changed!Can anyone explain what's wrong?
Hard to say without seeing your modifications. But I would guess you
have added a #define which defines some word which is a bit too common..
Regards
Henrik
signature.asc
Descriptio
'shaga_logfile' in my source files and try again. I thought it will help:-)
Nothing was changed!Can anyone explain what's wrong?
Thanks in advance!
--
View this message in context:
http://www.nabble.com/about-cf.data.pre-and-squid-compiling-tf4044722.html#a11667292
Sent from the Squid - Development mailing list archive at Nabble.com.
tis 2007-07-17 klockan 00:54 -0700 skrev Arthur Tumanyan:
> I add this lines into configure.in :
>
> AM_CONDITIONAL(ENABLE_SHAGA, false)
> AC_ARG_ENABLE(shaga,
> [ --enable-shaga Enable ShagaEngine support],
> [ if test "$enableval" != "no"; then
> echo "ShagaEngine support enabled"
>
echo "ShagaEngine support enabled"
AC_DEFINE(USE_SHAGA, 1, [Define this to include code for ShagaEngine.])
AM_CONDITIONAL(ENABLE_SHAGA, true)
])
But not added the code yet..
What does this can mean?
I will try by other way.
It's may be result of incorrect space char in con
st solution for me in this process is the
vi/kate editors and my hands:)
--
View this message in context:
http://www.nabble.com/about-cf.data.pre-and-squid-compiling-tf4044722.html#a11541486
Sent from the Squid - Development mailing list archive at Nabble.com.
tis 2007-07-10 klockan 10:59 -0700 skrev Arthur Tumanyan:
>
> Thanks for advance!
> May I ask you,what tools do you use to manage squid developing process?
I use mostly
vim (well, mostly it's vi parts), with a tag index built by ctags
and sometimes
find . -type f -print | xargs grep something
Henrik Nordstrom-5 wrote:
>
> Did you also modify configure.in to add the new --enable option, and ran
> bootstrap.sh?
>
Not yet.I'm looking for some information about how to do that.
I will try tonight.
--
View this message in context:
http://www.nabble.com/about-cf.d
rogramming:(
Thanks!
--
View this message in context:
http://www.nabble.com/about-cf.data.pre-and-squid-compiling-tf4044722.html#a11526170
Sent from the Squid - Development mailing list archive at Nabble.com.
sön 2007-07-08 klockan 07:49 -0700 skrev Arthur Tumanyan:
> Then I just do ./configure --enable-shaga ;make;make install.After
> installation I found in squid.conf the following lines :
Did you also modify configure.in to add the new --enable option, and ran
bootstrap.sh?
> And where can I find
>
> I think,if i configured the squid with "--enable-shaga" option,the
> "enable_shaga_engine" tag must be uncommented in squid.conf file,like
> other
> tags.Am i wrong?
You are only seeing half the picture so far:
cf.data.pre - defines 'squid.conf' values.
configure.am - defines './configur
t;
after comments,will it work?
--
View this message in context:
http://www.nabble.com/about-cf.data.pre-and-squid-compiling-tf4044722.html#a11490404
Sent from the Squid - Development mailing list archive at Nabble.com.
On Sun, Jul 08, 2007, Arthur Tumanyan wrote:
> Then I just do ./configure --enable-shaga ;make;make install.After
> installation I found in squid.conf the following lines :
>
> # TAG: enable_shaga_engine on|off
> # Note: This option is only available if Squid is rebuilt with the
> # -
advance!
--
View this message in context:
http://www.nabble.com/about-cf.data.pre-and-squid-compiling-tf4044722.html#a11489318
Sent from the Squid - Development mailing list archive at Nabble.com.
17 matches
Mail list logo