#17198: dbus: error: `_SC_GETPW_R_SIZE_MAX' undeclared (first use in this function) --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: dbus | --------------------------------------+------------------------------------- Comment(by blb@macports.org): It looks like 10.3 only has a subset of the sysconf() definitions that are present on 10.4+. 10.3 only goes through _SC_AIO_PRIO_DELTA_MAX at 44 (and skips some on its way to 44), 10.4 goes to 125 with fewer skips, and 10.5 adds a few more defines. -- Ticket URL: <http://trac.macports.org/ticket/17198#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS