Ignore:
Timestamp:
Jul 2, 2013, 7:27:06 PM (12 years ago)
Author:
Herwig Bauernfeind
Message:

Samba Server 3.5: Update branch to 3.5.20

Location:
branches/samba-3.5.x/source3/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/include/config.h.in

    r620 r773  
    498498#undef HAVE_DN_EXPAND
    499499
     500/* Define to 1 if you have the `dprintf' function. */
     501#undef HAVE_DPRINTF
     502
    500503/* struct dqblk .dqb_fsoftlimit */
    501504#undef HAVE_DQB_FSOFTLIMIT
     
    15121515#undef HAVE_MEMCPY
    15131516
     1517/* Define to 1 if you have the `memmem' function. */
     1518#undef HAVE_MEMMEM
     1519
    15141520/* Define to 1 if you have the `memmove' function. */
    15151521#undef HAVE_MEMMOVE
     
    26712677/* Whether va_copy() is available */
    26722678#undef HAVE_VA_COPY
     2679
     2680/* Define to 1 if you have the `vdprintf' function. */
     2681#undef HAVE_VDPRINTF
    26732682
    26742683/* Whether the C compiler understands volatile */
  • branches/samba-3.5.x/source3/include/proto.h

    r738 r773  
    70037003void load_registry_shares(void);
    70047004int add_home_service(const char *service, const char *username, const char *homedir);
    7005 int find_service(fstring service);
     7005int find_service(const char *service_in, fstring service);
    70067006connection_struct *make_connection_snum(struct smbd_server_connection *sconn,
    70077007                                        int snum, user_struct *vuser,
Note: See TracChangeset for help on using the changeset viewer.