Changeset 6f9f338 for tests/include/includes.cfa
- Timestamp:
- Mar 14, 2025, 3:44:30 AM (8 days ago)
- Branches:
- master
- Children:
- e48aca8
- Parents:
- 6cb3e5d (diff), 8b639f9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/include/includes.cfa ¶
r6cb3e5d r6f9f338 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Feb 22 10:16:58 202313 // Update Count : 8 1112 // Last Modified On : Thu Mar 13 11:56:08 2025 13 // Update Count : 831 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 fails66 65 #include <gconv.h> 67 66 #include <getopt.h> … … 72 71 #include <gshadow.h> 73 72 #include <iconv.h> 74 //#include <ifaddrs.h> // causes warning messages that break the build 73 #include <ifaddrs.h> 75 74 #include <inttypes.h> 76 75 #include <langinfo.h> … … 79 78 #include <libintl.h> 80 79 #include <limits.h> 81 //#include <link.h> // CFA bug #240 nested anonymous enum fails 80 #include <link.h> 82 81 #include <locale.h> 83 82 #if __has_include( "ltdl.h" ) … … 97 96 #include <ncurses_dll.h> // may not be installed, comes with ncurses 98 97 #endif 99 //#include <netdb.h>98 #include <netdb.h> 100 99 #include <nl_types.h> 101 100 #include <nss.h> … … 111 110 #include <pwd.h> 112 111 #include <regex.h> 113 //#include <resolv.h>112 #include <resolv.h> 114 113 #include <re_comp.h> 115 114 #include <sched.h> … … 125 124 #include <stdint.h> 126 125 #include <stdio.h> 126 #if __has_include( "gawkapi.h" ) 127 #include <gawkapi.h> // requires stdio.h, so appears after it 128 #endif 127 129 #include <stdio_ext.h> 128 130 #include <stdlib.h> … … 140 142 #include <termio.h> 141 143 #include <termios.h> 142 // #include <term_entry.h> // conflicts with search.h on some machines 144 #include <term_entry.h> 143 145 #include <tgmath.h> 144 //#include <threads.h> // does not exist146 #include <threads.h> // does not exist 145 147 #include <thread_db.h> 146 148 #include <time.h>
Note: See TracChangeset
for help on using the changeset viewer.