mirror of
https://github.com/opnsense/src.git
synced 2026-04-08 10:53:24 -04:00
20 lines
536 B
Text
20 lines
536 B
Text
autoconf checks:
|
|
- HAVE_FTP_NAMES if FTP_NAMES et al in <arpa/ftp.h>
|
|
- replace getopt() if optreset (BSD) or getoptreset() (irix)
|
|
is not available?
|
|
- IF_NAMESIZE not available on darwin
|
|
- inet_net_pton() ipv6 support
|
|
|
|
support lfcompile(5) (large files) on solaris
|
|
|
|
fix internalls (actually fts) on IRIX
|
|
|
|
enable utmp stuff (need to make it portable)
|
|
|
|
enable wtmp stuff (need to make it portable)
|
|
|
|
enable kerberos support once its fixed?
|
|
|
|
add getenv(3) to replace putenv(3) cruft?
|
|
|
|
barf if neither flock() nor lockf() is available
|