search for: syslogin_write_entry

Displaying 1 result from an estimated 1 matches for "syslogin_write_entry".

2001 Feb 01
1
linux and _GNU_SOURCE define
...ine enable declaration/definition of following methods - grantpt(...) - unlockpt(...) - ptsname(...) for device "/dev/ptmx" ( support for ptys, preferred is method openpty (...) ) Second) _GNU_SOURCE enable use of utmpx and wtmpx ( support for login recording, preferred is USE_LOGIN and syslogin_write_entry ) Three) ? at this time i don't know.