CVS update: samba/source/tests

John E. Malmberg wb8tyw at qsl.net
Fri Jan 28 14:06:53 EST 2000


From: Jeremy Allison <jeremy at valinux.com>
> Tim Potter wrote:
> >
> > Date:   Friday January 28, 2000 @ 9:21
> > Author: tpot
> >
> > Update of /data/cvs/samba/source/tests
> > In directory samba:/tmp/cvs-serv3823
> >
> > Modified Files:
> >       Tag: SAMBA_2_0
> >         fcntl_lock.c
> > Log Message:
> > Change locking dir to /tmp from current directory.
> > >From Daniel Stenberg <Daniel.Stenberg at haxx.nu>
>
> Does /tmp exist on VMS systems ?
>

Yes, OpenVMS treats it as the logical device TMP:  It is currently used in
the SMBD code.

But it really does not matter in this case.  Anything in the /tests
directory that calls fork() will not build or run on OpenVMS.

The Configure script can not be run on an OpenVMS system, so the setting of
options in the file config.h must be done by hand.  Likewise the makefile
must be hand edited.

The hand editing of the config.h file has found the following interesting
things for 2.0.6.:

HAVE_MMAP, HAVE_MEMSET, HAVE_STRCASECMP are in there twice.


grp.h, syslog.h are always required, even when the HAVE_GRP_H and
HAVE_SYSLOG_H are not defined.  As I can not run Configure, I do not know if
it always defines them.

-John
wb8tyw at qsl.net




More information about the samba-cvs mailing list