~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to vms/vms-conf.h

  • Committer: Arnold D. Robbins
  • Date: 2012-11-25 19:54:48 UTC
  • mfrom: (319.1.122)
  • Revision ID: git-v1:9a9ff61bbd952c1263b55f82a269da5b09289a6b
Merge branch 'master' into array-iface

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#define STACK_DIRECTION (-1)
46
46
#endif /*0*/
47
47
 
 
48
#include <bitypes.h>
 
49
#define INT32_MAX __INT32_MAX
 
50
#define INT32_MIN __INT32_MIN
 
51
 
48
52
/* dynamic loading is possible */
49
53
#undef DYNAMIC
50
54
 
545
549
/* Whether `time_t' is an unsigned type. */
546
550
#define TIME_T_UNSIGNED 1
547
551
 
 
552
/* Extension for shared libraries */
 
553
#define SHLIBEXT        "exe"
 
554
 
 
555
 
548
556
/*******************************/
549
557
/* Gawk configuration options. */
550
558
/*******************************/
561
569
 */
562
570
 
563
571
#define DEFPATH ".,/AWK_LIBRARY"
 
572
#define DEFLIBPATH ".,/AWK_LIBRARY"
564
573
#define ENVSEP  ','
565
574
 
566
575
/*