Blame test/mpi/dtpools/dtpoolsconf.h.in

Packit Service c5cf8c
/* dtpoolsconf.h.in.  Generated from configure.ac by autoheader.  */
Packit Service c5cf8c
Packit Service c5cf8c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
Packit Service c5cf8c
/*
Packit Service c5cf8c
 *  (C) 2018 by Argonne National Laboratory.
Packit Service c5cf8c
 *      See COPYRIGHT in top-level directory.
Packit Service c5cf8c
 */
Packit Service c5cf8c
#ifndef DTPOOLSCONF_H_INCLUDED
Packit Service c5cf8c
#define DTPOOLSCONF_H_INCLUDED
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit Service c5cf8c
#undef HAVE_DLFCN_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <inttypes.h> header file. */
Packit Service c5cf8c
#undef HAVE_INTTYPES_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <limits.h> header file. */
Packit Service c5cf8c
#undef HAVE_LIMITS_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
Packit Service c5cf8c
   to 0 otherwise. */
Packit Service c5cf8c
#undef HAVE_MALLOC
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <memory.h> header file. */
Packit Service c5cf8c
#undef HAVE_MEMORY_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the `memset' function. */
Packit Service c5cf8c
#undef HAVE_MEMSET
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service c5cf8c
#undef HAVE_STDINT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <stdlib.h> header file. */
Packit Service c5cf8c
#undef HAVE_STDLIB_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <strings.h> header file. */
Packit Service c5cf8c
#undef HAVE_STRINGS_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <string.h> header file. */
Packit Service c5cf8c
#undef HAVE_STRING_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_STAT_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <sys/types.h> header file. */
Packit Service c5cf8c
#undef HAVE_SYS_TYPES_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the <unistd.h> header file. */
Packit Service c5cf8c
#undef HAVE_UNISTD_H
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit Service c5cf8c
#undef LT_OBJDIR
Packit Service c5cf8c
Packit Service c5cf8c
/* Name of package */
Packit Service c5cf8c
#undef PACKAGE
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the address where bug reports for this package should be sent. */
Packit Service c5cf8c
#undef PACKAGE_BUGREPORT
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the full name of this package. */
Packit Service c5cf8c
#undef PACKAGE_NAME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the full name and version of this package. */
Packit Service c5cf8c
#undef PACKAGE_STRING
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the one symbol short name of this package. */
Packit Service c5cf8c
#undef PACKAGE_TARNAME
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the home page for this package. */
Packit Service c5cf8c
#undef PACKAGE_URL
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to the version of this package. */
Packit Service c5cf8c
#undef PACKAGE_VERSION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to 1 if you have the ANSI C header files. */
Packit Service c5cf8c
#undef STDC_HEADERS
Packit Service c5cf8c
Packit Service c5cf8c
/* Version number of package */
Packit Service c5cf8c
#undef VERSION
Packit Service c5cf8c
Packit Service c5cf8c
/* Define to rpl_malloc if the replacement function should be used. */
Packit Service c5cf8c
#undef malloc
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
#endif /* !defined(DTPOOLSCONF_H_INCLUDED) */
Packit Service c5cf8c