//
// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
//
// The contents of this file are covered under the licence agreement in the
// file "LICENCE" distributed with Cforall.
//
// includes.c -- 
//
// Author           : Peter A. Buhr
// Created On       : Wed May 27 17:56:53 2015
// Last Modified By : Peter A. Buhr
// Last Modified On : Tue Jul 12 17:59:25 2016
// Update Count     : 371
//

// ***********************************************
// USE -std=c99 WITH gxx TO GET SAME OUTPUT AS cfa
// ***********************************************

#ifdef __CFA__
extern "C" {
#endif // __CFA__

#if 0
#if 1
#define _GNU_SOURCE
#include <aio.h>
#include <a.out.h>
#include <aliases.h>
#include <alloca.h>
#include <ansidecl.h>
#include <ar.h>
#include <argp.h>
#include <argz.h>
#include <assert.h>
#include <bfd.h>
#include <bfdlink.h>
#include <byteswap.h>
#include <cblas.h>
#include <cblas_f77.h>
#include <complex.h>
#include <cpio.h>
#include <crypt.h>
#include <ctype.h>
#include <curses.h>
//#include <demangle.h>
#include <dialog.h>
#include <dirent.h>
#include <dis-asm.h>
#endif
#if 0
#include <dlfcn.h>
#include <dlg_colors.h>
#include <dlg_config.h>
#include <dlg_keys.h>
#include <elf.h>
#include <endian.h>
#include <envz.h>
#include <err.h>
#include <errno.h>
#include <error.h>
#include <eti.h>
#include <evdns.h>
#include <event.h>
#include <evhttp.h>
#endif
#if 0
#include <evrpc.h>
#include <evutil.h>
#include <execinfo.h>
#include <expat.h>
#include <expat_config.h>
#include <expat_external.h>
#include <fcntl.h>
#include <features.h>
#include <fenv.h>
#include <float.h>
#include <fmtmsg.h>
#include <fnmatch.h>
#include <form.h>
#include <fpu_control.h>
#include <fstab.h>
//#include <ft2build.h>
#include <fts.h>
#include <ftw.h>
#include <gconv.h>
//#include <gcrypt.h>
//#include <gcrypt-module.h>
#include <getopt.h>
//#include <gettext-po.h>
#include <glob.h>
//#include <gmp.h>			// infinite loop
////#include <gmpxx.h>
//#include <gmp-x86_64.h>
#include <gnu-versions.h>
//#include <gpg-error.h>
#include <grp.h>
#include <gshadow.h>
#include <iconv.h>
#include <idna.h>
#include <idn-free.h>
#include <idn-int.h>
#include <ieee754.h>
#include <ifaddrs.h>
#include <inttypes.h>
#include <iso646.h>
#include <jerror.h>
//#include <jmorecfg.h>
//#include <jpegint.h>
//#include <jpeglib.h>
#include <limits.h>
#include <locale.h>
#include <math.h>
#include <ncurses.h>
#include <setjmp.h>
#include <signal.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <tgmath.h>
#include <time.h>
#include <unistd.h>
#include <wchar.h>
#include <wctype.h>
#endif // 0

#else

#define _GNU_SOURCE
//#include <bfd.h>
//#include <error.h>

#include <demangle.h>

#endif // 0

#ifdef __CFA__
} // extern "C"
#endif // __CFA__

// Local Variables: //
// tab-width: 4 //
// compile-command: "cfa includes.c" //
// End: //
