#!/bin/sh
#
# getPlatformDefines - flags to be passed to pre-processor to toggle features
#			specific to the current platform/version ...
#


# In this release we change to using the system 5.4 mechanism for loading
# process info, i.e. reading vs. ioctrl. This also means the LWP info
# is used to determin some fields.

echo "-DSOLARIS -DSOLARIS_7 -DSVR4_MP"
