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


#OS=`uname -s`
#OS_VERSION=`uname -r`
#ARCH=`uname -m`
#MACHINE_NAME=`uname -n`

# Here we return nothing as we don't know if any are needed. This file
# should be overridden by another if needed.
