PERFORCE change 81400 for review

soc-bushman soc-bushman at FreeBSD.org
Wed Aug 3 12:53:19 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=81400

Change 81400 by soc-bushman at 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
 


More information about the p4-projects mailing list