Ignore:
Timestamp:
May 29, 2009, 9:57:41 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Fix for Ticket #85 (by diver) in 3.3 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/config.status

    r206 r239  
    364364gives unlimited permission to copy, distribute and modify it."
    365365
    366 ac_pwd='U:/DEV/samba-3.3.0/source'
     366ac_pwd='U:/Develop/Samba/samba-3.3.x/source'
    367367srcdir='.'
    368368INSTALL='u:/bin/install.exe'
     
    553553S["LTLIBOBJS"]=""
    554554S["SMBD_LIBS"]=""
    555 S["DEVELOPER_CFLAGS"]="-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Wdeclaration-after-statement -Werror-implicit-function-"\
    556 "declaration"
     555S["DEVELOPER_CFLAGS"]="-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Werror-implicit-function-declaration"
    557556S["GPEXT_MODULES"]=""
    558557S["GPEXT_STATIC"]=""
     
    658657S["BROKEN_CC"]="#"
    659658S["AR"]="ar.exe"
    660 S["PERL"]="u:/perl5/bin/perl.exe"
     659S["PERL"]="u:/Perl/bin/perl.exe"
    661660S["AWK"]="gawk"
    662661S["SWAT_INSTALL_TARGETS"]="installswat"
     
    707706S["SHLIBEXT"]="shared_libraries_disabled"
    708707S["RELRO_LDFLAGS"]=""
    709 S["PIE_LDFLAGS"]="-pie"
    710 S["PIE_CFLAGS"]="-fPIE"
    711 S["PICFLAG"]="-fPIE"
     708S["PIE_LDFLAGS"]=""
     709S["PIE_CFLAGS"]=""
     710S["PICFLAG"]=""
    712711S["HOST_OS"]="os2-emx"
    713712S["DSO_EXPORTS"]=""
     
    732731S["INSTALL_SCRIPT"]="${INSTALL}"
    733732S["INSTALL_PROGRAM"]="${INSTALL}"
    734 S["EGREP"]="u:/moztools/grep.exe -E"
    735 S["GREP"]="u:/moztools/grep.exe"
     733S["EGREP"]="U:/EMX/bin/grep.exe -E"
     734S["GREP"]="U:/EMX/bin/grep.exe"
    736735S["CPP"]="gcc -E"
    737736S["OBJEXT"]="o"
     
    739738S["ac_ct_CC"]="gcc"
    740739S["CPPFLAGS"]=" -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt"
    741 S["LDFLAGS"]="-Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem -D__ST_MT_ERRNO__ -s"
     740S["LDFLAGS"]="-Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s"
    742741S["CFLAGS"]=" -O -D_SAMBA_BUILD_=3"
    743742S["CC"]="gcc"
     
    771770S["LIBREPLACEOBJ"]="replace.o snprintf.o getpass.o timegm.o  getaddrinfo.o getifaddrs.o"
    772771S["libreplacedir"]="./lib/replace"
    773 S["builddir"]="U:/DEV/samba-3.3.0/source"
     772S["builddir"]="U:/Develop/Samba/samba-3.3.x/source"
    774773S["target_alias"]=""
    775774S["host_alias"]=""
     
    10991098D["HAVE_SETRESUID"]=" 1"
    11001099D["HAVE_SETRESGID"]=" 1"
    1101 D["HAVE_READLINE_H"]=" 1"
    1102 D["HAVE_HISTORY_H"]=" 1"
    11031100D["HAVE_READLINE_READLINE_H"]=" 1"
    11041101D["HAVE_READLINE_HISTORY_H"]=" 1"
    1105 D["HAVE_READLINE_H"]=" 1"
     1102D["HAVE_READLINE_READLINE_H"]=" 1"
    11061103D["HAVE_LIBREADLINE"]=" 1"
    11071104D["HAVE_NEW_LIBREADLINE"]=" 1"
     
    12551252D["BROKEN_NISPLUS_INCLUDE_FILES"]=" 1"
    12561253D["REALPATH_TAKES_NULL"]=" 1"
    1257 D["HAVE_LDAP_H"]=" 1"
    1258 D["HAVE_LBER_H"]=" 1"
    1259 D["HAVE_BER_SCANF"]=" 1"
    1260 D["HAVE_LIBLBER"]=" 1"
    1261 D["HAVE_BER_SOCKBUF_ADD_IO"]=" 1"
    1262 D["HAVE_LDAP_SASL_WRAPPING"]=" 1"
    1263 D["HAVE_LBER_LOG_PRINT_FN"]=" 1"
    1264 D["LDAP_SET_REBIND_PROC_ARGS"]=" 3"
    12651254D["HAVE_CRYPT"]=" 1"
    12661255D["WITH_UTMP"]=" 1"
Note: See TracChangeset for help on using the changeset viewer.