diff options
Diffstat (limited to 'ace/config-mvs.h')
-rw-r--r-- | ace/config-mvs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/config-mvs.h b/ace/config-mvs.h index ed12fa4f6c2..7ead2fc5488 100644 --- a/ace/config-mvs.h +++ b/ace/config-mvs.h @@ -6,10 +6,10 @@ // The following #defines are hacks to get around things // that seem to be missing or different in MVS land -#define MAXPATHLEN 1024 // sys/param.h not on MVS -#define NSIG 44 // missing from Signal.h -#define MAXHOSTNAMELEN 256 // missing form netdb.h -#define howmany __howmany // MVS uses different names than most others +#define MAXPATHLEN 1024 /* sys/param.h not on MVS */ +#define NSIG 44 /* missing from Signal.h */ +#define MAXHOSTNAMELEN 256 /* missing form netdb.h */ +#define howmany __howmany /* MVS uses different names than most others */ #define fd_mask __fd_mask #define MAXNAMLEN __DIR_NAME_MAX |