Diff for /embedaddon/libiconv/libcharset/config.h.in between versions 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2012/02/21 22:57:48 version 1.1.1.3, 2021/03/17 13:38:46
Line 1 Line 1
 /* config.h.in.  Generated from configure.ac by autoheader.  */  /* config.h.in.  Generated from configure.ac by autoheader.  */
   
/* Define to 1 if the package shall run at any location in the filesystem. *//* Define to 1 if the package shall run at any location in the file system. */
 #undef ENABLE_RELOCATABLE  #undef ENABLE_RELOCATABLE
   
   /* Define to 1 if you have the `copy_file_range' function. */
   #undef HAVE_COPY_FILE_RANGE
   
 /* 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
   
Line 12 Line 15
 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */  /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
 #undef HAVE_LANGINFO_CODESET  #undef HAVE_LANGINFO_CODESET
   
   /* Define to 1 if you have the <mach-o/dyld.h> header file. */
   #undef HAVE_MACH_O_DYLD_H
   
 /* 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 30 Line 36
 /* 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 to 1 if you have the `symlink' function. */
   #undef HAVE_SYMLINK
   
 /* Define to 1 if you have the <sys/stat.h> header file. */  /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H  #undef HAVE_SYS_STAT_H
   
Line 43 Line 52
    declarations. */     declarations. */
 #undef HAVE_VISIBILITY  #undef HAVE_VISIBILITY
   
   /* Define to 1 if O_NOATIME works. */
   #undef HAVE_WORKING_O_NOATIME
   
   /* Define to 1 if O_NOFOLLOW works. */
   #undef HAVE_WORKING_O_NOFOLLOW
   
   /* Define to 1 if you have the `_NSGetExecutablePath' function. */
   #undef HAVE__NSGETEXECUTABLEPATH
   
 /* Define to the value of ${prefix}, as a string. */  /* Define to the value of ${prefix}, as a string. */
 #undef INSTALLPREFIX  #undef INSTALLPREFIX
   
/* Define to the sub-directory in which libtool stores uninstalled libraries./* Define to the sub-directory where libtool stores uninstalled libraries. */
   */ 
 #undef LT_OBJDIR  #undef LT_OBJDIR
   
 /* Define to the address where bug reports for this package should be sent. */  /* Define to the address where bug reports for this package should be sent. */
Line 61 Line 78
   
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME  #undef PACKAGE_TARNAME
   
   /* Define to the home page for this package. */
   #undef PACKAGE_URL
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #undef PACKAGE_VERSION  #undef PACKAGE_VERSION

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


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