Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/include/includes.cfa

    re6bb667 rc14d91a  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue May 10 16:36:44 2022
    13 // Update Count     : 776
     12// Last Modified On : Thu Feb  3 22:06:07 2022
     13// Update Count     : 774
    1414//
    1515
     
    3232#include <crypt.h>
    3333#include <ctype.h>
    34 #if __has_include( "curses.h" )
    35 #include <curses.h>                                                                             // may not be installed
    36 #endif
     34//#include <curses.h>                                                                           // may not be installed
    3735#include <dirent.h>
    3836#include <dlfcn.h>
     
    4341#include <errno.h>
    4442#include <error.h>
    45 #if __has_include( "eti.h" )
    46 #include <eti.h>                                                                                // may not be installed, comes with ncurses
    47 #endif
     43//#include <eti.h>                                                                              // may not be installed, comes with ncurses
    4844#include <execinfo.h>
    4945#include <expat.h>
     
    5450#include <fmtmsg.h>
    5551#include <fnmatch.h>
    56 #if __has_include( "form.h" )
    57 #include <form.h>                                                                               // may not be installed, comes with ncurses
    58 #endif
     52//#include <form.h>                                                                             // may not be installed, comes with ncurses
    5953#include <fstab.h>
    6054#include <fts.h>
     
    8478#include <mcheck.h>
    8579#include <memory.h>
    86 #if __has_include( "menu.h" )
    87 #include <menu.h>                                                                               // may not be installed, comes with ncurses
    88 #endif
     80//#include <menu.h>                                                                             // may not be installed, comes with ncurses
    8981#include <mntent.h>
    9082#include <monetary.h>
    9183#include <mqueue.h>
    92 #if __has_include( "ncurses_dll.h" )
    93 #include <ncurses_dll.h>                                                                // may not be installed, comes with ncurses
    94 #endif
     84//#include <ncurses_dll.h>                                                              // may not be installed, comes with ncurses
    9585#include <netdb.h>
    9686#include <nl_types.h>
    9787#include <nss.h>
    9888#include <obstack.h>
    99 #if __has_include( "panel.h" )
    100 #include <panel.h>                                                                              // may not be installed, comes with ncurses
    101 #endif
     89//#include <panel.h>                                                                            // may not be installed, comes with ncurses
    10290#include <paths.h>
    10391#include <poll.h>
     
    130118#include <syslog.h>
    131119#include <tar.h>
    132 #if __has_include( "term.h" )
    133 #include <term.h>                                                                               // may not be installed, comes with ncurses
    134 #include <termcap.h>                                                                    // may not be installed, comes with ncurses
    135 #endif
     120//#include <term.h>                                                                             // may not be installed, comes with ncurses
     121//#include <termcap.h>                                                                  // may not be installed, comes with ncurses
    136122#include <termio.h>
    137123#include <termios.h>
     
    145131#include <ucontext.h>
    146132#include <ulimit.h>
    147 #if __has_include( "unctrl.h" )
    148 #include <unctrl.h>                                                                             // may not be installed, comes with ncurses
    149 #endif
     133//#include <unctrl.h>                                                                           // may not be installed, comes with ncurses
    150134#include <unistd.h>
    151135#include <utime.h>
Note: See TracChangeset for help on using the changeset viewer.