diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-12 23:13:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-12 23:13:16 +0200 |
commit | cafbb82185c4a5fc2608975c048d66017456a038 (patch) | |
tree | 916adf5fa6bab4c90a465b037a6b8bc05cdef1de /vms/vms-conf.h | |
parent | 3b0ec209b9630bd4f8689a4ecc5544c419ebd259 (diff) | |
download | egawk-cafbb82185c4a5fc2608975c048d66017456a038.tar.gz egawk-cafbb82185c4a5fc2608975c048d66017456a038.tar.bz2 egawk-cafbb82185c4a5fc2608975c048d66017456a038.zip |
Initial changes for VMS building.
Diffstat (limited to 'vms/vms-conf.h')
-rw-r--r-- | vms/vms-conf.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vms/vms-conf.h b/vms/vms-conf.h index 59abd5de..3aee5ca6 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -233,7 +233,7 @@ #define HAVE_STDDEF_H 1 /* Define to 1 if you have the <stdint.h> header file. */ -#undef HAVE_STDINT_H +#define HAVE_STDINT_H 1 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares uintmax_t. */ @@ -545,6 +545,10 @@ /* Whether `time_t' is an unsigned type. */ #define TIME_T_UNSIGNED 1 +/* Extension for shared libraries */ +#define SHLIBEXT "exe" + + /*******************************/ /* Gawk configuration options. */ /*******************************/ @@ -561,6 +565,7 @@ */ #define DEFPATH ".,/AWK_LIBRARY" +#define DEFLIBPATH ".,/AWK_LIBRARY" #define ENVSEP ',' /* |