dnl See whether we need a declaration for a function. dnl GCC_NEED_DECLARATION(FUNCTION [, EXTRA-HEADER-FILES]) AC_DEFUN([GCC_NEED_DECLARATION], [AC_MSG_CHECKING([whether $1 must be declared]) AC_CACHE_VAL(gcc_cv_decl_needed_$1, [AC_TRY_COMPILE([ #include #ifdef HAVE_STRING_H #include #else #ifdef HAVE_STRINGS_H #include #endif #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_UNISTD_H #include #endif $2], [char *(*pfn) = (char *(*)) $1], eval "gcc_cv_decl_needed_$1=no", eval "gcc_cv_decl_needed_$1=yes")]) if eval "test \"`echo '$gcc_cv_decl_needed_'$1`\" = yes"; then AC_MSG_RESULT(yes) gcc_need_declarations="$gcc_need_declarations $1" gcc_tr_decl=NEED_DECLARATION_`echo $1 | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` AC_DEFINE_UNQUOTED($gcc_tr_decl) else AC_MSG_RESULT(no) fi ])dnl dnl Check multiple functions to see whether each needs a declaration. dnl GCC_NEED_DECLARATIONS(FUNCTION... [, EXTRA-HEADER-FILES]) AC_DEFUN([GCC_NEED_DECLARATIONS], [for ac_func in $1 do GCC_NEED_DECLARATION($ac_func, $2) done ] ) td>
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New source files implementing the CamelFolder class for the new IMAP4Jeffrey Stedfast2004-03-294-0/+840
* added .cvsignoreJeffrey Stedfast2004-03-291-0/+7
* added camel-imap-store.[c,h] to the buildJeffrey Stedfast2004-03-292-20/+47
* Updated Spanish translation.Francisco Javier F. Serrador2004-03-292-1089/+1363
* added camel-imap-provider.cJeffrey Stedfast2004-03-293-1/+141
* build fixesJeffrey Stedfast2004-03-292-6/+7
* New source files implementing the CamelFolderSummary class for the newJeffrey Stedfast2004-03-294-0/+1206
* Updated French translation.Christophe Merlet2004-03-282-1786/+2068
* Translation updated.Priit Laes2004-03-272-2895/+2941
* Translation updated.Priit Laes2004-03-272-355/+309
* guard against the case that we redo queries while still waiting for aJP Rosevear2004-03-272-0/+10
* Fixes #53134JP Rosevear2004-03-272-2/+12
* no need to explicitly add the contacts group, the create function doesJP Rosevear2004-03-272-7/+5
* make sure we always sync the source list and just do it once; unref theJP Rosevear2004-03-272-6/+20
* Fixes #55648JP Rosevear2004-03-277-246/+342
* finds the client data for a client (cal_opened_cb): update the queryJP Rosevear2004-03-272-30/+73
* Reverted imap.web.de fix.Jeffrey Stedfast2004-03-272-6/+8
* Updated Norwegian translation.Kjartan Maraas2004-03-272-1859/+2357
* We don't need this really (class_init): We don't need to have our ownRodney Dawes2004-03-274-22/+23
* Updated Serbian translation.Danilo Šegan2004-03-274-1558/+2052
* Added new maildir flags D for draft and commented P for forwarded.Not Zed2004-03-263-4/+30
* return the added option. (clone): make sure we set the current optionNot Zed2004-03-265-9/+22
* fix off by one error when emitting deleted signalJP Rosevear2004-03-262-1/+6
* No longer need to split ']' tokens from atom tokens due to a fixup in theJeffrey Stedfast2004-03-265-35/+914
* do eab_editor_is_valid check only when user wants to save.Sivaiah Nallagatla2004-03-262-5/+9
* If the server is imap.web.de, just ask for all the headers rather thanJeffrey Stedfast2004-03-264-8/+32
* Updated Swedish translation.Christian Rose2004-03-262-2929/+2910
* Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2004-03-262-1411/+1690
* Remove mail/local-config.gladeRodney Dawes2004-03-262-1/+4
* Fix for bug #55018.Jeffrey Stedfast2004-03-262-4/+35
* Fixes #53499JP Rosevear2004-03-269-125/+116
* remove local-config.glade form Makefile.am as it is removed form CVSSivaiah Nallagatla2004-03-252-1/+6
* Use gtk_window_present instead of doing a show then raise, as this alsoRodney Dawes2004-03-2513-3579/+5393
* Removed newline character from the provider descriptionMartyn Russell2004-03-252-1/+6
* don't let the user delete their Personal addressbook. This is just a niceChris Toshok2004-03-252-2/+15
* removed ldap seetings and added a settng for SOAP port read port numberSivaiah Nallagatla2004-03-254-178/+145
* New convenience wrapper function. (engine_parse_status): Fixed to handleJeffrey Stedfast2004-03-254-9/+79
* #include <stdlib.h> for strtoul()Jeffrey Stedfast2004-03-251-0/+1
* add BOOL:POINTER,POINTER,POINTER,POINTER for confirm_ca_cert_import.Chris Toshok2004-03-2511-49/+318
* The beginnings of a new IMAP provider moduleJeffrey Stedfast2004-03-2512-0/+4071
* add addressbook/gui/contact-editor/eab-editor.c.Chris Toshok2004-03-252-0/+5
* don't know what I was thinking approving this change. the _() was onlyChris Toshok2004-03-252-5/+9
* parent_type == EAB_TYPE_EDITOR. (e_contact_list_editor_class_init): fillChris Toshok2004-03-2511-435/+316
* superclass for both EContactEditor and EContactListEditor. A start towardChris Toshok2004-03-254-2/+511
* don't create queries for the clients that are not loaded yet.Rodrigo Moya2004-03-252-0/+9
* remove debug code that slipped inJP Rosevear2004-03-252-2/+6
* Updated Serbian translation.Danilo Šegan2004-03-243-1636/+1928
* Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Šegan2004-03-2410-70/+66
* Fixes #51948JP Rosevear2004-03-243-110/+36
* Use sizeof() to decide how big buffer is so that in the future, if weJeffrey Stedfast2004-03-242-1/+5
* Fixed the key to fetch the value from the correct location. It'sJeffrey Stedfast2004-03-242-2/+6
* Fixed some logic bugs.Jeffrey Stedfast2004-03-242-10/+12
* fix buildChris Toshok2004-03-241-1/+1
* make the flow control correctJP Rosevear2004-03-242-4/+7
* Reworked the else bit to fix a bug where if we had the BODY structure, weJeffrey Stedfast2004-03-242-51/+56
* ensure that only one Personal calendar/task list gets created when movingJP Rosevear2004-03-242-9/+21
* remove unused variableJP Rosevear2004-03-245-4/+19
* For bug#53417Umesh Tiwari2004-03-242-0/+8
* Update Czech translationMiloslav Trmac2004-03-232-75/+91
* use EM_FORMAT_HTML_VPADRadek Doulik2004-03-234-3/+16
* dont add the show/hide menu items if we can't ever show it inline.Not Zed2004-03-232-6/+17
* get the mail alarm description message from "malarm_description" insteadAlfred Peng2004-03-233-4/+21
* use camel debug to add some debug here.Not Zed2004-03-23