~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to pc/config.h

  • Committer: Arnold D. Robbins
  • Date: 2021-10-28 18:05:03 UTC
  • mfrom: (1472.3.20)
  • Revision ID: git-v1:642c56e04516457c9a0c49934be8441394da1ce5
Merge branch 'gawk-5.1-stable'

Show diffs side-by-side

added added

removed removed

Lines of Context:
473
473
#define PACKAGE_NAME "GNU Awk"
474
474
 
475
475
/* Define to the full name and version of this package. */
476
 
#define PACKAGE_STRING "GNU Awk 5.1.1f"
 
476
#define PACKAGE_STRING "GNU Awk 5.1.1"
477
477
 
478
478
/* Define to the one symbol short name of this package. */
479
479
#define PACKAGE_TARNAME "gawk"
482
482
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
483
483
 
484
484
/* Define to the version of this package. */
485
 
#define PACKAGE_VERSION "5.1.1f"
 
485
#define PACKAGE_VERSION "5.1.1"
486
486
 
487
487
/* Define to 1 if *printf supports %a format */
488
488
#define PRINTF_HAS_A_FORMAT 1
608
608
 
609
609
 
610
610
/* Version number of package */
611
 
#define VERSION "5.1.1f"
 
611
#define VERSION "5.1.1"
612
612
 
613
613
/* Number of bits in a file offset, on hosts where this is settable. */
614
614
#undef _FILE_OFFSET_BITS