Ignore:
Timestamp:
Mar 14, 2025, 3:44:30 AM (8 days ago)
Author:
Peter A. Buhr <pabuhr@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

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

    r6cb3e5d r6f9f338  
    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 : Thu Mar 13 11:56:08 2025
     13// Update Count     : 831
    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#if __has_include( "gawkapi.h" )
     127#include <gawkapi.h>                                                                    // requires stdio.h, so appears after it
     128#endif
    127129#include <stdio_ext.h>
    128130#include <stdlib.h>
     
    140142#include <termio.h>
    141143#include <termios.h>
    142 // #include <term_entry.h>                                                              // conflicts with search.h on some machines
     144#include <term_entry.h>
    143145#include <tgmath.h>
    144 //#include <threads.h>                                                                  // does not exist
     146#include <threads.h>                                                                    // does not exist
    145147#include <thread_db.h>
    146148#include <time.h>
Note: See TracChangeset for help on using the changeset viewer.