summaryrefslogtreecommitdiffstats
path: root/source/smbd/process_model.m4
Commit message (Collapse)AuthorAgeFilesLines
* r11382: Require number of required M4 macrosJelmer Vernooij2005-10-281-2/+2
| | | | | Make MODULE handling a bit more like BINARY, LIBRARY and SUBSYSTEM Add some more PUBLIC_HEADERS
* r3753: Have some modules default to "NOT" and enable them again when Jelmer Vernooij2004-11-151-0/+2
| | | | their dependencies are found
* r3733: More build system fixes/features:Jelmer Vernooij2004-11-141-7/+0
| | | | | - Use .mk files directly (no need for a SMB_*_MK() macro when adding a new SUBSYSTEM, MODULE or BINARY). This allows addition of new modules and subsystems without running configure - Add support for generating .dot files with the Samba4 dependency tree (as used by the graphviz and springgraph utilities)
* r869: convert SUBSYSTEM PROCESS_MODEL to a *.mk fileStefan Metzmacher2004-05-251-5/+4
| | | | metze
* r755: - disallow process_model _thread when we don't have pwread/pwriteStefan Metzmacher2004-05-171-0/+3
| | | | | | | | and have to use the nonthreadsafe wrapper - add pread/pwrite wrapper to ntvfs_simple - fix const warning in ntvfs_simple metze
* r665: merge over the new build system from my tmp branchStefan Metzmacher2004-05-131-3/+5
| | | | | | | | to the main SAMBA_4_0 tree. NOTE: that it's not completely ready, but it's functional:-) metze
* r6: merge in the samba4 HEAD branch from cvsCVS Import User2004-04-041-0/+27
to checkout try: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_4_0 metze