ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
ctor
deferred_resn
demangler
enum
forall-pointer-decay
gc_noraii
jacob/cs343-translation
jenkins-sandbox
memory
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
string
with_gc
Last change
on this file since d3b7937 was 784deab, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago |
fix recursive include bug in shadow includes, major clean of examples, add several long long routines to prelude
|
-
Property mode
set to
100644
|
File size:
3.0 KB
|
Rev | Line | |
---|
[86bd7c1f] | 1 | //
|
---|
| 2 | // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
|
---|
| 3 | //
|
---|
| 4 | // The contents of this file are covered under the licence agreement in the
|
---|
| 5 | // file "LICENCE" distributed with Cforall.
|
---|
| 6 | //
|
---|
| 7 | // includes.c --
|
---|
| 8 | //
|
---|
[784deab] | 9 | // Author : Peter A. Buhr
|
---|
[86bd7c1f] | 10 | // Created On : Wed May 27 17:56:53 2015
|
---|
| 11 | // Last Modified By : Peter A. Buhr
|
---|
[784deab] | 12 | // Last Modified On : Mon Dec 21 13:54:09 2015
|
---|
| 13 | // Update Count : 322
|
---|
[86bd7c1f] | 14 | //
|
---|
| 15 |
|
---|
[784deab] | 16 | // ***********************************************
|
---|
| 17 | // USE -std=c99 WITH gxx TO GET SAME OUTPUT AS cfa
|
---|
| 18 | // ***********************************************
|
---|
| 19 |
|
---|
| 20 | #ifdef __CFA__
|
---|
| 21 | extern "C" {
|
---|
| 22 | #endif // __CFA__
|
---|
| 23 |
|
---|
| 24 | #if 1
|
---|
| 25 | #define _GNU_SOURCE
|
---|
| 26 | #include <aio.h>
|
---|
| 27 | #include <a.out.h>
|
---|
[6c3744e] | 28 | #include <aliases.h>
|
---|
[42dcae7] | 29 | #include <alloca.h>
|
---|
[6c3744e] | 30 | #include <ansidecl.h>
|
---|
| 31 | #include <ar.h>
|
---|
[784deab] | 32 | #include <argp.h>
|
---|
| 33 | #include <argz.h>
|
---|
[42dcae7] | 34 | #include <assert.h>
|
---|
[784deab] | 35 | #include <bfd.h>
|
---|
| 36 | #include <bfdlink.h>
|
---|
| 37 | #include <byteswap.h>
|
---|
| 38 | #include <cblas.h>
|
---|
| 39 | #include <cblas_f77.h>
|
---|
[42dcae7] | 40 | #include <complex.h>
|
---|
[784deab] | 41 | #include <cpio.h>
|
---|
| 42 | #include <crypt.h>
|
---|
| 43 | #include <ctype.h>
|
---|
| 44 | #include <curses.h>
|
---|
| 45 | #include <demangle.h> // enum / contains "type"
|
---|
| 46 | #include <dialog.h> // enum / contains "type"
|
---|
| 47 | #include <dirent.h>
|
---|
| 48 | #include <dis-asm.h>
|
---|
| 49 | #include <dlfcn.h>
|
---|
| 50 | #include <dlg_colors.h>
|
---|
| 51 | #include <dlg_config.h>
|
---|
| 52 | #include <dlg_keys.h>
|
---|
| 53 | #include <elf.h>
|
---|
| 54 | #include <endian.h>
|
---|
| 55 | #include <envz.h>
|
---|
| 56 | #include <err.h>
|
---|
[42dcae7] | 57 | #include <errno.h>
|
---|
[784deab] | 58 | #include <error.h>
|
---|
| 59 | #if 0
|
---|
| 60 | #include <eti.h>
|
---|
| 61 | #include <evdns.h> // subdirectory event2 contains "type"
|
---|
| 62 | #include <event.h>
|
---|
| 63 | #include <evhttp.h> // enum / subdirectory event2 contains "type"
|
---|
| 64 | #include <evrpc.h>
|
---|
| 65 | #include <evutil.h>
|
---|
| 66 | #include <execinfo.h>
|
---|
| 67 | #include <expat.h> // enum / contains "type" and "context"
|
---|
| 68 | #include <expat_config.h>
|
---|
| 69 | #include <expat_external.h>
|
---|
| 70 | #include <fcntl.h>
|
---|
| 71 | #include <features.h>
|
---|
[42dcae7] | 72 | #include <fenv.h>
|
---|
| 73 | #include <float.h>
|
---|
[784deab] | 74 | #include <fmtmsg.h>
|
---|
| 75 | #include <fnmatch.h>
|
---|
| 76 | #include <form.h> // contains "type"
|
---|
| 77 | #include <fpu_control.h>
|
---|
| 78 | #include <fstab.h>
|
---|
| 79 | //#include <ft2build.h>
|
---|
| 80 | #include <fts.h>
|
---|
| 81 | #include <ftw.h>
|
---|
| 82 | #include <gconv.h>
|
---|
| 83 | //#include <gcrypt.h> // enum / contains "type"
|
---|
| 84 | //#include <gcrypt-module.h>
|
---|
| 85 | #include <getopt.h>
|
---|
| 86 | //#include <gettext-po.h>
|
---|
| 87 | #include <glob.h>
|
---|
| 88 | //#include <gmp.h> // infinite loop
|
---|
| 89 | ////#include <gmpxx.h>
|
---|
| 90 | //#include <gmp-x86_64.h>
|
---|
| 91 | #include <gnu-versions.h>
|
---|
| 92 | //#include <gpg-error.h>
|
---|
| 93 | #include <grp.h>
|
---|
| 94 | #include <gshadow.h>
|
---|
| 95 | #include <iconv.h>
|
---|
| 96 | #include <idna.h>
|
---|
| 97 | #include <idn-free.h>
|
---|
| 98 | #include <idn-int.h>
|
---|
| 99 | #include <ieee754.h>
|
---|
| 100 | #include <ifaddrs.h>
|
---|
[42dcae7] | 101 | #include <inttypes.h>
|
---|
| 102 | #include <iso646.h>
|
---|
[784deab] | 103 | #include <jerror.h>
|
---|
| 104 | //#include <jmorecfg.h>
|
---|
| 105 | //#include <jpegint.h>
|
---|
| 106 | //#include <jpeglib.h>
|
---|
[42dcae7] | 107 | #include <limits.h>
|
---|
[784deab] | 108 | #include <locale.h>
|
---|
| 109 | #include <math.h> // contains "type"
|
---|
| 110 | #include <ncurses.h>
|
---|
[42dcae7] | 111 | #include <setjmp.h>
|
---|
| 112 | #include <signal.h>
|
---|
| 113 | #include <stdarg.h>
|
---|
| 114 | #include <stdbool.h>
|
---|
| 115 | #include <stddef.h>
|
---|
| 116 | #include <stdlib.h>
|
---|
| 117 | #include <stdio.h>
|
---|
[784deab] | 118 | #include <string.h>
|
---|
[42dcae7] | 119 | #include <tgmath.h>
|
---|
[784deab] | 120 | #include <time.h>
|
---|
[42dcae7] | 121 | #include <unistd.h>
|
---|
[784deab] | 122 | #include <wchar.h>
|
---|
| 123 | #include <wctype.h>
|
---|
| 124 | #endif // 0
|
---|
| 125 |
|
---|
[17cd4eb] | 126 | #else
|
---|
[784deab] | 127 |
|
---|
| 128 | //#define _GNU_SOURCE
|
---|
| 129 | #include <error.h>
|
---|
| 130 |
|
---|
[17cd4eb] | 131 | #endif // 0
|
---|
[42dcae7] | 132 |
|
---|
[784deab] | 133 | #ifdef __CFA__
|
---|
| 134 | } // extern "C"
|
---|
| 135 | #endif // __CFA__
|
---|
| 136 |
|
---|
[42dcae7] | 137 | // Local Variables: //
|
---|
[86bd7c1f] | 138 | // tab-width: 4 //
|
---|
| 139 | // compile-command: "cfa includes.c" //
|
---|
[42dcae7] | 140 | // End: //
|
---|
Note:
See
TracBrowser
for help on using the repository browser.