[BACK]Return to config.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / usr.bin / common / arch / vax

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/usr.bin/common/arch/vax/config.h between version 1.5 and 1.5.2.1

version 1.5, 2018/04/14 17:53:12 version 1.5.2.1, 2020/04/08 14:06:20
Line 1 
Line 1 
 /* This file is automatically generated.  DO NOT EDIT! */  /* This file is automatically generated.  DO NOT EDIT! */
 /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */  /* Generated from: NetBSD: mknative-binutils,v 1.11 2018/11/08 02:08:35 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */  /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
   
 /* config.h.  Generated from config.in by configure.  */  /* config.h.  Generated from config.in by configure.  */
 /* config.in.  Generated from configure.ac by autoheader.  */  /* config.in.  Generated from configure.ac by autoheader.  */
Line 40 
Line 40 
    */     */
 /* #undef HAVE_ALLOCA_H */  /* #undef HAVE_ALLOCA_H */
   
   /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
      don't. */
   #define HAVE_DECL_ASPRINTF 1
   
 /* Define to 1 if you have the declaration of `environ', and to 0 if you  /* Define to 1 if you have the declaration of `environ', and to 0 if you
    don't. */     don't. */
 #define HAVE_DECL_ENVIRON 0  #define HAVE_DECL_ENVIRON 0
Line 202 
Line 206 
 #define PACKAGE_NAME "binutils"  #define PACKAGE_NAME "binutils"
   
 /* Define to the full name and version of this package. */  /* Define to the full name and version of this package. */
 #define PACKAGE_STRING "binutils 2.27"  #define PACKAGE_STRING "binutils 2.31.1"
   
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "binutils"  #define PACKAGE_TARNAME "binutils"
Line 211 
Line 215 
 #define PACKAGE_URL ""  #define PACKAGE_URL ""
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #define PACKAGE_VERSION "2.27"  #define PACKAGE_VERSION "2.31.1"
   
 /* The size of `long', as computed by sizeof. */  /* The size of `long', as computed by sizeof. */
 #define SIZEOF_LONG 4  #define SIZEOF_LONG 4
Line 265 
Line 269 
   
   
 /* Version number of package */  /* Version number of package */
 #define VERSION "2.27"  #define VERSION "2.31.1"
   
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a  /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */     `char[]'. */
 #define YYTEXT_POINTER 1  #define YYTEXT_POINTER 1
   
   /* Enable large inode numbers on Mac OS X 10.5.  */
   #ifndef _DARWIN_USE_64_BIT_INODE
   # define _DARWIN_USE_64_BIT_INODE 1
   #endif
   
 /* Number of bits in a file offset, on hosts where this is settable. */  /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */  /* #undef _FILE_OFFSET_BITS */
   
Line 286 
Line 295 
   
 /* Define to 1 if you need to in order for `stat' and other things to work. */  /* Define to 1 if you need to in order for `stat' and other things to work. */
 /* #undef _POSIX_SOURCE */  /* #undef _POSIX_SOURCE */
   
   /* Define to `unsigned int' if <sys/types.h> does not define. */
   /* #undef size_t */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

CVSweb <webmaster@jp.NetBSD.org>