greywolves.org is not resovling so I cant to  a cvs diff, 

here is the output from cat -n mod_midgard.c | grep -2 set_sitegroup 

   559  #if HAVE_MIDGARD_SITEGROUPS
   560                  ftstatus->sitegroup = atoi(mgd_colvalue(res, 5));
   561                  mgd_set_sitegroup(rcfg->mgd, ftstatus->sitegroup);
   562  #endif
   563  
--
   951                  rcfg->prelen = 0;
   952  #if HAVE_MIDGARD_SITEGROUPS
   953                  mgd_set_sitegroup(rcfg->mgd, ftstatus->sitegroup);
   954  #endif
   955                  if (!ftstatus->stopped) {
--
  1210          rcfg.auth.passed = 0;
  1211  #if HAVE_MIDGARD_SITEGROUPS
  1212          mgd_set_sitegroup(rcfg.mgd, ftstatus.sitegroup);
  1213  #endif
  1214          if (midgard_authenticate(&rcfg) == AUTH_REQUIRED) {
debian:/home/hklc/cvs/midgard/mod# cat -n mod_midgard.c | grep -1
set_sitegroup 
   560                  ftstatus->sitegroup = atoi(mgd_colvalue(res, 5));
   561                  mgd_set_sitegroup(rcfg->mgd, ftstatus->sitegroup);
   562  #endif
--
   952  #if HAVE_MIDGARD_SITEGROUPS
   953                  mgd_set_sitegroup(rcfg->mgd, ftstatus->sitegroup);
   954  #endif
--
  1211  #if HAVE_MIDGARD_SITEGROUPS
  1212          mgd_set_sitegroup(rcfg.mgd, ftstatus.sitegroup);
  1213  #endif

regards

alan

Emiliano <[EMAIL PROTECTED]> said: 

> Alan Knowles wrote:
> 
> > /configure
> > modify Makefile change the CPPFLAGS,& LIBS to... 
> > CPPFLAGS =  -I/usr/include/mysql -I/usr/include/xmltok
> > LDFLAGS =  -L/usr/lib/mysql
> > LIBS = -lm -lglib -lz -lcrypt -lmysqlclient -lxmlparse -lxmltok
> 
> this means configure needs work. Alexander, I think you're the expert
> on that.
> 
> > mod_midgard.c has 2 references to mgd_set_sitegroup which are not wrapped
in
> > #if HAVE_MIDGARD_SITEGROUPS
> > 
> > #endif 
> 
> Where? I'd like to fix this.
> 
> Emile
> 
> 
> --
> This is The Midgard Project's mailing list. For more information,
> please visit the project's web site at http://www.midgard-project.org
> 
> To unsubscribe the list, send an empty email message to address
> [EMAIL PROTECTED]
> 
> 
> 



-- 
Technical Director
Linux Center (HK) Ltd.
www.hklc.com



--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to