| [097d3e1] | 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 | // | 
|---|
| [36fbaeca] | 7 | // includes.cfa -- | 
|---|
| [097d3e1] | 8 | // | 
|---|
|  | 9 | // Author           : Peter A. Buhr | 
|---|
|  | 10 | // Created On       : Wed May 27 17:56:53 2015 | 
|---|
|  | 11 | // Last Modified By : Peter A. Buhr | 
|---|
| [c14d91a] | 12 | // Last Modified On : Thu Feb  3 22:06:07 2022 | 
|---|
|  | 13 | // Update Count     : 774 | 
|---|
| [097d3e1] | 14 | // | 
|---|
|  | 15 |  | 
|---|
|  | 16 | #ifdef __CFA__ | 
|---|
|  | 17 | extern "C" { | 
|---|
|  | 18 | #endif // __CFA__ | 
|---|
|  | 19 |  | 
|---|
| [c14d91a] | 20 | #if 1 | 
|---|
| [097d3e1] | 21 | //#define _GNU_SOURCE | 
|---|
|  | 22 | #include <aio.h> | 
|---|
|  | 23 | #include <aliases.h> | 
|---|
|  | 24 | #include <alloca.h> | 
|---|
|  | 25 | #include <ar.h> | 
|---|
|  | 26 | #include <argp.h> | 
|---|
|  | 27 | #include <argz.h> | 
|---|
|  | 28 | #include <assert.h> | 
|---|
|  | 29 | #include <byteswap.h> | 
|---|
|  | 30 | #include <complex.h> | 
|---|
|  | 31 | #include <cpio.h> | 
|---|
|  | 32 | #include <crypt.h> | 
|---|
|  | 33 | #include <ctype.h> | 
|---|
| [98d9ce9] | 34 | //#include <curses.h>                                                                           // may not be installed | 
|---|
| [097d3e1] | 35 | #include <dirent.h> | 
|---|
|  | 36 | #include <dlfcn.h> | 
|---|
|  | 37 | #include <elf.h> | 
|---|
|  | 38 | #include <endian.h> | 
|---|
|  | 39 | #include <envz.h> | 
|---|
|  | 40 | #include <err.h> | 
|---|
|  | 41 | #include <errno.h> | 
|---|
|  | 42 | #include <error.h> | 
|---|
| [c14d91a] | 43 | //#include <eti.h>                                                                              // may not be installed, comes with ncurses | 
|---|
| [097d3e1] | 44 | #include <execinfo.h> | 
|---|
| [e5e5af9] | 45 | #include <expat.h> | 
|---|
| [097d3e1] | 46 | #include <expat_external.h> | 
|---|
|  | 47 | #include <fcntl.h> | 
|---|
|  | 48 | #include <features.h> | 
|---|
|  | 49 | #include <fenv.h> | 
|---|
|  | 50 | #include <fmtmsg.h> | 
|---|
|  | 51 | #include <fnmatch.h> | 
|---|
| [c14d91a] | 52 | //#include <form.h>                                                                             // may not be installed, comes with ncurses | 
|---|
| [097d3e1] | 53 | #include <fstab.h> | 
|---|
|  | 54 | #include <fts.h> | 
|---|
|  | 55 | #include <ftw.h> | 
|---|
|  | 56 | #include <sys/types.h> | 
|---|
|  | 57 | //#include <gawkapi.h>                                                                  // CFA bug #240 nested anonymous enum fails | 
|---|
|  | 58 | #include <gconv.h> | 
|---|
|  | 59 | #include <getopt.h> | 
|---|
|  | 60 | #include <glob.h> | 
|---|
|  | 61 | #include <gnumake.h> | 
|---|
|  | 62 | #include <gnu-versions.h> | 
|---|
|  | 63 | #include <grp.h> | 
|---|
|  | 64 | #include <gshadow.h> | 
|---|
|  | 65 | #include <iconv.h> | 
|---|
|  | 66 | #include <ifaddrs.h> | 
|---|
|  | 67 | #include <inttypes.h> | 
|---|
|  | 68 | #include <langinfo.h> | 
|---|
|  | 69 | #include <lastlog.h> | 
|---|
|  | 70 | #include <libgen.h> | 
|---|
|  | 71 | #include <libintl.h> | 
|---|
|  | 72 | #include <limits.h> | 
|---|
|  | 73 | //#include <link.h>                                                                             // CFA bug #240 nested anonymous enum fails | 
|---|
|  | 74 | #include <locale.h> | 
|---|
| [40841ff4] | 75 | #include <ltdl.h> | 
|---|
|  | 76 | //#include <malloc.h>                                                                   // cannot include in extern "C" because of CFA #include_next | 
|---|
| [097d3e1] | 77 | #include <math.h> | 
|---|
|  | 78 | #include <mcheck.h> | 
|---|
|  | 79 | #include <memory.h> | 
|---|
| [c14d91a] | 80 | //#include <menu.h>                                                                             // may not be installed, comes with ncurses | 
|---|
| [097d3e1] | 81 | #include <mntent.h> | 
|---|
|  | 82 | #include <monetary.h> | 
|---|
|  | 83 | #include <mqueue.h> | 
|---|
| [c14d91a] | 84 | //#include <ncurses_dll.h>                                                              // may not be installed, comes with ncurses | 
|---|
| [097d3e1] | 85 | #include <netdb.h> | 
|---|
|  | 86 | #include <nl_types.h> | 
|---|
|  | 87 | #include <nss.h> | 
|---|
|  | 88 | #include <obstack.h> | 
|---|
| [c14d91a] | 89 | //#include <panel.h>                                                                            // may not be installed, comes with ncurses | 
|---|
| [097d3e1] | 90 | #include <paths.h> | 
|---|
|  | 91 | #include <poll.h> | 
|---|
|  | 92 | #include <printf.h> | 
|---|
|  | 93 | #include <pthread.h> | 
|---|
|  | 94 | #include <pty.h> | 
|---|
|  | 95 | #include <pwd.h> | 
|---|
|  | 96 | #include <regex.h> | 
|---|
|  | 97 | #include <resolv.h> | 
|---|
|  | 98 | #include <re_comp.h> | 
|---|
|  | 99 | #include <sched.h> | 
|---|
|  | 100 | #include <search.h> | 
|---|
|  | 101 | #include <semaphore.h> | 
|---|
|  | 102 | #include <setjmp.h> | 
|---|
|  | 103 | #include <sgtty.h> | 
|---|
|  | 104 | #include <shadow.h> | 
|---|
|  | 105 | #include <signal.h> | 
|---|
|  | 106 | #include <spawn.h> | 
|---|
|  | 107 | #include <stab.h> | 
|---|
|  | 108 | #include <stdc-predef.h> | 
|---|
|  | 109 | #include <stdint.h> | 
|---|
|  | 110 | #include <stdio.h> | 
|---|
|  | 111 | #include <stdio_ext.h> | 
|---|
|  | 112 | #include <stdlib.h> | 
|---|
|  | 113 | #include <string.h> | 
|---|
|  | 114 | #include <strings.h> | 
|---|
|  | 115 | #include <sudo_plugin.h> | 
|---|
|  | 116 | #include <syscall.h> | 
|---|
|  | 117 | #include <sysexits.h> | 
|---|
|  | 118 | #include <syslog.h> | 
|---|
|  | 119 | #include <tar.h> | 
|---|
| [c14d91a] | 120 | //#include <term.h>                                                                             // may not be installed, comes with ncurses | 
|---|
|  | 121 | //#include <termcap.h>                                                                  // may not be installed, comes with ncurses | 
|---|
| [097d3e1] | 122 | #include <termio.h> | 
|---|
|  | 123 | #include <termios.h> | 
|---|
| [36fbaeca] | 124 | // #include <term_entry.h>                                                              // conflicts with search.h on some machines | 
|---|
| [097d3e1] | 125 | #include <tgmath.h> | 
|---|
| [40841ff4] | 126 | //#include <threads.h>                                                                  // does not exist | 
|---|
| [097d3e1] | 127 | #include <thread_db.h> | 
|---|
|  | 128 | #include <time.h> | 
|---|
|  | 129 | #include <ttyent.h> | 
|---|
|  | 130 | #include <uchar.h> | 
|---|
|  | 131 | #include <ucontext.h> | 
|---|
|  | 132 | #include <ulimit.h> | 
|---|
| [c14d91a] | 133 | //#include <unctrl.h>                                                                           // may not be installed, comes with ncurses | 
|---|
| [097d3e1] | 134 | #include <unistd.h> | 
|---|
|  | 135 | #include <utime.h> | 
|---|
|  | 136 | #include <utmp.h> | 
|---|
|  | 137 | #include <utmpx.h> | 
|---|
|  | 138 | #include <values.h> | 
|---|
| [36fbaeca] | 139 | #pragma GCC diagnostic push | 
|---|
|  | 140 | #pragma GCC diagnostic ignored "-Wattributes" | 
|---|
| [097d3e1] | 141 | #include <wait.h> | 
|---|
| [36fbaeca] | 142 | #pragma GCC diagnostic pop | 
|---|
| [097d3e1] | 143 | #include <wchar.h> | 
|---|
|  | 144 | #include <wctype.h> | 
|---|
|  | 145 | #include <wordexp.h> | 
|---|
|  | 146 | #endif // 0 | 
|---|
|  | 147 |  | 
|---|
|  | 148 | #ifdef __CFA__ | 
|---|
|  | 149 | } // extern "C" | 
|---|
|  | 150 | #endif // __CFA__ | 
|---|
|  | 151 |  | 
|---|
| [c14d91a] | 152 | int main( int argc, char const * argv[] ) { | 
|---|
|  | 153 | #pragma GCC warning "Compiled"                                                      // force non-empty .expect file, NO TABS!!! | 
|---|
| [097d3e1] | 154 | } | 
|---|
|  | 155 |  | 
|---|
|  | 156 | // Local Variables: // | 
|---|
|  | 157 | // tab-width: 4 // | 
|---|
| [40841ff4] | 158 | // compile-command: "cfa includes.cfa" // | 
|---|
| [097d3e1] | 159 | // End: // | 
|---|