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

version 1.1.1.1, 2017/01/24 14:48:55 version 1.1.1.2, 2021/03/17 00:49:17
Line 4 Line 4
    language is requested. */     language is requested. */
 #undef ENABLE_NLS  #undef ENABLE_NLS
   
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
    CoreFoundation framework. */     CoreFoundation framework. */
 #undef HAVE_CFLOCALECOPYCURRENT  #undef HAVE_CFLOCALECOPYCURRENT
   
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
    the CoreFoundation framework. */     the CoreFoundation framework. */
 #undef HAVE_CFPREFERENCESCOPYAPPVALUE  #undef HAVE_CFPREFERENCESCOPYAPPVALUE
   
Line 19 Line 19
 /* Define to 1 if you have the <dlfcn.h> header file. */  /* Define to 1 if you have the <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H  #undef HAVE_DLFCN_H
   
   /* Define to 1 if you have the `fmemopen' function. */
   #undef HAVE_FMEMOPEN
   
   /* Define to 1 if you have the `funopen' function. */
   #undef HAVE_FUNOPEN
   
 /* Define if the GNU gettext() function is already present or preinstalled. */  /* Define if the GNU gettext() function is already present or preinstalled. */
 #undef HAVE_GETTEXT  #undef HAVE_GETTEXT
   
/* Define if you have the iconv() function. *//* Define if you have the iconv() function and it works. */
 #undef HAVE_ICONV  #undef HAVE_ICONV
   
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
Line 31 Line 37
 /* 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
   
   /* Define to 1 if you have the `reallocarray' function. */
   #undef HAVE_REALLOCARRAY
   
   /* Define to 1 if you have the `setenv' function. */
   #undef HAVE_SETENV
   
 /* 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
   
Line 61 Line 73
 /* 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 to the sub-directory in which libtool stores uninstalled libraries./* Define to 1 if you have the `unsetenv' function. */
   */#undef HAVE_UNSETENV
 
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
 /* Define to 1 if you have the `_putenv' function. */
 #undef HAVE__PUTENV
 
 /* Define to the sub-directory where libtool stores uninstalled libraries. */
 #undef LT_OBJDIR  #undef LT_OBJDIR
   
 /* Name of package */  /* Name of package */

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


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