Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2005 12:53:17 GMT
From:      soc-bushman <soc-bushman@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 81400 for review
Message-ID:  <200508031253.j73CrHS5089742@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508031253.j73CrHS5089742>