diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-13 22:30:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-13 22:30:13 +0000 |
commit | 9e055888020fb6e710ea0896d8b0cb7af42ce9e1 (patch) | |
tree | 429032cb2cd4bbebb73c11cd970274579ee1397c /ace/config-mvs.h | |
parent | 695862786e2f4912812661a83ad338584d8351bb (diff) | |
download | ATCD-9e055888020fb6e710ea0896d8b0cb7af42ce9e1.tar.gz |
foo
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 |