| Age | Commit message (Collapse) | Author |
|
disable pam_fail_delay() only is available starting with Mac
OS X 10.6; but we use the 10.5 SDK for campatibility, so don't use
this function at all when building using Xcode.
|
|
And update static Mac OS X config.h used by the Xcode project.
|
|
Adjust Xcode project and Mac OS X static config.h header to use PAM.
|
|
|
|
Change VERSION to include the __DATE__ when compiling from within Xcode.
When building using "make xcode" or "make osxpkg" VERSION already is defined
to the "real" version number set in configure.in.
|
|
|
|
- make target "xcode" now detects the release number stored in the
configure.in file and passes it to Xcode.
- new make target "xcode-clean" which removes all files generated by
"make xcode" and removes the Xcode build directory.
|
|
|
|
|
|
Allow building of ngIRCd using Xcode 3 without running ./configure.
|