/* * Copyright (c) 1997 JSC Rinet, Novosibirsk, Russia * * Redistribution and use in source forms, with and without modification, * are permitted provided that this entire comment appears intact. * Redistribution in binary form may occur without any restrictions. * * THIS SOFTWARE IS PROVIDED ``AS IS'' WITHOUT ANY WARRANTIES OF ANY KIND. */ /* * config.h.in -- template for config.h * Process this file with `./configure' to produce config.h * remember to edit config.h.in, not config.h */ /* * The curses library definition. */ /* Define if you have the slang curses library (-lslang) */ #undef HAVE_SLCURSES /* Define if you have the ncurses library (-lncurses) */ #undef HAVE_NCURSES /* Define if you have the curses library (-lcurses) */ #undef HAVE_CURSES /* Define if your curses has a colors functions such as has_colors(), start_color(), init_pair(), attron(), attrset() */ #undef HAVE_HAS_COLORS /* Define if your curses has the bkgd() function */ #undef HAVE_BKGD /* Define if your curses has the wbkgd() function */ #undef HAVE_WBKGD /* Define if your curses has the resizeterm() function */ #undef HAVE_RESIZETERM /* * The system functions definition. */ /* Define if you have the select() function */ #undef HAVE_SELECT /* Define if you have the siginterrupt() function if defined than BSD else SYSV signal semantics */ #undef HAVE_SIGINTERRUPT /* Define if you have the strcasecmp() function */ #undef HAVE_STRCASECMP /* * The system header definition. */ /* Define if you can safely include both and */ #undef TIME_WITH_SYS_TIME /* Define if you have the header file */ #undef HAVE_NET_SLIP_H /* Define if you have the header file */ #undef HAVE_SYS_IOCTL_H /* Define if you have the header file */ #undef HAVE_SYS_MBUF_H /* * Miscellaneous definition. */ /* Define if you have the u_int32_t typedef */ #undef u_int32_t /* Define if unaligned memory access failed */ #undef LBL_ALIGN /* Define if words are stored with the most significant byte first */ #undef WORDS_BIGENDIAN /* fake for osf */ #undef __STDC__ /* * How to get ARP table entries. */ /* Define if your system has RTF_LLINFO available through sysctl call */ #undef HAVE_RTF_LLINFO /* Define if your system has /proc/net/arp file */ #undef HAVE_PROC_NET_ARP