Commit 09ac4b9e 09ac4b9e8ad1ef29bad887fd639226b5bd7e69aa by Sergey Poznyakoff

Updated

1 parent c9e22107
Showing 1 changed file with 25 additions and 0 deletions
1 2003-04-23 Sergey Poznyakoff
2
3 * configure.ac: Renamed --enable-mysql to --with-mysql. Added
4 --with-postgres option.
5 Use AC_FUNC_MALLOC and AC_FUNC_REALLOC instead of old jm_*
6 versions.
7 * README: Documented --with-mysql and --with-postgres
8
9 * auth/pgsql.c: New file.
10 * auth/mysql.c: New file.
11 * auth/sql.h: New file.
12 * auth/Makefile.am: Added new files.
13 * auth/sql.c: Moved mysql-specific code to mysql.c
14
15 * m4/lib.m4: New file.
16 * m4/malloc.m4: Removed.
17 * m4/realloc.m4: Removed.
18 * m4/Makefile.am: Added lib.m4, removed malloc.m4 and realloc.m4
19
20 * lib/xmalloc.c: Adjusted for use with new AC_CHECK_ macros.
21
22 * include/mailutils/mu_auth.h: Include <mailutils/types.h>,
23 protect the file contents by #ifndef .. #endif
24 * mailbox/mu_argp.c (mu_conf_option): Reflect HAVE_PGSQL
25
1 2003-04-22 Sergey Poznyakoff 26 2003-04-22 Sergey Poznyakoff
2 27
3 * mailbox/imap/folder.c (imap_literal_string): Bugfix. Literal 28 * mailbox/imap/folder.c (imap_literal_string): Bugfix. Literal
......