Peer Oliver Schmidt writes:

> Good day,
>
> using webmail in an intranet environment, we want to disable the hard, or
> at least the softtimeouts. I tried
>
> ./configure --disable-hardtimeout --disable-softtimeout
>
> This result in a compilation error within pcp. (see at bottom of the
> message)

That's what happens when you invent randomly-named options.

> Am I doing something wrong? What would be the proper way of doing this.

Set the timeouts to 24 hours each.

>
> Thanks in advance
>
> rgds
> pos
>
> **********************
> make[3]: Wechsel in das Verzeichnis Verzeichnis
> ?/usr/local/src/courier-0.37.0/p
> cp˝
> echo '#define CALENDARDIR "/usr/lib/courier/var/calendar"' >calendardir.h
> echo '#define LOCKFILE CALENDARDIR "/50pcpdlocal.lock"' >>calendardir.h
> echo '#define PIDFILE CALENDARDIR "/50pcpdlocal.pid"' >>calendardir.h
> echo '#define RANDTOKENFILE CALENDARDIR "/50pcpdlocal.tokens"'
>>> calendardir.h
> echo '#define PUBDIR CALENDARDIR "/public"' >>calendardir.h
> echo '#define PRIVDIR CALENDARDIR "/private"' >>calendardir.h
> echo '#define CACHEDIR "/usr/lib/courier/var/calendar/localcache"'
>>> calendardir
> .h
> echo '#define TIMEOUT no' >>calendardir.h
> echo '#define SENDIT "/usr/lib/courier/share/sqwebmail/sendit.sh"'
>>> calendardir
> .h
> if test ! -d ./../courier ; then echo '#define HOSTNAMEFILE SYSCONFDIR
> "/hostnam
> e"' >>calendardir.h ; echo '#define HOSTNAMEFILE2 "/etc/HOSTNAME"'
>>> calendardir
> .h ; else echo '#define HOSTNAMEFILE SYSCONFDIR "/defaultdomain"'
>>> calendardir.
> h ; echo '#define HOSTNAMEFILE2 SYSCONFDIR "/me"' >>calendardir.h ; fi
> gcc -DHAVE_CONFIG_H -I. -I. -I.   -Iintl/ -I./intl   -I.. -I./.. -Wall -g
> -O2 -c
> pcpnet.c
> rm -f libpcp.a
> ar cru libpcp.a pcpacl.o pcpdir.o pcpgmtime.o pcplocale.o pcpaddcommon.o
> pcppars
> eymd.o pcpmksocket.o pcpnet.o
> ranlib libpcp.a
> gcc -DHAVE_CONFIG_H -I. -I. -I.   -Iintl/ -I./intl   -I.. -I./.. -Wall -g
> -O2 -c
> pcp.c
> gcc  -I.. -I./.. -Wall -g -O2  -o pcp  pcp.o libpcp.a
> ../rfc2045/librfc2045.a ..
> /rfc822/librfc822.a ../unicode/libunicode.a ../numlib/libnumlib.a
> gcc -DHAVE_CONFIG_H -I. -I. -I.   -Iintl/ -I./intl   -I.. -I./.. -Wall -g
> -O2 -c
> pcpd.c
> pcpd.c: In function `callback_cache_search':
> pcpd.c:2315: `no' undeclared (first use in this function)
> pcpd.c:2315: (Each undeclared identifier is reported only once
> pcpd.c:2315: for each function it appears in.)
> pcpd.c:2309: warning: `reset_flag' might be used uninitialized in this
> function
> pcpd.c: In function `login':
> pcpd.c:2484: `no' undeclared (first use in this function)
> pcpd.c: In function `main':
> pcpd.c:2584: `no' undeclared (first use in this function)
> make[3]: *** [pcpd.o] Fehler 1
>
> _______________________________________________
> courier-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



--
Sam


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to