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 
			
		
		
		
	
		
			
				
	
	
		
			209 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			209 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
/* Copyright (C) 2014 InfiniDB, Inc.
 | 
						|
 | 
						|
   This program is free software; you can redistribute it and/or
 | 
						|
   modify it under the terms of the GNU General Public License
 | 
						|
   as published by the Free Software Foundation; version 2 of
 | 
						|
   the License.
 | 
						|
 | 
						|
   This program is distributed in the hope that it will be useful,
 | 
						|
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
						|
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
						|
   GNU General Public License for more details.
 | 
						|
 | 
						|
   You should have received a copy of the GNU General Public License
 | 
						|
   along with this program; if not, write to the Free Software
 | 
						|
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 | 
						|
   MA 02110-1301, USA. */
 | 
						|
 | 
						|
/* config.h.  Generated from config.h.in by configure.  */
 | 
						|
/* config.h.in.  Generated from configure.in by autoheader.  */
 | 
						|
 | 
						|
/* Define to 1 if you have the <arpa/inet.h> header file. */
 | 
						|
#define HAVE_ARPA_INET_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the `atexit' function. */
 | 
						|
#define HAVE_ATEXIT 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <dlfcn.h> header file. */
 | 
						|
#define HAVE_DLFCN_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the `dlsym' function. */
 | 
						|
#define HAVE_DLSYM 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <fcntl.h> header file. */
 | 
						|
#define HAVE_FCNTL_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <getopt.h> header file. */
 | 
						|
#define HAVE_GETOPT_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the `getopt_long' function. */
 | 
						|
#define HAVE_GETOPT_LONG 1
 | 
						|
 | 
						|
/* Define to 1 if you have the `htons' function. */
 | 
						|
#define HAVE_HTONS 1
 | 
						|
 | 
						|
/* Define to 1 if you have the `inet_aton' function. */
 | 
						|
#define HAVE_INET_ATON 1
 | 
						|
 | 
						|
/* Define to 1 if you have the `inet_pton' function. */
 | 
						|
#define HAVE_INET_PTON 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <inttypes.h> header file. */
 | 
						|
#define HAVE_INTTYPES_H 1
 | 
						|
 | 
						|
/* Define to 1 if the system has the type `in_addr_t'. */
 | 
						|
#define HAVE_IN_ADDR_T 1
 | 
						|
 | 
						|
/* Define to 1 if you have the `dl' library (-ldl). */
 | 
						|
#define HAVE_LIBDL 1
 | 
						|
 | 
						|
/* Define to 1 if you have the `pthread' library (-lpthread). */
 | 
						|
#define HAVE_LIBPTHREAD 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <limits.h> header file. */
 | 
						|
#define HAVE_LIMITS_H 1
 | 
						|
 | 
						|
/* Define when you have an LLSEEK prototype */
 | 
						|
/* #undef HAVE_LLSEEK_PROTOTYPE */
 | 
						|
 | 
						|
/* Define when the compiler supports LOFF_T type */
 | 
						|
#define HAVE_LOFF_T 1
 | 
						|
 | 
						|
/* Define when the compiler supports LONG_LONG type */
 | 
						|
#define HAVE_LONG_LONG 1
 | 
						|
 | 
						|
/* Define to 1 if you have the `lseek64' function. */
 | 
						|
#define HAVE_LSEEK64 1
 | 
						|
 | 
						|
/* Define when you have an LSEEK64 prototype */
 | 
						|
#define HAVE_LSEEK64_PROTOTYPE 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <malloc.h> header file. */
 | 
						|
#define HAVE_MALLOC_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <memory.h> header file. */
 | 
						|
#define HAVE_MEMORY_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <netdb.h> header file. */
 | 
						|
#define HAVE_NETDB_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <netinet/in.h> header file. */
 | 
						|
#define HAVE_NETINET_IN_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <net/if.h> header file. */
 | 
						|
#define HAVE_NET_IF_H 1
 | 
						|
 | 
						|
/* Define when the compiler supports OFFSET_T type */
 | 
						|
/* #undef HAVE_OFFSET_T */
 | 
						|
 | 
						|
/* Define when the system has a 64 bit off_t type */
 | 
						|
