Changeset 239 for branches


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

Location:
branches/samba-3.3.x
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/examples/libsmbclient/Makefile.internal

    r206 r239  
    1919FLAGS =  -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt  -O -D_SAMBA_BUILD_=3 $(GTK_CFLAGS) $(SAMBA_INCLUDES)
    2020
    21 PICFLAG=-fPIE
    22 LDFLAGS= $(SAMBA_LIBPATH) -pie -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem -D__ST_MT_ERRNO__ -s
     21PICFLAG=
     22LDFLAGS= $(SAMBA_LIBPATH)  -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s
    2323
    2424EXTERNAL_LIBS =   
  • branches/samba-3.3.x/source/Makefile

    r206 r239  
    2020smbtorture4_path=
    2121
    22 LIBS=
     22LIBS=-lsocket -lsyslog -lurpo
    2323CC=gcc
    2424SHLD=shared-libraries-disabled
     
    3737# (GCC) warnings. This is done automtically for --enable-developer,
    3838# --enable-picky-developer and --enable-krb5developer.
    39 DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Wdeclaration-after-statement -Werror-implicit-function-declaration
     39DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Werror-implicit-function-declaration
    4040CFLAGS= -O -D_SAMBA_BUILD_=3
    4141CPPFLAGS=-DHAVE_CONFIG_H  -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt
     
    4343EXEEXT=.exe
    4444AR=ar.exe
    45 LDSHFLAGS=shared-libraries-disabled  -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem -D__ST_MT_ERRNO__ -s
    46 LDFLAGS=-pie  -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem -D__ST_MT_ERRNO__ -s
    47 
    48 WINBIND_NSS_LDSHFLAGS=shared-libraries-disabled -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem -D__ST_MT_ERRNO__ -s
     45LDSHFLAGS=shared-libraries-disabled  -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s
     46LDFLAGS=  -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s
     47
     48WINBIND_NSS_LDSHFLAGS=shared-libraries-disabled -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s
    4949AWK=gawk
    50 PICFLAG=-fPIE
     50PICFLAG=
    5151DYNEXP=
    52 PERL=u:/perl5/bin/perl.exe
     52PERL=u:/Perl/bin/perl.exe
    5353
    5454PIDL_ARGS=
     
    8282
    8383
    84 srcdir=U:/DEV/samba-3.3.0/source
    85 builddir=U:/DEV/samba-3.3.0/source
     84srcdir=U:/Develop/Samba/samba-3.3.x/source
     85builddir=U:/Develop/Samba/samba-3.3.x/source
    8686SHELL=/bin/sh
    8787DESTDIR=/
     
    14471447bin/replacetort.exe: $(REPLACETORT_OBJ) 
    14481448        @echo Linking $@
    1449         @$(CC) $(FLAGS) -pie -o $@ $(REPLACETORT_OBJ) $(LDFLAGS) \
     1449        @$(CC) $(FLAGS) -o $@ $(REPLACETORT_OBJ) $(LDFLAGS) \
    14501450                $(DYNEXP) $(LIBS) $(POPT_LIBS) $(LIBTALLOC_LIBS)
    14511451
    14521452bin/smbconftort.exe: $(SMBCONFTORT_OBJ)   
    14531453        @echo Linking $@
    1454         @$(CC) $(FLAGS) -pie -o $@ $(SMBCONFTORT_OBJ) $(LDFLAGS) \
     1454        @$(CC) $(FLAGS) -o $@ $(SMBCONFTORT_OBJ) $(LDFLAGS) \
    14551455                $(DYNEXP) $(LIBS) $(LDAP_LIBS) $(POPT_LIBS) \
    14561456                $(LIBTALLOC_LIBS) $(LIBTDB_LIBS)
  • 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"
  • branches/samba-3.3.x/source/include/build_env.h

    r206 r239  
    44#define _BUILD_ENV_H
    55
    6 #define BUILD_ENV_UNAME "OS/2 smedley.id.au 1 2.45 i386 i386 GenuineIntel OS/2"
    7 #define BUILD_ENV_DATE "Fri Feb 13 13:26:42 CWT 2009"
    8 #define BUILD_ENV_SRCDIR "U:/DEV/samba-3.3.0/source"
    9 #define BUILD_ENV_BUILDDIR "U:/DEV/samba-3.3.0/source"
    10 #define BUILD_ENV_USER "smedley.id.au"
    11 #define BUILD_ENV_HOST "smedley.id.au"
     6#define BUILD_ENV_UNAME "OS/2 CHB 1 2.45 i386 i386 AuthenticAMD OS/2"
     7#define BUILD_ENV_DATE "Thu May 28 18:30:09 CDT 2009"
     8#define BUILD_ENV_SRCDIR "U:/Develop/Samba/samba-3.3.x/source"
     9#define BUILD_ENV_BUILDDIR "U:/Develop/Samba/samba-3.3.x/source"
     10#define BUILD_ENV_USER "CHB"
     11#define BUILD_ENV_HOST "CHB"
    1212#define BUILD_ENV_COMPILER "gcc"
    1313#endif /* _BUILD_ENV_H */
  • branches/samba-3.3.x/source/include/config.h

    r206 r239  
    207207
    208208/* Define to 1 if you have the `ber_scanf' function. */
    209 #define HAVE_BER_SCANF 1
     209/* #undef HAVE_BER_SCANF */
    210210
    211211/* Define to 1 if you have the `ber_sockbuf_add_io' function. */
    212 #define HAVE_BER_SOCKBUF_ADD_IO 1
     212/* #undef HAVE_BER_SOCKBUF_ADD_IO */
    213213
    214214/* What header to include for iconv() function: biconv.h */
     
    736736
    737737/* Define to 1 if you have the <history.h> header file. */
    738 #define HAVE_HISTORY_H 1
     738/* #undef HAVE_HISTORY_H */
    739739
    740740/* Do we have history_list? */
     
    10381038
    10391039/* Define to 1 if you have the <lber.h> header file. */
    1040 #define HAVE_LBER_H 1
     1040/* #undef HAVE_LBER_H */
    10411041
    10421042/* Support for LDAP/LBER logging interception */
    1043 #define HAVE_LBER_LOG_PRINT_FN 1
     1043/* #undef HAVE_LBER_LOG_PRINT_FN */
    10441044
    10451045/* Define to 1 if you have the `lchown' function. */
     
    10531053
    10541054/* Define to 1 if you have the <ldap.h> header file. */
    1055 #define HAVE_LDAP_H 1
     1055/* #undef HAVE_LDAP_H */
    10561056
    10571057/* Define to 1 if you have the `ldap_init' function. */
     
    10621062
    10631063/* Support for SASL wrapping */
    1064 /* #define HAVE_LDAP_SASL_WRAPPING 1 */
     1064/* #undef HAVE_LDAP_SASL_WRAPPING */
    10651065
    10661066/* Define to 1 if you have the `ldap_set_rebind_proc' function. */
     
    11161116
    11171117/* Define to 1 if you have the `lber' library (-llber). */
    1118 #define HAVE_LIBLBER 1
     1118/* #undef HAVE_LIBLBER */
    11191119
    11201120/* Define to 1 if you have the `ldap' library (-lldap). */
     
    14791479
    14801480/* Define to 1 if you have the <readline.h> header file. */
    1481 #define HAVE_READLINE_H 1
     1481/* #undef HAVE_READLINE_H */
    14821482
    14831483/* Define to 1 if you have the <readline/history.h> header file. */
     
    24842484
    24852485/* Number of arguments to ldap_set_rebind_proc */
    2486 #define LDAP_SET_REBIND_PROC_ARGS 3
     2486/* #undef LDAP_SET_REBIND_PROC_ARGS */
    24872487
    24882488/* LIBREPLACE_NETWORK_CHECKS were used */
  • branches/samba-3.3.x/source/lib/charcnv.c

    r223 r239  
    5656{
    5757        const char *ret = NULL;
    58 
     58#ifndef __OS2__
    5959        if (ch == CH_UTF16LE) ret = "UTF-16LE";
    6060        else if (ch == CH_UTF16BE) ret = "UTF-16BE";
     61#else
     62        if (ch == CH_UTF16LE) ret = "IBM-1200";
     63        else if (ch == CH_UTF16BE) ret = "IBM-1200";
     64#endif
    6165        else if (ch == CH_UNIX) ret = lp_unix_charset();
    6266        else if (ch == CH_DOS) ret = lp_dos_charset();
     
    8993
    9094        if (!ret || !*ret) ret = "ASCII";
     95        DEBUG(10, ("codepage: %s\n",ret));
    9196        return ret;
    9297}
     
    391396                return 0;
    392397
     398//      DEBUG(10, ("convert_string: 1"));
     399
    393400        if (from != CH_UTF16LE && from != CH_UTF16BE && to != CH_UTF16LE && to != CH_UTF16BE) {
    394401                const unsigned char *p = (const unsigned char *)src;
     
    398405                unsigned char lastp = '\0';
    399406                size_t retval = 0;
     407
     408//      DEBUG(10, ("convert_string: 2"));
    400409
    401410                /* If all characters are ascii, fast path here. */
     
    430439                }
    431440                return retval;
     441//              DEBUG(10, ("convert_string: 3"));
     442
    432443        } else if (from == CH_UTF16LE && to != CH_UTF16LE) {
    433444                const unsigned char *p = (const unsigned char *)src;
     
    470481                }
    471482                return retval;
     483//              DEBUG(10, ("convert_string: 4"));
     484
    472485        } else if (from != CH_UTF16LE && from != CH_UTF16BE && to == CH_UTF16LE) {
    473486                const unsigned char *p = (const unsigned char *)src;
     
    614627
    615628 again:
     629        DEBUG(10,("convert_string_internal: convert_string(%s,%s): srclen=%u destlen=%u\n",
     630        charset_name(from), charset_name(to),
     631        (unsigned int)srclen, (unsigned int)destlen));
    616632
    617633        retval = smb_iconv(descriptor,
  • branches/samba-3.3.x/source/lib/netapi/examples/Makefile

    r206 r239  
    55LDAP_LIBS=
    66LIBS= -lnetapi -ltdb -ltalloc
    7 DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Wdeclaration-after-statement -Werror-implicit-function-declaration
     7DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Werror-implicit-function-declaration
    88FLAGS=-I../ -L../../../bin  -O -D_SAMBA_BUILD_=3 $(GTK_FLAGS)
    99CC=gcc
    10 PICFLAG=-fPIE
    11 LDFLAGS=-pie -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem -D__ST_MT_ERRNO__ -s
     10PICFLAG=
     11LDFLAGS= -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s
    1212DYNEXP=
    1313NETAPI_LIBS=$(LIBS) $(KRB5LIBS) $(LDAP_LIBS)
  • branches/samba-3.3.x/source/lib/netapi/tests/Makefile

    r206 r239  
    22LDAP_LIBS=
    33LIBS= -lnetapi -ltdb -ltalloc
    4 DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Wdeclaration-after-statement -Werror-implicit-function-declaration
     4DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Werror-implicit-function-declaration
    55FLAGS=-I../ -L../../../bin  -O -D_SAMBA_BUILD_=3 $(GTK_FLAGS)
    66CC=gcc
    7 PICFLAG=-fPIE
    8 LDFLAGS=-pie -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem -D__ST_MT_ERRNO__ -s
     7PICFLAG=
     8LDFLAGS= -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s
    99DYNEXP=
    1010NETAPI_LIBS=$(LIBS) $(KRB5LIBS) $(LDAP_LIBS)
  • branches/samba-3.3.x/source/param/loadparm.c

    r224 r239  
    46514651        string_set(&Globals.unix_charset, DEFAULT_UNIX_CHARSET);
    46524652#else
    4653         /* On OS/2, using UTF8 causes problems with display of foreign characters - default to SYSTEM codepage */
    4654         string_set(&Globals.unix_charset, "SYSTEM");
     4653        /* On OS/2, using UTF8 causes problems with display of foreign
     4654           characters - default to IBM-850 codepage */
     4655        string_set(&Globals.unix_charset, "IBM-850");
    46554656#endif
    46564657
     
    46584659        /* If the system supports nl_langinfo(), try to grab the value
    46594660           from the user's locale */
     4661#ifndef __OS2__
     4662        /* this does somehow not work on OS/2 */
    46604663        string_set(&Globals.display_charset, "LOCALE");
     4664#else
     4665        /* On OS/2, using UTF8 causes problems with display of foreign
     4666           characters - default to IBM-850 codepage */
     4667        string_set(&Globals.display_charset, "IBM-850");
     4668#endif 
     4669
    46614670#else
    46624671        string_set(&Globals.display_charset, DEFAULT_DISPLAY_CHARSET);
     
    46674676        string_set(&Globals.dos_charset, DEFAULT_DOS_CHARSET);
    46684677#else
    4669         /* On OS/2, using UTF8 causes problems with display of foreign characters - default to SYSTEM codepage */
    4670         string_set(&Globals.dos_charset, "SYSTEM");
     4678        /* On OS/2, using UTF8 causes problems with display of foreign
     4679           characters - default to IBM-850 codepage */
     4680        string_set(&Globals.dos_charset, "IBM-850");
    46714681#endif
     4682
    46724683        /*
    46734684         * Allow the default PASSWD_CHAT to be overridden in local.h.
  • branches/samba-3.3.x/source/script/findsmb

    r206 r239  
    1 #!u:/perl5/bin/perl.exe
     1#!u:/Perl/bin/perl.exe
    22#
    33# Prints info on all smb responding machines on a subnet.
  • branches/samba-3.3.x/source/smbd/build_options.c

    r206 r239  
    278278        output(screen, "   HAVE_ATTR_XATTR_H\n");
    279279#endif
     280#ifdef HAVE_AVAHI_CLIENT_CLIENT_H
     281        output(screen, "   HAVE_AVAHI_CLIENT_CLIENT_H\n");
     282#endif
     283#ifdef HAVE_AVAHI_COMMON_WATCH_H
     284        output(screen, "   HAVE_AVAHI_COMMON_WATCH_H\n");
     285#endif
    280286#ifdef HAVE_CFSTRINGENCODINGCONVERTER_H
    281287        output(screen, "   HAVE_CFSTRINGENCODINGCONVERTER_H\n");
     
    289295#ifdef HAVE_COREFOUNDATION_CFSTRINGENCODINGCONVERTER_H
    290296        output(screen, "   HAVE_COREFOUNDATION_CFSTRINGENCODINGCONVERTER_H\n");
     297#endif
     298#ifdef HAVE_CTDB_H
     299        output(screen, "   HAVE_CTDB_H\n");
     300#endif
     301#ifdef HAVE_CTDB_PRIVATE_H
     302        output(screen, "   HAVE_CTDB_PRIVATE_H\n");
    291303#endif
    292304#ifdef HAVE_CTYPE_H
     
    754766        output(screen, "   HAVE_ATTR_SETF\n");
    755767#endif
     768#ifdef HAVE_AVAHI_CLIENT_NEW
     769        output(screen, "   HAVE_AVAHI_CLIENT_NEW\n");
     770#endif
    756771#ifdef HAVE_BACKTRACE_SYMBOLS
    757772        output(screen, "   HAVE_BACKTRACE_SYMBOLS\n");
     
    844859        output(screen, "   HAVE_CRYPT16\n");
    845860#endif
     861#ifdef HAVE_CTDB_CONTROL_TRANS2_COMMIT_RETRY_DECL
     862        output(screen, "   HAVE_CTDB_CONTROL_TRANS2_COMMIT_RETRY_DECL\n");
     863#endif
    846864#ifdef HAVE_CUPS
    847865        output(screen, "   HAVE_CUPS\n");
     
    15071525        output(screen, "   HAVE_LIBASN1\n");
    15081526#endif
     1527#ifdef HAVE_LIBAVAHI_CLIENT
     1528        output(screen, "   HAVE_LIBAVAHI_CLIENT\n");
     1529#endif
    15091530#ifdef HAVE_LIBCOM_ERR
    15101531        output(screen, "   HAVE_LIBCOM_ERR\n");
     
    20082029        output(screen, "   HAVE_STAT64\n");
    20092030#endif
     2031#ifdef HAVE_STATVFS_F_FLAG
     2032        output(screen, "   HAVE_STATVFS_F_FLAG\n");
     2033#endif
     2034#ifdef HAVE_STATVFS_F_FLAGS
     2035        output(screen, "   HAVE_STATVFS_F_FLAGS\n");
     2036#endif
    20102037#ifdef HAVE_STAT_HIRES_TIMESTAMPS
    20112038        output(screen, "   HAVE_STAT_HIRES_TIMESTAMPS\n");
     
    20172044        output(screen, "   HAVE_STAT_ST_ATIMENSEC\n");
    20182045#endif
     2046#ifdef HAVE_STAT_ST_ATIMESPEC
     2047        output(screen, "   HAVE_STAT_ST_ATIMESPEC\n");
     2048#endif
     2049#ifdef HAVE_STAT_ST_ATIME_N
     2050        output(screen, "   HAVE_STAT_ST_ATIME_N\n");
     2051#endif
    20192052#ifdef HAVE_STAT_ST_BIRTHTIME
    20202053        output(screen, "   HAVE_STAT_ST_BIRTHTIME\n");
     
    20382071        output(screen, "   HAVE_STAT_ST_CTIMENSEC\n");
    20392072#endif
     2073#ifdef HAVE_STAT_ST_CTIMESPEC
     2074        output(screen, "   HAVE_STAT_ST_CTIMESPEC\n");
     2075#endif
     2076#ifdef HAVE_STAT_ST_CTIME_N
     2077        output(screen, "   HAVE_STAT_ST_CTIME_N\n");
     2078#endif
    20402079#ifdef HAVE_STAT_ST_FLAGS
    20412080        output(screen, "   HAVE_STAT_ST_FLAGS\n");
     
    20472086        output(screen, "   HAVE_STAT_ST_MTIMENSEC\n");
    20482087#endif
     2088#ifdef HAVE_STAT_ST_MTIMESPEC
     2089        output(screen, "   HAVE_STAT_ST_MTIMESPEC\n");
     2090#endif
     2091#ifdef HAVE_STAT_ST_MTIME_N
     2092        output(screen, "   HAVE_STAT_ST_MTIME_N\n");
     2093#endif
     2094#ifdef HAVE_STAT_ST_UATIME
     2095        output(screen, "   HAVE_STAT_ST_UATIME\n");
     2096#endif
     2097#ifdef HAVE_STAT_ST_UCTIME
     2098        output(screen, "   HAVE_STAT_ST_UCTIME\n");
     2099#endif
     2100#ifdef HAVE_STAT_ST_UMTIME
     2101        output(screen, "   HAVE_STAT_ST_UMTIME\n");
     2102#endif
    20492103#ifdef HAVE_STRCASECMP
    20502104        output(screen, "   HAVE_STRCASECMP\n");
     
    21062160#ifdef HAVE_STRUCT_ADDRINFO
    21072161        output(screen, "   HAVE_STRUCT_ADDRINFO\n");
     2162#endif
     2163#ifdef HAVE_STRUCT_CTDB_CONTROL_TCP
     2164        output(screen, "   HAVE_STRUCT_CTDB_CONTROL_TCP\n");
     2165#endif
     2166#ifdef HAVE_STRUCT_CTDB_CONTROL_TCP_ADDR
     2167        output(screen, "   HAVE_STRUCT_CTDB_CONTROL_TCP_ADDR\n");
    21082168#endif
    21092169#ifdef HAVE_STRUCT_DIR64
     
    24952555        output(screen, "   WITH_AUTOMOUNT\n");
    24962556#endif
     2557#ifdef WITH_AVAHI_SUPPORT
     2558        output(screen, "   WITH_AVAHI_SUPPORT\n");
     2559#endif
    24972560#ifdef WITH_CIFSMOUNT
    24982561        output(screen, "   WITH_CIFSMOUNT\n");
     
    28772940        output(screen, "   WITH_AUTOMOUNT\n");
    28782941#endif
     2942#ifdef WITH_AVAHI_SUPPORT
     2943        output(screen, "   WITH_AVAHI_SUPPORT\n");
     2944#endif
    28792945#ifdef WITH_CIFSMOUNT
    28802946        output(screen, "   WITH_CIFSMOUNT\n");
     
    29853051        output(screen, "   const\n");
    29863052#endif
     3053#ifdef ctdb_control_tcp
     3054        output(screen, "   ctdb_control_tcp\n");
     3055#endif
    29873056#ifdef gid_t
    29883057        output(screen, "   gid_t\n");
     
    32313300        output(screen, "   vfs_default_quota_init\n");
    32323301#endif
     3302#ifdef vfs_dirsort_init
     3303        output(screen, "   vfs_dirsort_init\n");
     3304#endif
    32333305#ifdef vfs_expand_msdfs_init
    32343306        output(screen, "   vfs_expand_msdfs_init\n");
     
    32663338#ifdef vfs_prealloc_init
    32673339        output(screen, "   vfs_prealloc_init\n");
     3340#endif
     3341#ifdef vfs_preopen_init
     3342        output(screen, "   vfs_preopen_init\n");
    32683343#endif
    32693344#ifdef vfs_readahead_init
Note: See TracChangeset for help on using the changeset viewer.