aboutsummaryrefslogtreecommitdiff
path: root/dist/etc/vc-8.0/config-max.nmake
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-14 14:58:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-14 14:58:52 +0200
commit268bfd5fec8a62a576989c947ef84f7c33f686d0 (patch)
tree20f3d0cffd9b7ac269f5022669c1ade60d28f623 /dist/etc/vc-8.0/config-max.nmake
parentbc0f8883a4dca05e56d38ad7f113193117ced69d (diff)
Add VxWorks to the note for XDR support
Diffstat (limited to 'dist/etc/vc-8.0/config-max.nmake')
-rw-r--r--dist/etc/vc-8.0/config-max.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/etc/vc-8.0/config-max.nmake b/dist/etc/vc-8.0/config-max.nmake
index dba7bcb..3d20d3c 100644
--- a/dist/etc/vc-8.0/config-max.nmake
+++ b/dist/etc/vc-8.0/config-max.nmake
@@ -109,7 +109,7 @@ XSDE_CDR = n
# object model to the XDR (eXternal Data Representation) binary format.
# This functionality requires the XDR API which is available out of the
# box on most POSIX systems as part of Sun RPC. On some systems (e.g.,
-# (Linux, Mac OS X, iPhone OS) this API is part of libc in which case
+# (Linux, VxWorks, iPhone OS) this API is part of libc in which case
# you don't need to link anything extra. On other platforms, the XDR
# API may require linking to another library (which you can add to the
# LIBS variable above), such as -lrpc (QNX, LynxOS) or -lnsl. On non-