summaryrefslogtreecommitdiff
path: root/ace/config-mvs.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-13 22:30:13 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-13 22:30:13 +0000
commitc175ee2f2a33d511c55c00e8459690cfcf87b764 (patch)
tree429032cb2cd4bbebb73c11cd970274579ee1397c /ace/config-mvs.h
parent6884d0dc992c4bde5b048b8b9478736769fd77eb (diff)
downloadATCD-c175ee2f2a33d511c55c00e8459690cfcf87b764.tar.gz
foo
Diffstat (limited to 'ace/config-mvs.h')
-rw-r--r--ace/config-mvs.h8
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