2 # Rhapsody (Mac OS X Server) hints
3 # Wilfredo Sanchez <wsanchez@apple.com>
12 siteprefix='/usr/local';
13 vendorprefix='/usr/local'; usevendorprefix='define';
15 # 4BSD uses /usr/share/man, not /usr/man.
16 # Don't put man pages in /usr/lib; that's goofy.
17 man1dir='/usr/share/man/man1';
18 man3dir='/usr/share/man/man3';
20 # Where to put modules.
21 privlib='/System/Library/Perl';
22 sitelib='/Local/Library/Perl';
23 vendorlib='/Network/Library/Perl';
29 # Since we can build fat, the archname doesn't need the processor type
35 # Libc is in libsystem.
36 libc='/System/Library/Frameworks/System.framework/System';
41 # We have a prototype for telldir.
42 ccflags="${ccflags} -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE";
44 # Shared library extension is .dylib.
45 # Bundle extension is .bundle.
52 lddlflags="${ldflags} -bundle -undefined suppress";
53 ldlibpthname='DYLD_LIBRARY_PATH';
55 base_address='0x4be00000';