Skip to content

ifdef cleanup

Alan Coopersmith requested to merge alanc/libxaw3d:ifdef into master

Get rid of a lot of unnecessary ifdefs that just make the code harder to understand and aren't used on the platforms we support today.

  • unifdef NCR
  • unifdef sony
  • unifdef AIXV3
  • unifdef __osf__
  • unifdef __UNIXOS2__
  • Remove unused sharedlib.c
  • unifdef macII
  • unifdef ISC

Merge request reports