Changes in tests/include/includes.cfa [0603700:2853d6f]
- File:
-
- 1 edited
-
tests/include/includes.cfa (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/include/includes.cfa
r0603700 r2853d6f 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Mar 10 18:52:14 202513 // Update Count : 8 3012 // Last Modified On : Wed Feb 22 10:16:58 2023 13 // Update Count : 811 14 14 // 15 15 … … 63 63 #include <ftw.h> 64 64 #include <sys/types.h> 65 //#include <gawkapi.h> // CFA bug #240 nested anonymous enum fails 65 66 #include <gconv.h> 66 67 #include <getopt.h> … … 71 72 #include <gshadow.h> 72 73 #include <iconv.h> 73 #include <ifaddrs.h> 74 //#include <ifaddrs.h> // causes warning messages that break the build 74 75 #include <inttypes.h> 75 76 #include <langinfo.h> … … 78 79 #include <libintl.h> 79 80 #include <limits.h> 80 #include <link.h> 81 //#include <link.h> // CFA bug #240 nested anonymous enum fails 81 82 #include <locale.h> 82 83 #if __has_include( "ltdl.h" ) … … 96 97 #include <ncurses_dll.h> // may not be installed, comes with ncurses 97 98 #endif 98 #include <netdb.h>99 //#include <netdb.h> 99 100 #include <nl_types.h> 100 101 #include <nss.h> … … 110 111 #include <pwd.h> 111 112 #include <regex.h> 112 #include <resolv.h>113 //#include <resolv.h> 113 114 #include <re_comp.h> 114 115 #include <sched.h> … … 124 125 #include <stdint.h> 125 126 #include <stdio.h> 126 #include <gawkapi.h> // requires stdio.h, so appears after it127 127 #include <stdio_ext.h> 128 128 #include <stdlib.h> … … 140 140 #include <termio.h> 141 141 #include <termios.h> 142 #include <term_entry.h> 142 // #include <term_entry.h> // conflicts with search.h on some machines 143 143 #include <tgmath.h> 144 #include <threads.h> // does not exist144 //#include <threads.h> // does not exist 145 145 #include <thread_db.h> 146 146 #include <time.h>
Note:
See TracChangeset
for help on using the changeset viewer.