Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove use of the "staticforward" macro | Petr Viktorin | 2015-01-22 | 1 | -1/+1 |
| | | | | | | | | | | This macro was used for compatibility with broken compilers. Since Python 2.3, it is always defined as `static`, and only exists "for source compatibility with old C extensions". Signed-off-by: Petr Viktorin <pviktori@redhat.com> Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | ||||
* | pyldb: Consistently use pyldb_ prefix. | Jelmer Vernooij | 2011-08-07 | 1 | -6/+6 |
| | |||||
* | ldb: make ldb a top level library for Samba 4.0 | Andrew Bartlett | 2011-07-05 | 1 | -0/+270 |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |