[tac_plus] Problems compiling tac_plus 5.0.0a1
john heasley
heas at shrubbery.net
Mon Aug 8 19:22:38 UTC 2011
Tue, Aug 02, 2011 at 06:53:33PM +0200, Klaus:
> Hi,
> i just want to report a compile error:
>
> i tried to compile tac_plus 5.0.0a1 on Freebsd 8.2. When running "make
> install", that process ends up with the following error message:
thanks
Index: maxsessint.c
===================================================================
--- maxsessint.c (revision 3424)
+++ maxsessint.c (working copy)
@@ -48,6 +48,7 @@
/*
* See if this user can have more sessions.
*/
+#ifdef MAXSESS
int
maxsess_check_count(char *user, struct author_data *data)
{
@@ -107,3 +108,4 @@
}
return(0);
}
+#endif
More information about the tac_plus
mailing list