/* config.h.in. */ /* Define to empty if the keyword does not work. */ #undef const /* Define if you don't have vprintf but do have _doprnt. */ #undef HAVE_DOPRNT /* Define if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H /* Define if you have the vprintf function. */ #undef HAVE_VPRINTF /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you have the select function. */ #undef HAVE_SELECT /* Define if you have the strstr function. */ #undef HAVE_STRSTR /* Define if you have the header file. */ #undef HAVE_MALLOC_H /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if you have the header file. */ #undef HAVE_NCURSES_H /* Name of package */ #undef PACKAGE /* Version number of package */ #undef VERSION /* GRRRRRRRRRRRRRR! * Rajo toto mi povedz. Vzdy si sem budem musiet cosi dopisovat aby mi vobec nieco fungovalo?! * Nabuduce si dam, #define FUNGUJ_VSETKO 111111 a mozno to pomoze. * ANo! Trvalo mi asi 30minut kym som pochopil, ze tuto <>inu sem treba dat. * Mimcohodom, nemal by to sem davat ./configure skript? No ved ale to je jedno, * ved ja nemam problem to sem dopisat. Len o tom musim vediet! */ #define HAVE_NCURSES_H 1 /* Define if you have and will menu */ #if defined(HAVE_NCURSES_H) && HAVE_MENU # define MENU 1 #else # define MENU 0 #endif