Commit f0326d9f f0326d9fd648dda0f944028f698d634ceb4bd060 by Sergey Poznyakoff

Updated

1 parent 8cf7bf23
Showing 1 changed file with 14 additions and 0 deletions
1 2002-04-15 Sergey Poznyakoff 1 2002-04-15 Sergey Poznyakoff
2 2
3 * acconfig.h: Added placeholders for
4 PROGRAM_INVOCATION_NAME_DECLARED and
5 HAVE_PROGRAM_INVOCATION_NAME.
6 (@BOTTOM@): Provide external declarations for
7 program_invocation_.*name if necessary.
8 * configure.in: Check if program_invocation_.*name are
9 declared and/or defined.
10 * lib/Makefile.am: Always compile pin.c
11 * lib/pin.c: include <config.h>
12
13 * libmu_scm/mu_scm.h: include <mailutils/url.h>
14
15 2002-04-15 Sergey Poznyakoff
16
3 * imap4d/namespace.c (namespace_getfullpath): Translate 17 * imap4d/namespace.c (namespace_getfullpath): Translate
4 INBOX to the corresponding filename. 18 INBOX to the corresponding filename.
5 19
......