Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/cvs/include Sync a bit more with default output ...
details: https://anonhg.NetBSD.org/src/rev/f48c82119c67
branches: trunk
changeset: 542206:f48c82119c67
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Jan 23 21:06:50 2003 +0000
description:
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).
diffstat:
gnu/usr.bin/cvs/include/config.h | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r 11d9166da5cd -r f48c82119c67 gnu/usr.bin/cvs/include/config.h
--- a/gnu/usr.bin/cvs/include/config.h Thu Jan 23 21:01:18 2003 +0000
+++ b/gnu/usr.bin/cvs/include/config.h Thu Jan 23 21:06:50 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index