~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to pc/config.h

  • Committer: Juergen Kahrs
  • Date: 2013-12-23 17:26:45 UTC
  • mfrom: (408.2.218)
  • Revision ID: git-v1:ee9707cc44eea3ca64cb71666ac3e8ed26a3bb7f
Merge remote-tracking branch 'origin/master' into cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
/* Define to 1 if you have the `grantpt' function. */
76
76
#undef HAVE_GRANTPT
77
77
 
 
78
/* Do we have history_list? */
 
79
#undef HAVE_HISTORY_LIST
 
80
 
78
81
/* Define if you have the iconv() function and it works. */
79
82
#undef HAVE_ICONV
80
83
 
426
429
#define PACKAGE_NAME "GNU Awk"
427
430
 
428
431
/* Define to the full name and version of this package. */
429
 
#define PACKAGE_STRING "GNU Awk 4.1.0"
 
432
#define PACKAGE_STRING "GNU Awk 4.1.0a"
430
433
 
431
434
/* Define to the one symbol short name of this package. */
432
435
#define PACKAGE_TARNAME "gawk"
435
438
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
436
439
 
437
440
/* Define to the version of this package. */
438
 
#define PACKAGE_VERSION "4.1.0"
 
441
#define PACKAGE_VERSION "4.1.0a"
439
442
 
440
443
/* Define to 1 if *printf supports %F format */
441
444
#undef PRINTF_HAS_F_FORMAT
497
500
 
498
501
 
499
502
/* Version number of package */
500
 
#define VERSION "4.1.0"
 
503
#define VERSION "4.1.0a"
501
504
 
502
505
/* Enable large inode numbers on Mac OS X 10.5.  */
503
506
#ifndef _DARWIN_USE_64_BIT_INODE