Skip to content

ifdef cleanup

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

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

  • unifdef __hpux
  • unifdef hpux
  • unifdef __UNIXWARE__
  • unifdef SCO325
  • Remove ifdefs for non-Solaris SysV systems
  • unifdef _AIX

Merge request reports