Changeset 0603700 for tests


Ignore:
Timestamp:
Mar 10, 2025, 8:42:42 PM (3 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
594671a
Parents:
88771d7
Message:

uncomment include files for the C include-file test, as errors have been fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tests/include/includes.cfa

    r88771d7 r0603700  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Feb 22 10:16:58 2023
    13 // Update Count     : 811
     12// Last Modified On : Mon Mar 10 18:52:14 2025
     13// Update Count     : 830
    1414//
    1515
     
    6363#include <ftw.h>
    6464#include <sys/types.h>
    65 //#include <gawkapi.h>                                                                  // CFA bug #240 nested anonymous enum fails
    6665#include <gconv.h>
    6766#include <getopt.h>
     
    7271#include <gshadow.h>
    7372#include <iconv.h>
    74 //#include <ifaddrs.h>                                                                  // causes warning messages that break the build
     73#include <ifaddrs.h>
    7574#include <inttypes.h>
    7675#include <langinfo.h>
     
    7978#include <libintl.h>
    8079#include <limits.h>
    81 //#include <link.h>                                                                             // CFA bug #240 nested anonymous enum fails
     80#include <link.h>
    8281#include <locale.h>
    8382#if __has_include( "ltdl.h" )
     
    9796#include <ncurses_dll.h>                                                                // may not be installed, comes with ncurses
    9897#endif
    99 //#include <netdb.h>
     98#include <netdb.h>
    10099#include <nl_types.h>
    101100#include <nss.h>
     
    111110#include <pwd.h>
    112111#include <regex.h>
    113 //#include <resolv.h>
     112#include <resolv.h>
    114113#include <re_comp.h>
    115114#include <sched.h>
     
    125124#include <stdint.h>
    126125#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>                                                              // conflicts with search.h on some machines
     142#include <term_entry.h>
    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.