ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/libobjects-0.1.19.tgz#/libobjects-0.1.19/config/config.nextcc.h

This is config.nextcc.h in view mode; [Download] [Up]

/* 
 * This file is used by configure.in.
 * Causes cpp error when running NeXT's cc.
 * No error when running gcc on a NeXT box.
 */

#if defined(NeXT)
  #if defined(_NEXT_SOURCE)
    "Not running NeXT's cc"
  #else
    "Running NeXT's cc"
    #error
  #endif
#else
  "Not running NeXT's cc"
#endif

/* This would be useful, but it isn't available in NS3.0:
   #if defined(NX_CURRENT_COMPILER_RELEASE) */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.