summaryrefslogtreecommitdiff
path: root/server/util/sssd-i18n.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-22Delete sssd-i18n.h and put it's old contents into util.hMartin Nagy1-29/+0
Also include talloc.h, tevent.h and ldb.h as system headers in util.h.
2009-09-11Add copyright noticesJakub Hrozek1-0/+20
Fixes: #138
2009-06-19Allow the use of custom CFLAGS on the make command lineStephen Gallagher1-0/+1
Setting CFLAGS explicitly in configure.ac means that they would be overwritten when using e.g. make CFLAGS="-O0 -g" This replaces the explicit setting of CFLAGS with an AM_CONDITIONAL to have Makefile.am set these instead. Also fixes a missing #include that was coincidentally obscured because gcc's -O2 happened to be able to locate it. Setting -O0 revealed the problem.
2009-06-17Create gettext framework for SSSD daemonStephen Gallagher1-0/+8