"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "trafshow-3.1/config.h.in" of archive trafshow-3.1.tgz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 /*
    2  *	Copyright (c) 1997 JSC Rinet, Novosibirsk, Russia
    3  *
    4  * Redistribution and use in source forms, with and without modification,
    5  * are permitted provided that this entire comment appears intact.
    6  * Redistribution in binary form may occur without any restrictions.
    7  *
    8  * THIS SOFTWARE IS PROVIDED ``AS IS'' WITHOUT ANY WARRANTIES OF ANY KIND.
    9  */
   10 
   11 /*
   12  * config.h.in -- template for config.h
   13  * Process this file with `./configure' to produce config.h
   14  * 	remember to edit config.h.in, not config.h
   15  */
   16 
   17 /*
   18  * The curses library definition.
   19  */
   20 
   21 /* Define if you have the slang curses library (-lslang) */
   22 #undef HAVE_SLCURSES
   23 
   24 /* Define if you have the ncurses library (-lncurses) */
   25 #undef HAVE_NCURSES
   26 
   27 /* Define if you have the curses library (-lcurses) */
   28 #undef HAVE_CURSES
   29 
   30 /* Define if your curses has a colors functions such as
   31    has_colors(), start_color(), init_pair(), attron(), attrset() */
   32 #undef HAVE_HAS_COLORS
   33 
   34 /* Define if your curses has the bkgd() function */
   35 #undef	HAVE_BKGD
   36 
   37 /* Define if your curses has the wbkgd() function */
   38 #undef	HAVE_WBKGD
   39 
   40 /* Define if your curses has the resizeterm() function */
   41 #undef HAVE_RESIZETERM
   42 
   43 /*
   44  * The system functions definition.
   45  */
   46 
   47 /* Define if you have the select() function */
   48 #undef HAVE_SELECT
   49 
   50 /* Define if you have the siginterrupt() function
   51    if defined than BSD else SYSV signal semantics */
   52 #undef HAVE_SIGINTERRUPT
   53 
   54 /* Define if you have the strcasecmp() function */
   55 #undef HAVE_STRCASECMP
   56 
   57 /*
   58  * The system header definition.
   59  */
   60 
   61 /* Define if you can safely include both <sys/time.h> and <time.h> */
   62 #undef TIME_WITH_SYS_TIME
   63 
   64 /* Define if you have the <net/slip.h> header file */
   65 #undef HAVE_NET_SLIP_H
   66 
   67 /* Define if you have the <sys/ioctl.h> header file */
   68 #undef HAVE_SYS_IOCTL_H
   69 
   70 /* Define if you have the <sys/mbuf.h> header file */
   71 #undef HAVE_SYS_MBUF_H
   72 
   73 /*
   74  * Miscellaneous definition.
   75  */
   76 
   77 /* Define if you have the u_int32_t typedef */
   78 #undef u_int32_t
   79 
   80 /* Define if unaligned memory access failed */
   81 #undef	LBL_ALIGN
   82 
   83 /* Define if words are stored with the most significant byte first */
   84 #undef	WORDS_BIGENDIAN
   85 
   86 /* fake for osf */
   87 #undef	__STDC__
   88 
   89 /*
   90  * How to get ARP table entries.
   91  */
   92 
   93 /* Define if your system has RTF_LLINFO available through sysctl call */
   94 #undef	HAVE_RTF_LLINFO
   95 
   96 /* Define if your system has /proc/net/arp file */
   97 #undef	HAVE_PROC_NET_ARP