Diff for /embedaddon/mtr/config.h.in between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2016/11/01 09:33:48 version 1.1.1.3, 2019/10/21 14:25:31
Line 6 Line 6
 /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */  /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
 #undef HAVE_ARPA_NAMESER_COMPAT_H  #undef HAVE_ARPA_NAMESER_COMPAT_H
   
/* Define to 1 if you have the `attron' function. *//* Define if a curses library available */
#undef HAVE_ATTRON#undef HAVE_CURSES
   
 /* Define to 1 if you have the <cursesX.h> header file. */  /* Define to 1 if you have the <cursesX.h> header file. */
 #undef HAVE_CURSESX_H  #undef HAVE_CURSESX_H
Line 19 Line 19
    */     */
 #undef HAVE_DECL_ERRNO  #undef HAVE_DECL_ERRNO
   
   /* Define to 1 if you have the <error.h> header file. */
   #undef HAVE_ERROR_H
   
 /* Define to 1 if you have the `fcntl' function. */  /* Define to 1 if you have the `fcntl' function. */
 #undef HAVE_FCNTL  #undef HAVE_FCNTL
   
 /* Define to 1 if you have the <fcntl.h> header file. */  /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H  #undef HAVE_FCNTL_H
   
   /* Define if libc has getopt_long */
   #undef HAVE_GETOPT
   
   /* Define if gtk+-2.0 library available */
   #undef HAVE_GTK
   
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
   
/* Define to 1 if you have the `curses' library (-lcurses). *//* Define when ipinfo lookups are in use */
#undef HAVE_LIBCURSES#undef HAVE_IPINFO
   
/* Define to 1 if you have the `cursesX' library (-lcursesX). *//* Define to 1 if you have the `cap' library (-lcap). */
#undef HAVE_LIBCURSESX#undef HAVE_LIBCAP
   
 /* Define to 1 if you have the `m' library (-lm). */  /* Define to 1 if you have the `m' library (-lm). */
 #undef HAVE_LIBM  #undef HAVE_LIBM
   
 /* Define to 1 if you have the `ncurses' library (-lncurses). */  
 #undef HAVE_LIBNCURSES  
   
 /* Define to 1 if you have the `nsl' library (-lnsl). */  /* Define to 1 if you have the `nsl' library (-lnsl). */
 #undef HAVE_LIBNSL  #undef HAVE_LIBNSL
   
 /* Define to 1 if you have the `socket' library (-lsocket). */  /* Define to 1 if you have the `socket' library (-lsocket). */
 #undef HAVE_LIBSOCKET  #undef HAVE_LIBSOCKET
   
/* Define to 1 if you have the `termcap' library (-ltermcap). *//* Define to 1 if you have the <linux/icmp.h> header file. */
#undef HAVE_LIBTERMCAP#undef HAVE_LINUX_ICMP_H
   
 /* Define to 1 if you have the `tinfo' library (-ltinfo). */  
 #undef HAVE_LIBTINFO  
   
 /* Define to 1 if you have the <memory.h> header file. */  /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H  #undef HAVE_MEMORY_H
   
Line 61 Line 64
 /* Define to 1 if you have the <ncurses.h> header file. */  /* Define to 1 if you have the <ncurses.h> header file. */
 #undef HAVE_NCURSES_H  #undef HAVE_NCURSES_H
   
/* Define to 1 if you have the `seteuid' function. *//* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_SETEUID#undef HAVE_NETINET_IN_H
   
 /* Define to 1 if you have the <socket.h> header file. */  /* Define to 1 if you have the <socket.h> header file. */
 #undef HAVE_SOCKET_H  #undef HAVE_SOCKET_H
Line 73 Line 76
 /* Define to 1 if you have the <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
   
   /* Define to 1 if you have the <stdio_ext.h> header file. */
   #undef HAVE_STDIO_EXT_H
   
 /* Define to 1 if you have the <stdlib.h> header file. */  /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H  #undef HAVE_STDLIB_H
   
Line 82 Line 88
 /* Define to 1 if you have the <string.h> header file. */  /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H  #undef HAVE_STRING_H
   
/* Define if you have struct in_addr *//* Define to 1 if you have the <sys/cdefs.h> header file. */
#undef HAVE_STRUCT_INADDR#undef HAVE_SYS_CDEFS_H
   
   /* Define to 1 if you have the <sys/limits.h> header file. */
   #undef HAVE_SYS_LIMITS_H
   
 /* Define to 1 if you have the <sys/socket.h> header file. */  /* Define to 1 if you have the <sys/socket.h> header file. */
 #undef HAVE_SYS_SOCKET_H  #undef HAVE_SYS_SOCKET_H
   
Line 97 Line 106
 /* Define to 1 if you have the <sys/xti.h> header file. */  /* Define to 1 if you have the <sys/xti.h> header file. */
 #undef HAVE_SYS_XTI_H  #undef HAVE_SYS_XTI_H
   
   /* Define to 1 if the system has the type `time_t'. */
   #undef HAVE_TIME_T
   
 /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
   
/* Define if struct __res_state_ext needs to be defined. *//* Define to 1 if you have the <values.h> header file. */
#undef NEED_RES_STATE_EXT#undef HAVE_VALUES_H
   
/* Define if you don't have the curses libraries available. *//* Define to 1 if you have the `verr' function. */
#undef NO_CURSES#undef HAVE_VERR
   
/* Define if you don't have the GTK+ libraries available. *//* Define to 1 if you have the `verrx' function. */
#undef NO_GTK#undef HAVE_VERRX
   
/* Define if you don't have the herror() function available. *//* Define to 1 if you have the `vwarn' function. */
#undef NO_HERROR#undef HAVE_VWARN
   
/* Define to disable ipinfo lookup *//* Define to 1 if you have the `vwarnx' function. */
#undef NO_IPINFO#undef HAVE_VWARNX
   
/* Define if you don't have the strerror() function available. *//* Define to 1 if you have the `__fpending' function. */
#undef NO_STRERROR#undef HAVE___FPENDING
   
 /* Name of package */  /* Name of package */
 #undef PACKAGE  #undef PACKAGE
Line 154 Line 166
 /* Define to 1 if you have the ANSI C header files. */  /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS  #undef STDC_HEADERS
   
   /* Enable extensions on AIX 3, Interix.  */
   #ifndef _ALL_SOURCE
   # undef _ALL_SOURCE
   #endif
   /* Enable GNU extensions on systems that have them.  */
   #ifndef _GNU_SOURCE
   # undef _GNU_SOURCE
   #endif
   /* Enable threading extensions on Solaris.  */
   #ifndef _POSIX_PTHREAD_SEMANTICS
   # undef _POSIX_PTHREAD_SEMANTICS
   #endif
   /* Enable extensions on HP NonStop.  */
   #ifndef _TANDEM_SOURCE
   # undef _TANDEM_SOURCE
   #endif
   /* Enable general extensions on Solaris.  */
   #ifndef __EXTENSIONS__
   # undef __EXTENSIONS__
   #endif
   
   
 /* Version number of package */  /* Version number of package */
 #undef VERSION  #undef VERSION
   
   /* Define to 1 if on MINIX. */
   #undef _MINIX
   
   /* Define to 2 if the system does not provide POSIX.1 features except with
      this defined. */
   #undef _POSIX_1_SOURCE
   
   /* Define to 1 if you need to in order for `stat' and other things to work. */
   #undef _POSIX_SOURCE

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>