Sync a bit more with default output -- these do not need to be defined (no change in build):
HAVE_LOGIN, HAVE_LOGOUT (will only add #defines if cvs's login/logout conflict) HAVE_SELECT, HAVE_USLEEP (only used if nanosleep() is not found).
This commit is contained in:
parent
1323e01ddf
commit
c46e8627bc
|
@ -167,12 +167,10 @@
|
|||
#define HAVE_LIMITS_H 1
|
||||
|
||||
/* Define to 1 if you have the `login' function. */
|
||||
/* WIZ: #undef HAVE_LOGIN */
|
||||
#define HAVE_LOGIN 1
|
||||
/* #undef HAVE_LOGIN */
|
||||
|
||||
/* Define to 1 if you have the `logout' function. */
|
||||
/* WIZ: #undef HAVE_LOGOUT */
|
||||
#define HAVE_LOGOUT 1
|
||||
/* #undef HAVE_LOGOUT */
|
||||
|
||||
/* Define to 1 if you support file names longer than 14 characters. */
|
||||
#define HAVE_LONG_FILE_NAMES 1
|
||||
|
@ -241,8 +239,7 @@
|
|||
#define HAVE_RENAME 1
|
||||
|
||||
/* Define to 1 if you have the `select' function. */
|
||||
/* WIZ: #undef HAVE_SELECT */
|
||||
#define HAVE_SELECT 1
|
||||
/* #undef HAVE_SELECT */
|
||||
|
||||
/* Define if the diff library should use setmode for binary files. */
|
||||
/* #undef HAVE_SETMODE */
|
||||
|
@ -346,8 +343,7 @@
|
|||
#define HAVE_UNISTD_H 1
|
||||
|
||||
/* Define to 1 if you have the `usleep' function. */
|
||||
/* WIZ: #undef HAVE_USLEEP */
|
||||
#define HAVE_USLEEP 1
|
||||
/* #undef HAVE_USLEEP */
|
||||
|
||||
/* Define to 1 if you have the <utime.h> header file. */
|
||||
#define HAVE_UTIME_H 1
|
||||
|
|
Loading…
Reference in New Issue