Changes in tests/include/includes.cfa [c14d91a:53692b3]
- File:
-
- 1 edited
-
tests/include/includes.cfa (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/include/includes.cfa
rc14d91a r53692b3 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Feb 3 22:06:07 202213 // Update Count : 7 7412 // Last Modified On : Sat Jun 5 10:06:46 2021 13 // Update Count : 751 14 14 // 15 15 … … 18 18 #endif // __CFA__ 19 19 20 #if 121 20 //#define _GNU_SOURCE 22 21 #include <aio.h> … … 41 40 #include <errno.h> 42 41 #include <error.h> 43 //#include <eti.h> // may not be installed, comes with ncurses42 //#include <eti.h> // may not be installed, comes with ncurses 44 43 #include <execinfo.h> 45 44 #include <expat.h> … … 50 49 #include <fmtmsg.h> 51 50 #include <fnmatch.h> 52 //#include <form.h> // may not be installed, comes with ncurses51 //#include <form.h> // may not be installed, comes with ncurses 53 52 #include <fstab.h> 54 53 #include <fts.h> … … 78 77 #include <mcheck.h> 79 78 #include <memory.h> 80 //#include <menu.h> // may not be installed, comes with ncurses79 //#include <menu.h> // may not be installed, comes with ncurses 81 80 #include <mntent.h> 82 81 #include <monetary.h> 83 82 #include <mqueue.h> 84 //#include <ncurses_dll.h> // may not be installed, comes with ncurses83 //#include <ncurses_dll.h> // may not be installed, comes with ncurses 85 84 #include <netdb.h> 86 85 #include <nl_types.h> 87 86 #include <nss.h> 88 87 #include <obstack.h> 89 //#include <panel.h> // may not be installed, comes with ncurses88 //#include <panel.h> // may not be installed, comes with ncurses 90 89 #include <paths.h> 91 90 #include <poll.h> … … 118 117 #include <syslog.h> 119 118 #include <tar.h> 120 //#include <term.h> // may not be installed, comes with ncurses121 //#include <termcap.h> // may not be installed, comes with ncurses119 //#include <term.h> // may not be installed, comes with ncurses 120 //#include <termcap.h> // may not be installed, comes with ncurses 122 121 #include <termio.h> 123 122 #include <termios.h> … … 131 130 #include <ucontext.h> 132 131 #include <ulimit.h> 133 //#include <unctrl.h> // may not be installed, comes with ncurses132 //#include <unctrl.h> // may not be installed, comes with ncurses 134 133 #include <unistd.h> 135 134 #include <utime.h> … … 144 143 #include <wctype.h> 145 144 #include <wordexp.h> 145 146 #if 0 146 147 #endif // 0 147 148 … … 150 151 #endif // __CFA__ 151 152 152 int main( int argc, char const * argv[] ) {153 #pragma GCC warning "Compiled" // force non-empty .expect file, NO TABS!!!153 int main( int argc, char const *argv[] ) { 154 #pragma GCC warning "Compiled" // force non-empty .expect file, NO TABS!!! 154 155 } 155 156
Note:
See TracChangeset
for help on using the changeset viewer.