// 
// Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo
// 
// The contents of this file are covered under the licence agreement in the
// file "LICENCE" distributed with Cforall.
// 
// hwloc.h -- 
// 
// Author           : Peter A. Buhr
// Created On       : Tue Jul 18 07:45:00 2017
// Last Modified By : Peter A. Buhr
// Last Modified On : Fri Feb  7 19:05:18 2020
// Update Count     : 6
// 

// include file uses the CFA keyword "thread".
#if ! defined( thread )									// nesting ?
#define thread ``thread									// make keyword an identifier
#define __CFA_HWLOC_H__
#endif

#include_next <hwloc.h>									// has internal check for multiple expansion

#if defined( thread ) && defined( __CFA_HWLOC_H__ )		// reset only if set
#undef thread
#undef __CFA_HWLOC_H__
#endif

// Local Variables: //
// tab-width: 4 //
// mode: c++ //
// compile-command: "make install" //
// End: //