#define HAVE_OFF_T_64 1
 | 
						|
 | 
						|
/* Define to 1 if you have the `on_exit' function. */
 | 
						|
#define HAVE_ON_EXIT 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <signal.h> header file. */
 | 
						|
#define HAVE_SIGNAL_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the `snprintf' function. */
 | 
						|
#define HAVE_SNPRINTF 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <stdint.h> header file. */
 | 
						|
#define HAVE_STDINT_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <stdlib.h> header file. */
 | 
						|
#define HAVE_STDLIB_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <strings.h> header file. */
 | 
						|
#define HAVE_STRINGS_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <string.h> header file. */
 | 
						|
#define HAVE_STRING_H 1
 | 
						|
 | 
						|
/* Define to 1 if `imr_ifindex' is member of `struct ip_mreqn'. */
 | 
						|
#define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
 | 
						|
#define HAVE_SYS_IOCTL_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <sys/param.h> header file. */
 | 
						|
#define HAVE_SYS_PARAM_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <sys/select.h> header file. */
 | 
						|
#define HAVE_SYS_SELECT_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <sys/socket.h> header file. */
 | 
						|
#define HAVE_SYS_SOCKET_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <sys/sockio.h> header file. */
 | 
						|
/* #undef HAVE_SYS_SOCKIO_H */
 | 
						|
 | 
						|
/* Define to 1 if you have the <sys/stat.h> header file. */
 | 
						|
#define HAVE_SYS_STAT_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <sys/termios.h> header file. */
 | 
						|
/* #undef HAVE_SYS_TERMIOS_H */
 | 
						|
 | 
						|
/* Define to 1 if you have the <sys/time.h> header file. */
 | 
						|
#define HAVE_SYS_TIME_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <sys/types.h> header file. */
 | 
						|
#define HAVE_SYS_TYPES_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <sys/uio.h> header file. */
 | 
						|
#define HAVE_SYS_UIO_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
 | 
						|
#define HAVE_SYS_WAIT_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the `tcsetattr' function. */
 | 
						|
#define HAVE_TCSETATTR 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <termios.h> header file. */
 | 
						|
#define HAVE_TERMIOS_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <unistd.h> header file. */
 | 
						|
#define HAVE_UNISTD_H 1
 | 
						|
 | 
						|
/* Define to 1 if you have the <winsock2.h> header file. */
 | 
						|
/* #undef HAVE_WINSOCK2_H */
 | 
						|
 | 
						|
/* Define to the address where bug reports for this package should be sent. */
 | 
						|
#define PACKAGE_BUGREPORT ""
 | 
						|
 | 
						|
/* Define to the full name of this package. */
 | 
						|
#define PACKAGE_NAME ""
 | 
						|
 | 
						|
/* Define to the full name and version of this package. */
 | 
						|
#define PACKAGE_STRING ""
 | 
						|
 | 
						|
/* Define to the one symbol short name of this package. */
 | 
						|
#define PACKAGE_TARNAME ""
 | 
						|
 | 
						|
/* Define to the version of this package. */
 | 
						|
#define PACKAGE_VERSION ""
 | 
						|
 | 
						|
/* Define as the return type of signal handlers (`int' or `void'). */
 | 
						|
#define RETSIGTYPE void
 | 
						|
 | 
						|
/* Define to 1 if you have the ANSI C header files. */
 | 
						|
#define STDC_HEADERS 1
 | 
						|
 | 
						|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 | 
						|
#define TIME_WITH_SYS_TIME 1
 | 
						|
 | 
						|
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
 | 
						|
/* #undef TM_IN_SYS_TIME */
 | 
						|
 | 
						|
/* Define to empty if `const' does not conform to ANSI C. */
 | 
						|
/* #undef const */
 | 
						|
 | 
						|
/* Define to `__inline__' or `__inline' if that's what the C compiler
 | 
						|
   calls it, or to nothing if 'inline' is not supported under any name.  */
 | 
						|
#ifndef __cplusplus
 | 
						|
/* #undef inline */
 | 
						|
#endif
 | 
						|
 | 
						|
/* Define to `unsigned int' if <sys/types.h> does not define. */
 | 
						|
/* #undef size_t */
 |