aboutsummaryrefslogtreecommitdiffstats
path: root/common/libjnlib-config.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-24common: Remove libjnlib-config.h (jnlib merge).Werner Koch1-110/+0
* common/libjnlib-config.h: Remove. * common/common-defs.h (getenv) [HAVE_GETENV]: New. From removed header. (getpid) [HAVE_W32CE_SYSTEM]: New. From removed header. * common/argparse.c: Include util.h and common-defs.h. Replace jnlib_ macro names for non-GNUPG builds by x* names. * common/dotlock.c: Ditto. * common/logging.c: Include util.h and common-defs.h. Replace jnlib_ symbol names by x* names. * common/strlist.c: Ditto. * common/utf8conv.c: Ditto. * common/w32-reg.c: Ditto. * common/mischelp.c: Ditto. Also remove _jnlib_free. * common/stringhelp.c: Ditto. (JNLIB_LOG_WITH_PREFIX): Do not depend on this macro. * common/logging.h (JNLIB_LOG_WITH_PREFIX): Do not depend on this macro. -- This is part 1 of the patches to merge the jnlib files into common/. It does not make much sense to keep jnlib/ files separate. They are not often use elsewhere and maintaining the complex marcos stuff is too troublesome for the future. Signed-off-by: Werner Koch <[email protected]>
2011-09-30Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch1-7/+18
This is to allow the use of this code with code under GPLv2(only).
2010-03-10Merged jnlib into common.Werner Koch1-0/+0
2010-02-26First batch of changes to support W32CE.Werner Koch1-1/+16
Note that jnlib/w32-reg.c is not yet ready.
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-1/+3
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-06First steps towards supporting W32.Werner Koch1-4/+9
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2006-10-02Fix for bug 537Werner Koch1-14/+17
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-05-23g10/ does build again.Werner Koch1-13/+13
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-1/+4
The gpg part does not yet build.
2003-01-09Updated from NewPGWerner Koch1-0/+72
2002-06-29Removed files for CVS reorganizationDavid Shaw1-49/+0
2000-01-24Add files to new directory.Werner Koch1-0/+49
This is mainly stuff moved from ../util to here.