Changeset 40841ff4 for tests/include/includes.cfa
- Timestamp:
- Mar 14, 2021, 8:42:36 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4c05a40
- Parents:
- d134b15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/include/includes.cfa
rd134b15 r40841ff4 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Includes.cfa --7 // includes.cfa -- 8 8 // 9 9 // Author : Peter A. Buhr 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Mar 2 15:03:40202113 // Update Count : 69012 // Last Modified On : Sun Mar 14 10:18:26 2021 13 // Update Count : 746 14 14 // 15 15 … … 19 19 20 20 //#define _GNU_SOURCE 21 //#include <FlexLexer.h>22 21 #include <aio.h> 23 22 #include <aliases.h> … … 33 32 #include <ctype.h> 34 33 #include <curses.h> 35 //#include <cursesapp.h>36 //#include <cursesf.h>37 //#include <cursesm.h>38 //#include <cursesp.h>39 //#include <cursesw.h>40 //#include <cursslk.h>41 34 #include <dirent.h> 42 35 #include <dlfcn.h> 43 36 #include <elf.h> 44 //#include <emacs-module.h> // may not be installed45 37 #include <endian.h> 46 38 #include <envz.h> … … 49 41 #include <error.h> 50 42 #include <eti.h> 51 //#include <etip.h>52 43 #include <execinfo.h> 53 //#include <expat.h> 44 //#include <expat.h> // 32-bit attribute-location problem 54 45 #include <expat_external.h> 55 46 #include <fcntl.h> … … 67 58 #include <getopt.h> 68 59 #include <glob.h> 69 //#include <gmpxx.h>70 60 #include <gnumake.h> 71 61 #include <gnu-versions.h> … … 82 72 //#include <link.h> // CFA bug #240 nested anonymous enum fails 83 73 #include <locale.h> 84 //#include <ltdl.h> 85 //#include <lzma.h> // may not be installed 86 //#include <malloc.h> // CFA #include_next 74 #include <ltdl.h> 75 //#include <malloc.h> // cannot include in extern "C" because of CFA #include_next 87 76 #include <math.h> 88 77 #include <mcheck.h> … … 91 80 #include <mntent.h> 92 81 #include <monetary.h> 93 #include <mpath_cmd.h>94 #include <mpath_persist.h>95 82 #include <mqueue.h> 96 83 #include <ncurses_dll.h> 97 //#include <nc_tparm.h>98 84 #include <netdb.h> 99 85 #include <nl_types.h> … … 109 95 #include <pwd.h> 110 96 #include <regex.h> 111 //#include <regexp.h>112 97 #include <resolv.h> 113 98 #include <re_comp.h> … … 139 124 #include <term_entry.h> 140 125 #include <tgmath.h> 141 #include <threads.h> 126 //#include <threads.h> // does not exist 142 127 #include <thread_db.h> 143 //#include <tic.h>144 128 #include <time.h> 145 129 #include <ttyent.h> … … 157 141 #include <wctype.h> 158 142 #include <wordexp.h> 159 #include <z3.h>160 //#include <z3++.h>161 #include <z3_algebraic.h>162 #include <z3_api.h>163 #include <z3_ast_containers.h>164 #include <z3_fixedpoint.h>165 #include <z3_fpa.h>166 #include <z3_macros.h>167 #include <z3_optimization.h>168 #include <z3_polynomial.h>169 #include <z3_rcf.h>170 #include <z3_spacer.h>171 //#include <z3_v1.h>172 #include <z3_version.h>173 #include <zconf.h>174 #include <zlib.h>175 143 176 144 #if 0 … … 187 155 // Local Variables: // 188 156 // tab-width: 4 // 189 // compile-command: "cfa Includes.cfa" //157 // compile-command: "cfa includes.cfa" // 190 158 // End: //
Note: See TracChangeset
for help on using the changeset viewer.