Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/include/includes.cfa

    r0603700 r2853d6f  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Mar 10 18:52:14 2025
    13 // Update Count     : 830
     12// Last Modified On : Wed Feb 22 10:16:58 2023
     13// Update Count     : 811
    1414//
    1515
     
    6363#include <ftw.h>
    6464#include <sys/types.h>
     65//#include <gawkapi.h>                                                                  // CFA bug #240 nested anonymous enum fails
    6566#include <gconv.h>
    6667#include <getopt.h>
     
    7172#include <gshadow.h>
    7273#include <iconv.h>
    73 #include <ifaddrs.h>
     74//#include <ifaddrs.h>                                                                  // causes warning messages that break the build
    7475#include <inttypes.h>
    7576#include <langinfo.h>
     
    7879#include <libintl.h>
    7980#include <limits.h>
    80 #include <link.h>
     81//#include <link.h>                                                                             // CFA bug #240 nested anonymous enum fails
    8182#include <locale.h>
    8283#if __has_include( "ltdl.h" )
     
    9697#include <ncurses_dll.h>                                                                // may not be installed, comes with ncurses
    9798#endif
    98 #include <netdb.h>
     99//#include <netdb.h>
    99100#include <nl_types.h>
    100101#include <nss.h>
     
    110111#include <pwd.h>
    111112#include <regex.h>
    112 #include <resolv.h>
     113//#include <resolv.h>
    113114#include <re_comp.h>
    114115#include <sched.h>
     
    124125#include <stdint.h>
    125126#include <stdio.h>
    126 #include <gawkapi.h>                                                                    // requires stdio.h, so appears after it
    127127#include <stdio_ext.h>
    128128#include <stdlib.h>
     
    140140#include <termio.h>
    141141#include <termios.h>
    142 #include <term_entry.h>
     142// #include <term_entry.h>                                                              // conflicts with search.h on some machines
    143143#include <tgmath.h>
    144 #include <threads.h>                                                                    // does not exist
     144//#include <threads.h>                                                                  // does not exist
    145145#include <thread_db.h>
    146146#include <time.h>
Note: See TracChangeset for help on using the changeset viewer.