Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/amd/include Fix thinko on my part (we do have setit...
details: https://anonhg.NetBSD.org/src/rev/013466696080
branches: trunk
changeset: 499433:013466696080
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Nov 20 01:23:14 2000 +0000
description:
Fix thinko on my part (we do have setitimer).
diffstat:
usr.sbin/amd/include/config.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 90f911f6e215 -r 013466696080 usr.sbin/amd/include/config.h
--- a/usr.sbin/amd/include/config.h Mon Nov 20 00:52:32 2000 +0000
+++ b/usr.sbin/amd/include/config.h Mon Nov 20 01:23:14 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config.h,v 1.16 2000/11/20 00:25:23 wiz Exp $ */
+/* $NetBSD: config.h,v 1.17 2000/11/20 01:23:14 wiz Exp $ */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -1264,7 +1264,7 @@
#define HAVE_SETEUID 1
/* Define if you have the setitimer function. */
-/* #undef HAVE_SETITIMER */
+#define HAVE_SETITIMER 1
/* Define if you have the setresuid function. */
/* #undef HAVE_SETRESUID */
@@ -1999,7 +1999,7 @@
#define HAVE_EXTERN_SETEUID 1
/* does extern definition for setitimer() exist? */
-/* #undef HAVE_EXTERN_SETITIMER */
+#define HAVE_EXTERN_SETITIMER 1
/* does extern definition for strcasecmp() exist? */
#define HAVE_EXTERN_STRCASECMP 1
Home |
Main Index |
Thread Index |
Old Index