You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-11-03 17:13:17 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			492 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			492 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
Copyright Redshift Software, Inc. 2008-2013
 | 
						|
Distributed under the Boost Software License, Version 1.0.
 | 
						|
(See accompanying file LICENSE_1_0.txt or copy at
 | 
						|
http://www.boost.org/LICENSE_1_0.txt)
 | 
						|
*/
 | 
						|
 | 
						|
#ifndef BOOST_PREDEF_H
 | 
						|
#define BOOST_PREDEF_H
 | 
						|
 | 
						|
#include <boost/predef/language.h>
 | 
						|
#include <boost/predef/architecture.h>
 | 
						|
#include <boost/predef/compiler.h>
 | 
						|
#include <boost/predef/library.h>
 | 
						|
#include <boost/predef/os.h>
 | 
						|
#include <boost/predef/other.h>
 | 
						|
#include <boost/predef/platform.h>
 | 
						|
 | 
						|
#endif
 |