Re: [fpc-pascal] users.pp unit under Linux and FreeBSD

2009-03-22 Thread Graeme Geldenhuys
On Sun, Mar 22, 2009 at 11:40 AM, Marco van de Voort wrote: >> Is the 'users.pp' unit compatible with FreeBSD? > > As far as I know yes, since 2.2.2. Also for OS X. > Only the shadow functions are linux only. That's perfect, thanks. Now fpGUI is finally 'libc.pp' unit free. ;-) Regards, - Gra

Re: [fpc-pascal] users.pp unit under Linux and FreeBSD

2009-03-22 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > > The issue was that the 'libc.pp' unit was not available for FreeBSD. > I found the 'users.pp' unit which seems to have the methods I require. > Is the 'users.pp' unit compatible with FreeBSD? As far as I know yes, since 2.2.2. Also for OS X.

[fpc-pascal] users.pp unit under Linux and FreeBSD

2009-03-22 Thread Graeme Geldenhuys
Hi, I used to use the following methods from the "libc.pp" kylix compatible unit. getpwuid(...) getgrgid(...) The issue was that the 'libc.pp' unit was not available for FreeBSD. I found the 'users.pp' unit which seems to have the methods I require. Is the 'users.pp' unit compatible with FreeBSD