Skip to content

ifdef cleanup

Alan Coopersmith requested to merge alanc/xgc:unifdef into master

Get rid of a few unnecessary ifdefs that aren't used on the platforms we support today.

  • unifdef __UNIXOS2__
  • unifdef QNX4
  • Use autoconf instead of platform ifdefs to check for lrand48()
  • unifdef SYSV

Merge request reports