mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
We have fparseln(3). Also libskey on RELENG_4.
This commit is contained in:
parent
91618540a1
commit
606f5646b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106798
@ -52,7 +52,7 @@
|
||||
#define HAVE_FLOCK 1
|
||||
|
||||
/* Define if you have the fparseln function. */
|
||||
/* #undef HAVE_FPARSELN */
|
||||
#define HAVE_FPARSELN 1
|
||||
|
||||
/* Define if you have the fts_open function. */
|
||||
#define HAVE_FTS_OPEN 1
|
||||
@ -249,8 +249,11 @@
|
||||
/* Define if not using in-built /bin/ls code */
|
||||
/* #undef NO_INTERNAL_LS */
|
||||
|
||||
#include <sys/param.h>
|
||||
#if __FreeBSD_version <= 500020
|
||||
/* Define if using S/Key */
|
||||
/* #undef SKEY */
|
||||
#define SKEY 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Define this if compiling with SOCKS (the firewall traversal library).
|
||||
@ -279,3 +282,6 @@
|
||||
/* #undef sendto */
|
||||
/* #undef shutdown */
|
||||
/* #undef write */
|
||||
|
||||
/* Define if you have the <arpa/ftp.h> header file. */
|
||||
#define HAVE_FTP_NAMES 1
|
||||
|
Loading…
Reference in New Issue
Block a user