Diff for /embedaddon/readline/config.h.in between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2014/07/30 08:16:45 version 1.1.1.2, 2021/03/17 01:01:01
Line 1 Line 1
 /* config.h.in.  Maintained by hand. */  /* config.h.in.  Maintained by hand. */
   
   /* Template definitions for autoconf */
   #undef __EXTENSIONS__
   #undef _ALL_SOURCE
   #undef _GNU_SOURCE
   #undef _POSIX_SOURCE
   #undef _POSIX_1_SOURCE
   #undef _POSIX_PTHREAD_SEMANTICS
   #undef _TANDEM_SOURCE
   #undef _MINIX
   
 /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte  /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
    characters, even if the OS supports them. */     characters, even if the OS supports them. */
 #undef NO_MULTIBYTE_SUPPORT  #undef NO_MULTIBYTE_SUPPORT
   
 #undef _FILE_OFFSET_BITS  #undef _FILE_OFFSET_BITS
   
 /* Define if on MINIX.  */  
 #undef _MINIX  
   
 /* Define as the return type of signal handlers (int or void).  */  /* Define as the return type of signal handlers (int or void).  */
 #undef RETSIGTYPE  #undef RETSIGTYPE
   
Line 26 Line 33
 #undef volatile  #undef volatile
   
 #undef PROTOTYPES  #undef PROTOTYPES
   #undef __PROTOTYPES
   
 #undef __CHAR_UNSIGNED__  #undef __CHAR_UNSIGNED__
   
 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */  /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
 #undef STAT_MACROS_BROKEN  #undef STAT_MACROS_BROKEN
   
   /* Define if you have the chown function. */
   #undef HAVE_CHOWN
   
 /* Define if you have the fcntl function. */  /* Define if you have the fcntl function. */
 #undef HAVE_FCNTL  #undef HAVE_FCNTL
   
   /* Define if you have the fnmatch function. */
   #undef HAVE_FNMATCH
   
 /* Define if you have the getpwent function. */  /* Define if you have the getpwent function. */
 #undef HAVE_GETPWENT  #undef HAVE_GETPWENT
   
Line 77 Line 91
 /* Define if you have the memmove function. */  /* Define if you have the memmove function. */
 #undef HAVE_MEMMOVE  #undef HAVE_MEMMOVE
   
   /* Define if you have the pselect function.  */
   #undef HAVE_PSELECT
   
 /* Define if you have the putenv function.  */  /* Define if you have the putenv function.  */
 #undef HAVE_PUTENV  #undef HAVE_PUTENV
   
   /* Define if you have the readlink function.  */
   #undef HAVE_READLINK
   
 /* Define if you have the select function.  */  /* Define if you have the select function.  */
 #undef HAVE_SELECT  #undef HAVE_SELECT
   
Line 138 Line 158
 /* Define if you have the <langinfo.h> header file.  */  /* Define if you have the <langinfo.h> header file.  */
 #undef HAVE_LANGINFO_H  #undef HAVE_LANGINFO_H
   
   /* Define if you have the <libaudit.h> header file.  */
   #undef HAVE_LIBAUDIT_H
   
 /* Define if you have the <limits.h> header file.  */  /* Define if you have the <limits.h> header file.  */
 #undef HAVE_LIMITS_H  #undef HAVE_LIMITS_H
   
Line 150 Line 173
 /* Define if you have the <ndir.h> header file.  */  /* Define if you have the <ndir.h> header file.  */
 #undef HAVE_NDIR_H  #undef HAVE_NDIR_H
   
   /* Define if you have the <ncurses/termcap.h> header file.  */
   #undef HAVE_NCURSES_TERMCAP_H
   
 /* Define if you have the <pwd.h> header file.  */  /* Define if you have the <pwd.h> header file.  */
 #undef HAVE_PWD_H  #undef HAVE_PWD_H
   
Line 174 Line 200
 /* Define if you have the <sys/file.h> header file.  */  /* Define if you have the <sys/file.h> header file.  */
 #undef HAVE_SYS_FILE_H  #undef HAVE_SYS_FILE_H
   
   /* Define if you have the <sys/ioctl.h> header file.  */
   #undef HAVE_SYS_IOCTL_H
   
 /* Define if you have the <sys/ndir.h> header file.  */  /* Define if you have the <sys/ndir.h> header file.  */
 #undef HAVE_SYS_NDIR_H  #undef HAVE_SYS_NDIR_H
   
Line 244 Line 273
   
 #undef HAVE_GETPW_DECLS  #undef HAVE_GETPW_DECLS
   
#undef STRUCT_DIRENT_HAS_D_INO#undef HAVE_STRUCT_DIRENT_D_INO
   
#undef STRUCT_DIRENT_HAS_D_FILENO#undef HAVE_STRUCT_DIRENT_D_FILENO
 
 #undef HAVE_STRUCT_DIRENT_D_NAMLEN
   
 #undef HAVE_BSD_SIGNALS  #undef HAVE_BSD_SIGNALS
   

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


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