|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /installd/perl588installer/perl-5.8.8/hints/ |
Upload File : |
# hints/gnu.sh # Last modified: Thu Dec 10 20:47:28 CET 1998 # Mark Kettenis <kettenis@phys.uva.nl> # libnsl is unusable on the Hurd. # XXX remove this once SUNRPC is implemented. set `echo X "$libswanted "| sed -e 's/ nsl / /' -e 's/ c / pthread /'` shift libswanted="$*" case "$optimize" in '') optimize='-O2' ;; esac # Flags needed to produce shared libraries. lddlflags='-shared' # Flags needed by programs that use dynamic linking. ccdlflags='-Wl,-E' # Debian bug #258618 ccflags='-D_GNU_SOURCE' # The following routines are only available as stubs in GNU libc. # XXX remove this once metaconf detects the GNU libc stubs. d_msgctl='undef' d_msgget='undef' d_msgrcv='undef' d_msgsnd='undef' d_semctl='undef' d_semget='undef' d_semop='undef' d_shmat='undef' d_shmctl='undef' d_shmdt='undef' d_shmget='undef'