OpenAFS CVS Commit: openafs/src/cf by rra

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sat, 19 Jul 2008 02:11:06 EDT


Update of /cvs/openafs/src/cf
In directory GRAND.CENTRAL.ORG:/tmp/cvs-serv3349/src/cf

Modified Files:
	osconf.m4 
Log Message:
DELTA kill-ubik-pthread-env-20080718
AUTHOR rra@stanford.edu
LICENSE BSD

Everywhere AFS_PTHREAD_ENV was defined, UBIK_PTHREAD_ENV was defined as
well, so don't make them separate.  Building pthreaded Ubik is controlled
by deciding whether to build the t* versions of various directories, not
by the preprocessor directives.  AFS_PTHREAD_ENV is only defined when
building in those directories.

This change eliminates UBIK_PTHREAD_ENV and uses AFS_PTHREAD_ENV to mean
the same thing.

As a side effect, fixes compiles on arm with --enable-pthreaded-ubik, since
arm never defined UBIK_PTHREAD_ENV.


--- DELTA config follows ---
kill-ubik-pthread-env-20080718 openafs/src/cf/osconf.m4 1.98 1.99