From owner-p4-projects@FreeBSD.ORG Wed Aug 3 12:53:18 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6EEA716A421; Wed, 3 Aug 2005 12:53:18 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 420BD16A41F for ; Wed, 3 Aug 2005 12:53:18 +0000 (GMT) (envelope-from soc-bushman@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E62D243D45 for ; Wed, 3 Aug 2005 12:53:17 +0000 (GMT) (envelope-from soc-bushman@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j73CrHNm089745 for ; Wed, 3 Aug 2005 12:53:17 GMT (envelope-from soc-bushman@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j73CrHS5089742 for perforce@freebsd.org; Wed, 3 Aug 2005 12:53:17 GMT (envelope-from soc-bushman@freebsd.org) Date: Wed, 3 Aug 2005 12:53:17 GMT Message-Id: <200508031253.j73CrHS5089742@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-bushman@freebsd.org using -f From: soc-bushman To: Perforce Change Reviews Cc: Subject: PERFORCE change 81400 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2005 12:53:19 -0000 http://perforce.freebsd.org/chv.cgi?CH=81400 Change 81400 by soc-bushman@soc-bushman_stinger on 2005/08/03 12:52:32 cached and cachelib were placed into the projects' root Affected files ... .. //depot/projects/soc2005/nsswitch_cached/Makefile#3 add .. //depot/projects/soc2005/nsswitch_cached/cached/Makefile#1 add .. //depot/projects/soc2005/nsswitch_cached/cached/cached.c#1 add .. //depot/projects/soc2005/nsswitch_cached/cached/config.c#1 add .. //depot/projects/soc2005/nsswitch_cached/cached/config.h#1 add .. //depot/projects/soc2005/nsswitch_cached/cached/debug.c#1 add .. //depot/projects/soc2005/nsswitch_cached/cached/debug.h#1 add .. //depot/projects/soc2005/nsswitch_cached/cached/log.c#1 add .. //depot/projects/soc2005/nsswitch_cached/cached/log.h#1 add .. //depot/projects/soc2005/nsswitch_cached/cached/query.c#1 add .. //depot/projects/soc2005/nsswitch_cached/cached/query.h#1 add .. //depot/projects/soc2005/nsswitch_cached/cached/singletons.c#1 add .. //depot/projects/soc2005/nsswitch_cached/cached/singletons.h#1 add .. //depot/projects/soc2005/nsswitch_cached/cachelib/Makefile#1 add .. //depot/projects/soc2005/nsswitch_cached/cachelib/cachelib.c#1 add .. //depot/projects/soc2005/nsswitch_cached/cachelib/hashfuncs.c#1 add .. //depot/projects/soc2005/nsswitch_cached/cachelib/hashfuncs.h#1 add .. //depot/projects/soc2005/nsswitch_cached/cachelib/hashtable.c#1 add .. //depot/projects/soc2005/nsswitch_cached/cachelib/hashtable.h#1 add .. //depot/projects/soc2005/nsswitch_cached/cachelib/include/cachelib.h#1 add .. //depot/projects/soc2005/nsswitch_cached/cachelib/policies.c#1 add .. //depot/projects/soc2005/nsswitch_cached/cachelib/policies.h#1 add .. //depot/projects/soc2005/nsswitch_cached/tests/ssh_hostkeys_test/port/Makefile#4 edit Differences ... ==== //depot/projects/soc2005/nsswitch_cached/tests/ssh_hostkeys_test/port/Makefile#4 (text+ko) ==== @@ -54,6 +54,10 @@ USE_NSSWITCH= yes +.if defined(USE_NSSWITCH) +CFLAGS+= -DUSE_NSSWITCH +.endif + USE_AUTOCONF_VER= 253 AUTOCONF_ARGS+= -o configure configure.ac