I checked a little ... NEARDATA is defined in config1.h and is only used on the AmigaOS platform. In this case, this means that the data segment (where global and static variables are stored) is referenced by the compiler relative to the CPU register.
Specifies that STATIC_* also platform dependent.
Thus, these are all platform-specific things defined using the pre-processor #define construct to ensure that the source is built on different platforms.
source share