Changeset b3c467b for storage.c


Ignore:
Timestamp:
2006-06-28T09:59:33Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1719464
Parents:
90bbb0e
Message:

Cleaned up Makefiles + configure: Cleaning up bitlbee.pc, removed the second
piece of libevent probing code that mysteriously appeared (?), better handling
of storage backends, an SSL module is now always included (so BitlBee can be
compiled again when building without MSN- and Jabber-support (http_client also
depends on SSL libs and can't be disabled)), oh, and fixed a compiler warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage.c

    r90bbb0e rb3c467b  
    4343{
    4444        GList *gl;
    45         storage_t *st;
     45        storage_t *st = NULL;
    4646
    4747        for (gl = storage_backends; gl; gl = gl->next) {
Note: See TracChangeset for help on using the changeset viewer.