// 
// 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.
// 
// bfdlink.h -- 
// 
// Author           : Peter A. Buhr
// Created On       : Tue Jul 18 07:26:04 2017
// Last Modified By : Peter A. Buhr
// Last Modified On : Sun Jul 22 13:49:30 2018
// Update Count     : 4
// 

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

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

#if defined( with ) && defined( __CFA_BFDLINK_H__ )		// reset only if set
#undef with
#undef __CFA_BFDLINK_H__
#endif

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