summaryrefslogtreecommitdiff
path: root/source4/include/core.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14851: Make BOOL, False and True simple aliases to the POSIX-definedJelmer Vernooij1-3/+3
bool, false and true (guaranteed to be defined by lib/replace) (This used to be commit 53fa1bdb6e0ea134c4d688e7cf3237fd25c2cc76)
2007-10-10r14844: Support a stdbool.h replacement in lib/replace/Jelmer Vernooij1-3/+2
(This used to be commit bccfddcafa1fdb56392e2301bbd404964ad9f7c3)
2007-10-10r14484: Install more headersJelmer Vernooij1-0/+24
(This used to be commit 430c6516d383bfd7f27287394bf8eef9f174b3e6)
2007-10-10r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher1-0/+16
all this changes really help ccache to speed up the samba4 build:-) metze (This used to be commit 180a79d1036e54fc0c50572b820818e9aafa28e9)
2007-10-10r13810: global data types are defined in core.h now...Stefan Metzmacher1-0/+8
metze (This used to be commit c6137a1af982bd77e4b24d05e82c8621b36d0fac)
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-5/+1
- Collect the generic utility functions into a lib/util/ (a la GLib is for the GNOME folks) - Remove even more files from include/ (This used to be commit ba62880f5b05c2a505dc7f54676b231197a7e707)
2007-10-10r12711: Update copyrightsJelmer Vernooij1-5/+2
(This used to be commit a02b0c5568977e1a2a396460d13a24076d4681f0)
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-0/+60
torture prototypes in seperate header (This used to be commit 73610639b23ca3743077193fa0b1de7c7f65944d)