diff --git a/sflphone-client-gnome/configure.ac b/sflphone-client-gnome/configure.ac
index fe269084f0650b3215e1b7dbc003967606901994..2b2ac246d636b6216ae674a9976d5ca1578234cc 100644
--- a/sflphone-client-gnome/configure.ac
+++ b/sflphone-client-gnome/configure.ac
@@ -82,6 +82,7 @@ src/dbus/Makefile
 src/contacts/Makefile
 src/contacts/addressbook/Makefile
 src/widget/Makefile
+src/icons/Makefile
 pixmaps/Makefile
 sflphone.desktop
 tests/Makefile
diff --git a/sflphone-client-gnome/src/Makefile.am b/sflphone-client-gnome/src/Makefile.am
index cb6900592db61505dd638c7e4b12ff911f7b3858..1f2eb25028fb0feb0338cbd606698395e788fb82 100644
--- a/sflphone-client-gnome/src/Makefile.am
+++ b/sflphone-client-gnome/src/Makefile.am
@@ -2,13 +2,13 @@ include ../globals.mak
 
 bin_PROGRAMS = sflphone-client-gnome
 
-SUBDIRS = config contacts dbus widget
+SUBDIRS = config contacts dbus widget icons
   
 NOFIFY_LIBS = -lnotify
 LOG4C = -llog4c
 
 
-SFLPHONEGTK_LIBS=./contacts/libcontacts.la ./config/libconfig.la ./dbus/libdbus.la ./widget/libwidget.la
+SFLPHONEGTK_LIBS=./contacts/libcontacts.la ./config/libconfig.la ./dbus/libdbus.la ./widget/libwidget.la ./icons/libicons.la
 
 sflphone_client_gnome_SOURCES = \
   main.c \
diff --git a/sflphone-client-gnome/src/actions.c b/sflphone-client-gnome/src/actions.c
index c692a78315f59d0ea51563bd65eb944c60cd1c92..3efb14af201e4521e9bf3124e166b1c46092e0f5 100644
--- a/sflphone-client-gnome/src/actions.c
+++ b/sflphone-client-gnome/src/actions.c
@@ -22,6 +22,7 @@
 #include <dbus/dbus.h>
 #include <statusicon.h>
 #include <contacts/searchbar.h>
+#include "icons/icon_factory.h"
 
 #include <gtk/gtk.h>
 #include <string.h>
@@ -271,13 +272,16 @@ gboolean sflphone_init()
     {
         dbus_register(getpid(), "Gtk+ Client");
 
+		// Init icons factory
+		init_icon_factory ();
+
         current_calls = calltab_init(FALSE, CURRENT_CALLS);
         contacts = calltab_init(TRUE, CONTACTS);
         history = calltab_init(TRUE, HISTORY);
 
         account_list_init ();
         codec_list_init();
-	conferencelist_init();
+		conferencelist_init();
 
         // Fetch the configured accounts
         sflphone_fill_account_list(FALSE);
@@ -288,8 +292,8 @@ gboolean sflphone_init()
         // Fetch the audio codecs
         sflphone_fill_codec_list();
 
-	// Fetch the conference list
-	sflphone_fill_conference_list();
+		// Fetch the conference list
+		sflphone_fill_conference_list();
 
         return TRUE;
     }
diff --git a/sflphone-client-gnome/src/icons/Makefile b/sflphone-client-gnome/src/icons/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..cfd2264cf0ac9504f7f72685e16edbc7d9a360a4
--- /dev/null
+++ b/sflphone-client-gnome/src/icons/Makefile
@@ -0,0 +1,491 @@
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# src/icons/Makefile.  Generated from Makefile.in by configure.
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+
+
+pkgdatadir = $(datadir)/SFLphone
+pkglibdir = $(libdir)/SFLphone
+pkgincludedir = $(includedir)/SFLphone
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = x86_64-unknown-linux-gnu
+host_triplet = x86_64-unknown-linux-gnu
+DIST_COMMON = $(srcdir)/../../globals.mak $(srcdir)/Makefile.am \
+	$(srcdir)/Makefile.in
+subdir = src/icons
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+LTLIBRARIES = $(noinst_LTLIBRARIES)
+libicons_la_LIBADD =
+am_libicons_la_OBJECTS = libicons_la-icon_factory.lo
+libicons_la_OBJECTS = $(am_libicons_la_OBJECTS)
+libicons_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libicons_la_CFLAGS) \
+	$(CFLAGS) $(libicons_la_LDFLAGS) $(LDFLAGS) -o $@
+DEFAULT_INCLUDES = -I. -I$(top_builddir)
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+SOURCES = $(libicons_la_SOURCES)
+DIST_SOURCES = $(libicons_la_SOURCES)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = ${SHELL} /home/emilou/git-repos/sflphone/sflphone-client-gnome/missing --run aclocal-1.10
+AMTAR = ${SHELL} /home/emilou/git-repos/sflphone/sflphone-client-gnome/missing --run tar
+AR = ar
+AUTOCONF = ${SHELL} /home/emilou/git-repos/sflphone/sflphone-client-gnome/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/emilou/git-repos/sflphone/sflphone-client-gnome/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/emilou/git-repos/sflphone/sflphone-client-gnome/missing --run automake-1.10
+AWK = gawk
+CC = gcc
+CCDEPMODE = depmode=gcc3
+CFLAGS = -g -O2
+CHECK_CFLAGS =  
+CHECK_LIBS = -lcheck  
+CPP = gcc -E
+CPPFLAGS = 
+CYGPATH_W = echo
+DBUSGLIB_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
+DBUSGLIB_LIBS = -L//lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0  
+DEFS = -DHAVE_CONFIG_H
+DEPDIR = .deps
+DEPS_CFLAGS = -D_REENTRANT -DORBIT2=1 -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/evolution-data-server-2.26 -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gail-1.0  
+DEPS_LIBS = -pthread -L//lib -lnotify -ldbus-glib-1 -ldbus-1 -lebook-1.2 -ledataserver-1.2 -lxml2 -lsoup-2.4 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -lgobject-2.0 -lglib-2.0  
+DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper 
+DOC_USER_FORMATS = 
+DSYMUTIL = 
+DUMPBIN = 
+ECHO_C = 
+ECHO_N = -n
+ECHO_T = 
+EGREP = /bin/grep -E
+EXEEXT = 
+FGREP = /bin/grep -F
+GREP = /bin/grep
+GTK216_CFLAGS = -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
+GTK216_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
+HELP_DIR = ${datadir}/gnome/help
+INSTALL = /usr/bin/install -c
+INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_PROGRAM = ${INSTALL}
+INSTALL_SCRIPT = ${INSTALL}
+INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
+LD = /usr/bin/ld -m elf_x86_64
+LDFLAGS = 
+LIBOBJS = 
+LIBS = 
+LIBSEXY_CFLAGS = 
+LIBSEXY_LIBS = 
+LIBTOOL = $(SHELL) $(top_builddir)/libtool
+LIPO = 
+LN_S = ln -s
+LTLIBOBJS = 
+MAKEINFO = ${SHELL} /home/emilou/git-repos/sflphone/sflphone-client-gnome/missing --run makeinfo
+MKDIR_P = /bin/mkdir -p
+NM = /usr/bin/nm -B
+NMEDIT = 
+OBJDUMP = objdump
+OBJEXT = o
+OMF_DIR = ${datadir}/omf
+OTOOL = 
+OTOOL64 = 
+PACKAGE = SFLphone
+PACKAGE_BUGREPORT = sflphoneteam@savoirfairelinux.com
+PACKAGE_NAME = SFLphone
+PACKAGE_STRING = SFLphone 0.9.6~beta
+PACKAGE_TARNAME = sflphone-client-gnome
+PACKAGE_VERSION = 0.9.6~beta
+PATH_SEPARATOR = :
+PKG_CONFIG = /usr/bin/pkg-config
+RANLIB = ranlib
+SED = /bin/sed
+SET_MAKE = 
+SHELL = /bin/bash
+STRIP = strip
+VERSION = 0.9.7~beta
+abs_builddir = /home/emilou/git-repos/sflphone/sflphone-client-gnome/src/icons
+abs_srcdir = /home/emilou/git-repos/sflphone/sflphone-client-gnome/src/icons
+abs_top_builddir = /home/emilou/git-repos/sflphone/sflphone-client-gnome
+abs_top_srcdir = /home/emilou/git-repos/sflphone/sflphone-client-gnome
+ac_ct_CC = gcc
+ac_ct_DUMPBIN = 
+am__include = include
+am__leading_dot = .
+am__quote = 
+am__tar = ${AMTAR} chof - "$$tardir"
+am__untar = ${AMTAR} xf -
+bindir = ${exec_prefix}/bin
+build = x86_64-unknown-linux-gnu
+build_alias = 
+build_cpu = x86_64
+build_os = linux-gnu
+build_vendor = unknown
+builddir = .
+datadir = ${datarootdir}
+datarootdir = ${prefix}/share
+docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
+dvidir = ${docdir}
+exec_prefix = ${prefix}
+host = x86_64-unknown-linux-gnu
+host_alias = 
+host_cpu = x86_64
+host_os = linux-gnu
+host_vendor = unknown
+htmldir = ${docdir}
+includedir = ${prefix}/include
+infodir = ${datarootdir}/info
+install_sh = $(SHELL) /home/emilou/git-repos/sflphone/sflphone-client-gnome/install-sh
+libdir = ${exec_prefix}/lib
+libexecdir = ${exec_prefix}/libexec
+localedir = ${datarootdir}/locale
+localstatedir = ${prefix}/var
+lt_ECHO = echo
+mandir = ${datarootdir}/man
+mkdir_p = /bin/mkdir -p
+oldincludedir = /usr/include
+pdfdir = ${docdir}
+prefix = /usr
+program_transform_name = s,x,x,
+psdir = ${docdir}
+sbindir = ${exec_prefix}/sbin
+sharedstatedir = ${prefix}/com
+srcdir = .
+sysconfdir = ${prefix}/etc
+target_alias = 
+top_build_prefix = ../../
+top_builddir = ../..
+top_srcdir = ../..
+
+# Global variables
+src = $(top_srcdir)
+
+# Preprocessor flags
+AM_CPPFLAGS = $(DEPS_CFLAGS)										\
+					$(LIBSEXY_CFLAGS)									\
+					-I$(src)/src										\
+					-I$(src)/src/config									\
+					-I$(src)/src/dbus									\
+					-I$(src)/src/contacts								\
+					-I$(src)/src/addressbook							\
+					-DDATA_DIR=\""$(prefix)/share/sflphone"\"			\
+					-DICONS_DIR=\""$(prefix)/share/sflphone"\"			\
+					-DCODECS_DIR=\""$(prefix)/lib/sflphone/codecs"\"	\
+					-DPREFIX=\"$(prefix)\"								\
+					-DENABLE_TRACE										\
+					-DPREFIX=\""$(prefix)"\"							\
+					-DSYSCONFDIR=\""$(sysconfdir)"\"					\
+					-DDATADIR=\""$(datadir)"\"							\
+					-DLIBDIR=\""$(libdir)"\"							\
+					-DSFLPHONE_UIDIR=\""$(datadir)/sflphone/ui"\"
+
+noinst_LTLIBRARIES = libicons.la
+libicons_la_SOURCES = \
+  icon_factory.c
+
+noinst_libicons_la_HEADER = \
+	icon_factory.h	\
+	pixmaps_data.h
+
+libicons_la_LDFLAGS = @DEPS_LDFLAGS@
+libicons_la_CFLAGS = -D_REENTRANT -DORBIT2=1 -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/evolution-data-server-2.26 -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gail-1.0   
+all: all-am
+
+.SUFFIXES:
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../../globals.mak $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+	        && { if test -f $@; then exit 0; else break; fi; }; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/icons/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  src/icons/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+clean-noinstLTLIBRARIES:
+	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+	  test "$$dir" != "$$p" || dir=.; \
+	  echo "rm -f \"$${dir}/so_locations\""; \
+	  rm -f "$${dir}/so_locations"; \
+	done
+libicons.la: $(libicons_la_OBJECTS) $(libicons_la_DEPENDENCIES) 
+	$(libicons_la_LINK)  $(libicons_la_OBJECTS) $(libicons_la_LIBADD) $(LIBS)
+
+mostlyclean-compile:
+	-rm -f *.$(OBJEXT)
+
+distclean-compile:
+	-rm -f *.tab.c
+
+include ./$(DEPDIR)/libicons_la-icon_factory.Plo
+
+.c.o:
+	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+#	source='$<' object='$@' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(COMPILE) -c $<
+
+.c.obj:
+	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+#	source='$<' object='$@' libtool=no \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+
+.c.lo:
+	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+#	source='$<' object='$@' libtool=yes \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(LTCOMPILE) -c -o $@ $<
+
+libicons_la-icon_factory.lo: icon_factory.c
+	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libicons_la_CFLAGS) $(CFLAGS) -MT libicons_la-icon_factory.lo -MD -MP -MF $(DEPDIR)/libicons_la-icon_factory.Tpo -c -o libicons_la-icon_factory.lo `test -f 'icon_factory.c' || echo '$(srcdir)/'`icon_factory.c
+	mv -f $(DEPDIR)/libicons_la-icon_factory.Tpo $(DEPDIR)/libicons_la-icon_factory.Plo
+#	source='icon_factory.c' object='libicons_la-icon_factory.lo' libtool=yes \
+#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
+#	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libicons_la_CFLAGS) $(CFLAGS) -c -o libicons_la-icon_factory.lo `test -f 'icon_factory.c' || echo '$(srcdir)/'`icon_factory.c
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	mkid -fID $$unique
+tags: TAGS
+
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
+
+distclean-tags:
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+	  else \
+	    test -f $(distdir)/$$file \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
+	  fi; \
+	done
+check-am: all-am
+check: check-am
+all-am: Makefile $(LTLIBRARIES)
+installdirs:
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
+	mostlyclean-am
+
+distclean: distclean-am
+	-rm -rf ./$(DEPDIR)
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-dvi: install-dvi-am
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-info: install-info-am
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-ps: install-ps-am
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -rf ./$(DEPDIR)
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am:
+
+.MAKE: install-am install-strip
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+	clean-libtool clean-noinstLTLIBRARIES ctags distclean \
+	distclean-compile distclean-generic distclean-libtool \
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-dvi \
+	install-dvi-am install-exec install-exec-am install-html \
+	install-html-am install-info install-info-am install-man \
+	install-pdf install-pdf-am install-ps install-ps-am \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+	pdf pdf-am ps ps-am tags uninstall uninstall-am
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/sflphone-client-gnome/src/icons/Makefile.am b/sflphone-client-gnome/src/icons/Makefile.am
new file mode 100644
index 0000000000000000000000000000000000000000..2d4a193c28a192d4ae42364387017468b7276b48
--- /dev/null
+++ b/sflphone-client-gnome/src/icons/Makefile.am
@@ -0,0 +1,14 @@
+include ../../globals.mak
+
+noinst_LTLIBRARIES = libicons.la
+
+libicons_la_SOURCES = \
+  icon_factory.c
+
+noinst_libicons_la_HEADER= \
+	icon_factory.h	\
+	pixmaps_data.h
+
+libicons_la_LDFLAGS = @DEPS_LDFLAGS@
+					  
+libicons_la_CFLAGS = @DEPS_CFLAGS@ 
diff --git a/sflphone-client-gnome/src/icons/icon_factory.c b/sflphone-client-gnome/src/icons/icon_factory.c
new file mode 100644
index 0000000000000000000000000000000000000000..2214b04f44c23071ac708c5ca23736ab9fd44a9c
--- /dev/null
+++ b/sflphone-client-gnome/src/icons/icon_factory.c
@@ -0,0 +1,74 @@
+/*
+ *  Copyright (C) 2009 Savoir-Faire Linux inc.
+ *  Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include "icon_factory.h"
+
+static GtkIconFactory *icon_factory = NULL;
+
+void init_icon_factory (void)
+{
+	// Init the factory
+	icon_factory = gtk_icon_factory_new ();
+
+	// Load icons
+	register_sflphone_stock_icons (icon_factory);
+
+	// Specify a default icon set
+	gtk_icon_factory_add_default (icon_factory);
+}
+
+void add_icon (GtkIconFactory *factory, const gchar *stock_id, const guint8 *icon_data, GtkIconSize size)
+{
+	GtkIconSet *icons;
+	GtkIconSource *source;
+	GdkPixbuf *pixbuf;
+
+	icons = gtk_icon_factory_lookup (factory, stock_id);
+	if (!icons)
+	{
+		pixbuf = gdk_pixbuf_new_from_inline (-1, icon_data, FALSE, NULL);
+		source = gtk_icon_source_new ();
+		gtk_icon_source_set_pixbuf (source, pixbuf);
+		gtk_icon_source_set_size (source, size);
+
+		icons = gtk_icon_set_new ();
+		gtk_icon_set_add_source (icons, source);
+
+		gtk_icon_factory_add (factory, stock_id, icons);
+
+		g_object_unref (G_OBJECT (pixbuf));
+		gtk_icon_source_free (source);
+		gtk_icon_set_unref (icons);
+	}
+	else
+		DEBUG ("Icon %s already exists in factory\n", stock_id);
+}
+
+void register_sflphone_stock_icons (GtkIconFactory *factory)
+{
+	add_icon (factory, GTK_STOCK_PICKUP, gnome_stock_pickup, GTK_ICON_SIZE_SMALL_TOOLBAR);	
+	add_icon (factory, GTK_STOCK_HANGUP, gnome_stock_hangup, GTK_ICON_SIZE_SMALL_TOOLBAR);	
+	add_icon (factory, GTK_STOCK_DIAL, gnome_stock_dial, GTK_ICON_SIZE_SMALL_TOOLBAR);	
+	add_icon (factory, GTK_STOCK_TRANSFER, gnome_stock_transfer, GTK_ICON_SIZE_SMALL_TOOLBAR);	
+	add_icon (factory, GTK_STOCK_ONHOLD, gnome_stock_onhold, GTK_ICON_SIZE_SMALL_TOOLBAR);	
+	add_icon (factory, GTK_STOCK_OFFHOLD, gnome_stock_offhold, GTK_ICON_SIZE_SMALL_TOOLBAR);	
+	add_icon (factory, GTK_STOCK_CALL_CURRENT, gnome_stock_call_current, GTK_ICON_SIZE_SMALL_TOOLBAR);	
+	add_icon (factory, GTK_STOCK_ADDRESSBOOK, gnome_stock_addressbook, GTK_ICON_SIZE_SMALL_TOOLBAR);	
+}
+
diff --git a/sflphone-client-gnome/src/icons/icon_factory.h b/sflphone-client-gnome/src/icons/icon_factory.h
new file mode 100644
index 0000000000000000000000000000000000000000..f7073cfa07c84f5853c0bb46cf87e4e7171bfbe2
--- /dev/null
+++ b/sflphone-client-gnome/src/icons/icon_factory.h
@@ -0,0 +1,42 @@
+/*
+ *  Copyright (C) 2009 Savoir-Faire Linux inc.
+ *  Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#ifndef ICON_FACTORY_H
+#define ICON_FACTORY_H
+
+#include <gtk/gtkiconfactory.h>
+#include "icons/pixmap_data.h"
+#include "sflphone_const.h"
+
+G_BEGIN_DECLS
+
+#define GTK_STOCK_PICKUP				"gnome-stock-pickup"
+#define GTK_STOCK_HANGUP				"gnome-stock-hangup"
+#define GTK_STOCK_ONHOLD				"gnome-stock-onhold"
+#define GTK_STOCK_OFFHOLD				"gnome-stock-offhold"
+#define GTK_STOCK_TRANSFER				"gnome-stock-transfer"
+#define GTK_STOCK_DIAL					"gnome-stock-dial"
+#define GTK_STOCK_CALL_CURRENT			"gnome-stock-call-current"
+#define GTK_STOCK_ADDRESSBOOK			"gnome-stock-addressbook"
+
+void init_icon_factory (void);
+
+G_END_DECLS
+
+#endif
diff --git a/sflphone-client-gnome/src/icons/pixmap_data.h b/sflphone-client-gnome/src/icons/pixmap_data.h
new file mode 100644
index 0000000000000000000000000000000000000000..7a1b87ffc9867f3440497ba95d478a04ba415df3
--- /dev/null
+++ b/sflphone-client-gnome/src/icons/pixmap_data.h
@@ -0,0 +1,889 @@
+/*
+ *  Copyright (C) 2009 Savoir-Faire Linux inc.
+ *  Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#ifndef PIXMAP_DATA_H
+#define PIXMAP_DATA_H
+
+G_BEGIN_DECLS
+
+/* GdkPixbuf RGBA C-Source image dump */
+
+#ifdef __SUNPRO_C
+#pragma align 4 (gnome_stock_pickup)
+#endif
+#ifdef __GNUC__
+static const guint8 gnome_stock_pickup[] __attribute__ ((__aligned__ (4))) = 
+#else
+static const guint8 gnome_stock_pickup[] = 
+#endif
+{ ""
+  /* Pixbuf magic (0x47646b50) */
+  "GdkP"
+  /* length: header (24) + pixel_data (2304) */
+  "\0\0\11\30"
+  /* pixdata_type (0x1010002) */
+  "\1\1\0\2"
+  /* rowstride (96) */
+  "\0\0\0`"
+  /* width (24) */
+  "\0\0\0\30"
+  /* height (24) */
+  "\0\0\0\30"
+  /* pixel_data: */
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0'\260\0\204&\260\0\222\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0'\261\0b&\260\0\357&\260\0\357'\262\0p\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0$\257\0F"
+  "&\260\0\342&\260\0\345&\260\0\345&\260\0\344%\256\0R\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&\263\0/'\260\0\322"
+  "&\260\0\333&\260\0\333&\260\0\333&\260\0\333&\257\0\326(\256\0""9\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0#\260\0\35%\260\0\277"
+  "&\261\0\320&\261\0\320&\261\0\320&\261\0\320&\261\0\320&\261\0\320&\261"
+  "\0\304\"\254\0%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\40\257\0\20'\261\0"
+  "\252'\260\0\306'\260\0\306'\260\0\306'\260\0\306'\260\0\306'\260\0\306"
+  "'\260\0\306'\260\0\306'\261\0\260#\256\0\26\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0$\266\0"
+  "\7&\261\0\223&\260\0\274&\260\0\274&\260\0\274&\260\0\274&\260\0\274"
+  "&\260\0\274&\260\0\274&\260\0\274&\260\0\274&\260\0\274&\260\0\233.\271"
+  "\0\13\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\200\0\2'\257\0|'\260\0\262'\260\0\262'\260\0\262'\260\0\262"
+  "'\260\0\262'\260\0\262'\260\0\262'\260\0\262'\260\0\262'\260\0\262'\260"
+  "\0\262'\260\0\262'\260\0\204@\277\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'\257\0c&\260\0\250&\260\0\250&\260\0"
+  "\250&\260\0\250&\260\0\250&\260\0\250&\260\0\250&\260\0\250&\260\0\250"
+  "&\260\0\250&\260\0\250&\260\0\250&\260\0\250&\260\0\250&\261\0l\0\0\0"
+  "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&\260\0J'\260\0\236"
+  "'\260\0\236'\260\0\236'\260\0\236'\260\0\236'\260\0\236'\260\0\236'\260"
+  "\0\236'\260\0\236'\260\0\236'\260\0\236'\260\0\236'\260\0\236'\260\0"
+  "\236'\260\0\236'\260\0\236'\260\0T\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0&\255\0""5&\261\0\223&\260\0\224&\260\0\224&\260\0\224&\260\0\224"
+  "&\260\0\224&\260\0\224&\260\0\224&\260\0\224&\260\0\224&\260\0\224&\260"
+  "\0\224&\260\0\224&\260\0\224&\260\0\224&\260\0\224&\260\0\224&\260\0"
+  "\224&\260\0=\0\0\0\0\0\0\0\0\0\0\0\0#\261\0$(\260\0\207'\260\0\212'\260"
+  "\0\212'\260\0\212'\260\0\212'\260\0\212'\260\0\212'\260\0\212'\260\0"
+  "\212'\260\0\212'\260\0\212'\260\0\212'\260\0\212'\260\0\212'\260\0\212"
+  "'\260\0\212'\260\0\212'\260\0\212'\260\0\212'\260\0\210$\260\0*\0\0\0"
+  "\0!\261\0\27&\260\0x&\257\0\200&\257\0\200&\257\0\200&\257\0\200&\257"
+  "\0\200&\257\0\200&\257\0\200&\257\0\200&\257\0\200&\257\0\200&\257\0"
+  "\200&\257\0\200&\257\0\200&\257\0\200&\257\0\200&\257\0\200&\257\0\200"
+  "&\257\0\200&\257\0\200&\257\0\200%\260\0{$\255\0\34""3\231\0\5\40\237"
+  "\0\10\40\237\0\10\40\237\0\10\40\237\0\10&\256\0/'\257\0v'\257\0v'\257"
+  "\0v'\257\0v'\257\0v'\257\0v'\257\0v'\257\0v'\257\0v'\257\0v'\257\0v'"
+  "\257\0v&\262\0""5\40\237\0\10\40\237\0\10\40\237\0\10\40\237\0\10""3"
+  "\231\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0(\256\0&&\260\0k&\260"
+  "\0k&\260\0k&\260\0k&\260\0k&\260\0k&\260\0k&\260\0k&\260\0k&\260\0k&"
+  "\260\0k&\260\0k)\256\0,\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&\264\0\"%\260\0a%\260\0a%\260\0a%"
+  "\260\0a%\260\0a%\260\0a%\260\0a%\260\0a%\260\0a%\260\0a%\260\0a%\260"
+  "\0a&\263\0(\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0)\255\0\37&\260\0W&\260\0W&\260\0W&\260\0W&\260"
+  "\0W&\260\0W&\260\0W&\260\0W&\260\0W&\260\0W&\260\0W&\260\0W#\261\0$\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0&\263\0\33$\260\0M$\260\0M$\260\0M$\260\0M$\260\0M$\260\0M"
+  "$\260\0M$\260\0M$\260\0M$\260\0M$\260\0M$\260\0M(\257\0\40\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0+\252\0\30&\257\0C&\257\0C&\257\0C&\257\0C&\257\0C&\257\0C&\257\0C"
+  "&\257\0C&\257\0C&\257\0C&\257\0C&\257\0C$\255\0\34\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&\263\0"
+  "\24$\256\0""9$\256\0""9$\256\0""9$\256\0""9$\256\0""9$\256\0""9$\256"
+  "\0""9$\256\0""9$\256\0""9$\256\0""9$\256\0""9$\256\0""9!\261\0\27\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\36\245\0\21&\256\0/&\256\0/&\256\0/&\256\0/&\256\0/&\256\0/"
+  "&\256\0/&\256\0/&\256\0/&\256\0/&\256\0/&\256\0/(\256\0\23\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0'\261\0\15)\263\0%)\263\0%)\263\0%)\263\0%)\263\0%)\263\0%)\263\0%"
+  ")\263\0%)\263\0%)\263\0%)\263\0%)\263\0%\"\273\0\17\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\32\263"
+  "\0\12&\263\0\33&\263\0\33&\263\0\33&\263\0\33&\263\0\33&\263\0\33&\263"
+  "\0\33&\263\0\33&\263\0\33&\263\0\33&\263\0\33&\263\0\33.\271\0\13\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0+\252\0\6-\264\0\21-\264\0\21-\264\0\21-\264\0\21-\264\0\21-"
+  "\264\0\21-\264\0\21-\264\0\21-\264\0\21-\264\0\21-\264\0\21-\264\0\21"
+  "$\266\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"};
+
+
+/* GdkPixbuf RGBA C-Source image dump */
+
+#ifdef __SUNPRO_C
+#pragma align 4 (gnome_stock_hangup)
+#endif
+#ifdef __GNUC__
+static const guint8 gnome_stock_hangup[] __attribute__ ((__aligned__ (4))) = 
+#else
+static const guint8 gnome_stock_hangup[] = 
+#endif
+{ ""
+  /* Pixbuf magic (0x47646b50) */
+  "GdkP"
+  /* length: header (24) + pixel_data (2304) */
+  "\0\0\11\30"
+  /* pixdata_type (0x1010002) */
+  "\1\1\0\2"
+  /* rowstride (96) */
+  "\0\0\0`"
+  /* width (24) */
+  "\0\0\0\30"
+  /* height (24) */
+  "\0\0\0\30"
+  /* pixel_data: */
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\252\0\0\3\277\40\0\10\277\40"
+  "\0\10\277\40\0\10\277\40\0\10\277\40\0\10\277\40\0\10\266$\0\7\266$\0"
+  "\7\266$\0\7\266$\0\7\266$\0\7\266$\0\7\252\0\0\3\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\237\40\0"
+  "\10\256\33\0\23\256\33\0\23\252\34\0\22\252\34\0\22\252\34\0\22\252\34"
+  "\0\22\252\34\0\22\252\34\0\22\252\34\0\22\252\34\0\22\252\34\0\22\252"
+  "\34\0\22\277\40\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\252\25\0\14\260\32\0\35\260\32\0\35"
+  "\260\32\0\35\260\32\0\35\260\32\0\35\260\32\0\35\260\32\0\35\260\32\0"
+  "\35\255\33\0\34\255\33\0\34\255\33\0\34\255\33\0\34\261\24\0\15\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\277\40\0\20\263\32\0(\263\32\0(\263\32\0(\263\32\0(\261\32\0'"
+  "\261\32\0'\261\32\0'\261\32\0'\261\32\0'\261\32\0'\261\32\0'\261\32\0"
+  "'\270\34\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\252\30\0\25\257\31\0""3\263\32\0""2\263\32\0"
+  "2\263\32\0""2\263\32\0""2\263\32\0""2\263\32\0""2\263\32\0""2\263\32"
+  "\0""2\263\32\0""2\261\32\0""1\261\32\0""1\261\26\0\27\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\255"
+  "\24\0\31\260\31\0=\260\31\0=\260\31\0=\260\31\0=\260\31\0=\260\31\0="
+  "\260\31\0=\256\32\0<\256\32\0<\256\32\0<\256\32\0<\256\32\0<\255\33\0"
+  "\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\263\21\0\36\261\25\0H\261\25\0H\261\25\0H\260\26\0G\260"
+  "\26\0G\260\26\0G\260\26\0G\260\26\0G\260\26\0G\260\26\0G\260\26\0G\260"
+  "\26\0G\262\27\0!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\255\27\0\"\261\26\0R\261\26\0R\261\26\0"
+  "R\261\26\0R\261\26\0R\261\26\0R\261\26\0R\261\26\0R\261\26\0R\260\26"
+  "\0Q\260\26\0Q\260\26\0Q\256\24\0&\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\256\24\0&\257\23\0]\257"
+  "\23\0]\257\23\0]\257\23\0]\257\23\0]\257\26\0\\\257\26\0\\\257\26\0\\"
+  "\257\26\0\\\257\26\0\\\257\26\0\\\257\26\0\\\262\30\0+\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\262"
+  "\22\0+\261\24\0h\260\24\0g\260\24\0g\260\24\0g\260\24\0g\260\24\0g\260"
+  "\24\0g\260\24\0g\260\24\0g\260\24\0g\260\24\0g\257\24\0f\257\25\0""0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\263\20\0/\261\22\0r\261\22\0r\261\22\0r\261\22\0r\261\22"
+  "\0r\261\22\0r\261\22\0r\260\22\0q\260\22\0q\260\22\0q\260\22\0q\260\22"
+  "\0q\262\23\0""5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\257\17\0""3\257\20\0}\257\20\0}\257\20\0}"
+  "\261\20\0|\261\20\0|\261\20\0|\261\20\0|\261\20\0|\261\20\0|\261\20\0"
+  "|\261\20\0|\261\20\0|\260\22\0:\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\255\22\0\34\260\21\0-\260\21\0-\260\21\0-\260\21\0-\261\20\0R\260"
+  "\17\0\207\260\17\0\207\260\17\0\207\260\17\0\207\260\17\0\207\260\17"
+  "\0\207\260\17\0\207\260\17\0\207\260\17\0\207\257\17\0\206\257\17\0\206"
+  "\257\17\0\206\260\17\0W\260\21\0-\260\21\0-\260\21\0-\260\21\0-\260\22"
+  "\0\35\261\24\0\15\256\15\0x\260\16\0\222\260\16\0\222\260\16\0\222\260"
+  "\16\0\222\260\16\0\222\260\16\0\222\260\16\0\222\260\16\0\222\260\16"
+  "\0\222\260\16\0\221\260\16\0\221\260\16\0\221\260\16\0\221\260\16\0\221"
+  "\260\16\0\221\260\16\0\221\260\16\0\221\260\16\0\221\260\16\0\221\257"
+  "\16\0\220\257\17\0y\257\20\0\20\0\0\0\0\263\0\0\12\256\12\0{\257\13\0"
+  "\235\257\13\0\235\257\13\0\235\257\13\0\235\257\13\0\235\261\13\0\234"
+  "\261\13\0\234\261\13\0\234\261\13\0\234\261\13\0\234\261\13\0\234\261"
+  "\13\0\234\261\13\0\234\261\13\0\234\260\14\0\233\260\14\0\233\260\14"
+  "\0\233\260\14\0\233\260\14\0~\261\24\0\15\0\0\0\0\0\0\0\0\0\0\0\0\237"
+  "\0\0\10\260\12\0~\260\13\0\247\260\13\0\247\260\13\0\247\260\13\0\247"
+  "\260\13\0\247\260\13\0\247\260\13\0\247\260\13\0\247\260\13\0\247\260"
+  "\13\0\247\261\13\0\246\261\13\0\246\261\13\0\246\261\13\0\246\261\13"
+  "\0\246\261\13\0\246\261\12\0\202\271\0\0\13\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\252\0\0\6\260\10\0~\260\11\0\262\260\11\0\262\260\11\0"
+  "\262\260\11\0\262\260\11\0\262\260\12\0\261\260\12\0\261\260\12\0\261"
+  "\260\12\0\261\260\12\0\261\260\12\0\261\260\12\0\261\260\12\0\261\260"
+  "\12\0\261\257\12\0\203\277\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\277\0\0\4\257\10\0}\260\10\0\274\260\10\0\274\260"
+  "\10\0\274\260\10\0\274\260\10\0\274\260\10\0\274\260\10\0\274\260\10"
+  "\0\274\260\10\0\274\260\10\0\274\260\10\0\273\260\10\0\273\260\10\0\204"
+  "\266\0\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\377\0\0\2\257\6\0|\260\6\0\307\260\6\0\307\260\6\0\307"
+  "\260\6\0\307\260\6\0\307\260\6\0\306\260\6\0\306\260\6\0\306\260\6\0"
+  "\306\260\6\0\306\261\6\0\202\231\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\1"
+  "\260\4\0x\260\5\0\321\260\5\0\321\260\5\0\321\260\5\0\321\260\5\0\321"
+  "\260\5\0\321\260\5\0\321\260\5\0\321\260\4\0\201\377\0\0\2\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\261\4\0r\260\3\0\334\260\3\0\334\260"
+  "\3\0\334\260\3\0\334\260\3\0\334\260\3\0\333\257\4\0}\377\0\0\1\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\257\2\0m\260\3"
+  "\0\346\260\3\0\346\260\3\0\346\260\3\0\346\260\4\0w\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\260"
+  "\0\0d\257\1\0\360\260\1\0\361\257\0\0p\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\257\0\0\\\257\0\0i\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"};
+
+/* GdkPixbuf RGBA C-Source image dump */
+
+#ifdef __SUNPRO_C
+#pragma align 4 (gnome_stock_onhold)
+#endif
+#ifdef __GNUC__
+static const guint8 gnome_stock_onhold[] __attribute__ ((__aligned__ (4))) = 
+#else
+static const guint8 gnome_stock_onhold[] = 
+#endif
+{ ""
+  /* Pixbuf magic (0x47646b50) */
+  "GdkP"
+  /* length: header (24) + pixel_data (2304) */
+  "\0\0\11\30"
+  /* pixdata_type (0x1010002) */
+  "\1\1\0\2"
+  /* rowstride (96) */
+  "\0\0\0`"
+  /* width (24) */
+  "\0\0\0\30"
+  /* height (24) */
+  "\0\0\0\30"
+  /* pixel_data: */
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\40jj\30\34knQ\35kp\217\33mq\330\35jo\377\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0UU\3\33mm/\35joj\34lr\254\33mq\350"
+  "\34jo\374\27sy\362\20~\207\374\13\207\217\377\35jo\377\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\""
+  "fw\17\34jnH\35lp\202\33ns\310\35kq\367\33nr\365\24z\201\364\15\206\217"
+  "\377\6\220\231\377\1\231\242\377\0\230\242\377\0\227\241\377\2\222\235"
+  "\377\35jo\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "$mm\16\33ls\247\33ns\337\34ko\374\30sy\361\21\201\210\371\12\215\226"
+  "\377\3\227\242\377\0\234\247\377\0\233\246\377\1\231\243\377\6\216\230"
+  "\377\15\204\213\377\24sx\374\34kp\377\2\220\233\377\35jo\377\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\32fo\36\35jo\377\7\224"
+  "\236\377\1\237\252\377\0\240\252\377\0\236\251\377\2\231\244\377\11\215"
+  "\226\377\17\201\210\376\27pv\371\34jo\375\33gk\370\26TW\341\22EG\324"
+  "\35jo\377\2\216\230\377\35jo\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\14\13+/G\33lp\373\1\236\251\377\13\213\223\377\22"
+  "{\203\374\30mr\372\34jn\376\30af\360\23IM\330\15.1\302\4\20\22\255\0"
+  "\0\0\243\0\0\0\243\4\22\23\256\33ko\373\2\214\225\377\35jo\377\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0x\4\22\23\254\33ko\375"
+  "\3\227\241\377\35jo\377\21@D\317\12%&\272\2\6\6\247\0\0\0\243\0\0\0\233"
+  "\0\0\0\232\0\0\0\234\0\0\0\243\0\0\0\237\4\22\23\256\33ko\373\2\212\223"
+  "\377\35jo\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0t"
+  "\4\22\23\256\33jo\375\3\225\237\377\33im\374\0\0\0\231\0\0\0\237\0\0"
+  "\0\213\0\0\0c\0\0\0;\0\0\0\30\0\0\0\0\0\0\0:\0\0\0\234\4\22\23\256\33"
+  "ko\373\2\207\220\377\35jo\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0t\4\22\23\256\33jo\375\3\223\235\377\34ko\371\0\0\0$\0"
+  "\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0:\0\0\0\234\4\22"
+  "\23\256\33ko\373\2\205\217\377\35jo\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0t\4\22\23\256\33jo\375\3\221\233\377\34lp\366"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0:\0\0\0"
+  "\234\4\22\23\256\33ko\373\2\202\214\377\35jo\377\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0t\4\22\23\256\33jo\375\3\217\230\377"
+  "\34lp\366\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0:\0\0\0\234\4\22\23\256\33ko\373\2\200\212\377\35jo\377\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0t\4\22\23\256\33jn\375\3\215"
+  "\226\377\34kp\366\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0:\0\0\0\234\4\22\23\256\33jo\373\2~\207\377\35jo\377\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0t\4\22\23\256\33jn\375"
+  "\3\212\224\377\34kp\366\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0:\0\0\0\234\4\22\23\256\33jo\373\2|\204\377\35jo\377"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0t\4\22\23\256\33"
+  "jn\375\3\210\221\377\34kp\366\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\30mm\25\26QT\216\25UZ\342\31bf\364\35jo\377\2z\202\377\35jo"
+  "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0t\4\22\23\256"
+  "\33jn\375\3\206\220\377\34kp\366\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0UU"
+  "\3\32bf\177\35ko\371\24ms\372\13u|\377\10w~\377\12t|\377\2w\177\377\35"
+  "jo\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0t\4\22\23"
+  "\256\33jn\375\3\204\215\377\34ko\366\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0*\26"
+  "SV\325\27kq\373\5z\202\377\0|\204\377\0z\202\377\0y\201\377\0w\177\377"
+  "\5t{\377\35jo\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\36lp;\22EH"
+  "\264\25RV\342\35jo\377\3\202\213\377\34ko\366\0\0\0\0\0\0\0\0\0\0\0O"
+  "\15""13\275\27jp\373\1{\203\377\0z\203\377\0y\201\377\0x\200\377\0v~"
+  "\377\0u}\377\11qw\377\33kp\311\0\0\0\0\0\0\0\0\0\0\0\0\31aeG\32gn\350"
+  "\32lp\370\21tz\375\16x\200\377\20v}\377\3\200\211\377\34ko\366\0\0\0"
+  "\0\0\0\0%\0\0\0\233\26W]\347\13u{\377\0y\202\377\0x\200\377\0v~\377\0"
+  "u}\377\0t|\377\6px\377\34jp\366\35lq4\0\0\0\0\0\0\0\12\22GJ\251\33jn"
+  "\374\13}\203\377\0\206\217\377\0\205\216\377\0\204\214\377\0\202\213"
+  "\377\7{\203\377\35jo\377\0\0\0\0\0\0\0d\0\0\0\242\26SV\341\21ou\375\0"
+  "w\177\377\0v~\377\0t|\377\4rz\377\20kr\375\34jn\367\33jmT\0\0\0\0\0\0"
+  "\0\12\13$&\250\32jn\373\3\204\215\377\0\205\216\377\0\204\215\377\0\203"
+  "\213\377\0\201\212\377\0\200\210\377\11x\200\377\34lp\346\0\0\0\0\0\0"
+  "\0D\0\0\0\234\4\22\22\255\31`e\362\32gm\374\27gm\371\32hl\372\34hn\371"
+  "\34hl\245!kk\37\0\0\0\0\0\0\0\0\0\0\0h\24RX\340\14y\201\377\0\204\215"
+  "\377\0\203\214\377\0\201\212\377\0\200\211\377\0\177\207\377\3{\204\377"
+  "\32mq\364\34ipI\0\0\0\0\0\0\0\1\0\0\0G\0\0\0\202\0\0\0\222\5\25\26\225"
+  "\16""02\200\20@D@3ff\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\230\26W"
+  "]\347\15w\177\377\0\202\212\377\0\201\211\377\0\177\210\377\1}\206\377"
+  "\13v|\377\33kp\370\35io\205\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0k\11\40!\261\33hm\373\25jp\372\20pv\374\23lr\372\33in\374\33"
+  "gm\341\34jnH\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\3\0\0\0A\4\21\21z\16""47\241\23FI\245\25PTy\35ch,\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"};
+
+/* GdkPixbuf RGBA C-Source image dump */
+
+#ifdef __SUNPRO_C
+#pragma align 4 (gnome_stock_dial)
+#endif
+#ifdef __GNUC__
+static const guint8 gnome_stock_dial[] __attribute__ ((__aligned__ (4))) = 
+#else
+static const guint8 gnome_stock_dial[] = 
+#endif
+{ ""
+  /* Pixbuf magic (0x47646b50) */
+  "GdkP"
+  /* length: header (24) + pixel_data (2304) */
+  "\0\0\11\30"
+  /* pixdata_type (0x1010002) */
+  "\1\1\0\2"
+  /* rowstride (96) */
+  "\0\0\0`"
+  /* width (24) */
+  "\0\0\0\30"
+  /* height (24) */
+  "\0\0\0\30"
+  /* pixel_data: */
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377"
+  "\377\2f\231\\\31\200\257\200\20\377\377\377\2\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\5\377"
+  "\377\354)\374\374\352J\252\305\230r\316\335\271b\373\373\351G\377\377"
+  "\360#\377\377\377\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\377\377\377\11\377\377\354D\375\375\337g\375\375\332}\302\325\243"
+  "\236\334\347\271\222\375\375\332{\374\374\340b\373\373\352=\377\377\377"
+  "\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\2\210\256zk\347\355"
+  "\312t\374\374\323\222\374\373\313\257\307\330\243\262\341\351\267\253"
+  "\374\373\315\254\373\373\326\216\333\346\300r\204\255y]\0\0\0\0\0\0\0"
+  "\0\24v\0\15\27\200\0\247\30\200\0\270\30~\0\270\26~\0i\0\0\0\0$m\0\7"
+  "\26\200\0\241\30\200\0\270\30~\0\270\30~\0u\377\377\363\26\355\365\325"
+  "b\211\266o\335\231\276w\354\236\311\200\335\240\312\205\266\375\375\337"
+  "p\362\366\315\213\270\316\223\302\257\310\222\242\363\366\334X\377\377"
+  "\353\15\0\0\0\0\24z\0d\40\231\0\377!\232\0\377\40\226\0\377\30~\0\323"
+  "\0\0\0\0\24w\0M\37\225\0\375!\232\0\377\40\226\0\377\30\201\0\334\377"
+  "\377\356-\311\336\256\215\255\324\206\373\223\312q\377q\274T\377R\242"
+  ";\351\345\360\317E\365\367\331e\353\360\304\230\374\374\321\233\375\375"
+  "\337g\377\377\357\40\0\0\0\0\27|\0m\35\221\0\377\36\217\0\377\35\212"
+  "\0\377\26z\0\325\0\0\0\0\25w\0V\34\214\0\377\36\217\0\377\35\213\0\377"
+  "\27{\0\337\377\377\3545\310\336\253\225\264\326\213\373\216\306m\377"
+  "_\255E\377.\211\27\347\266\325\252*\374\374\346S\373\373\326\211\374"
+  "\372\317\243\375\375\336m\377\377\354(\0\0\0\0\25y\0c\34\206\0\377\34"
+  "\204\0\377\33\177\0\377\26v\0\321\0\0\0\0\24w\0K\33\204\0\374\34\204"
+  "\0\377\33\200\0\377\26w\0\333\377\377\356-\314\340\260\213\253\317\206"
+  "\372\203\266e\377l\254R\377P\232:\350\345\360\322D\351\356\316h\307\330"
+  "\246\244\374\374\321\233\375\375\337g\377\377\357\40\0\0\0\0\34q\0\11"
+  "\25w\0\235\25v\0\255\25t\0\255\25r\0b\0\0\0\0\0f\0\5\24v\0\227\25v\0"
+  "\255\25t\0\255\23p\0m\377\377\363\26\276\325\254r\204\260k\334\257\313"
+  "\211\346\241\306\204\327\234\300\201\266\361\366\326q\373\373\327\207"
+  "\324\341\254\270\237\275\206\252\313\334\267g\377\377\377\15\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\377\377\377\2\247\304\231Z\375\375\336m\374\374"
+  "\324\223\374\373\313\260\310\330\243\261\341\351\267\253\374\373\313"
+  "\255\373\373\324\217\370\372\333i\237\277\217P\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\26y\0""9\23|\0P\23|\0P\24z\0\31\0\0\0\0\0\0\0\0\24x\0""3\23|\0P\23"
+  "|\0P\21w\0\36\0\0\0\0\377\377\346\12\262\320\236f\263\323\230\227\305"
+  "\337\245\247\262\315\226\254\335\347\272\224\375\375\332|\374\374\340"
+  "c\373\373\357>\377\377\377\5\0\0\0\0\0\0\0\0\25w\0<\34\217\0\365\37\225"
+  "\0\377\36\222\0\377\30~\0\316\0\0\0\0\23s\0(\33\214\0\360\37\225\0\377"
+  "\36\222\0\377\30\200\0\330\0\0\0\0\24v\0\32\40\213\5\352E\250(\377`\261"
+  "E\377_\242I\355\311\332\261h\373\373\352H\377\377\361%\377\377\377\3"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\25w\0V\35\221\0\377\37\223\0\377\36\217\0\377"
+  "\30}\0\327\0\0\0\0\21s\0<\34\217\0\377\37\223\0\377\36\217\0\377\30~"
+  "\0\337\0\0\0\0\21q\0-\34\215\0\364\37\224\0\377!\220\3\377!\203\13\347"
+  "X\235N\32\377\377\377\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\25w\0"
+  "V\34\210\0\377\35\210\0\377\34\204\0\377\27y\0\327\0\0\0\0\21s\0<\33"
+  "\207\0\377\35\210\0\377\34\204\0\377\27x\0\337\0\0\0\0\21q\0-\33\206"
+  "\0\364\35\211\0\377\34\204\0\377\27y\0\345\21w\0\17\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20s\0\37\27x\0\325\26w\0\337\25u\0\337"
+  "\25t\0\251\0\0\0\0\15s\0\24\26x\0\322\26w\0\337\25v\0\337\25s\0\266\0"
+  "\0\0\0\25j\0\14\27w\0\314\26w\0\337\25v\0\337\24t\0\300\0\200\0\2\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\20x\0\40\31\204\0\316\32\210\0\322\32\206\0\322"
+  "\27\177\0\243\0\0\0\0\15s\0\24\30\204\0\313\32\210\0\322\32\206\0\322"
+  "\26}\0\257\0\0\0\0\25j\0\14\27\203\0\306\32\210\0\322\32\206\0\322\30"
+  "\200\0\266\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\27"
+  "|\0m\36\224\0\377\40\227\0\377\37\222\0\377\30\177\0\327\0\0\0\0\24t"
+  "\0K\35\222\0\377\40\227\0\377\37\223\0\377\30\200\0\337\0\0\0\0\21q\0"
+  "-\35\220\0\364\40\230\0\377\37\223\0\377\32\201\0\345\21w\0\17\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\27|\0m\35\213\0\377\36\214"
+  "\0\377\35\207\0\377\30z\0\327\0\0\0\0\24t\0K\34\212\0\377\36\214\0\377"
+  "\35\210\0\377\27z\0\337\0\0\0\0\21q\0-\33\210\0\364\36\215\0\377\35\210"
+  "\0\377\30|\0\345\21w\0\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\24w\0K\32~\0\367\32\177\0\377\32z\0\377\25u\0\315\0\0\0\0\24u\0"
+  "2\30}\0\363\32\177\0\377\32{\0\377\24u\0\327\0\0\0\0\22r\0\35\30}\0\352"
+  "\32\200\0\377\32{\0\377\26u\0\336$m\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\27v\0C\23r\0`\23r\0`\22r\0\35\0\0\0\0\0\0"
+  "\0\0\25q\0=\23r\0`\23r\0`\16q\0$\0\0\0\0\0\0\0\0\27r\0""8\23r\0`\23r"
+  "\0`\22w\0+\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"};
+
+/* GdkPixbuf RGBA C-Source image dump */
+
+#ifdef __SUNPRO_C
+#pragma align 4 (gnome_stock_transfer)
+#endif
+#ifdef __GNUC__
+static const guint8 gnome_stock_transfer[] __attribute__ ((__aligned__ (4))) = 
+#else
+static const guint8 gnome_stock_transfer[] = 
+#endif
+{ ""
+  /* Pixbuf magic (0x47646b50) */
+  "GdkP"
+  /* length: header (24) + pixel_data (2304) */
+  "\0\0\11\30"
+  /* pixdata_type (0x1010002) */
+  "\1\1\0\2"
+  /* rowstride (96) */
+  "\0\0\0`"
+  /* width (24) */
+  "\0\0\0\30"
+  /* height (24) */
+  "\0\0\0\30"
+  /* pixel_data: */
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21i\377=\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\21i\377\210\24h\377@\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\21i\377\210\22h\377\232\24i\3773\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\21i\377\210\22i\377\234\23h\377\237\22k\377+\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\21i\377\210\22i\377\234\22h\377\246\21h\377\247\17d\377"
+  "!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\4\27]\377"
+  "\13\17i\377\21\26o\377\27\22j\377\35\16c\377$\22e\377+\25h\3771\23k\377"
+  "7\20g\377>\23i\377D\21k\377J\20i\377P\22h\377\216\22i\377\234\22h\377"
+  "\246\21h\377\261\22h\377\246\27h\377\26\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0m\377\7\16c\377\22\22d\377\34\24i\377'\20h\3771\21f\377<"
+  "\22h\377G\23h\377Q\21i\377\\\21h\377g\22h\377q\23i\377|\21i\377\206\22"
+  "h\377\221\22i\377\234\22h\377\246\21h\377\261\22h\377\273\22i\377\250"
+  "\17i\377\21\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0m\377\7\16c\377\22\22d\377"
+  "\34\24i\377'\20h\3771\21f\377<\22h\377G\23h\377Q\21i\377\\\21h\377g\22"
+  "h\377q\23i\377|\21i\377\206\22h\377\221\22i\377\234\22h\377\246\21h\377"
+  "\261\22h\377\273\22h\377\306\23h\377\244\34U\377\11\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0m\377\7\16c\377\22\22d\377\34\24i\377'\20h\3771\21f\377<\22h"
+  "\377G\23h\377Q\21i\377\\\21h\377g\22h\377q\23i\377|\21i\377\206\22h\377"
+  "\221\22i\377\234\22h\377\246\21h\377\261\22h\377\273\22h\377\306\22h"
+  "\377\321\21h\377\230\0f\377\5\0\0\0\0\0\0\0\0\0m\377\7\16c\377\22\22"
+  "d\377\34\24i\377'\20h\3771\21f\377<\22h\377G\23h\377Q\21i\377\\\21h\377"
+  "g\22h\377q\23i\377|\21i\377\206\22h\377\221\22i\377\234\22h\377\246\21"
+  "h\377\261\22h\377\273\22h\377\306\22h\377\321\21h\377\333\21g\377\224"
+  "\0\0\377\1\0\0\0\0\0m\377\7\16c\377\22\22d\377\34\24i\377'\20h\3771\21"
+  "f\377<\22h\377G\23h\377Q\21i\377\\\21h\377g\22h\377q\23i\377|\21i\377"
+  "\206\22h\377\221\22i\377\234\22h\377\246\21h\377\261\22h\377\273\22h"
+  "\377\306\22h\377\321\21h\377\333\22h\377\346\22h\377\200\0\0\0\0\0m\377"
+  "\7\16c\377\22\22d\377\34\24i\377'\20h\3771\21f\377<\22h\377G\23h\377"
+  "Q\21i\377\\\21h\377g\22h\377q\23i\377|\21i\377\206\22h\377\221\22i\377"
+  "\234\22h\377\246\21h\377\261\22h\377\273\22h\377\306\22h\377\321\21h"
+  "\377\333\22h\377\346\22h\377\361\23h\377n\0m\377\7\16c\377\22\22d\377"
+  "\34\24i\377'\20h\3771\21f\377<\22h\377G\23h\377Q\21i\377\\\21h\377g\22"
+  "h\377q\23i\377|\21i\377\206\22h\377\221\22i\377\234\22h\377\246\21h\377"
+  "\261\22h\377\273\22h\377\306\22h\377\321\21h\377\333\22h\377\346\22h"
+  "\377\361\21h\377v\0m\377\7\16c\377\22\22d\377\34\24i\377'\20h\3771\21"
+  "f\377<\22h\377G\23h\377Q\21i\377\\\21h\377g\22h\377q\23i\377|\21i\377"
+  "\206\22h\377\221\22i\377\234\22h\377\246\21h\377\261\22h\377\273\22h"
+  "\377\306\22h\377\321\21h\377\333\22h\377\346\22g\377\212\0\0\0\0\0m\377"
+  "\7\16c\377\22\22d\377\34\24i\377'\20h\3771\21f\377<\22h\377G\23h\377"
+  "Q\21i\377\\\21h\377g\22h\377q\23i\377|\21i\377\206\22h\377\221\22i\377"
+  "\234\22h\377\246\21h\377\261\22h\377\273\22h\377\306\22h\377\321\21h"
+  "\377\333\21g\377\224\0\0\377\1\0\0\0\0\0m\377\7\16c\377\22\22d\377\34"
+  "\24i\377'\20h\3771\21f\377<\22h\377G\23h\377Q\21i\377\\\21h\377g\22h"
+  "\377q\23i\377|\21i\377\206\22h\377\221\22i\377\234\22h\377\246\21h\377"
+  "\261\22h\377\273\22h\377\306\22h\377\321\21h\377\242\0f\377\5\0\0\0\0"
+  "\0\0\0\0\0m\377\7\16c\377\22\22d\377\34\24i\377'\20h\3771\21f\377<\22"
+  "h\377G\23h\377Q\21i\377\\\21h\377g\22h\377q\23i\377|\21i\377\206\22h"
+  "\377\221\22i\377\234\22h\377\246\21h\377\261\22h\377\273\22h\377\306"
+  "\23h\377\245\24b\377\15\0\0\0\0\0\0\0\0\0\0\0\0\0m\377\7\16c\377\22\22"
+  "d\377\34\24i\377'\20h\3771\21f\377<\22h\377G\23h\377Q\21i\377\\\21h\377"
+  "g\22h\377q\23i\377|\21i\377\206\22h\377\221\22i\377\234\22h\377\246\21"
+  "h\377\261\22h\377\273\22i\377\252\17i\377\21\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\200\377\4\27]\377\13\17i\377\21\26o\377\27\22j\377\35\16c"
+  "\377$\22e\377+\25h\3771\23k\3777\20g\377>\23i\377D\21k\377J\20i\377P"
+  "\22h\377\216\22i\377\234\22h\377\246\21h\377\261\22h\377\254\22d\377"
+  "\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\21i\377\210\22i\377\234\22h\377\246\21h\377\247\17i\377\""
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\21i\377\210\22i\377\234\23h\377\242\21i\377.\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\21i\377\210\22h\377\232\22j\377:\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\21i\377\210\24h\377@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\23i\377D\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0"};
+
+
+/* GdkPixbuf RGBA C-Source image dump */
+
+#ifdef __SUNPRO_C
+#pragma align 4 (gnome_stock_offhold)
+#endif
+#ifdef __GNUC__
+static const guint8 gnome_stock_offhold[] __attribute__ ((__aligned__ (4))) = 
+#else
+static const guint8 gnome_stock_offhold[] = 
+#endif
+{ ""
+  /* Pixbuf magic (0x47646b50) */
+  "GdkP"
+  /* length: header (24) + pixel_data (2304) */
+  "\0\0\11\30"
+  /* pixdata_type (0x1010002) */
+  "\1\1\0\2"
+  /* rowstride (96) */
+  "\0\0\0`"
+  /* width (24) */
+  "\0\0\0\30"
+  /* height (24) */
+  "\0\0\0\30"
+  /* pixel_data: */
+  "\0\0\0\0\0ix\21\0mss\0mr\210\0lt@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "3ff\5\14kqV\14lr\250\0lr}\0mv\34\0\0\0\0\0ht\26\0ls\343\0ls\377\0ls\377"
+  "\0ls\377\0ms\242\0\200\200\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\34qq\11\33mm/\32kqX\33ms\205\26lq\320\17ou\377\22kp"
+  "\377\0ls\377\0ls\364\0lq-\0ks\212\0ls\377\0ls\377\0ls\377\0ls\377\0l"
+  "s\377\0ks\253\0ff\5\0\0\0\0\0\0\0\0\40`p\20\34mm6\35nta\33ms\214\34k"
+  "p\235\26tz\230\16\202\212\237\5\206\216\324\1\207\217\377\1\205\216\377"
+  "\21lq\377\0ls\377\0ls\377\0ks\262\0lr\256\0ls\377\0ls\377\0ls\377\0l"
+  "s\377\0ls\377\3lr\377\11lr\300\32mtn\34ns\222\34lq\234\26y\200\230\15"
+  "\207\217\240\6\222\233\241\0\233\245\241\0\232\245\241\0\216\226\324"
+  "\4\201\211\377\10z\200\377\2\203\213\377\21lq\377\0ls\377\0ls\377\0l"
+  "t\326\0lsv\0ls\377\0ls\377\0ls\377\0ls\377\0ls\377\22lq\377\16sy\377"
+  "\11\202\212\341\5\226\241\243\0\236\251\241\0\236\250\241\2\232\245\241"
+  "\6\217\230\241\16\202\212\237\20qy\321\21lq\377\17ls\377\22kp\377\2\201"
+  "\211\377\21kq\377\0ls\377\0ls\377\0ks\235\0\200\200\6\0ls\377\0ls\377"
+  "\0ls\377\0ls\377\0ls\377\17ls\377\3\210\220\377\1\212\223\377\6\205\215"
+  "\342\16\201\211\240\27rw\230\35ko\236\33lt\206\15lq\266\6ls\377\1ls\377"
+  "\0ls\377\21lq\377\2\177\207\377\21kq\377\0ls\377\0lr\341\0ju\30\0\0\0"
+  "\0\0pp\20\0ms\312\0ls\377\0ls\377\0ls\377\17ls\377\3\207\216\377\22k"
+  "p\377\15ms\377\13mr\314\26ot.$mm\7\0lr\223\0ls\377\0ls\377\0ls\377\0"
+  "ls\377\21lq\377\2~\206\377\21kq\377\0ls\340\0lt!\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0fw\17\0ls\307\0ls\377\0ls\377\17ls\377\3\205\216\377\22kp\377\0"
+  "ls\377\0ls\377\0ls\266\0kr\230\0ls\377\0ls\377\0ls\377\0ls\377\0ls\377"
+  "\21lq\377\2}\204\377\22kq\362\0pp\40\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0fw\17\0ks\305\0ls\377\17ls\377\3\204\214\377\22kp\377\0ls\377"
+  "\0ls\377\0ls\377\0ls\377\0ls\377\0ls\377\0ls\377\0ls\377\0ls\377\21l"
+  "q\377\2|\204\362\32ko\247\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0mm\16\0lr\304\17ls\377\3\202\213\377\22kp\377\0ls\377\0"
+  "ls\377\0ls\377\0ls\377\0ls\377\0ls\377\0ls\377\0ls\377\0ls\377\22lp\361"
+  "\3~\210\254\34kp\233\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0vv\15\21ls\345\3\201\211\377\22kp\377\0ls\377\0ls\377"
+  "\0ls\377\0ls\377\0ls\377\0ls\377\0ls\377\0ls\377\0ls\332\32lo\247\3\177"
+  "\210\241\34kp\233\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\32mr\224\3\201\211\351\22kp\377\0ls\377\0ls\377"
+  "\0ls\377\0ls\377\0ls\377\0ls\377\0ls\377\0mt\332\0hq\33\34lo\234\3}\205"
+  "\241\34kp\233\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\33lq\220\3\201\211\335\22kp\377\0ls\377\0ls\377\0ls"
+  "\377\0ls\377\0ls\377\0ls\377\0ls\377\0ms\305\0f\200\12\34lo\234\3z\203"
+  "\241\34kp\233\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0UU\3\22lr\326\3}\205\377\22kp\377\0ls\377\0ls\377\0ls\377\0"
+  "ls\377\0ls\377\0ls\377\4ls\377\12lr\377\17mq\337\34ko\245\3x\200\241"
+  "\34kp\233\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0U"
+  "U\3\0ks\244\17lr\377\3|\204\377\22kp\377\0ls\377\0ls\377\0ls\377\0ls"
+  "\377\3ls\377\16lq\377\17lr\377\11rx\377\5sz\377\7rx\351\3w\177\245\35"
+  "ko\236\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0UU\3\0ls\246"
+  "\0ls\377\17kr\377\3{\202\377\22kp\377\0ls\377\0ls\377\0ls\377\2ls\377"
+  "\20lq\377\10rx\377\0v}\377\0u}\377\0t{\377\0sz\377\3rx\351\34jo\246\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\4\3ls\257\10lr\377\13"
+  "lr\377\22kp\377\3y\201\377\22kp\377\0ls\377\0ls\377\0ls\324\16lr\333"
+  "\10ry\377\0v}\377\0t|\377\0t{\377\0sz\377\0ry\377\6nv\377\16kr\337\0"
+  "fw\17\0\0\0\0\0\0\0\0\0\0\0\0\22mm\16\16lr\315\21lr\377\13qx\377\6v}"
+  "\377\10u{\377\2y\201\377\22kp\377\0ls\377\0ls\317\0ht\26\35kp\240\1u"
+  "|\344\0t{\377\0sz\377\0ry\377\0qx\377\4ov\377\20kq\377\3ls\377\0ls\307"
+  "\0fw\17\0\0\0\0\40\200\200\10\22lr\331\13qy\377\1}\204\377\0|\204\377"
+  "\0{\202\377\0z\202\377\1x\177\377\22kp\377\0ls\316\0ky\23\0\0\0\0\35"
+  "kp\217\13sy\242\1t|\343\0qx\377\4pv\377\13mt\377\20kp\377\4kr\377\0l"
+  "s\377\0ls\377\0ls\377\0\200\200\6\17mr\233\12ry\377\0}\204\377\0{\203"
+  "\377\0{\202\377\0y\201\377\0y\200\377\4u|\377\17lq\347\0qq\22\0\0\0\0"
+  "\0\0\0\0\34hq\33\32lp\200\34kp\235\23kp\341\17lq\377\11lr\377\1ks\377"
+  "\0ls\377\0ls\377\0ls\377\0ls\377\0lt\213\23kr\333\3y\201\377\0{\202\377"
+  "\0z\201\377\0y\200\377\0x\177\377\3v|\377\21jr\353\23mv6\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\6\0mr\260\0ls\377\0ls"
+  "\377\0ls\377\0ls\377\0ls\377\0ls\377\0ls\322\22lr\313\10s{\377\0y\200"
+  "\377\0x\200\377\2v}\377\11qw\377\21kq\353\27koL\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\6\0ls\255\0ls\377"
+  "\0ls\377\0ls\377\0ls\377\0ls\377\0ls\273\14jnA\17lq\370\21kq\377\20k"
+  "r\377\20lq\377\15kr\335\24bo'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ff\5\0lt\252\0ls\377\0ls\377"
+  "\0ls\377\0ls\374\0ksE\0\0\0\0\0lq-\2ms\242\1ls\275\0lrt\0tt\13\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0lrU\0mt\267\0lt\254\0js<\0\0\0\0"};
+
+
+/* GdkPixbuf RGBA C-Source image dump */
+
+#ifdef __SUNPRO_C
+#pragma align 4 (gnome_stock_call_current)
+#endif
+#ifdef __GNUC__
+static const guint8 gnome_stock_call_current[] __attribute__ ((__aligned__ (4))) = 
+#else
+static const guint8 gnome_stock_call_current[] = 
+#endif
+{ ""
+  /* Pixbuf magic (0x47646b50) */
+  "GdkP"
+  /* length: header (24) + pixel_data (2304) */
+  "\0\0\11\30"
+  /* pixdata_type (0x1010002) */
+  "\1\1\0\2"
+  /* rowstride (96) */
+  "\0\0\0`"
+  /* width (24) */
+  "\0\0\0\30"
+  /* height (24) */
+  "\0\0\0\30"
+  /* pixel_data: */
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0-\0\0\0"
+  "/\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\12""8\0\205\21c\0\324\22f\0\326\12"
+  "-\0k\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\2\0\11\0:\20U\0\262\26\205\0\362\23r\0\364\24}\0\364\20e\0"
+  "\334\3\30\0J\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0%\20^\0\316\33\241\0\376\32\241\0\377\30\224\0\377\21g\0\364"
+  "\23w\0\375\17S\0\277\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0=\214U*\0\377\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\20\20^\0\301\30\231\0\377\30\231\0\377\27\216\0\377"
+  "\24z\0\377\21b\0\363\17_\0\335\0\13\0-\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0<\214Ux:\217U0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\15L\0\236\27\220\0\377\27\220\0\377\26\211"
+  "\0\377\23{\0\377\17]\0\356\17_\0\352\3\32\0M\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0""3\231M\12=\215S\\\0\0\0\0<\215Q/<\214Ux\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7+\0j\25\204\0\363\30\224\0\377"
+  "\26\211\0\377\24|\0\377\20Y\0\362\16M\0\265\0\5\0""2\0\0\0\0\0\0\0\0"
+  ":\216TF\0\377\0\1\0\0\0\0<\214T\203\0\0\0\0\0\377\0\1<\215S\245\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0""6\22o\0\332"
+  "\30\227\0\377\26\215\0\377\21h\0\355\12*\0\206\0\0\0\25\0\0\0\0\0\0\0"
+  "\0\0\0\0\0;\215R8>\213UB\0\0\0\0;\214S\201\0\0\0\0\0\0\0\0=\215T\244"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\24\20"
+  "`\0\305\31\233\0\377\27\220\0\377\24~\0\377\16I\0\250\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0<\216Ts\0\0\0\0;\215TyI\222I\7\0\0\0\0;\215T"
+  "\243\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\13A\0\212\27\214\0\370\30\224\0\377\26\211\0\377\17\\\0\326\0\0\0\26"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0;\215Tt\0\0\0\0;\216Sh;\211X\32\0\0\0"
+  "\0=\215T\244\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\11\0""9\22n\0\332\30\227\0\377\26\214\0\377\23s\0\363\12;"
+  "\0\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0;\215Tt\0\0\0\0<\216Ts3\231M\12"
+  "\0\0\0\0=\215T\244\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\11\17W\0\270\30\225\0\377\27\220\0\377\25\204\0"
+  "\377\16[\0\330\0\0\0\24\0\0\0\0\0\0\0\0""9\216U\11<\215Sn\0\0\0\0;\214"
+  "S\201\0\0\0\0\0\0\0\0=\215T\244\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\33\0T\24t\0\343\30\224\0\377\26"
+  "\211\0\377\22s\0\364\13=\0\215\0\0\0\0\0\0\0\0<\214SY>\213U!\0\0\0\0"
+  ";\216T\205\0\0\0\0""9\216U\11<\214T\236\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\17Z\0\273\27\221"
+  "\0\377\26\214\0\377\25\202\0\377\20^\0\337\5\35\0""5\0\0\0\0>\213U!\0"
+  "\0\0\0+\200U\6<\215U{\0\0\0\0=\214SG;\216S_\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\31\0R\22o\0"
+  "\341\27\220\0\377\25\205\0\377\23w\0\377\15Q\0\304\0\0\0\12\0\0\0\0\0"
+  "\0\0\0\0\0\0\0@\200@\4\0\0\0\0;\216T\205;\211X\32\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10"
+  "\15H\0\233\25\202\0\364\26\211\0\377\24~\0\377\21g\0\357\12@\0\224\0"
+  "\0\0\5\0\0\0\7\3\25\0J\0\0\0\35\0\0\0\0\0\377\0\1\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\40\20]\0\313\26\211\0\377\25\201\0\377\23w\0\377\20_\0"
+  "\345\11""1\0\210\16U\0\326\23l\0\346\20`\0\315\4\27\0C\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\27\0N\20d\0\334\25\204\0\377\23z\0\377"
+  "\21o\0\377\20a\0\357\21k\0\375\23g\0\366\24|\0\375\17Z\0\313\0\7\0#\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\11(\0l\21j\0\342\24~\0\377"
+  "\22s\0\377\20h\0\377\20b\0\377\20f\0\377\21b\0\365\21m\0\370\13:\0\210"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\11\11<\0\210\22i\0"
+  "\346\23w\0\377\21k\0\377\17a\0\377\17_\0\377\17[\0\373\20d\0\371\16S"
+  "\0\304\0\0\0\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\15\12"
+  ";\0\206\21f\0\346\21o\0\377\17d\0\377\17_\0\377\17_\0\377\20Z\0\362\17"
+  "U\0\316\0\0\0\32\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\15\12""7\0\202\20`\0\340\20h\0\377\17_\0\377\17\\\0\366\20V\0"
+  "\363\10,\0y\0\0\0\11\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\12\7)\0k\17Z\0\336\16U\0\324\13""9\0\212\0\6\0(\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\4\3\15\0P\0\0\0+\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\0\0\0"};
+
+/* GdkPixbuf RGBA C-Source image dump */
+
+#ifdef __SUNPRO_C
+#pragma align 4 (gnome_stock_addressbook)
+#endif
+#ifdef __GNUC__
+static const guint8 gnome_stock_addressbook[] __attribute__ ((__aligned__ (4))) = 
+#else
+static const guint8 gnome_stock_addressbook[] = 
+#endif
+{ ""
+  /* Pixbuf magic (0x47646b50) */
+  "GdkP"
+  /* length: header (24) + pixel_data (2304) */
+  "\0\0\11\30"
+  /* pixdata_type (0x1010002) */
+  "\1\1\0\2"
+  /* rowstride (96) */
+  "\0\0\0`"
+  /* width (24) */
+  "\0\0\0\30"
+  /* height (24) */
+  "\0\0\0\30"
+  /* pixel_data: */
+  "\0\0\0\0\0\0\0\0\0\0\0\0#Q\220n3[\226\3105]\231\3125]\231\3125]\231\312"
+  "5]\231\3125]\231\3125]\231\3125]\231\3125]\231\3125]\231\3125]\231\312"
+  "5]\231\3125]\231\3125]\231\3121[\227\306&Q\213X\0\0\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\0\200\200\200\2\227\241\244bGl\237\367\\\202\263\377"
+  "~\234\301\377~\234\301\377~\234\301\377~\234\301\377~\234\301\377~\234"
+  "\301\377~\234\301\377~\234\301\377~\234\301\377~\234\301\377~\234\301"
+  "\377~\234\301\377~\234\301\377r\223\274\3778a\232\332\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\0\304\304\261\15\307\312\304\312\276\304\310\377Os\246"
+  "\376\237\263\313\377\334\343\352\377\334\343\352\377\334\343\352\377"
+  "\334\343\352\377\334\343\352\377\334\343\352\377\334\343\352\377\334"
+  "\343\352\377\334\343\352\377\334\343\352\377\334\343\352\377\334\343"
+  "\352\377\333\342\350\377\310\321\332\377=d\234\341\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\0\0\0\0\331\335\326\301\350\350\345\377f\201\242\264e\211\266"
+  "\375}\235\304\377\202\241\305\377\202\241\305\377\202\241\305\377\202"
+  "\241\305\377\202\241\305\377\202\241\305\377\201\240\305\377\201\240"
+  "\305\377\201\240\305\377\201\240\305\377\201\240\305\377\200\237\304"
+  "\377\177\236\304\377~\235\303\377Z~\257\374(U\2179\0\0\0\0\0\0\0\0\0"
+  "\0\0\0\326\330\324\376\326\330\322\373Dj\237\314\221\265\331\377a\215"
+  "\300\377q\236\316\377r\237\317\377r\237\317\377r\237\317\377r\237\317"
+  "\377r\237\317\377r\237\317\377r\237\317\377r\237\317\377p\235\315\377"
+  "o\234\315\377n\233\314\377l\232\313\377k\231\312\377\217\260\326\377"
+  "7gs\347a\253\32\261Z\251\13D\0\0\0\0\300\303\274\342\323\324\320\377"
+  "\223\241\255\377\247\257\264\377\257\267\272\377Lv\254\377r\237\317\377"
+  "r\237\317\377r\237\317\377r\237\317\377r\237\317\377r\237\317\377q\236"
+  "\316\377o\234\315\377n\233\314\377m\232\313\377k\231\312\377j\230\311"
+  "\377i\227\311\377\216\260\326\377Gw\200\377\257\347w\377q\267.\306\0"
+  "\0\0\0\310\313\305\257\275\277\271\377\305\306\303\377\274\276\274\377"
+  "|\216\237\377_\213\276\377r\237\317\377r\237\317\377r\237\317\377r\237"
+  "\317\377q\236\316\377p\235\315\377o\234\314\377m\232\313\377l\231\313"
+  "\377k\230\312\377j\227\311\377h\226\310\377g\225\307\377\213\255\324"
+  "\377Aut\377\232\342S\377v\2744\306\0\0\0\0\333\335\327\376\333\335\331"
+  "\374Hm\240\313\216\262\331\377n\233\314\377r\237\317\377r\237\317\377"
+  "r\237\317\377r\237\317\377\206\254\325\377\304\326\352\377\350\357\367"
+  "\377\362\366\372\377\344\354\365\377\273\320\346\377x\241\316\377g\225"
+  "\307\377f\224\307\377e\223\306\377\210\253\323\377Buv\377\237\343\\\377"
+  "t\2721\305\0\0\0\0\304\306\300\360\320\321\315\377\202\225\251\376\226"
+  "\247\262\377\230\245\262\377R~\262\377r\237\317\377q\236\316\377\250"
+  "\303\341\377\373\374\376\377\322\340\357\377\242\276\335\377\221\263"
+  "\327\377\237\274\334\377\324\341\357\377\367\371\374\377\217\260\325"
+  "\377d\222\305\377c\221\304\377\206\251\321\377Cux\377\242\343a\377r\271"
+  "-\305\0\0\0\0\274\277\271\234\276\301\273\377\313\314\310\377\307\310"
+  "\305\377\231\242\251\377W\203\267\377p\235\315\377\225\266\332\377\372"
+  "\373\375\377\227\270\332\377k\230\312\377o\232\313\377o\233\312\377g"
+  "\225\307\377f\223\306\377\244\277\335\377\370\372\374\377p\232\311\377"
+  "a\217\303\377\202\247\317\377Dlu\376\241\306A\376{\253\26\305\0\0\0\0"
+  "\337\342\334\375\337\340\333\375Xt\234\331\214\254\315\377p\235\316\377"
+  "o\234\315\377n\233\314\377\343\354\365\377\264\313\344\377j\227\311\377"
+  "\251\303\340\377\374\375\376\377\374\375\376\377\332\345\361\377\366"
+  "\371\374\377b\220\304\377\323\340\356\377\265\312\343\377_\215\301\377"
+  "\200\245\316\377Sn~\377\352\332l\377\347\322[\366\312\244\10C\311\314"
+  "\305\365\320\321\314\376r\213\247\372\214\241\267\377y\220\250\377W\202"
+  "\266\377}\245\320\377\377\377\377\377v\240\316\377z\241\316\377\375\375"
+  "\376\377\260\310\342\377s\234\312\377\340\351\363\377\366\370\373\377"
+  "`\216\303\377\246\300\335\377\323\337\356\377\\\213\300\377}\242\314"
+  "\377Tpw\377\364\342S\377\363\342o\377\311\246\10d\262\264\255\234\306"
+  "\310\302\377\314\315\311\377\314\315\311\377\257\263\263\377Mx\256\377"
+  "\214\257\325\377\367\372\374\377g\225\307\377\222\263\327\377\377\377"
+  "\377\377x\240\315\377b\220\304\377\260\307\341\377\366\370\373\377^\214"
+  "\301\377\245\277\334\377\317\335\354\377Z\211\277\377{\240\313\377To"
+  "z\377\364\345d\377\363\342r\377\311\246\10d\337\341\335\371\333\334\327"
+  "\376h}\231\352\207\242\275\377d\217\300\377i\226\310\377\201\246\321"
+  "\377\375\376\376\377j\227\310\377\203\250\321\377\377\377\377\377\217"
+  "\260\324\377`\216\302\377\310\330\352\377\365\370\373\377b\220\302\377"
+  "\337\350\363\377\246\277\334\377X\207\275\377w\235\311\377To{\377\364"
+  "\346q\377\362\342q\377\311\246\10d\316\320\312\371\316\321\313\376[z"
+  "\241\356\200\236\276\377]}\246\377Y\205\272\377f\224\306\377\361\365"
+  "\372\377\231\267\330\377b\220\303\377\321\337\356\377\366\371\374\377"
+  "\335\347\362\377\363\367\373\377\374\375\376\377\356\363\370\377\317"
+  "\335\354\377_\213\300\377V\205\274\377u\233\310\377Tp\200\377\365\350"
+  "|\377\360\336j\375\311\245\6U\263\266\256\261\314\316\311\377\313\314"
+  "\311\377\316\320\314\377\272\274\270\377Cm\245\377c\221\305\377\250\301"
+  "\336\377\356\363\371\377r\233\311\377a\217\302\377\220\257\324\377\221"
+  "\260\324\377{\241\314\377\230\265\327\377{\240\313\377W\205\274\377U"
+  "\204\273\377T\203\272\377r\231\306\377Xez\375\343\235N\367\347\240R\364"
+  "\333z\36\254\336\341\334\362\320\323\316\377z\213\235\366\206\233\260"
+  "\377[\201\254\377`\216\303\377a\217\303\377a\217\302\377\311\331\352"
+  "\377\360\364\371\377\233\270\330\377i\223\305\377^\213\300\377w\235\311"
+  "\377\271\315\343\377\305\325\350\377U\204\273\377S\202\272\377R\201\271"
+  "\377p\226\305\377_jw\377\371\260C\377\374\272Y\377\345\224E\326\320\322"
+  "\315\372\317\320\313\374Jn\235\340t\232\306\377Jr\243\377Z\207\274\377"
+  "_\215\302\377^\214\301\377^\213\300\377\235\271\331\377\347\356\366\377"
+  "\377\377\377\377\377\377\377\377\375\376\376\377\324\340\356\377~\242"
+  "\313\377S\202\271\377Q\200\270\377P\177\267\377l\223\302\377^iv\377\371"
+  "\261G\377\374\267S\377\344\221@\326\267\273\263\306\322\323\317\377\275"
+  "\300\277\377\306\310\304\377\300\300\275\377\77j\241\377]\213\300\377"
+  "\\\212\277\377Z\211\277\377Y\210\276\377X\207\275\377g\220\302\377p\227"
+  "\306\377_\213\276\377S\202\271\377R\201\270\377P\177\267\377O~\267\377"
+  "N}\266\377j\221\301\377^jy\377\372\271Y\377\374\273\\\377\343\216=\325"
+  "\333\335\331\336\306\307\304\377\231\243\251\375\226\243\256\377Zz\236"
+  "\377[\211\275\377`\216\302\377_\215\302\377_\214\301\377]\213\300\377"
+  "\\\212\277\377[\212\277\377Z\210\276\377Y\207\276\377X\206\275\377W\206"
+  "\274\377V\205\273\377U\203\272\377T\202\272\377m\225\304\377^l}\377\372"
+  "\276g\377\374\300f\377\342\2147\324\323\326\321\375\322\324\317\373="
+  "g\235\303w\237\314\377N{\261\377a\220\303\377d\222\305\377c\221\305\377"
+  "b\221\304\377b\220\304\377a\217\303\377a\217\303\377_\216\302\377_\215"
+  "\302\377^\215\301\377]\214\301\377]\214\301\377\\\212\300\377[\212\277"
+  "\377s\233\311\377P]u\361\341\2105\314\342\2101\314\331r\23\206\273\275"
+  "\270\326\323\325\321\377\247\260\265\374\266\272\270\377\272\276\274"
+  "\377Fp\247\377i\227\311\377i\226\311\377h\226\311\377h\225\310\377h\225"
+  "\310\377g\225\310\377g\224\310\377f\224\307\377f\223\307\377e\223\307"
+  "\377e\223\306\377e\222\306\377d\222\306\377z\241\316\377%O\210\273\0"
+  "\0\0\3\0\0\0\0\0\0\0\0\221\230\221%\251\254\246\343\266\270\270\377\255"
+  "\263\264\377l\203\234\377c\221\303\377q\236\317\377q\236\317\377q\236"
+  "\316\377q\236\316\377q\236\316\377p\236\316\377p\236\316\377p\236\316"
+  "\377p\235\316\377p\235\316\377p\235\316\377p\235\316\377o\235\316\377"
+  "\177\247\322\377\"H\177\273\0\0\0\36\0\0\0\1\0\0\0\0\0\0\0\1\0\0\0\34"
+  "\30""0R`Qy\253\351e\214\273\364e\214\272\364e\213\272\364e\213\272\364"
+  "e\213\272\364d\213\272\364d\213\272\364c\212\271\364c\212\271\364b\212"
+  "\271\364b\212\271\364a\211\271\364a\211\270\364a\210\270\364`\210\270"
+  "\364Fo\242\344\21\37;J\0\0\0\32\0\0\0\0\0\0\0\0"};
+
+
+G_END_DECLS
+
+#endif
diff --git a/sflphone-client-gnome/src/main.c b/sflphone-client-gnome/src/main.c
index 4f5415b7ce04772c91d2f9687ac3064e46e8092c..ad6058561af6fa37b8ec456b37cb43359bc3cc1b 100644
--- a/sflphone-client-gnome/src/main.c
+++ b/sflphone-client-gnome/src/main.c
@@ -26,7 +26,6 @@
 #include <libgnome/libgnome.h>
 #include <libgnomeui/libgnomeui.h>
 
-
 #include <gtk/gtk.h>
 #include <stdlib.h>
 
diff --git a/sflphone-client-gnome/src/uimanager.c b/sflphone-client-gnome/src/uimanager.c
index d8a7d6e91b4a1192d05d27388a0517f6c81e9242..04319291aba0d5f8027d4947e5b18357fb09a687 100644
--- a/sflphone-client-gnome/src/uimanager.c
+++ b/sflphone-client-gnome/src/uimanager.c
@@ -226,8 +226,8 @@ void update_actions()
                 gtk_widget_set_sensitive( GTK_WIDGET(holdMenu),   TRUE);
                 gtk_widget_set_sensitive( GTK_WIDGET(holdToolbar),   TRUE);
                 // gtk_action_set_sensitive( GTK_ACTION(newCallMenu),TRUE);
-                gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (holdMenu), gtk_image_new_from_stock (GTK_STOCK_MEDIA_PLAY, GTK_ICON_SIZE_MENU));
-                gtk_tool_button_set_icon_widget (GTK_TOOL_BUTTON (holdToolbar), gtk_image_new_from_stock (GTK_STOCK_MEDIA_PLAY, GTK_ICON_SIZE_SMALL_TOOLBAR));
+                gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (holdMenu), gtk_image_new_from_stock (GTK_STOCK_OFFHOLD, GTK_ICON_SIZE_MENU));
+                gtk_tool_button_set_icon_widget (GTK_TOOL_BUTTON (holdToolbar), gtk_image_new_from_stock (GTK_STOCK_OFFHOLD, GTK_ICON_SIZE_SMALL_TOOLBAR));
                 break;
             case CALL_STATE_RINGING:
                 gtk_action_set_sensitive( GTK_ACTION(pickUpAction), TRUE);
@@ -243,7 +243,7 @@ void update_actions()
                 gtk_action_set_sensitive (GTK_ACTION(hangUpAction), TRUE);
                 gtk_widget_set_sensitive (GTK_WIDGET(holdMenu),   TRUE);
                 gtk_widget_set_sensitive (GTK_WIDGET(holdToolbar),   TRUE);
-                gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (holdMenu), gtk_image_new_from_stock (GTK_STOCK_MEDIA_PAUSE, GTK_ICON_SIZE_MENU));
+                gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (holdMenu), gtk_image_new_from_stock (GTK_STOCK_ONHOLD, GTK_ICON_SIZE_MENU));
                 gtk_widget_set_sensitive (GTK_WIDGET(transferToolbar),   TRUE);
                 //gtk_action_set_sensitive( GTK_ACTION(newCallMenu),TRUE);
                 gtk_action_set_sensitive( GTK_ACTION(recordAction), TRUE);
@@ -720,9 +720,9 @@ static const GtkActionEntry menu_entries[] = {
 
     // Call Menu 
     { "Call", NULL, "Call" },
-    { "NewCall", GTK_STOCK_NEW, "_New call", "<control>N", "Place a new call", G_CALLBACK (call_new_call) },
-    { "PickUp", "call-start", "_Pick up", NULL, "Answer the call", G_CALLBACK (call_pick_up) },
-    { "HangUp", "call-stop", "_Hang up", "<control>S", "Finish the call", G_CALLBACK (call_hang_up) },    
+    { "NewCall", GTK_STOCK_DIAL, "_New call", "<control>N", "Place a new call", G_CALLBACK (call_new_call) },
+    { "PickUp", GTK_STOCK_PICKUP, "_Pick up", NULL, "Answer the call", G_CALLBACK (call_pick_up) },
+    { "HangUp", GTK_STOCK_HANGUP, "_Hang up", "<control>S", "Finish the call", G_CALLBACK (call_hang_up) },    
     { "Record", GTK_STOCK_MEDIA_RECORD, "_Record", "<control>R", "Record the current conversation", G_CALLBACK (call_record) },        
     { "AccountAssistant", NULL, "Configuration _Assistant", NULL, "Run the configuration assistant", G_CALLBACK (call_configuration_assistant) },    
     { "Voicemail", "mail-message-new", "Voicemail", NULL, "Call your voicemail", G_CALLBACK (call_mailbox_cb) },    
@@ -749,8 +749,8 @@ static const GtkActionEntry menu_entries[] = {
 
 static const GtkToggleActionEntry toggle_menu_entries[] = {
 
-    { "OnHold", GTK_STOCK_MEDIA_PAUSE, "O_n hold", "<control>P", "Place the call on hold", G_CALLBACK (call_hold) },    
-    { "Transfer", "go-next", "_Transfer", "<control>T", "Transfer the call", G_CALLBACK (call_transfer_cb) },        
+    { "OnHold", GTK_STOCK_ONHOLD, "O_n hold", "<control>P", "Place the call on hold", G_CALLBACK (call_hold) },    
+    { "Transfer", GTK_STOCK_TRANSFER, "_Transfer", "<control>T", "Transfer the call", G_CALLBACK (call_transfer_cb) },        
     { "Toolbar", NULL, "_Show toolbar", "<control>T", "Show the toolbar", NULL },
     { "Dialpad", NULL, "_Dialpad", "<control>D", "Show the dialpad", G_CALLBACK (dialpad_bar_cb) },
     { "VolumeControls",NULL, "_Volume controls", "<control>V", "Show the volume controls", G_CALLBACK (volume_bar_cb) }
@@ -761,7 +761,7 @@ static const GtkRadioActionEntry radio_menu_entries[] = {
 
 	{"CallWindow", GTK_STOCK_HOME, "_Call window", NULL, "Calls list", CALLTREE_CALLS},
 	{"History", "appointment-soon", "_History", NULL, "Calls history", CALLTREE_HISTORY},
-	{"Addressbook", "logviewer", "_Address book", NULL, "Address book", CALLTREE_CONTACTS}
+	{"Addressbook", GTK_STOCK_ADDRESSBOOK, "_Address book", NULL, "Address book", CALLTREE_CONTACTS}
 
 };
 
diff --git a/sflphone-client-gnome/src/uimanager.h b/sflphone-client-gnome/src/uimanager.h
index 0e84050319bf98aad215038c84a37c39c82862f1..cd8db9f1b7bc9b60e70007025412fa4340086383 100644
--- a/sflphone-client-gnome/src/uimanager.h
+++ b/sflphone-client-gnome/src/uimanager.h
@@ -20,6 +20,8 @@
 #ifndef UI_MANAGER_H
 #define UI_MANAGER_H
 
+#include "icons/icon_factory.h"
+
 G_BEGIN_DECLS
 
 guint transfertButtonConnId; //The button toggled signal connection ID
diff --git a/sflphone-common/libs/pjproject/build.mak b/sflphone-common/libs/pjproject/build.mak
deleted file mode 100644
index 80ff11095e0fa962c6089f73eb1e8031f2fd8214..0000000000000000000000000000000000000000
--- a/sflphone-common/libs/pjproject/build.mak
+++ /dev/null
@@ -1,93 +0,0 @@
-# build.mak.  Generated from build.mak.in by configure.
-export MACHINE_NAME := auto
-export OS_NAME := auto
-export HOST_NAME := unix
-export CC_NAME := gcc
-export TARGET_NAME := i686-pc-linux-gnu
-export CROSS_COMPILE := 
-export LINUX_POLL := select 
-
-LIB_SUFFIX = $(TARGET_NAME).a
-
-# Determine which party libraries to use
-export APP_THIRD_PARTY_LIBS := -lresample-$(TARGET_NAME) -lmilenage-$(TARGET_NAME) -lsrtp-$(TARGET_NAME)
-export APP_THIRD_PARTY_LIB_FILES = $(PJ_DIR)/third_party/lib/libresample-$(LIB_SUFFIX) $(PJ_DIR)/third_party/lib/libmilenage-$(LIB_SUFFIX) $(PJ_DIR)/third_party/lib/libsrtp-$(LIB_SUFFIX)
-
-ifneq (,1)
-APP_THIRD_PARTY_LIBS += -lgsmcodec-$(TARGET_NAME)
-APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libgsmcodec-$(LIB_SUFFIX)
-endif
-
-ifneq (,1)
-APP_THIRD_PARTY_LIBS += -lspeex-$(TARGET_NAME)
-APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libspeex-$(LIB_SUFFIX)
-endif
-
-ifneq (,1)
-APP_THIRD_PARTY_LIBS += -lilbccodec-$(TARGET_NAME)
-APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libilbccodec-$(LIB_SUFFIX)
-endif
-
-ifneq (,1)
-APP_THIRD_PARTY_LIBS += -lg7221codec-$(TARGET_NAME)
-APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libg7221codec-$(LIB_SUFFIX)
-endif
-
-ifneq ($(findstring pa,pa_unix),)
-APP_THIRD_PARTY_LIBS += -lportaudio-$(TARGET_NAME)
-APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libportaudio-$(LIB_SUFFIX)
-endif
-
-# Additional flags
-
-
-# CFLAGS, LDFLAGS, and LIBS to be used by applications
-export PJDIR := /home/alexandresavard/Development/sflphone/sflphone-common/libs/pjproject
-export APP_CC := $(CROSS_COMPILE)$(CC_NAME)
-export APP_CFLAGS := -DPJ_AUTOCONF=1\
-	-O2\
-	-I$(PJDIR)/pjlib/include\
-	-I$(PJDIR)/pjlib-util/include\
-	-I$(PJDIR)/pjnath/include\
-	-I$(PJDIR)/pjmedia/include\
-	-I$(PJDIR)/pjsip/include
-export APP_CXXFLAGS := $(APP_CFLAGS)
-export APP_LDFLAGS := -L$(PJDIR)/pjlib/lib\
-	-L$(PJDIR)/pjlib-util/lib\
-	-L$(PJDIR)/pjnath/lib\
-	-L$(PJDIR)/pjmedia/lib\
-	-L$(PJDIR)/pjsip/lib\
-	-L$(PJDIR)/third_party/lib\
-	
-export APP_LDLIBS := -lpjsua-sfl-$(TARGET_NAME)\
-	-lpjsip-ua-sfl-$(TARGET_NAME)\
-	-lpjsip-simple-sfl-$(TARGET_NAME)\
-	-lpjsip-sfl-$(TARGET_NAME)\
-	-lpjmedia-codec-sfl-$(TARGET_NAME)\
-	-lpjmedia-sfl-$(TARGET_NAME)\
-	-lpjmedia-audiodev-sfl-$(TARGET_NAME)\
-	-lpjnath-sfl-$(TARGET_NAME)\
-	-lpjlib-util-sfl-$(TARGET_NAME)\
-	$(APP_THIRD_PARTY_LIBS)\
-	-lpj-sfl-$(TARGET_NAME)\
-	-lm -luuid -lnsl -lrt -lpthread  -lasound -lssl -lcrypto
-export APP_LIB_FILES = $(PJ_DIR)/pjsip/lib/libpjsua-sfl-$(LIB_SUFFIX) \
-	$(PJ_DIR)/pjsip/lib/libpjsip-ua-sfl-$(LIB_SUFFIX) \
-	$(PJ_DIR)/pjsip/lib/libpjsip-simple-sfl-$(LIB_SUFFIX) \
-	$(PJ_DIR)/pjsip/lib/libpjsip-sfl-$(LIB_SUFFIX) \
-	$(PJ_DIR)/pjmedia/lib/libpjmedia-codec-sfl-$(LIB_SUFFIX) \
-	$(PJ_DIR)/pjmedia/lib/libpjmedia-sfl-$(LIB_SUFFIX) \
-	$(PJ_DIR)/pjmedia/lib/libpjmedia-audiodev-sfl-$(LIB_SUFFIX) \
-	$(PJ_DIR)/pjnath/lib/libpjnath-sfl-$(LIB_SUFFIX) \
-	$(PJ_DIR)/pjlib-util/lib/libpjlib-util-sfl-$(LIB_SUFFIX) \
-	$(APP_THIRD_PARTY_LIB_FILES) \
-	$(PJ_DIR)/pjlib/lib/libpj-sfl-$(LIB_SUFFIX)
-
-export PJ_DIR := $(PJDIR)
-export PJ_CC := $(APP_CC)
-export PJ_CFLAGS := $(APP_CFLAGS)
-export PJ_CXXFLAGS := $(APP_CXXFLAGS)
-export PJ_LDFLAGS := $(APP_LDFLAGS)
-export PJ_LDLIBS := $(APP_LDLIBS)
-export PJ_LIB_FILES := $(APP_LIB_FILES)
-
diff --git a/sflphone-common/libs/pjproject/config.log b/sflphone-common/libs/pjproject/config.log
deleted file mode 100644
index 656155f0ee52e06effbf9cbb591f01b20230ae85..0000000000000000000000000000000000000000
--- a/sflphone-common/libs/pjproject/config.log
+++ /dev/null
@@ -1,2098 +0,0 @@
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-
-It was created by pjproject aconfigure 1.0, which was
-generated by GNU Autoconf 2.61.  Invocation command line was
-
-  $ ./aconfigure 
-
-## --------- ##
-## Platform. ##
-## --------- ##
-
-hostname = alexandresavard-desktop
-uname -m = i686
-uname -r = 2.6.28-15-generic
-uname -s = Linux
-uname -v = #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009
-
-/usr/bin/uname -p = unknown
-/bin/uname -X     = unknown
-
-/bin/arch              = unknown
-/usr/bin/arch -k       = unknown
-/usr/convex/getsysinfo = unknown
-/usr/bin/hostinfo      = unknown
-/bin/machine           = unknown
-/usr/bin/oslevel       = unknown
-/bin/universe          = unknown
-
-PATH: /usr/local/sbin
-PATH: /usr/local/bin
-PATH: /usr/sbin
-PATH: /usr/bin
-PATH: /sbin
-PATH: /bin
-PATH: /usr/games
-
-
-## ----------- ##
-## Core tests. ##
-## ----------- ##
-
-aconfigure:1802: checking build system type
-aconfigure:1820: result: i686-pc-linux-gnu
-aconfigure:1842: checking host system type
-aconfigure:1857: result: i686-pc-linux-gnu
-aconfigure:1879: checking target system type
-aconfigure:1894: result: i686-pc-linux-gnu
-aconfigure:1984: checking for gcc
-aconfigure:2000: found /usr/bin/gcc
-aconfigure:2011: result: gcc
-aconfigure:2249: checking for C compiler version
-aconfigure:2256: gcc --version >&5
-gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
-Copyright (C) 2008 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-aconfigure:2259: $? = 0
-aconfigure:2266: gcc -v >&5
-Using built-in specs.
-Target: i486-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
-Thread model: posix
-gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) 
-aconfigure:2269: $? = 0
-aconfigure:2276: gcc -V >&5
-gcc: '-V' option must have argument
-aconfigure:2279: $? = 1
-aconfigure:2302: checking for C compiler default output file name
-aconfigure:2329: gcc -O2   conftest.c  >&5
-aconfigure:2332: $? = 0
-aconfigure:2370: result: a.out
-aconfigure:2387: checking whether the C compiler works
-aconfigure:2397: ./a.out
-aconfigure:2400: $? = 0
-aconfigure:2417: result: yes
-aconfigure:2424: checking whether we are cross compiling
-aconfigure:2426: result: no
-aconfigure:2429: checking for suffix of executables
-aconfigure:2436: gcc -o conftest -O2   conftest.c  >&5
-aconfigure:2439: $? = 0
-aconfigure:2463: result: 
-aconfigure:2469: checking for suffix of object files
-aconfigure:2495: gcc -c -O2  conftest.c >&5
-aconfigure:2498: $? = 0
-aconfigure:2521: result: o
-aconfigure:2525: checking whether we are using the GNU C compiler
-aconfigure:2554: gcc -c -O2  conftest.c >&5
-aconfigure:2560: $? = 0
-aconfigure:2577: result: yes
-aconfigure:2582: checking whether gcc accepts -g
-aconfigure:2612: gcc -c -g  conftest.c >&5
-aconfigure:2618: $? = 0
-aconfigure:2717: result: yes
-aconfigure:2734: checking for gcc option to accept ISO C89
-aconfigure:2808: gcc  -c -O2  conftest.c >&5
-aconfigure:2814: $? = 0
-aconfigure:2837: result: none needed
-aconfigure:2913: checking for g++
-aconfigure:2929: found /usr/bin/g++
-aconfigure:2940: result: g++
-aconfigure:2971: checking for C++ compiler version
-aconfigure:2978: g++ --version >&5
-g++ (Ubuntu 4.3.3-5ubuntu4) 4.3.3
-Copyright (C) 2008 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-aconfigure:2981: $? = 0
-aconfigure:2988: g++ -v >&5
-Using built-in specs.
-Target: i486-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
-Thread model: posix
-gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) 
-aconfigure:2991: $? = 0
-aconfigure:2998: g++ -V >&5
-g++: '-V' option must have argument
-aconfigure:3001: $? = 1
-aconfigure:3004: checking whether we are using the GNU C++ compiler
-aconfigure:3033: g++ -c -O2   conftest.cpp >&5
-aconfigure:3039: $? = 0
-aconfigure:3056: result: yes
-aconfigure:3061: checking whether g++ accepts -g
-aconfigure:3091: g++ -c -g  conftest.cpp >&5
-aconfigure:3097: $? = 0
-aconfigure:3196: result: yes
-aconfigure:3239: checking for pthread_create in -lpthread
-aconfigure:3274: gcc -o conftest -O2   conftest.c -lpthread   >&5
-aconfigure:3280: $? = 0
-aconfigure:3298: result: yes
-aconfigure:3310: checking for puts in -lwsock32
-aconfigure:3345: gcc -o conftest -O2   conftest.c -lwsock32  -lpthread  >&5
-conftest.c:16: warning: conflicting types for built-in function 'puts'
-/usr/bin/ld: cannot find -lwsock32
-collect2: ld returned 1 exit status
-aconfigure:3351: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| /* end confdefs.h.  */
-| 
-| /* Override any GCC internal prototype to avoid an error.
-|    Use char because int might match the return type of a GCC
-|    builtin and then its argument prototype would still apply.  */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char puts ();
-| int
-| main ()
-| {
-| return puts ();
-|   ;
-|   return 0;
-| }
-aconfigure:3369: result: no
-aconfigure:3381: checking for puts in -lws2_32
-aconfigure:3416: gcc -o conftest -O2   conftest.c -lws2_32  -lpthread  >&5
-conftest.c:16: warning: conflicting types for built-in function 'puts'
-/usr/bin/ld: cannot find -lws2_32
-collect2: ld returned 1 exit status
-aconfigure:3422: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| /* end confdefs.h.  */
-| 
-| /* Override any GCC internal prototype to avoid an error.
-|    Use char because int might match the return type of a GCC
-|    builtin and then its argument prototype would still apply.  */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char puts ();
-| int
-| main ()
-| {
-| return puts ();
-|   ;
-|   return 0;
-| }
-aconfigure:3440: result: no
-aconfigure:3452: checking for puts in -lole32
-aconfigure:3487: gcc -o conftest -O2   conftest.c -lole32  -lpthread  >&5
-conftest.c:16: warning: conflicting types for built-in function 'puts'
-/usr/bin/ld: cannot find -lole32
-collect2: ld returned 1 exit status
-aconfigure:3493: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| /* end confdefs.h.  */
-| 
-| /* Override any GCC internal prototype to avoid an error.
-|    Use char because int might match the return type of a GCC
-|    builtin and then its argument prototype would still apply.  */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char puts ();
-| int
-| main ()
-| {
-| return puts ();
-|   ;
-|   return 0;
-| }
-aconfigure:3511: result: no
-aconfigure:3523: checking for puts in -lwinmm
-aconfigure:3558: gcc -o conftest -O2   conftest.c -lwinmm  -lpthread  >&5
-conftest.c:16: warning: conflicting types for built-in function 'puts'
-/usr/bin/ld: cannot find -lwinmm
-collect2: ld returned 1 exit status
-aconfigure:3564: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| /* end confdefs.h.  */
-| 
-| /* Override any GCC internal prototype to avoid an error.
-|    Use char because int might match the return type of a GCC
-|    builtin and then its argument prototype would still apply.  */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char puts ();
-| int
-| main ()
-| {
-| return puts ();
-|   ;
-|   return 0;
-| }
-aconfigure:3582: result: no
-aconfigure:3594: checking for puts in -lsocket
-aconfigure:3629: gcc -o conftest -O2   conftest.c -lsocket  -lpthread  >&5
-conftest.c:16: warning: conflicting types for built-in function 'puts'
-/usr/bin/ld: cannot find -lsocket
-collect2: ld returned 1 exit status
-aconfigure:3635: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| /* end confdefs.h.  */
-| 
-| /* Override any GCC internal prototype to avoid an error.
-|    Use char because int might match the return type of a GCC
-|    builtin and then its argument prototype would still apply.  */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char puts ();
-| int
-| main ()
-| {
-| return puts ();
-|   ;
-|   return 0;
-| }
-aconfigure:3653: result: no
-aconfigure:3665: checking for puts in -lrt
-aconfigure:3700: gcc -o conftest -O2   conftest.c -lrt  -lpthread  >&5
-conftest.c:16: warning: conflicting types for built-in function 'puts'
-aconfigure:3706: $? = 0
-aconfigure:3724: result: yes
-aconfigure:3736: checking for puts in -lnsl
-aconfigure:3771: gcc -o conftest -O2   conftest.c -lnsl  -lrt -lpthread  >&5
-conftest.c:17: warning: conflicting types for built-in function 'puts'
-aconfigure:3777: $? = 0
-aconfigure:3795: result: yes
-aconfigure:3807: checking for uuid_generate in -luuid
-aconfigure:3842: gcc -o conftest -O2   conftest.c -luuid  -lnsl -lrt -lpthread  >&5
-aconfigure:3848: $? = 0
-aconfigure:3866: result: yes
-aconfigure:3877: checking for uuid_generate in -luuid
-aconfigure:3936: result: yes
-aconfigure:3943: result: Setting PJ_M_NAME to i686
-aconfigure:3950: checking memory alignment
-aconfigure:3966: result: 4 bytes (default)
-aconfigure:3977: checking how to run the C preprocessor
-aconfigure:4017: gcc -E  conftest.c
-aconfigure:4023: $? = 0
-aconfigure:4054: gcc -E  conftest.c
-conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
-aconfigure:4060: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-aconfigure:4093: result: gcc -E
-aconfigure:4122: gcc -E  conftest.c
-aconfigure:4128: $? = 0
-aconfigure:4159: gcc -E  conftest.c
-conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
-aconfigure:4165: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-aconfigure:4203: checking for grep that handles long lines and -e
-aconfigure:4277: result: /bin/grep
-aconfigure:4282: checking for egrep
-aconfigure:4360: result: /bin/grep -E
-aconfigure:4365: checking for ANSI C header files
-aconfigure:4395: gcc -c -O2  conftest.c >&5
-aconfigure:4401: $? = 0
-aconfigure:4500: gcc -o conftest -O2   conftest.c -luuid -lnsl -lrt -lpthread  >&5
-aconfigure:4503: $? = 0
-aconfigure:4509: ./conftest
-aconfigure:4512: $? = 0
-aconfigure:4529: result: yes
-aconfigure:4553: checking for sys/types.h
-aconfigure:4574: gcc -c -O2  conftest.c >&5
-aconfigure:4580: $? = 0
-aconfigure:4596: result: yes
-aconfigure:4553: checking for sys/stat.h
-aconfigure:4574: gcc -c -O2  conftest.c >&5
-aconfigure:4580: $? = 0
-aconfigure:4596: result: yes
-aconfigure:4553: checking for stdlib.h
-aconfigure:4574: gcc -c -O2  conftest.c >&5
-aconfigure:4580: $? = 0
-aconfigure:4596: result: yes
-aconfigure:4553: checking for string.h
-aconfigure:4574: gcc -c -O2  conftest.c >&5
-aconfigure:4580: $? = 0
-aconfigure:4596: result: yes
-aconfigure:4553: checking for memory.h
-aconfigure:4574: gcc -c -O2  conftest.c >&5
-aconfigure:4580: $? = 0
-aconfigure:4596: result: yes
-aconfigure:4553: checking for strings.h
-aconfigure:4574: gcc -c -O2  conftest.c >&5
-aconfigure:4580: $? = 0
-aconfigure:4596: result: yes
-aconfigure:4553: checking for inttypes.h
-aconfigure:4574: gcc -c -O2  conftest.c >&5
-aconfigure:4580: $? = 0
-aconfigure:4596: result: yes
-aconfigure:4553: checking for stdint.h
-aconfigure:4574: gcc -c -O2  conftest.c >&5
-aconfigure:4580: $? = 0
-aconfigure:4596: result: yes
-aconfigure:4553: checking for unistd.h
-aconfigure:4574: gcc -c -O2  conftest.c >&5
-aconfigure:4580: $? = 0
-aconfigure:4596: result: yes
-aconfigure:4608: checking whether byte ordering is bigendian
-aconfigure:4641: gcc -c -O2  conftest.c >&5
-aconfigure:4647: $? = 0
-aconfigure:4679: gcc -c -O2  conftest.c >&5
-conftest.c: In function 'main':
-conftest.c:31: error: 'not' undeclared (first use in this function)
-conftest.c:31: error: (Each undeclared identifier is reported only once
-conftest.c:31: error: for each function it appears in.)
-conftest.c:31: error: expected ';' before 'big'
-aconfigure:4685: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <sys/types.h>
-| #include <sys/param.h>
-| 
-| int
-| main ()
-| {
-| #if BYTE_ORDER != BIG_ENDIAN
-|  not big endian
-| #endif
-| 
-|   ;
-|   return 0;
-| }
-aconfigure:4825: result: no
-aconfigure:4907: result: Checking if floating point is disabled... no
-aconfigure:4910: checking for fmod in -lm
-aconfigure:4945: gcc -o conftest -O2   conftest.c -lm  -luuid -lnsl -lrt -lpthread  >&5
-conftest.c:33: warning: conflicting types for built-in function 'fmod'
-aconfigure:4951: $? = 0
-aconfigure:4969: result: yes
-aconfigure:4995: checking arpa/inet.h usability
-aconfigure:5012: gcc -c -O2  conftest.c >&5
-aconfigure:5018: $? = 0
-aconfigure:5032: result: yes
-aconfigure:5036: checking arpa/inet.h presence
-aconfigure:5051: gcc -E  conftest.c
-aconfigure:5057: $? = 0
-aconfigure:5071: result: yes
-aconfigure:5099: checking for arpa/inet.h
-aconfigure:5106: result: yes
-aconfigure:5128: checking assert.h usability
-aconfigure:5145: gcc -c -O2  conftest.c >&5
-aconfigure:5151: $? = 0
-aconfigure:5165: result: yes
-aconfigure:5169: checking assert.h presence
-aconfigure:5184: gcc -E  conftest.c
-aconfigure:5190: $? = 0
-aconfigure:5204: result: yes
-aconfigure:5232: checking for assert.h
-aconfigure:5239: result: yes
-aconfigure:5261: checking ctype.h usability
-aconfigure:5278: gcc -c -O2  conftest.c >&5
-aconfigure:5284: $? = 0
-aconfigure:5298: result: yes
-aconfigure:5302: checking ctype.h presence
-aconfigure:5317: gcc -E  conftest.c
-aconfigure:5323: $? = 0
-aconfigure:5337: result: yes
-aconfigure:5365: checking for ctype.h
-aconfigure:5372: result: yes
-aconfigure:5403: checking errno.h usability
-aconfigure:5420: gcc -c -O2  conftest.c >&5
-aconfigure:5426: $? = 0
-aconfigure:5440: result: yes
-aconfigure:5444: checking errno.h presence
-aconfigure:5459: gcc -E  conftest.c
-aconfigure:5465: $? = 0
-aconfigure:5479: result: yes
-aconfigure:5507: checking for errno.h
-aconfigure:5514: result: yes
-aconfigure:5539: checking fcntl.h usability
-aconfigure:5556: gcc -c -O2  conftest.c >&5
-aconfigure:5562: $? = 0
-aconfigure:5576: result: yes
-aconfigure:5580: checking fcntl.h presence
-aconfigure:5595: gcc -E  conftest.c
-aconfigure:5601: $? = 0
-aconfigure:5615: result: yes
-aconfigure:5643: checking for fcntl.h
-aconfigure:5650: result: yes
-aconfigure:5672: checking linux/socket.h usability
-aconfigure:5689: gcc -c -O2  conftest.c >&5
-aconfigure:5695: $? = 0
-aconfigure:5709: result: yes
-aconfigure:5713: checking linux/socket.h presence
-aconfigure:5728: gcc -E  conftest.c
-aconfigure:5734: $? = 0
-aconfigure:5748: result: yes
-aconfigure:5776: checking for linux/socket.h
-aconfigure:5783: result: yes
-aconfigure:5805: checking malloc.h usability
-aconfigure:5822: gcc -c -O2  conftest.c >&5
-aconfigure:5828: $? = 0
-aconfigure:5842: result: yes
-aconfigure:5846: checking malloc.h presence
-aconfigure:5861: gcc -E  conftest.c
-aconfigure:5867: $? = 0
-aconfigure:5881: result: yes
-aconfigure:5909: checking for malloc.h
-aconfigure:5916: result: yes
-aconfigure:5938: checking netdb.h usability
-aconfigure:5955: gcc -c -O2  conftest.c >&5
-aconfigure:5961: $? = 0
-aconfigure:5975: result: yes
-aconfigure:5979: checking netdb.h presence
-aconfigure:5994: gcc -E  conftest.c
-aconfigure:6000: $? = 0
-aconfigure:6014: result: yes
-aconfigure:6042: checking for netdb.h
-aconfigure:6049: result: yes
-aconfigure:6071: checking netinet/in_systm.h usability
-aconfigure:6088: gcc -c -O2  conftest.c >&5
-aconfigure:6094: $? = 0
-aconfigure:6108: result: yes
-aconfigure:6112: checking netinet/in_systm.h presence
-aconfigure:6127: gcc -E  conftest.c
-aconfigure:6133: $? = 0
-aconfigure:6147: result: yes
-aconfigure:6175: checking for netinet/in_systm.h
-aconfigure:6182: result: yes
-aconfigure:6204: checking netinet/in.h usability
-aconfigure:6221: gcc -c -O2  conftest.c >&5
-aconfigure:6227: $? = 0
-aconfigure:6241: result: yes
-aconfigure:6245: checking netinet/in.h presence
-aconfigure:6260: gcc -E  conftest.c
-aconfigure:6266: $? = 0
-aconfigure:6280: result: yes
-aconfigure:6308: checking for netinet/in.h
-aconfigure:6315: result: yes
-aconfigure:6327: checking for netinet/ip.h
-aconfigure:6351: gcc -c -O2  conftest.c >&5
-aconfigure:6357: $? = 0
-aconfigure:6372: result: yes
-aconfigure:6392: checking ifaddrs.h usability
-aconfigure:6409: gcc -c -O2  conftest.c >&5
-aconfigure:6415: $? = 0
-aconfigure:6429: result: yes
-aconfigure:6433: checking ifaddrs.h presence
-aconfigure:6448: gcc -E  conftest.c
-aconfigure:6454: $? = 0
-aconfigure:6468: result: yes
-aconfigure:6496: checking for ifaddrs.h
-aconfigure:6503: result: yes
-aconfigure:6525: checking semaphore.h usability
-aconfigure:6542: gcc -c -O2  conftest.c >&5
-aconfigure:6548: $? = 0
-aconfigure:6562: result: yes
-aconfigure:6566: checking semaphore.h presence
-aconfigure:6581: gcc -E  conftest.c
-aconfigure:6587: $? = 0
-aconfigure:6601: result: yes
-aconfigure:6629: checking for semaphore.h
-aconfigure:6636: result: yes
-aconfigure:6658: checking setjmp.h usability
-aconfigure:6675: gcc -c -O2  conftest.c >&5
-aconfigure:6681: $? = 0
-aconfigure:6695: result: yes
-aconfigure:6699: checking setjmp.h presence
-aconfigure:6714: gcc -E  conftest.c
-aconfigure:6720: $? = 0
-aconfigure:6734: result: yes
-aconfigure:6762: checking for setjmp.h
-aconfigure:6769: result: yes
-aconfigure:6791: checking stdarg.h usability
-aconfigure:6808: gcc -c -O2  conftest.c >&5
-aconfigure:6814: $? = 0
-aconfigure:6828: result: yes
-aconfigure:6832: checking stdarg.h presence
-aconfigure:6847: gcc -E  conftest.c
-aconfigure:6853: $? = 0
-aconfigure:6867: result: yes
-aconfigure:6895: checking for stdarg.h
-aconfigure:6902: result: yes
-aconfigure:6924: checking stddef.h usability
-aconfigure:6941: gcc -c -O2  conftest.c >&5
-aconfigure:6947: $? = 0
-aconfigure:6961: result: yes
-aconfigure:6965: checking stddef.h presence
-aconfigure:6980: gcc -E  conftest.c
-aconfigure:6986: $? = 0
-aconfigure:7000: result: yes
-aconfigure:7028: checking for stddef.h
-aconfigure:7035: result: yes
-aconfigure:7057: checking stdio.h usability
-aconfigure:7074: gcc -c -O2  conftest.c >&5
-aconfigure:7080: $? = 0
-aconfigure:7094: result: yes
-aconfigure:7098: checking stdio.h presence
-aconfigure:7113: gcc -E  conftest.c
-aconfigure:7119: $? = 0
-aconfigure:7133: result: yes
-aconfigure:7161: checking for stdio.h
-aconfigure:7168: result: yes
-aconfigure:7181: checking for stdint.h
-aconfigure:7186: result: yes
-aconfigure:7314: checking for stdlib.h
-aconfigure:7319: result: yes
-aconfigure:7447: checking for string.h
-aconfigure:7452: result: yes
-aconfigure:7589: checking sys/ioctl.h usability
-aconfigure:7606: gcc -c -O2  conftest.c >&5
-aconfigure:7612: $? = 0
-aconfigure:7626: result: yes
-aconfigure:7630: checking sys/ioctl.h presence
-aconfigure:7645: gcc -E  conftest.c
-aconfigure:7651: $? = 0
-aconfigure:7665: result: yes
-aconfigure:7693: checking for sys/ioctl.h
-aconfigure:7700: result: yes
-aconfigure:7722: checking sys/select.h usability
-aconfigure:7739: gcc -c -O2  conftest.c >&5
-aconfigure:7745: $? = 0
-aconfigure:7759: result: yes
-aconfigure:7763: checking sys/select.h presence
-aconfigure:7778: gcc -E  conftest.c
-aconfigure:7784: $? = 0
-aconfigure:7798: result: yes
-aconfigure:7826: checking for sys/select.h
-aconfigure:7833: result: yes
-aconfigure:7855: checking sys/socket.h usability
-aconfigure:7872: gcc -c -O2  conftest.c >&5
-aconfigure:7878: $? = 0
-aconfigure:7892: result: yes
-aconfigure:7896: checking sys/socket.h presence
-aconfigure:7911: gcc -E  conftest.c
-aconfigure:7917: $? = 0
-aconfigure:7931: result: yes
-aconfigure:7959: checking for sys/socket.h
-aconfigure:7966: result: yes
-aconfigure:7988: checking sys/time.h usability
-aconfigure:8005: gcc -c -O2  conftest.c >&5
-aconfigure:8011: $? = 0
-aconfigure:8025: result: yes
-aconfigure:8029: checking sys/time.h presence
-aconfigure:8044: gcc -E  conftest.c
-aconfigure:8050: $? = 0
-aconfigure:8064: result: yes
-aconfigure:8092: checking for sys/time.h
-aconfigure:8099: result: yes
-aconfigure:8121: checking sys/timeb.h usability
-aconfigure:8138: gcc -c -O2  conftest.c >&5
-aconfigure:8144: $? = 0
-aconfigure:8158: result: yes
-aconfigure:8162: checking sys/timeb.h presence
-aconfigure:8177: gcc -E  conftest.c
-aconfigure:8183: $? = 0
-aconfigure:8197: result: yes
-aconfigure:8225: checking for sys/timeb.h
-aconfigure:8232: result: yes
-aconfigure:8245: checking for sys/types.h
-aconfigure:8250: result: yes
-aconfigure:8387: checking time.h usability
-aconfigure:8404: gcc -c -O2  conftest.c >&5
-aconfigure:8410: $? = 0
-aconfigure:8424: result: yes
-aconfigure:8428: checking time.h presence
-aconfigure:8443: gcc -E  conftest.c
-aconfigure:8449: $? = 0
-aconfigure:8463: result: yes
-aconfigure:8491: checking for time.h
-aconfigure:8498: result: yes
-aconfigure:8511: checking for unistd.h
-aconfigure:8516: result: yes
-aconfigure:8653: checking winsock.h usability
-aconfigure:8670: gcc -c -O2  conftest.c >&5
-conftest.c:88:21: error: winsock.h: No such file or directory
-aconfigure:8676: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define PJ_LINUX 1
-| #define PJ_HAS_FLOATING_POINT 1
-| #define HAVE_LIBM 1
-| #define PJ_HAS_ARPA_INET_H 1
-| #define PJ_HAS_ASSERT_H 1
-| #define PJ_HAS_CTYPE_H 1
-| #define PJ_HAS_ERRNO_H 1
-| #define PJ_HAS_FCNTL_H 1
-| #define PJ_HAS_LINUX_SOCKET_H 1
-| #define PJ_HAS_MALLOC_H 1
-| #define PJ_HAS_NETDB_H 1
-| #define PJ_HAS_NETINET_IN_SYSTM_H 1
-| #define PJ_HAS_NETINET_IN_H 1
-| #define PJ_HAS_NETINET_IP_H 1
-| #define PJ_HAS_IFADDRS_H 1
-| #define PJ_HAS_SEMAPHORE_H 1
-| #define PJ_HAS_SETJMP_H 1
-| #define PJ_HAS_STDARG_H 1
-| #define PJ_HAS_STDDEF_H 1
-| #define PJ_HAS_STDIO_H 1
-| #define PJ_HAS_STDINT_H 1
-| #define PJ_HAS_STDLIB_H 1
-| #define PJ_HAS_STRING_H 1
-| #define PJ_HAS_SYS_IOCTL_H 1
-| #define PJ_HAS_SYS_SELECT_H 1
-| #define PJ_HAS_SYS_SOCKET_H 1
-| #define PJ_HAS_SYS_TIME_H 1
-| #define PJ_HAS_SYS_TIMEB_H 1
-| #define PJ_HAS_SYS_TYPES_H 1
-| #define PJ_HAS_TIME_H 1
-| #define PJ_HAS_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <stdio.h>
-| #ifdef HAVE_SYS_TYPES_H
-| # include <sys/types.h>
-| #endif
-| #ifdef HAVE_SYS_STAT_H
-| # include <sys/stat.h>
-| #endif
-| #ifdef STDC_HEADERS
-| # include <stdlib.h>
-| # include <stddef.h>
-| #else
-| # ifdef HAVE_STDLIB_H
-| #  include <stdlib.h>
-| # endif
-| #endif
-| #ifdef HAVE_STRING_H
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-| #  include <memory.h>
-| # endif
-| # include <string.h>
-| #endif
-| #ifdef HAVE_STRINGS_H
-| # include <strings.h>
-| #endif
-| #ifdef HAVE_INTTYPES_H
-| # include <inttypes.h>
-| #endif
-| #ifdef HAVE_STDINT_H
-| # include <stdint.h>
-| #endif
-| #ifdef HAVE_UNISTD_H
-| # include <unistd.h>
-| #endif
-| #include <winsock.h>
-aconfigure:8690: result: no
-aconfigure:8694: checking winsock.h presence
-aconfigure:8709: gcc -E  conftest.c
-conftest.c:55:21: error: winsock.h: No such file or directory
-aconfigure:8715: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define PJ_LINUX 1
-| #define PJ_HAS_FLOATING_POINT 1
-| #define HAVE_LIBM 1
-| #define PJ_HAS_ARPA_INET_H 1
-| #define PJ_HAS_ASSERT_H 1
-| #define PJ_HAS_CTYPE_H 1
-| #define PJ_HAS_ERRNO_H 1
-| #define PJ_HAS_FCNTL_H 1
-| #define PJ_HAS_LINUX_SOCKET_H 1
-| #define PJ_HAS_MALLOC_H 1
-| #define PJ_HAS_NETDB_H 1
-| #define PJ_HAS_NETINET_IN_SYSTM_H 1
-| #define PJ_HAS_NETINET_IN_H 1
-| #define PJ_HAS_NETINET_IP_H 1
-| #define PJ_HAS_IFADDRS_H 1
-| #define PJ_HAS_SEMAPHORE_H 1
-| #define PJ_HAS_SETJMP_H 1
-| #define PJ_HAS_STDARG_H 1
-| #define PJ_HAS_STDDEF_H 1
-| #define PJ_HAS_STDIO_H 1
-| #define PJ_HAS_STDINT_H 1
-| #define PJ_HAS_STDLIB_H 1
-| #define PJ_HAS_STRING_H 1
-| #define PJ_HAS_SYS_IOCTL_H 1
-| #define PJ_HAS_SYS_SELECT_H 1
-| #define PJ_HAS_SYS_SOCKET_H 1
-| #define PJ_HAS_SYS_TIME_H 1
-| #define PJ_HAS_SYS_TIMEB_H 1
-| #define PJ_HAS_SYS_TYPES_H 1
-| #define PJ_HAS_TIME_H 1
-| #define PJ_HAS_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <winsock.h>
-aconfigure:8729: result: no
-aconfigure:8757: checking for winsock.h
-aconfigure:8764: result: no
-aconfigure:8786: checking winsock2.h usability
-aconfigure:8803: gcc -c -O2  conftest.c >&5
-conftest.c:88:22: error: winsock2.h: No such file or directory
-aconfigure:8809: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define PJ_LINUX 1
-| #define PJ_HAS_FLOATING_POINT 1
-| #define HAVE_LIBM 1
-| #define PJ_HAS_ARPA_INET_H 1
-| #define PJ_HAS_ASSERT_H 1
-| #define PJ_HAS_CTYPE_H 1
-| #define PJ_HAS_ERRNO_H 1
-| #define PJ_HAS_FCNTL_H 1
-| #define PJ_HAS_LINUX_SOCKET_H 1
-| #define PJ_HAS_MALLOC_H 1
-| #define PJ_HAS_NETDB_H 1
-| #define PJ_HAS_NETINET_IN_SYSTM_H 1
-| #define PJ_HAS_NETINET_IN_H 1
-| #define PJ_HAS_NETINET_IP_H 1
-| #define PJ_HAS_IFADDRS_H 1
-| #define PJ_HAS_SEMAPHORE_H 1
-| #define PJ_HAS_SETJMP_H 1
-| #define PJ_HAS_STDARG_H 1
-| #define PJ_HAS_STDDEF_H 1
-| #define PJ_HAS_STDIO_H 1
-| #define PJ_HAS_STDINT_H 1
-| #define PJ_HAS_STDLIB_H 1
-| #define PJ_HAS_STRING_H 1
-| #define PJ_HAS_SYS_IOCTL_H 1
-| #define PJ_HAS_SYS_SELECT_H 1
-| #define PJ_HAS_SYS_SOCKET_H 1
-| #define PJ_HAS_SYS_TIME_H 1
-| #define PJ_HAS_SYS_TIMEB_H 1
-| #define PJ_HAS_SYS_TYPES_H 1
-| #define PJ_HAS_TIME_H 1
-| #define PJ_HAS_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <stdio.h>
-| #ifdef HAVE_SYS_TYPES_H
-| # include <sys/types.h>
-| #endif
-| #ifdef HAVE_SYS_STAT_H
-| # include <sys/stat.h>
-| #endif
-| #ifdef STDC_HEADERS
-| # include <stdlib.h>
-| # include <stddef.h>
-| #else
-| # ifdef HAVE_STDLIB_H
-| #  include <stdlib.h>
-| # endif
-| #endif
-| #ifdef HAVE_STRING_H
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-| #  include <memory.h>
-| # endif
-| # include <string.h>
-| #endif
-| #ifdef HAVE_STRINGS_H
-| # include <strings.h>
-| #endif
-| #ifdef HAVE_INTTYPES_H
-| # include <inttypes.h>
-| #endif
-| #ifdef HAVE_STDINT_H
-| # include <stdint.h>
-| #endif
-| #ifdef HAVE_UNISTD_H
-| # include <unistd.h>
-| #endif
-| #include <winsock2.h>
-aconfigure:8823: result: no
-aconfigure:8827: checking winsock2.h presence
-aconfigure:8842: gcc -E  conftest.c
-conftest.c:55:22: error: winsock2.h: No such file or directory
-aconfigure:8848: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define PJ_LINUX 1
-| #define PJ_HAS_FLOATING_POINT 1
-| #define HAVE_LIBM 1
-| #define PJ_HAS_ARPA_INET_H 1
-| #define PJ_HAS_ASSERT_H 1
-| #define PJ_HAS_CTYPE_H 1
-| #define PJ_HAS_ERRNO_H 1
-| #define PJ_HAS_FCNTL_H 1
-| #define PJ_HAS_LINUX_SOCKET_H 1
-| #define PJ_HAS_MALLOC_H 1
-| #define PJ_HAS_NETDB_H 1
-| #define PJ_HAS_NETINET_IN_SYSTM_H 1
-| #define PJ_HAS_NETINET_IN_H 1
-| #define PJ_HAS_NETINET_IP_H 1
-| #define PJ_HAS_IFADDRS_H 1
-| #define PJ_HAS_SEMAPHORE_H 1
-| #define PJ_HAS_SETJMP_H 1
-| #define PJ_HAS_STDARG_H 1
-| #define PJ_HAS_STDDEF_H 1
-| #define PJ_HAS_STDIO_H 1
-| #define PJ_HAS_STDINT_H 1
-| #define PJ_HAS_STDLIB_H 1
-| #define PJ_HAS_STRING_H 1
-| #define PJ_HAS_SYS_IOCTL_H 1
-| #define PJ_HAS_SYS_SELECT_H 1
-| #define PJ_HAS_SYS_SOCKET_H 1
-| #define PJ_HAS_SYS_TIME_H 1
-| #define PJ_HAS_SYS_TIMEB_H 1
-| #define PJ_HAS_SYS_TYPES_H 1
-| #define PJ_HAS_TIME_H 1
-| #define PJ_HAS_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <winsock2.h>
-aconfigure:8862: result: no
-aconfigure:8890: checking for winsock2.h
-aconfigure:8897: result: no
-aconfigure:8909: checking for mswsock.h
-aconfigure:8935: gcc -c -O2  conftest.c >&5
-conftest.c:62:21: error: mswsock.h: No such file or directory
-aconfigure:8941: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define PJ_LINUX 1
-| #define PJ_HAS_FLOATING_POINT 1
-| #define HAVE_LIBM 1
-| #define PJ_HAS_ARPA_INET_H 1
-| #define PJ_HAS_ASSERT_H 1
-| #define PJ_HAS_CTYPE_H 1
-| #define PJ_HAS_ERRNO_H 1
-| #define PJ_HAS_FCNTL_H 1
-| #define PJ_HAS_LINUX_SOCKET_H 1
-| #define PJ_HAS_MALLOC_H 1
-| #define PJ_HAS_NETDB_H 1
-| #define PJ_HAS_NETINET_IN_SYSTM_H 1
-| #define PJ_HAS_NETINET_IN_H 1
-| #define PJ_HAS_NETINET_IP_H 1
-| #define PJ_HAS_IFADDRS_H 1
-| #define PJ_HAS_SEMAPHORE_H 1
-| #define PJ_HAS_SETJMP_H 1
-| #define PJ_HAS_STDARG_H 1
-| #define PJ_HAS_STDDEF_H 1
-| #define PJ_HAS_STDIO_H 1
-| #define PJ_HAS_STDINT_H 1
-| #define PJ_HAS_STDLIB_H 1
-| #define PJ_HAS_STRING_H 1
-| #define PJ_HAS_SYS_IOCTL_H 1
-| #define PJ_HAS_SYS_SELECT_H 1
-| #define PJ_HAS_SYS_SOCKET_H 1
-| #define PJ_HAS_SYS_TIME_H 1
-| #define PJ_HAS_SYS_TIMEB_H 1
-| #define PJ_HAS_SYS_TYPES_H 1
-| #define PJ_HAS_TIME_H 1
-| #define PJ_HAS_UNISTD_H 1
-| /* end confdefs.h.  */
-| #if PJ_HAS_WINSOCK2_H
-|           	  #	include <winsock2.h>
-| 		  #elif PJ_HAS_WINSOCK_H
-|           	  #	include <winsock.h>
-|           	  #endif
-| 
-| 
-| #include <mswsock.h>
-aconfigure:8956: result: no
-aconfigure:8976: checking ws2tcpip.h usability
-aconfigure:8993: gcc -c -O2  conftest.c >&5
-conftest.c:88:22: error: ws2tcpip.h: No such file or directory
-aconfigure:8999: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define PJ_LINUX 1
-| #define PJ_HAS_FLOATING_POINT 1
-| #define HAVE_LIBM 1
-| #define PJ_HAS_ARPA_INET_H 1
-| #define PJ_HAS_ASSERT_H 1
-| #define PJ_HAS_CTYPE_H 1
-| #define PJ_HAS_ERRNO_H 1
-| #define PJ_HAS_FCNTL_H 1
-| #define PJ_HAS_LINUX_SOCKET_H 1
-| #define PJ_HAS_MALLOC_H 1
-| #define PJ_HAS_NETDB_H 1
-| #define PJ_HAS_NETINET_IN_SYSTM_H 1
-| #define PJ_HAS_NETINET_IN_H 1
-| #define PJ_HAS_NETINET_IP_H 1
-| #define PJ_HAS_IFADDRS_H 1
-| #define PJ_HAS_SEMAPHORE_H 1
-| #define PJ_HAS_SETJMP_H 1
-| #define PJ_HAS_STDARG_H 1
-| #define PJ_HAS_STDDEF_H 1
-| #define PJ_HAS_STDIO_H 1
-| #define PJ_HAS_STDINT_H 1
-| #define PJ_HAS_STDLIB_H 1
-| #define PJ_HAS_STRING_H 1
-| #define PJ_HAS_SYS_IOCTL_H 1
-| #define PJ_HAS_SYS_SELECT_H 1
-| #define PJ_HAS_SYS_SOCKET_H 1
-| #define PJ_HAS_SYS_TIME_H 1
-| #define PJ_HAS_SYS_TIMEB_H 1
-| #define PJ_HAS_SYS_TYPES_H 1
-| #define PJ_HAS_TIME_H 1
-| #define PJ_HAS_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <stdio.h>
-| #ifdef HAVE_SYS_TYPES_H
-| # include <sys/types.h>
-| #endif
-| #ifdef HAVE_SYS_STAT_H
-| # include <sys/stat.h>
-| #endif
-| #ifdef STDC_HEADERS
-| # include <stdlib.h>
-| # include <stddef.h>
-| #else
-| # ifdef HAVE_STDLIB_H
-| #  include <stdlib.h>
-| # endif
-| #endif
-| #ifdef HAVE_STRING_H
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-| #  include <memory.h>
-| # endif
-| # include <string.h>
-| #endif
-| #ifdef HAVE_STRINGS_H
-| # include <strings.h>
-| #endif
-| #ifdef HAVE_INTTYPES_H
-| # include <inttypes.h>
-| #endif
-| #ifdef HAVE_STDINT_H
-| # include <stdint.h>
-| #endif
-| #ifdef HAVE_UNISTD_H
-| # include <unistd.h>
-| #endif
-| #include <ws2tcpip.h>
-aconfigure:9013: result: no
-aconfigure:9017: checking ws2tcpip.h presence
-aconfigure:9032: gcc -E  conftest.c
-conftest.c:55:22: error: ws2tcpip.h: No such file or directory
-aconfigure:9038: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define PJ_LINUX 1
-| #define PJ_HAS_FLOATING_POINT 1
-| #define HAVE_LIBM 1
-| #define PJ_HAS_ARPA_INET_H 1
-| #define PJ_HAS_ASSERT_H 1
-| #define PJ_HAS_CTYPE_H 1
-| #define PJ_HAS_ERRNO_H 1
-| #define PJ_HAS_FCNTL_H 1
-| #define PJ_HAS_LINUX_SOCKET_H 1
-| #define PJ_HAS_MALLOC_H 1
-| #define PJ_HAS_NETDB_H 1
-| #define PJ_HAS_NETINET_IN_SYSTM_H 1
-| #define PJ_HAS_NETINET_IN_H 1
-| #define PJ_HAS_NETINET_IP_H 1
-| #define PJ_HAS_IFADDRS_H 1
-| #define PJ_HAS_SEMAPHORE_H 1
-| #define PJ_HAS_SETJMP_H 1
-| #define PJ_HAS_STDARG_H 1
-| #define PJ_HAS_STDDEF_H 1
-| #define PJ_HAS_STDIO_H 1
-| #define PJ_HAS_STDINT_H 1
-| #define PJ_HAS_STDLIB_H 1
-| #define PJ_HAS_STRING_H 1
-| #define PJ_HAS_SYS_IOCTL_H 1
-| #define PJ_HAS_SYS_SELECT_H 1
-| #define PJ_HAS_SYS_SOCKET_H 1
-| #define PJ_HAS_SYS_TIME_H 1
-| #define PJ_HAS_SYS_TIMEB_H 1
-| #define PJ_HAS_SYS_TYPES_H 1
-| #define PJ_HAS_TIME_H 1
-| #define PJ_HAS_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <ws2tcpip.h>
-aconfigure:9052: result: no
-aconfigure:9080: checking for ws2tcpip.h
-aconfigure:9087: result: no
-aconfigure:9109: checking uuid/uuid.h usability
-aconfigure:9126: gcc -c -O2  conftest.c >&5
-aconfigure:9132: $? = 0
-aconfigure:9146: result: yes
-aconfigure:9150: checking uuid/uuid.h presence
-aconfigure:9165: gcc -E  conftest.c
-aconfigure:9171: $? = 0
-aconfigure:9185: result: yes
-aconfigure:9213: checking for uuid/uuid.h
-aconfigure:9220: result: yes
-aconfigure:9229: checking for net/if.h
-aconfigure:9253: gcc -c -O2  conftest.c >&5
-aconfigure:9259: $? = 0
-aconfigure:9274: result: yes
-aconfigure:9285: result: Setting PJ_OS_NAME to i686-pc-linux-gnu
-aconfigure:9292: result: Setting PJ_HAS_ERRNO_VAR to 1
-aconfigure:9299: result: Setting PJ_HAS_HIGH_RES_TIMER to 1
-aconfigure:9306: result: Setting PJ_HAS_MALLOC to 1
-aconfigure:9313: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0
-aconfigure:9320: result: Setting PJ_ATOMIC_VALUE_TYPE to long
-aconfigure:9327: checking if inet_aton() is available
-aconfigure:9352: gcc -c -O2  conftest.c >&5
-aconfigure:9358: $? = 0
-aconfigure:9367: result: yes
-aconfigure:9379: checking if inet_pton() is available
-aconfigure:9404: gcc -c -O2  conftest.c >&5
-aconfigure:9410: $? = 0
-aconfigure:9419: result: yes
-aconfigure:9431: checking if inet_ntop() is available
-aconfigure:9456: gcc -c -O2  conftest.c >&5
-aconfigure:9462: $? = 0
-aconfigure:9471: result: yes
-aconfigure:9483: checking if getaddrinfo() is available
-aconfigure:9508: gcc -c -O2  conftest.c >&5
-aconfigure:9514: $? = 0
-aconfigure:9523: result: yes
-aconfigure:9535: checking if sockaddr_in has sin_len member
-aconfigure:9561: gcc -c -O2  conftest.c >&5
-conftest.c: In function 'main':
-conftest.c:73: error: 'struct sockaddr_in' has no member named 'sin_len'
-aconfigure:9567: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define PJ_LINUX 1
-| #define PJ_HAS_FLOATING_POINT 1
-| #define HAVE_LIBM 1
-| #define PJ_HAS_ARPA_INET_H 1
-| #define PJ_HAS_ASSERT_H 1
-| #define PJ_HAS_CTYPE_H 1
-| #define PJ_HAS_ERRNO_H 1
-| #define PJ_HAS_FCNTL_H 1
-| #define PJ_HAS_LINUX_SOCKET_H 1
-| #define PJ_HAS_MALLOC_H 1
-| #define PJ_HAS_NETDB_H 1
-| #define PJ_HAS_NETINET_IN_SYSTM_H 1
-| #define PJ_HAS_NETINET_IN_H 1
-| #define PJ_HAS_NETINET_IP_H 1
-| #define PJ_HAS_IFADDRS_H 1
-| #define PJ_HAS_SEMAPHORE_H 1
-| #define PJ_HAS_SETJMP_H 1
-| #define PJ_HAS_STDARG_H 1
-| #define PJ_HAS_STDDEF_H 1
-| #define PJ_HAS_STDIO_H 1
-| #define PJ_HAS_STDINT_H 1
-| #define PJ_HAS_STDLIB_H 1
-| #define PJ_HAS_STRING_H 1
-| #define PJ_HAS_SYS_IOCTL_H 1
-| #define PJ_HAS_SYS_SELECT_H 1
-| #define PJ_HAS_SYS_SOCKET_H 1
-| #define PJ_HAS_SYS_TIME_H 1
-| #define PJ_HAS_SYS_TIMEB_H 1
-| #define PJ_HAS_SYS_TYPES_H 1
-| #define PJ_HAS_TIME_H 1
-| #define PJ_HAS_UNISTD_H 1
-| #define PJ_HAS_NET_IF_H 1
-| #define PJ_OS_NAME "i686-pc-linux-gnu"
-| #define PJ_HAS_ERRNO_VAR 1
-| #define PJ_HAS_HIGH_RES_TIMER 1
-| #define PJ_HAS_MALLOC 1
-| #define PJ_NATIVE_STRING_IS_UNICODE 0
-| #define PJ_ATOMIC_VALUE_TYPE long
-| #define PJ_SOCK_HAS_INET_ATON 1
-| #define PJ_SOCK_HAS_INET_PTON 1
-| #define PJ_SOCK_HAS_INET_NTOP 1
-| #define PJ_SOCK_HAS_GETADDRINFO 1
-| /* end confdefs.h.  */
-| #include <sys/types.h>
-| 				     #include <sys/socket.h>
-| 		    		     #include <netinet/in.h>
-| 		    		     #include <arpa/inet.h>
-| int
-| main ()
-| {
-| struct sockaddr_in a; a.sin_len=0;
-|   ;
-|   return 0;
-| }
-aconfigure:9582: result: no
-aconfigure:9588: checking if socklen_t is available
-aconfigure:9611: gcc -c -O2  conftest.c >&5
-aconfigure:9617: $? = 0
-aconfigure:9626: result: yes
-aconfigure:9638: checking if SO_ERROR is available
-aconfigure:9674: gcc -c -O2  conftest.c >&5
-aconfigure:9680: $? = 0
-aconfigure:9689: result: yes
-aconfigure:9704: checking if pthread_rwlock_t is available
-aconfigure:9727: gcc -c -O2  conftest.c >&5
-aconfigure:9733: $? = 0
-aconfigure:9743: result: yes
-aconfigure:9818: checking if pthread_mutexattr_settype() is available
-aconfigure:9841: gcc -c -O2  conftest.c >&5
-conftest.c: In function 'main':
-conftest.c:73: error: 'PTHREAD_MUTEX_FAST_NP' undeclared (first use in this function)
-conftest.c:73: error: (Each undeclared identifier is reported only once
-conftest.c:73: error: for each function it appears in.)
-aconfigure:9847: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define PJ_LINUX 1
-| #define PJ_HAS_FLOATING_POINT 1
-| #define HAVE_LIBM 1
-| #define PJ_HAS_ARPA_INET_H 1
-| #define PJ_HAS_ASSERT_H 1
-| #define PJ_HAS_CTYPE_H 1
-| #define PJ_HAS_ERRNO_H 1
-| #define PJ_HAS_FCNTL_H 1
-| #define PJ_HAS_LINUX_SOCKET_H 1
-| #define PJ_HAS_MALLOC_H 1
-| #define PJ_HAS_NETDB_H 1
-| #define PJ_HAS_NETINET_IN_SYSTM_H 1
-| #define PJ_HAS_NETINET_IN_H 1
-| #define PJ_HAS_NETINET_IP_H 1
-| #define PJ_HAS_IFADDRS_H 1
-| #define PJ_HAS_SEMAPHORE_H 1
-| #define PJ_HAS_SETJMP_H 1
-| #define PJ_HAS_STDARG_H 1
-| #define PJ_HAS_STDDEF_H 1
-| #define PJ_HAS_STDIO_H 1
-| #define PJ_HAS_STDINT_H 1
-| #define PJ_HAS_STDLIB_H 1
-| #define PJ_HAS_STRING_H 1
-| #define PJ_HAS_SYS_IOCTL_H 1
-| #define PJ_HAS_SYS_SELECT_H 1
-| #define PJ_HAS_SYS_SOCKET_H 1
-| #define PJ_HAS_SYS_TIME_H 1
-| #define PJ_HAS_SYS_TIMEB_H 1
-| #define PJ_HAS_SYS_TYPES_H 1
-| #define PJ_HAS_TIME_H 1
-| #define PJ_HAS_UNISTD_H 1
-| #define PJ_HAS_NET_IF_H 1
-| #define PJ_OS_NAME "i686-pc-linux-gnu"
-| #define PJ_HAS_ERRNO_VAR 1
-| #define PJ_HAS_HIGH_RES_TIMER 1
-| #define PJ_HAS_MALLOC 1
-| #define PJ_NATIVE_STRING_IS_UNICODE 0
-| #define PJ_ATOMIC_VALUE_TYPE long
-| #define PJ_SOCK_HAS_INET_ATON 1
-| #define PJ_SOCK_HAS_INET_PTON 1
-| #define PJ_SOCK_HAS_INET_NTOP 1
-| #define PJ_SOCK_HAS_GETADDRINFO 1
-| #define PJ_HAS_SOCKLEN_T 1
-| #define PJ_HAS_SO_ERROR 1
-| #define PJ_EMULATE_RWMUTEX 0
-| /* end confdefs.h.  */
-| #include <pthread.h>
-| int
-| main ()
-| {
-| pthread_mutexattr_settype(0,PTHREAD_MUTEX_FAST_NP);
-|   ;
-|   return 0;
-| }
-aconfigure:9862: result: no
-aconfigure:9868: checking if pthread_mutexattr_t has recursive member
-aconfigure:9892: gcc -c -O2  conftest.c >&5
-conftest.c: In function 'main':
-conftest.c:74: error: 'pthread_mutexattr_t' has no member named 'recursive'
-aconfigure:9898: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define PJ_LINUX 1
-| #define PJ_HAS_FLOATING_POINT 1
-| #define HAVE_LIBM 1
-| #define PJ_HAS_ARPA_INET_H 1
-| #define PJ_HAS_ASSERT_H 1
-| #define PJ_HAS_CTYPE_H 1
-| #define PJ_HAS_ERRNO_H 1
-| #define PJ_HAS_FCNTL_H 1
-| #define PJ_HAS_LINUX_SOCKET_H 1
-| #define PJ_HAS_MALLOC_H 1
-| #define PJ_HAS_NETDB_H 1
-| #define PJ_HAS_NETINET_IN_SYSTM_H 1
-| #define PJ_HAS_NETINET_IN_H 1
-| #define PJ_HAS_NETINET_IP_H 1
-| #define PJ_HAS_IFADDRS_H 1
-| #define PJ_HAS_SEMAPHORE_H 1
-| #define PJ_HAS_SETJMP_H 1
-| #define PJ_HAS_STDARG_H 1
-| #define PJ_HAS_STDDEF_H 1
-| #define PJ_HAS_STDIO_H 1
-| #define PJ_HAS_STDINT_H 1
-| #define PJ_HAS_STDLIB_H 1
-| #define PJ_HAS_STRING_H 1
-| #define PJ_HAS_SYS_IOCTL_H 1
-| #define PJ_HAS_SYS_SELECT_H 1
-| #define PJ_HAS_SYS_SOCKET_H 1
-| #define PJ_HAS_SYS_TIME_H 1
-| #define PJ_HAS_SYS_TIMEB_H 1
-| #define PJ_HAS_SYS_TYPES_H 1
-| #define PJ_HAS_TIME_H 1
-| #define PJ_HAS_UNISTD_H 1
-| #define PJ_HAS_NET_IF_H 1
-| #define PJ_OS_NAME "i686-pc-linux-gnu"
-| #define PJ_HAS_ERRNO_VAR 1
-| #define PJ_HAS_HIGH_RES_TIMER 1
-| #define PJ_HAS_MALLOC 1
-| #define PJ_NATIVE_STRING_IS_UNICODE 0
-| #define PJ_ATOMIC_VALUE_TYPE long
-| #define PJ_SOCK_HAS_INET_ATON 1
-| #define PJ_SOCK_HAS_INET_PTON 1
-| #define PJ_SOCK_HAS_INET_NTOP 1
-| #define PJ_SOCK_HAS_GETADDRINFO 1
-| #define PJ_HAS_SOCKLEN_T 1
-| #define PJ_HAS_SO_ERROR 1
-| #define PJ_EMULATE_RWMUTEX 0
-| /* end confdefs.h.  */
-| #include <pthread.h>
-| int
-| main ()
-| {
-| pthread_mutexattr_t attr;
-| 				     attr.recursive=1;
-|   ;
-|   return 0;
-| }
-aconfigure:9913: result: no
-aconfigure:9920: checking ioqueue backend
-aconfigure:9932: result: select()
-aconfigure:9980: checking sys/soundcard.h usability
-aconfigure:9997: gcc -c -O2  conftest.c >&5
-aconfigure:10003: $? = 0
-aconfigure:10017: result: yes
-aconfigure:10021: checking sys/soundcard.h presence
-aconfigure:10036: gcc -E  conftest.c
-aconfigure:10042: $? = 0
-aconfigure:10056: result: yes
-aconfigure:10084: checking for sys/soundcard.h
-aconfigure:10091: result: yes
-aconfigure:10110: checking linux/soundcard.h usability
-aconfigure:10127: gcc -c -O2  conftest.c >&5
-aconfigure:10133: $? = 0
-aconfigure:10147: result: yes
-aconfigure:10151: checking linux/soundcard.h presence
-aconfigure:10166: gcc -E  conftest.c
-aconfigure:10172: $? = 0
-aconfigure:10186: result: yes
-aconfigure:10214: checking for linux/soundcard.h
-aconfigure:10221: result: yes
-aconfigure:10240: checking machine/soundcard.h usability
-aconfigure:10257: gcc -c -O2  conftest.c >&5
-conftest.c:102:31: error: machine/soundcard.h: No such file or directory
-aconfigure:10263: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define PJ_LINUX 1
-| #define PJ_HAS_FLOATING_POINT 1
-| #define HAVE_LIBM 1
-| #define PJ_HAS_ARPA_INET_H 1
-| #define PJ_HAS_ASSERT_H 1
-| #define PJ_HAS_CTYPE_H 1
-| #define PJ_HAS_ERRNO_H 1
-| #define PJ_HAS_FCNTL_H 1
-| #define PJ_HAS_LINUX_SOCKET_H 1
-| #define PJ_HAS_MALLOC_H 1
-| #define PJ_HAS_NETDB_H 1
-| #define PJ_HAS_NETINET_IN_SYSTM_H 1
-| #define PJ_HAS_NETINET_IN_H 1
-| #define PJ_HAS_NETINET_IP_H 1
-| #define PJ_HAS_IFADDRS_H 1
-| #define PJ_HAS_SEMAPHORE_H 1
-| #define PJ_HAS_SETJMP_H 1
-| #define PJ_HAS_STDARG_H 1
-| #define PJ_HAS_STDDEF_H 1
-| #define PJ_HAS_STDIO_H 1
-| #define PJ_HAS_STDINT_H 1
-| #define PJ_HAS_STDLIB_H 1
-| #define PJ_HAS_STRING_H 1
-| #define PJ_HAS_SYS_IOCTL_H 1
-| #define PJ_HAS_SYS_SELECT_H 1
-| #define PJ_HAS_SYS_SOCKET_H 1
-| #define PJ_HAS_SYS_TIME_H 1
-| #define PJ_HAS_SYS_TIMEB_H 1
-| #define PJ_HAS_SYS_TYPES_H 1
-| #define PJ_HAS_TIME_H 1
-| #define PJ_HAS_UNISTD_H 1
-| #define PJ_HAS_NET_IF_H 1
-| #define PJ_OS_NAME "i686-pc-linux-gnu"
-| #define PJ_HAS_ERRNO_VAR 1
-| #define PJ_HAS_HIGH_RES_TIMER 1
-| #define PJ_HAS_MALLOC 1
-| #define PJ_NATIVE_STRING_IS_UNICODE 0
-| #define PJ_ATOMIC_VALUE_TYPE long
-| #define PJ_SOCK_HAS_INET_ATON 1
-| #define PJ_SOCK_HAS_INET_PTON 1
-| #define PJ_SOCK_HAS_INET_NTOP 1
-| #define PJ_SOCK_HAS_GETADDRINFO 1
-| #define PJ_HAS_SOCKLEN_T 1
-| #define PJ_HAS_SO_ERROR 1
-| #define PJ_EMULATE_RWMUTEX 0
-| /* end confdefs.h.  */
-| #include <stdio.h>
-| #ifdef HAVE_SYS_TYPES_H
-| # include <sys/types.h>
-| #endif
-| #ifdef HAVE_SYS_STAT_H
-| # include <sys/stat.h>
-| #endif
-| #ifdef STDC_HEADERS
-| # include <stdlib.h>
-| # include <stddef.h>
-| #else
-| # ifdef HAVE_STDLIB_H
-| #  include <stdlib.h>
-| # endif
-| #endif
-| #ifdef HAVE_STRING_H
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-| #  include <memory.h>
-| # endif
-| # include <string.h>
-| #endif
-| #ifdef HAVE_STRINGS_H
-| # include <strings.h>
-| #endif
-| #ifdef HAVE_INTTYPES_H
-| # include <inttypes.h>
-| #endif
-| #ifdef HAVE_STDINT_H
-| # include <stdint.h>
-| #endif
-| #ifdef HAVE_UNISTD_H
-| # include <unistd.h>
-| #endif
-| #include <machine/soundcard.h>
-aconfigure:10277: result: no
-aconfigure:10281: checking machine/soundcard.h presence
-aconfigure:10296: gcc -E  conftest.c
-conftest.c:69:31: error: machine/soundcard.h: No such file or directory
-aconfigure:10302: $? = 1
-aconfigure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME "pjproject"
-| #define PACKAGE_TARNAME "pjproject"
-| #define PACKAGE_VERSION "1.0"
-| #define PACKAGE_STRING "pjproject 1.0"
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_LIBPTHREAD 1
-| #define HAVE_LIBRT 1
-| #define HAVE_LIBNSL 1
-| #define HAVE_LIBUUID 1
-| #define PJ_M_NAME "i686"
-| #define PJ_POOL_ALIGNMENT 4
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define PJ_LINUX 1
-| #define PJ_HAS_FLOATING_POINT 1
-| #define HAVE_LIBM 1
-| #define PJ_HAS_ARPA_INET_H 1
-| #define PJ_HAS_ASSERT_H 1
-| #define PJ_HAS_CTYPE_H 1
-| #define PJ_HAS_ERRNO_H 1
-| #define PJ_HAS_FCNTL_H 1
-| #define PJ_HAS_LINUX_SOCKET_H 1
-| #define PJ_HAS_MALLOC_H 1
-| #define PJ_HAS_NETDB_H 1
-| #define PJ_HAS_NETINET_IN_SYSTM_H 1
-| #define PJ_HAS_NETINET_IN_H 1
-| #define PJ_HAS_NETINET_IP_H 1
-| #define PJ_HAS_IFADDRS_H 1
-| #define PJ_HAS_SEMAPHORE_H 1
-| #define PJ_HAS_SETJMP_H 1
-| #define PJ_HAS_STDARG_H 1
-| #define PJ_HAS_STDDEF_H 1
-| #define PJ_HAS_STDIO_H 1
-| #define PJ_HAS_STDINT_H 1
-| #define PJ_HAS_STDLIB_H 1
-| #define PJ_HAS_STRING_H 1
-| #define PJ_HAS_SYS_IOCTL_H 1
-| #define PJ_HAS_SYS_SELECT_H 1
-| #define PJ_HAS_SYS_SOCKET_H 1
-| #define PJ_HAS_SYS_TIME_H 1
-| #define PJ_HAS_SYS_TIMEB_H 1
-| #define PJ_HAS_SYS_TYPES_H 1
-| #define PJ_HAS_TIME_H 1
-| #define PJ_HAS_UNISTD_H 1
-| #define PJ_HAS_NET_IF_H 1
-| #define PJ_OS_NAME "i686-pc-linux-gnu"
-| #define PJ_HAS_ERRNO_VAR 1
-| #define PJ_HAS_HIGH_RES_TIMER 1
-| #define PJ_HAS_MALLOC 1
-| #define PJ_NATIVE_STRING_IS_UNICODE 0
-| #define PJ_ATOMIC_VALUE_TYPE long
-| #define PJ_SOCK_HAS_INET_ATON 1
-| #define PJ_SOCK_HAS_INET_PTON 1
-| #define PJ_SOCK_HAS_INET_NTOP 1
-| #define PJ_SOCK_HAS_GETADDRINFO 1
-| #define PJ_HAS_SOCKLEN_T 1
-| #define PJ_HAS_SO_ERROR 1
-| #define PJ_EMULATE_RWMUTEX 0
-| /* end confdefs.h.  */
-| #include <machine/soundcard.h>
-aconfigure:10316: result: no
-aconfigure:10344: checking for machine/soundcard.h
-aconfigure:10351: result: no
-aconfigure:10407: checking alsa/version.h usability
-aconfigure:10424: gcc -c -O2  conftest.c >&5
-aconfigure:10430: $? = 0
-aconfigure:10444: result: yes
-aconfigure:10448: checking alsa/version.h presence
-aconfigure:10463: gcc -E  conftest.c
-aconfigure:10469: $? = 0
-aconfigure:10483: result: yes
-aconfigure:10511: checking for alsa/version.h
-aconfigure:10518: result: yes
-aconfigure:10533: result: Checking sound device backend... unix
-aconfigure:10573: result: Checking if small filter is disabled... no
-aconfigure:10587: result: Checking if large filter is disabled... no
-aconfigure:10601: result: Checking if Speex AEC is disabled...no
-aconfigure:10619: result: Checking if G.711 codec is disabled...no
-aconfigure:10638: result: Checking if L16 codec is disabled...no
-aconfigure:10657: result: Checking if GSM codec is disabled...no
-aconfigure:10675: result: Checking if G.722 codec is disabled...no
-aconfigure:10693: result: Checking if G.722.1 codec is disabled...no
-aconfigure:10711: result: Checking if Speex codec is disabled...no
-aconfigure:10729: result: Checking if iLBC codec is disabled...no
-aconfigure:10808: result: Skipping libsamplerate detection
-aconfigure:11080: result: Skipping Intel IPP settings (not wanted)
-aconfigure:11098: result: checking for OpenSSL installations..
-aconfigure:11113: checking openssl/ssl.h usability
-aconfigure:11130: gcc -c -O2  conftest.c >&5
-aconfigure:11136: $? = 0
-aconfigure:11150: result: yes
-aconfigure:11154: checking openssl/ssl.h presence
-aconfigure:11169: gcc -E  conftest.c
-aconfigure:11175: $? = 0
-aconfigure:11189: result: yes
-aconfigure:11217: checking for openssl/ssl.h
-aconfigure:11224: result: yes
-aconfigure:11233: checking for SSL_library_init in -lssl
-aconfigure:11268: gcc -o conftest -O2   conftest.c -lssl  -lm -luuid -lnsl -lrt -lpthread  -lasound >&5
-aconfigure:11274: $? = 0
-aconfigure:11292: result: yes
-aconfigure:11298: checking for ERR_load_BIO_strings in -lcrypto
-aconfigure:11333: gcc -o conftest -O2   conftest.c -lcrypto  -lm -luuid -lnsl -lrt -lpthread  -lasound -lssl >&5
-aconfigure:11339: $? = 0
-aconfigure:11357: result: yes
-aconfigure:11364: result: OpenSSL library found, SSL support enabled
-aconfigure:11381: checking if select() needs correct nfds
-aconfigure:11395: result: no (default)
-aconfigure:11397: result: ** Decided that select() doesn't need correct nfds (please check)
-aconfigure:11402: checking if pj_thread_create() should enforce stack size
-aconfigure:11416: result: no (default)
-aconfigure:11421: checking if pj_thread_create() should allocate stack
-aconfigure:11435: result: no (default)
-aconfigure:11451: result: ** Setting non-blocking recv() retval to EAGAIN (please check)
-aconfigure:11467: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check)
-aconfigure:11596: creating ./config.status
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by pjproject config.status 1.0, which was
-generated by GNU Autoconf 2.61.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on alexandresavard-desktop
-
-config.status:642: creating build.mak
-config.status:642: creating build/os-auto.mak
-config.status:642: creating pjlib/build/os-auto.mak
-config.status:642: creating pjlib-util/build/os-auto.mak
-config.status:642: creating pjmedia/build/os-auto.mak
-config.status:642: creating pjsip/build/os-auto.mak
-config.status:642: creating third_party/build/portaudio/os-auto.mak
-config.status:642: creating third_party/build/os-auto.mak
-config.status:642: creating pjlib/include/pj/compat/os_auto.h
-config.status:642: creating pjlib/include/pj/compat/m_auto.h
-config.status:642: creating pjmedia/include/pjmedia/config_auto.h
-config.status:920: pjmedia/include/pjmedia/config_auto.h is unchanged
-config.status:642: creating pjmedia/include/pjmedia-codec/config_auto.h
-config.status:920: pjmedia/include/pjmedia-codec/config_auto.h is unchanged
-config.status:642: creating pjsip/include/pjsip/sip_autoconf.h
-config.status:920: pjsip/include/pjsip/sip_autoconf.h is unchanged
-aconfigure:12648: result:
-
-Configurations for current target have been written to 'build.mak', and 'os-auto.mak' in various build directories, and pjlib/include/pj/compat/os_auto.h.
-
-Further customizations can be put in:
-  - 'user.mak'
-  - 'pjlib/include/pj/config_site.h'
-
-The next step now is to run 'make dep' and 'make'.
-
-
-## ---------------- ##
-## Cache variables. ##
-## ---------------- ##
-
-ac_cv_build=i686-pc-linux-gnu
-ac_cv_c_bigendian=no
-ac_cv_c_compiler_gnu=yes
-ac_cv_cxx_compiler_gnu=yes
-ac_cv_env_CCC_set=
-ac_cv_env_CCC_value=
-ac_cv_env_CC_set=
-ac_cv_env_CC_value=
-ac_cv_env_CFLAGS_set=
-ac_cv_env_CFLAGS_value=
-ac_cv_env_CPPFLAGS_set=
-ac_cv_env_CPPFLAGS_value=
-ac_cv_env_CPP_set=
-ac_cv_env_CPP_value=
-ac_cv_env_CXXFLAGS_set=
-ac_cv_env_CXXFLAGS_value=
-ac_cv_env_CXX_set=
-ac_cv_env_CXX_value=
-ac_cv_env_LDFLAGS_set=
-ac_cv_env_LDFLAGS_value=
-ac_cv_env_LIBS_set=
-ac_cv_env_LIBS_value=
-ac_cv_env_build_alias_set=
-ac_cv_env_build_alias_value=
-ac_cv_env_host_alias_set=
-ac_cv_env_host_alias_value=
-ac_cv_env_target_alias_set=
-ac_cv_env_target_alias_value=
-ac_cv_header_alsa_version_h=yes
-ac_cv_header_arpa_inet_h=yes
-ac_cv_header_assert_h=yes
-ac_cv_header_ctype_h=yes
-ac_cv_header_errno_h=yes
-ac_cv_header_fcntl_h=yes
-ac_cv_header_ifaddrs_h=yes
-ac_cv_header_inttypes_h=yes
-ac_cv_header_linux_socket_h=yes
-ac_cv_header_linux_soundcard_h=yes
-ac_cv_header_machine_soundcard_h=no
-ac_cv_header_malloc_h=yes
-ac_cv_header_memory_h=yes
-ac_cv_header_mswsock_h=no
-ac_cv_header_net_if_h=yes
-ac_cv_header_netdb_h=yes
-ac_cv_header_netinet_in_h=yes
-ac_cv_header_netinet_in_systm_h=yes
-ac_cv_header_netinet_ip_h=yes
-ac_cv_header_openssl_ssl_h=yes
-ac_cv_header_semaphore_h=yes
-ac_cv_header_setjmp_h=yes
-ac_cv_header_stdarg_h=yes
-ac_cv_header_stdc=yes
-ac_cv_header_stddef_h=yes
-ac_cv_header_stdint_h=yes
-ac_cv_header_stdio_h=yes
-ac_cv_header_stdlib_h=yes
-ac_cv_header_string_h=yes
-ac_cv_header_strings_h=yes
-ac_cv_header_sys_ioctl_h=yes
-ac_cv_header_sys_select_h=yes
-ac_cv_header_sys_socket_h=yes
-ac_cv_header_sys_soundcard_h=yes
-ac_cv_header_sys_stat_h=yes
-ac_cv_header_sys_time_h=yes
-ac_cv_header_sys_timeb_h=yes
-ac_cv_header_sys_types_h=yes
-ac_cv_header_time_h=yes
-ac_cv_header_unistd_h=yes
-ac_cv_header_uuid_uuid_h=yes
-ac_cv_header_winsock2_h=no
-ac_cv_header_winsock_h=no
-ac_cv_header_ws2tcpip_h=no
-ac_cv_host=i686-pc-linux-gnu
-ac_cv_lib_crypto_ERR_load_BIO_strings=yes
-ac_cv_lib_m_fmod=yes
-ac_cv_lib_nsl_puts=yes
-ac_cv_lib_ole32_puts=no
-ac_cv_lib_pthread_pthread_create=yes
-ac_cv_lib_rt_puts=yes
-ac_cv_lib_socket_puts=no
-ac_cv_lib_ssl_SSL_library_init=yes
-ac_cv_lib_uuid_uuid_generate=yes
-ac_cv_lib_winmm_puts=no
-ac_cv_lib_ws2_32_puts=no
-ac_cv_lib_wsock32_puts=no
-ac_cv_objext=o
-ac_cv_path_EGREP='/bin/grep -E'
-ac_cv_path_GREP=/bin/grep
-ac_cv_prog_CPP='gcc -E'
-ac_cv_prog_ac_ct_CC=gcc
-ac_cv_prog_ac_ct_CXX=g++
-ac_cv_prog_cc_c89=
-ac_cv_prog_cc_g=yes
-ac_cv_prog_cxx_g=yes
-ac_cv_target=i686-pc-linux-gnu
-
-## ----------------- ##
-## Output variables. ##
-## ----------------- ##
-
-CC='gcc'
-CFLAGS='-O2'
-CPP='gcc -E'
-CPPFLAGS=''
-CXX='g++'
-CXXFLAGS='-O2 '
-DEFS='-DHAVE_CONFIG_H'
-ECHO_C=''
-ECHO_N='-n'
-ECHO_T=''
-EGREP='/bin/grep -E'
-EXEEXT=''
-GREP='/bin/grep'
-LDFLAGS=''
-LIBOBJS=''
-LIBS='-lm -luuid -lnsl -lrt -lpthread  -lasound -lssl -lcrypto'
-LTLIBOBJS=''
-OBJEXT='o'
-PACKAGE_BUGREPORT=''
-PACKAGE_NAME='pjproject'
-PACKAGE_STRING='pjproject 1.0'
-PACKAGE_TARNAME='pjproject'
-PACKAGE_VERSION='1.0'
-PATH_SEPARATOR=':'
-SHELL='/bin/bash'
-ac_build_mak_vars=''
-ac_cross_compile=''
-ac_ct_CC='gcc'
-ac_ct_CXX='g++'
-ac_host='unix'
-ac_linux_poll='select'
-ac_main_obj='main.o'
-ac_no_g711_codec=''
-ac_no_g7221_codec=''
-ac_no_g722_codec=''
-ac_no_gsm_codec=''
-ac_no_ilbc_codec=''
-ac_no_l16_codec=''
-ac_no_large_filter=''
-ac_no_small_filter=''
-ac_no_speex_aec=''
-ac_no_speex_codec=''
-ac_no_ssl=''
-ac_os_objs='ioqueue_select.o file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o guid_uuid.o'
-ac_pa_cflags=' -DHAVE_SYS_SOUNDCARD_H -DHAVE_LINUX_SOUNDCARD_H -DPA_LITTLE_ENDIAN'
-ac_pa_use_alsa='1'
-ac_pa_use_oss='1'
-ac_pjdir='/home/alexandresavard/Development/sflphone/sflphone-common/libs/pjproject'
-ac_pjmedia_snd='pa_unix'
-bindir='${exec_prefix}/bin'
-build='i686-pc-linux-gnu'
-build_alias=''
-build_cpu='i686'
-build_os='linux-gnu'
-build_vendor='pc'
-datadir='${datarootdir}'
-datarootdir='${prefix}/share'
-docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
-dvidir='${docdir}'
-exec_prefix='${prefix}'
-host='i686-pc-linux-gnu'
-host_alias=''
-host_cpu='i686'
-host_os='linux-gnu'
-host_vendor='pc'
-htmldir='${docdir}'
-includedir='${prefix}/include'
-infodir='${datarootdir}/info'
-libcrypto_present='1'
-libdir='${exec_prefix}/lib'
-libexecdir='${exec_prefix}/libexec'
-libssl_present='1'
-localedir='${datarootdir}/locale'
-localstatedir='${prefix}/var'
-mandir='${datarootdir}/man'
-oldincludedir='/usr/include'
-openssl_h_present='1'
-pdfdir='${docdir}'
-prefix='/usr/local'
-program_transform_name='s,x,x,'
-psdir='${docdir}'
-sbindir='${exec_prefix}/sbin'
-sharedstatedir='${prefix}/com'
-sysconfdir='${prefix}/etc'
-target='i686-pc-linux-gnu'
-target_alias=''
-target_cpu='i686'
-target_os='linux-gnu'
-target_vendor='pc'
-
-## ----------- ##
-## confdefs.h. ##
-## ----------- ##
-
-#define PACKAGE_NAME "pjproject"
-#define PACKAGE_TARNAME "pjproject"
-#define PACKAGE_VERSION "1.0"
-#define PACKAGE_STRING "pjproject 1.0"
-#define PACKAGE_BUGREPORT ""
-#define HAVE_LIBPTHREAD 1
-#define HAVE_LIBRT 1
-#define HAVE_LIBNSL 1
-#define HAVE_LIBUUID 1
-#define PJ_M_NAME "i686"
-#define PJ_POOL_ALIGNMENT 4
-#define STDC_HEADERS 1
-#define HAVE_SYS_TYPES_H 1
-#define HAVE_SYS_STAT_H 1
-#define HAVE_STDLIB_H 1
-#define HAVE_STRING_H 1
-#define HAVE_MEMORY_H 1
-#define HAVE_STRINGS_H 1
-#define HAVE_INTTYPES_H 1
-#define HAVE_STDINT_H 1
-#define HAVE_UNISTD_H 1
-#define PJ_LINUX 1
-#define PJ_HAS_FLOATING_POINT 1
-#define HAVE_LIBM 1
-#define PJ_HAS_ARPA_INET_H 1
-#define PJ_HAS_ASSERT_H 1
-#define PJ_HAS_CTYPE_H 1
-#define PJ_HAS_ERRNO_H 1
-#define PJ_HAS_FCNTL_H 1
-#define PJ_HAS_LINUX_SOCKET_H 1
-#define PJ_HAS_MALLOC_H 1
-#define PJ_HAS_NETDB_H 1
-#define PJ_HAS_NETINET_IN_SYSTM_H 1
-#define PJ_HAS_NETINET_IN_H 1
-#define PJ_HAS_NETINET_IP_H 1
-#define PJ_HAS_IFADDRS_H 1
-#define PJ_HAS_SEMAPHORE_H 1
-#define PJ_HAS_SETJMP_H 1
-#define PJ_HAS_STDARG_H 1
-#define PJ_HAS_STDDEF_H 1
-#define PJ_HAS_STDIO_H 1
-#define PJ_HAS_STDINT_H 1
-#define PJ_HAS_STDLIB_H 1
-#define PJ_HAS_STRING_H 1
-#define PJ_HAS_SYS_IOCTL_H 1
-#define PJ_HAS_SYS_SELECT_H 1
-#define PJ_HAS_SYS_SOCKET_H 1
-#define PJ_HAS_SYS_TIME_H 1
-#define PJ_HAS_SYS_TIMEB_H 1
-#define PJ_HAS_SYS_TYPES_H 1
-#define PJ_HAS_TIME_H 1
-#define PJ_HAS_UNISTD_H 1
-#define PJ_HAS_NET_IF_H 1
-#define PJ_OS_NAME "i686-pc-linux-gnu"
-#define PJ_HAS_ERRNO_VAR 1
-#define PJ_HAS_HIGH_RES_TIMER 1
-#define PJ_HAS_MALLOC 1
-#define PJ_NATIVE_STRING_IS_UNICODE 0
-#define PJ_ATOMIC_VALUE_TYPE long
-#define PJ_SOCK_HAS_INET_ATON 1
-#define PJ_SOCK_HAS_INET_PTON 1
-#define PJ_SOCK_HAS_INET_NTOP 1
-#define PJ_SOCK_HAS_GETADDRINFO 1
-#define PJ_HAS_SOCKLEN_T 1
-#define PJ_HAS_SO_ERROR 1
-#define PJ_EMULATE_RWMUTEX 0
-#define PJSIP_HAS_TLS_TRANSPORT 1
-#define PJ_SELECT_NEEDS_NFDS 0
-#define PJ_THREAD_SET_STACK_SIZE 0
-#define PJ_THREAD_ALLOCATE_STACK 0
-#define PJ_BLOCKING_ERROR_VAL EAGAIN
-#define PJ_BLOCKING_CONNECT_ERROR_VAL EINPROGRESS
-
-aconfigure: exit 0
diff --git a/sflphone-common/libs/pjproject/config.status b/sflphone-common/libs/pjproject/config.status
deleted file mode 100755
index ef4e31bd2d421f0bf73109faa0cf7a588e85ca25..0000000000000000000000000000000000000000
--- a/sflphone-common/libs/pjproject/config.status
+++ /dev/null
@@ -1,939 +0,0 @@
-#! /bin/bash
-# Generated by aconfigure.
-# Run this file to recreate the current configuration.
-# Compiler output produced by configure, useful for debugging
-# configure, is in config.log if it exists.
-
-debug=false
-ac_cs_recheck=false
-ac_cs_silent=false
-SHELL=${CONFIG_SHELL-/bin/bash}
-## --------------------- ##
-## M4sh Initialization.  ##
-## --------------------- ##
-
-# Be more Bourne compatible
-DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-  emulate sh
-  NULLCMD=:
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in
-  *posix*) set -o posix ;;
-esac
-
-fi
-
-
-
-
-# PATH needs CR
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  echo "#! /bin/sh" >conf$$.sh
-  echo  "exit 0"   >>conf$$.sh
-  chmod +x conf$$.sh
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-    PATH_SEPARATOR=';'
-  else
-    PATH_SEPARATOR=:
-  fi
-  rm -f conf$$.sh
-fi
-
-# Support unset when possible.
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-  as_unset=unset
-else
-  as_unset=false
-fi
-
-
-# IFS
-# We need space, tab and new line, in precisely that order.  Quoting is
-# there to prevent editors from complaining about space-tab.
-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
-# splitting by setting IFS to empty value.)
-as_nl='
-'
-IFS=" ""	$as_nl"
-
-# Find who we are.  Look in the path if we contain no directory separator.
-case $0 in
-  *[\\/]* ) as_myself=$0 ;;
-  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-done
-IFS=$as_save_IFS
-
-     ;;
-esac
-# We did not find ourselves, most probably we were run as `sh COMMAND'
-# in which case we are not to be found in the path.
-if test "x$as_myself" = x; then
-  as_myself=$0
-fi
-if test ! -f "$as_myself"; then
-  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
-  { (exit 1); exit 1; }
-fi
-
-# Work around bugs in pre-3.0 UWIN ksh.
-for as_var in ENV MAIL MAILPATH
-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-done
-PS1='$ '
-PS2='> '
-PS4='+ '
-
-# NLS nuisances.
-for as_var in \
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
-  LC_TELEPHONE LC_TIME
-do
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
-    eval $as_var=C; export $as_var
-  else
-    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-  fi
-done
-
-# Required to use basename.
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-  as_basename=basename
-else
-  as_basename=false
-fi
-
-
-# Name of the executable.
-as_me=`$as_basename -- "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-	 X"$0" : 'X\(//\)$' \| \
-	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-echo X/"$0" |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\/\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\/\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-
-# CDPATH.
-$as_unset CDPATH
-
-
-
-  as_lineno_1=$LINENO
-  as_lineno_2=$LINENO
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
-
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-  # uniformly replaced by the line number.  The first 'sed' inserts a
-  # line-number line after each line using $LINENO; the second 'sed'
-  # does the real work.  The second script uses 'N' to pair each
-  # line-number line with the line containing $LINENO, and appends
-  # trailing '-' during substitution so that $LINENO is not a special
-  # case at line end.
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-  # E. McMahon (1931-1989) for sed's syntax.  :-)
-  sed -n '
-    p
-    /[$]LINENO/=
-  ' <$as_myself |
-    sed '
-      s/[$]LINENO.*/&-/
-      t lineno
-      b
-      :lineno
-      N
-      :loop
-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-      t loop
-      s/-\n.*//
-    ' >$as_me.lineno &&
-  chmod +x "$as_me.lineno" ||
-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
-   { (exit 1); exit 1; }; }
-
-  # Don't try to exec as it changes $[0], causing all sort of problems
-  # (the dirname of $[0] is not the place where we might find the
-  # original and so on.  Autoconf is especially sensitive to this).
-  . "./$as_me.lineno"
-  # Exit status is that of the last command.
-  exit
-}
-
-
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-  as_dirname=dirname
-else
-  as_dirname=false
-fi
-
-ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in
--n*)
-  case `echo 'x\c'` in
-  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
-  *)   ECHO_C='\c';;
-  esac;;
-*)
-  ECHO_N='-n';;
-esac
-
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-rm -f conf$$ conf$$.exe conf$$.file
-if test -d conf$$.dir; then
-  rm -f conf$$.dir/conf$$.file
-else
-  rm -f conf$$.dir
-  mkdir conf$$.dir
-fi
-echo >conf$$.file
-if ln -s conf$$.file conf$$ 2>/dev/null; then
-  as_ln_s='ln -s'
-  # ... but there are two gotchas:
-  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-  # In both cases, we have to default to `cp -p'.
-  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-    as_ln_s='cp -p'
-elif ln conf$$.file conf$$ 2>/dev/null; then
-  as_ln_s=ln
-else
-  as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-if mkdir -p . 2>/dev/null; then
-  as_mkdir_p=:
-else
-  test -d ./-p && rmdir ./-p
-  as_mkdir_p=false
-fi
-
-if test -x / >/dev/null 2>&1; then
-  as_test_x='test -x'
-else
-  if ls -dL / >/dev/null 2>&1; then
-    as_ls_L_option=L
-  else
-    as_ls_L_option=
-  fi
-  as_test_x='
-    eval sh -c '\''
-      if test -d "$1"; then
-        test -d "$1/.";
-      else
-	case $1 in
-        -*)set "./$1";;
-	esac;
-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
-	???[sx]*):;;*)false;;esac;fi
-    '\'' sh
-  '
-fi
-as_executable_p=$as_test_x
-
-# Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-
-# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
-
-exec 6>&1
-
-# Save the log message, to keep $[0] and so on meaningful, and to
-# report actual input values of CONFIG_FILES etc. instead of their
-# values after options handling.
-ac_log="
-This file was extended by pjproject $as_me 1.0, which was
-generated by GNU Autoconf 2.61.  Invocation command line was
-
-  CONFIG_FILES    = $CONFIG_FILES
-  CONFIG_HEADERS  = $CONFIG_HEADERS
-  CONFIG_LINKS    = $CONFIG_LINKS
-  CONFIG_COMMANDS = $CONFIG_COMMANDS
-  $ $0 $@
-
-on `(hostname || uname -n) 2>/dev/null | sed 1q`
-"
-
-# Files that config.status was made for.
-config_files=" build.mak build/os-auto.mak pjlib/build/os-auto.mak pjlib-util/build/os-auto.mak pjmedia/build/os-auto.mak pjsip/build/os-auto.mak third_party/build/portaudio/os-auto.mak third_party/build/os-auto.mak"
-config_headers=" pjlib/include/pj/compat/os_auto.h pjlib/include/pj/compat/m_auto.h pjmedia/include/pjmedia/config_auto.h pjmedia/include/pjmedia-codec/config_auto.h pjsip/include/pjsip/sip_autoconf.h"
-
-ac_cs_usage="\
-\`$as_me' instantiates files from templates according to the
-current configuration.
-
-Usage: $0 [OPTIONS] [FILE]...
-
-  -h, --help       print this help, then exit
-  -V, --version    print version number and configuration settings, then exit
-  -q, --quiet      do not print progress messages
-  -d, --debug      don't remove temporary files
-      --recheck    update $as_me by reconfiguring in the same conditions
-  --file=FILE[:TEMPLATE]
-		   instantiate the configuration file FILE
-  --header=FILE[:TEMPLATE]
-		   instantiate the configuration header FILE
-
-Configuration files:
-$config_files
-
-Configuration headers:
-$config_headers
-
-Report bugs to <bug-autoconf@gnu.org>."
-
-ac_cs_version="\
-pjproject config.status 1.0
-configured by ./aconfigure, generated by GNU Autoconf 2.61,
-  with options \"\"
-
-Copyright (C) 2006 Free Software Foundation, Inc.
-This config.status script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it."
-
-ac_pwd='/home/alexandresavard/Development/sflphone/sflphone-common/libs/pjproject'
-srcdir='.'
-# If no file are specified by the user, then we need to provide default
-# value.  By we need to know if files were specified by the user.
-ac_need_defaults=:
-while test $# != 0
-do
-  case $1 in
-  --*=*)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-    ac_shift=:
-    ;;
-  *)
-    ac_option=$1
-    ac_optarg=$2
-    ac_shift=shift
-    ;;
-  esac
-
-  case $ac_option in
-  # Handling of the options.
-  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-    ac_cs_recheck=: ;;
-  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-    echo "$ac_cs_version"; exit ;;
-  --debug | --debu | --deb | --de | --d | -d )
-    debug=: ;;
-  --file | --fil | --fi | --f )
-    $ac_shift
-    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
-    ac_need_defaults=false;;
-  --header | --heade | --head | --hea )
-    $ac_shift
-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
-    ac_need_defaults=false;;
-  --he | --h)
-    # Conflict between --help and --header
-    { echo "$as_me: error: ambiguous option: $1
-Try \`$0 --help' for more information." >&2
-   { (exit 1); exit 1; }; };;
-  --help | --hel | -h )
-    echo "$ac_cs_usage"; exit ;;
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-  | -silent | --silent | --silen | --sile | --sil | --si | --s)
-    ac_cs_silent=: ;;
-
-  # This is an error.
-  -*) { echo "$as_me: error: unrecognized option: $1
-Try \`$0 --help' for more information." >&2
-   { (exit 1); exit 1; }; } ;;
-
-  *) ac_config_targets="$ac_config_targets $1"
-     ac_need_defaults=false ;;
-
-  esac
-  shift
-done
-
-ac_configure_extra_args=
-
-if $ac_cs_silent; then
-  exec 6>/dev/null
-  ac_configure_extra_args="$ac_configure_extra_args --silent"
-fi
-
-if $ac_cs_recheck; then
-  echo "running CONFIG_SHELL=/bin/bash /bin/bash ./aconfigure " $ac_configure_extra_args " --no-create --no-recursion" >&6
-  CONFIG_SHELL=/bin/bash
-  export CONFIG_SHELL
-  exec /bin/bash "./aconfigure" $ac_configure_extra_args --no-create --no-recursion
-fi
-
-exec 5>>config.log
-{
-  echo
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-## Running $as_me. ##
-_ASBOX
-  echo "$ac_log"
-} >&5
-
-
-# Handling of arguments.
-for ac_config_target in $ac_config_targets
-do
-  case $ac_config_target in
-    "pjlib/include/pj/compat/os_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/os_auto.h" ;;
-    "pjlib/include/pj/compat/m_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/m_auto.h" ;;
-    "pjmedia/include/pjmedia/config_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia/config_auto.h" ;;
-    "pjmedia/include/pjmedia-codec/config_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia-codec/config_auto.h" ;;
-    "pjsip/include/pjsip/sip_autoconf.h") CONFIG_HEADERS="$CONFIG_HEADERS pjsip/include/pjsip/sip_autoconf.h" ;;
-    "build.mak") CONFIG_FILES="$CONFIG_FILES build.mak" ;;
-    "build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES build/os-auto.mak" ;;
-    "pjlib/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjlib/build/os-auto.mak" ;;
-    "pjlib-util/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjlib-util/build/os-auto.mak" ;;
-    "pjmedia/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjmedia/build/os-auto.mak" ;;
-    "pjsip/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjsip/build/os-auto.mak" ;;
-    "third_party/build/portaudio/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/os-auto.mak" ;;
-    "third_party/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/os-auto.mak" ;;
-
-  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
-echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
-   { (exit 1); exit 1; }; };;
-  esac
-done
-
-
-# If the user did not use the arguments to specify the items to instantiate,
-# then the envvar interface is used.  Set only those that are not.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
-if $ac_need_defaults; then
-  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
-  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
-fi
-
-# Have a temporary directory for convenience.  Make it in the build tree
-# simply because there is no reason against having it here, and in addition,
-# creating and moving files from /tmp can sometimes cause problems.
-# Hook for its removal unless debugging.
-# Note that there is a small window in which the directory will not be cleaned:
-# after its creation but before its name has been assigned to `$tmp'.
-$debug ||
-{
-  tmp=
-  trap 'exit_status=$?
-  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
-' 0
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
-}
-# Create a (secure) tmp directory for tmp files.
-
-{
-  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
-  test -n "$tmp" && test -d "$tmp"
-}  ||
-{
-  tmp=./conf$$-$RANDOM
-  (umask 077 && mkdir "$tmp")
-} ||
-{
-   echo "$me: cannot create a temporary directory in ." >&2
-   { (exit 1); exit 1; }
-}
-
-#
-# Set up the sed scripts for CONFIG_FILES section.
-#
-
-# No need to generate the scripts if there are no CONFIG_FILES.
-# This happens for instance when ./config.status config.h
-if test -n "$CONFIG_FILES"; then
-
-cat >"$tmp/subs-1.sed" <<\CEOF
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
-s,@SHELL@,|#_!!_#|/bin/bash,g
-s,@PATH_SEPARATOR@,|#_!!_#|:,g
-s,@PACKAGE_NAME@,|#_!!_#|pjproject,g
-s,@PACKAGE_TARNAME@,|#_!!_#|pjproject,g
-s,@PACKAGE_VERSION@,|#_!!_#|1.0,g
-s,@PACKAGE_STRING@,|#_!!_#|pjproject 1.0,g
-s,@PACKAGE_BUGREPORT@,|#_!!_#|,g
-s,@exec_prefix@,|#_!!_#|${prefix},g
-s,@prefix@,|#_!!_#|/usr/local,g
-s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
-s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
-s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
-s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
-s,@datarootdir@,|#_!!_#|${prefix}/share,g
-s,@datadir@,|#_!!_#|${datarootdir},g
-s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
-s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
-s,@localstatedir@,|#_!!_#|${prefix}/var,g
-s,@includedir@,|#_!!_#|${prefix}/include,g
-s,@oldincludedir@,|#_!!_#|/usr/include,g
-s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE_TARNAME},g
-s,@infodir@,|#_!!_#|${datarootdir}/info,g
-s,@htmldir@,|#_!!_#|${docdir},g
-s,@dvidir@,|#_!!_#|${docdir},g
-s,@pdfdir@,|#_!!_#|${docdir},g
-s,@psdir@,|#_!!_#|${docdir},g
-s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
-s,@localedir@,|#_!!_#|${datarootdir}/locale,g
-s,@mandir@,|#_!!_#|${datarootdir}/man,g
-s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
-s,@ECHO_C@,|#_!!_#|,g
-s,@ECHO_N@,|#_!!_#|-n,g
-s,@ECHO_T@,|#_!!_#|,g
-s,@LIBS@,|#_!!_#|-lm -luuid -lnsl -lrt -lpthread  -lasound -lssl -lcrypto,g
-s,@build_alias@,|#_!!_#|,g
-s,@host_alias@,|#_!!_#|,g
-s,@target_alias@,|#_!!_#|,g
-s,@build@,|#_!!_#|i686-pc-linux-gnu,g
-s,@build_cpu@,|#_!!_#|i686,g
-s,@build_vendor@,|#_!!_#|pc,g
-s,@build_os@,|#_!!_#|linux-gnu,g
-s,@host@,|#_!!_#|i686-pc-linux-gnu,g
-s,@host_cpu@,|#_!!_#|i686,g
-s,@host_vendor@,|#_!!_#|pc,g
-s,@host_os@,|#_!!_#|linux-gnu,g
-s,@target@,|#_!!_#|i686-pc-linux-gnu,g
-s,@target_cpu@,|#_!!_#|i686,g
-s,@target_vendor@,|#_!!_#|pc,g
-s,@target_os@,|#_!!_#|linux-gnu,g
-s,@CC@,|#_!!_#|gcc,g
-s,@CFLAGS@,|#_!!_#|-O2,g
-s,@LDFLAGS@,|#_!!_#|,g
-s,@CPPFLAGS@,|#_!!_#|,g
-s,@ac_ct_CC@,|#_!!_#|gcc,g
-s,@EXEEXT@,|#_!!_#|,g
-s,@OBJEXT@,|#_!!_#|o,g
-s,@CXX@,|#_!!_#|g++,g
-s,@CXXFLAGS@,|#_!!_#|-O2 ,g
-s,@ac_ct_CXX@,|#_!!_#|g++,g
-s,@ac_pjdir@,|#_!!_#|/home/alexandresavard/Development/sflphone/sflphone-common/libs/pjproject,g
-s,@ac_build_mak_vars@,|#_!!_#|,g
-s,@CPP@,|#_!!_#|gcc -E,g
-s,@GREP@,|#_!!_#|/bin/grep,g
-s,@EGREP@,|#_!!_#|/bin/grep -E,g
-s,@ac_os_objs@,|#_!!_#|ioqueue_select.o file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o guid_uuid.o,g
-s,@ac_pjmedia_snd@,|#_!!_#|pa_unix,g
-s,@ac_pa_cflags@,|#_!!_#| -DHAVE_SYS_SOUNDCARD_H -DHAVE_LINUX_SOUNDCARD_H -DPA_LITTLE_ENDIAN,g
-s,@ac_pa_use_alsa@,|#_!!_#|1,g
-s,@ac_pa_use_oss@,|#_!!_#|1,g
-s,@ac_no_small_filter@,|#_!!_#|,g
-s,@ac_no_large_filter@,|#_!!_#|,g
-s,@ac_no_speex_aec@,|#_!!_#|,g
-s,@ac_no_g711_codec@,|#_!!_#|,g
-s,@ac_no_l16_codec@,|#_!!_#|,g
-s,@ac_no_gsm_codec@,|#_!!_#|,g
-s,@ac_no_g722_codec@,|#_!!_#|,g
-s,@ac_no_g7221_codec@,|#_!!_#|,g
-s,@ac_no_speex_codec@,|#_!!_#|,g
-s,@ac_no_ilbc_codec@,|#_!!_#|,g
-s,@ac_no_ssl@,|#_!!_#|,g
-s,@openssl_h_present@,|#_!!_#|1,g
-s,@libssl_present@,|#_!!_#|1,g
-s,@libcrypto_present@,|#_!!_#|1,g
-s,@ac_cross_compile@,|#_!!_#|,g
-s,@ac_linux_poll@,|#_!!_#|select,g
-s,@ac_host@,|#_!!_#|unix,g
-s,@ac_main_obj@,|#_!!_#|main.o,g
-s,@LIBOBJS@,|#_!!_#|,g
-s,@LTLIBOBJS@,|#_!!_#|,g
-:end
-s/|#_!!_#|//g
-CEOF
-fi # test -n "$CONFIG_FILES"
-
-
-for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS
-do
-  case $ac_tag in
-  :[FHLC]) ac_mode=$ac_tag; continue;;
-  esac
-  case $ac_mode$ac_tag in
-  :[FHL]*:*);;
-  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
-echo "$as_me: error: Invalid tag $ac_tag." >&2;}
-   { (exit 1); exit 1; }; };;
-  :[FH]-) ac_tag=-:-;;
-  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
-  esac
-  ac_save_IFS=$IFS
-  IFS=:
-  set x $ac_tag
-  IFS=$ac_save_IFS
-  shift
-  ac_file=$1
-  shift
-
-  case $ac_mode in
-  :L) ac_source=$1;;
-  :[FH])
-    ac_file_inputs=
-    for ac_f
-    do
-      case $ac_f in
-      -) ac_f="$tmp/stdin";;
-      *) # Look for the file first in the build tree, then in the source tree
-	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
-	 # because $ac_f cannot contain `:'.
-	 test -f "$ac_f" ||
-	   case $ac_f in
-	   [\\/$]*) false;;
-	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
-	   esac ||
-	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
-echo "$as_me: error: cannot find input file: $ac_f" >&2;}
-   { (exit 1); exit 1; }; };;
-      esac
-      ac_file_inputs="$ac_file_inputs $ac_f"
-    done
-
-    # Let's still pretend it is `configure' which instantiates (i.e., don't
-    # use $as_me), people would be surprised to read:
-    #    /* config.h.  Generated by config.status.  */
-    configure_input="Generated from "`IFS=:
-	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
-    if test x"$ac_file" != x-; then
-      configure_input="$ac_file.  $configure_input"
-      { echo "$as_me:$LINENO: creating $ac_file" >&5
-echo "$as_me: creating $ac_file" >&6;}
-    fi
-
-    case $ac_tag in
-    *:-:* | *:-) cat >"$tmp/stdin";;
-    esac
-    ;;
-  esac
-
-  ac_dir=`$as_dirname -- "$ac_file" ||
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$ac_file" : 'X\(//\)[^/]' \| \
-	 X"$ac_file" : 'X\(//\)$' \| \
-	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
-echo X"$ac_file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-  { as_dir="$ac_dir"
-  case $as_dir in #(
-  -*) as_dir=./$as_dir;;
-  esac
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-    as_dirs=
-    while :; do
-      case $as_dir in #(
-      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
-      *) as_qdir=$as_dir;;
-      esac
-      as_dirs="'$as_qdir' $as_dirs"
-      as_dir=`$as_dirname -- "$as_dir" ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$as_dir" : 'X\(//\)[^/]' \| \
-	 X"$as_dir" : 'X\(//\)$' \| \
-	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-      test -d "$as_dir" && break
-    done
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
-  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-echo "$as_me: error: cannot create directory $as_dir" >&2;}
-   { (exit 1); exit 1; }; }; }
-  ac_builddir=.
-
-case "$ac_dir" in
-.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-*)
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
-  # A ".." for each directory in $ac_dir_suffix.
-  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
-  case $ac_top_builddir_sub in
-  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
-  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
-  esac ;;
-esac
-ac_abs_top_builddir=$ac_pwd
-ac_abs_builddir=$ac_pwd$ac_dir_suffix
-# for backward compatibility:
-ac_top_builddir=$ac_top_build_prefix
-
-case $srcdir in
-  .)  # We are building in place.
-    ac_srcdir=.
-    ac_top_srcdir=$ac_top_builddir_sub
-    ac_abs_top_srcdir=$ac_pwd ;;
-  [\\/]* | ?:[\\/]* )  # Absolute name.
-    ac_srcdir=$srcdir$ac_dir_suffix;
-    ac_top_srcdir=$srcdir
-    ac_abs_top_srcdir=$srcdir ;;
-  *) # Relative name.
-    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-    ac_top_srcdir=$ac_top_build_prefix$srcdir
-    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
-esac
-ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
-
-
-  case $ac_mode in
-  :F)
-  #
-  # CONFIG_FILE
-  #
-
-# If the template does not know about datarootdir, expand it.
-# FIXME: This hack should be removed a few years after 2.60.
-ac_datarootdir_hack=; ac_datarootdir_seen=
-
-case `sed -n '/datarootdir/ {
-  p
-  q
-}
-/@datadir@/p
-/@docdir@/p
-/@infodir@/p
-/@localedir@/p
-/@mandir@/p
-' $ac_file_inputs` in
-*datarootdir*) ac_datarootdir_seen=yes;;
-*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
-  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
-echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
-  ac_datarootdir_hack='
-  s&@datadir@&${datarootdir}&g
-  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
-  s&@infodir@&${datarootdir}/info&g
-  s&@localedir@&${datarootdir}/locale&g
-  s&@mandir@&${datarootdir}/man&g
-    s&\${datarootdir}&${prefix}/share&g' ;;
-esac
-  sed "/^[	 ]*VPATH[	 ]*=/{
-s/:*\$(srcdir):*/:/
-s/:*\${srcdir}:*/:/
-s/:*@srcdir@:*/:/
-s/^\([^=]*=[	 ]*\):*/\1/
-s/:*$//
-s/^[^=]*=[	 ]*$//
-}
-
-:t
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-s&@configure_input@&$configure_input&;t t
-s&@top_builddir@&$ac_top_builddir_sub&;t t
-s&@srcdir@&$ac_srcdir&;t t
-s&@abs_srcdir@&$ac_abs_srcdir&;t t
-s&@top_srcdir@&$ac_top_srcdir&;t t
-s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
-s&@builddir@&$ac_builddir&;t t
-s&@abs_builddir@&$ac_abs_builddir&;t t
-s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
-$ac_datarootdir_hack
-" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
-
-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
-  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined." >&5
-echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined." >&2;}
-
-  rm -f "$tmp/stdin"
-  case $ac_file in
-  -) cat "$tmp/out"; rm -f "$tmp/out";;
-  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
-  esac
- ;;
-  :H)
-  #
-  # CONFIG_HEADER
-  #
-    # First, check the format of the line:
-    cat >"$tmp/defines.sed" <<\CEOF
-/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
-/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
-b
-:def
-s/$/ /
-s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_NAME\)[	 (].*,\1define\2 "pjproject" ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_TARNAME\)[	 (].*,\1define\2 "pjproject" ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_VERSION\)[	 (].*,\1define\2 "1.0" ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_STRING\)[	 (].*,\1define\2 "pjproject 1.0" ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_BUGREPORT\)[	 (].*,\1define\2 "" ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LIBPTHREAD\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LIBRT\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LIBNSL\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LIBUUID\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_M_NAME\)[	 (].*,\1define\2 "i686" ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_POOL_ALIGNMENT\)[	 (].*,\1define\2 4 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*STDC_HEADERS\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_TYPES_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_STAT_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDLIB_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRING_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MEMORY_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRINGS_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INTTYPES_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDINT_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNISTD_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_LINUX\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_FLOATING_POINT\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LIBM\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_ARPA_INET_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_ASSERT_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_CTYPE_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_ERRNO_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_FCNTL_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_LINUX_SOCKET_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_MALLOC_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_NETDB_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_NETINET_IN_SYSTM_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_NETINET_IN_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_NETINET_IP_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_IFADDRS_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_SEMAPHORE_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_SETJMP_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_STDARG_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_STDDEF_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_STDIO_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_STDINT_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_STDLIB_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_STRING_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_SYS_IOCTL_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_SYS_SELECT_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_SYS_SOCKET_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_SYS_TIME_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_SYS_TIMEB_H\)[	 (].*,\1define\2 1 ,
-CEOF
-    sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
-    # First, check the format of the line:
-    cat >"$tmp/defines.sed" <<\CEOF
-/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
-/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
-b
-:def
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_SYS_TYPES_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_TIME_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_UNISTD_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_NET_IF_H\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_OS_NAME\)[	 (].*,\1define\2 "i686-pc-linux-gnu" ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_ERRNO_VAR\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_HIGH_RES_TIMER\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_MALLOC\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_NATIVE_STRING_IS_UNICODE\)[	 (].*,\1define\2 0 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_ATOMIC_VALUE_TYPE\)[	 (].*,\1define\2 long ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_SOCK_HAS_INET_ATON\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_SOCK_HAS_INET_PTON\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_SOCK_HAS_INET_NTOP\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_SOCK_HAS_GETADDRINFO\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_SOCKLEN_T\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_HAS_SO_ERROR\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_EMULATE_RWMUTEX\)[	 (].*,\1define\2 0 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJSIP_HAS_TLS_TRANSPORT\)[	 (].*,\1define\2 1 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_SELECT_NEEDS_NFDS\)[	 (].*,\1define\2 0 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_THREAD_SET_STACK_SIZE\)[	 (].*,\1define\2 0 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_THREAD_ALLOCATE_STACK\)[	 (].*,\1define\2 0 ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_BLOCKING_ERROR_VAL\)[	 (].*,\1define\2 EAGAIN ,
-s,^\([	 #]*\)[^	 ]*\([	 ]*PJ_BLOCKING_CONNECT_ERROR_VAL\)[	 (].*,\1define\2 EINPROGRESS ,
-s/ $//
-s,^[	 #]*u.*,/* & */,
-CEOF
-    sed -f "$tmp/defines.sed" "$tmp/out1" >"$tmp/out2"
-ac_result="$tmp/out2"
-  if test x"$ac_file" != x-; then
-    echo "/* $configure_input  */" >"$tmp/config.h"
-    cat "$ac_result" >>"$tmp/config.h"
-    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
-      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
-echo "$as_me: $ac_file is unchanged" >&6;}
-    else
-      rm -f $ac_file
-      mv "$tmp/config.h" $ac_file
-    fi
-  else
-    echo "/* $configure_input  */"
-    cat "$ac_result"
-  fi
-  rm -f "$tmp/out12"
- ;;
-
-
-  esac
-
-done # for ac_tag
-
-
-{ (exit 0); exit 0; }
diff --git a/sflphone-common/libs/pjproject/pjlib/include/pj/compat/m_auto.h b/sflphone-common/libs/pjproject/pjlib/include/pj/compat/m_auto.h
deleted file mode 100644
index 4d4dce96418ea4b80512a1d4a3be7101373d0e78..0000000000000000000000000000000000000000
--- a/sflphone-common/libs/pjproject/pjlib/include/pj/compat/m_auto.h
+++ /dev/null
@@ -1,61 +0,0 @@
-/* pjlib/include/pj/compat/m_auto.h.  Generated from m_auto.h.in by configure.  */
-/* $Id: m_auto.h.in 2510 2009-03-13 12:15:43Z bennylp $ */
-/* 
- * Copyright (C) 2008-2009 Teluu Inc. (http://www.teluu.com)
- * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
- */
-#ifndef __PJ_COMPAT_M_AUTO_H__
-#define __PJ_COMPAT_M_AUTO_H__
-
-/**
- * @file m_auto.h
- * @brief Automatically generated process definition file.
- */
-
-/* Machine name, filled in by autoconf script */
-#define PJ_M_NAME "i686"
-
-/* Endianness. It's reported on pjsip list on 09/02/13 that autoconf
- * endianness detection failed for universal build, so special case
- * for it here. Thanks Ruud Klaver for the fix.
- */
-#ifdef PJ_DARWINOS
-#  ifdef __BIG_ENDIAN__
-#    define WORDS_BIGENDIAN	1
-#  endif
-#else
-    /* Endianness, as detected by autoconf */
-/* #  undef WORDS_BIGENDIAN */
-#endif
-
-#ifdef WORDS_BIGENDIAN
-#  define PJ_IS_LITTLE_ENDIAN	0
-#  define PJ_IS_BIG_ENDIAN	1
-#else
-#  define PJ_IS_LITTLE_ENDIAN	1
-#  define PJ_IS_BIG_ENDIAN	0
-#endif
-
-
-/* Specify if floating point is present/desired */
-#define PJ_HAS_FLOATING_POINT 1
-
-/* Deprecated */
-#define PJ_HAS_PENTIUM		0
-
-#endif	/* __PJ_COMPAT_M_AUTO_H__ */
-
diff --git a/sflphone-common/libs/pjproject/pjlib/include/pj/compat/os_auto.h b/sflphone-common/libs/pjproject/pjlib/include/pj/compat/os_auto.h
deleted file mode 100644
index cf51c14d8e224b3958dfbea9f8d58ba754a43770..0000000000000000000000000000000000000000
--- a/sflphone-common/libs/pjproject/pjlib/include/pj/compat/os_auto.h
+++ /dev/null
@@ -1,185 +0,0 @@
-/* pjlib/include/pj/compat/os_auto.h.  Generated from os_auto.h.in by configure.  */
-/* $Id: os_auto.h.in 2394 2008-12-23 17:27:53Z bennylp $ */
-/* 
- * Copyright (C) 2008-2009 Teluu Inc. (http://www.teluu.com)
- * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
- */
-#ifndef __PJ_COMPAT_OS_AUTO_H__
-#define __PJ_COMPAT_OS_AUTO_H__
-
-/**
- * @file os_auto.h
- * @brief Describes operating system specifics (automatically detected by
- *        autoconf)
- */
-
-/* Canonical OS name */
-#define PJ_OS_NAME "i686-pc-linux-gnu"
-
-/* Legacy macros */
-/* #undef PJ_WIN32 */
-/* #undef PJ_WIN32_WINNT */
-/* #undef WIN32_LEAN_AND_MEAN */
-/* #undef PJ_DARWINOS */
-#define PJ_LINUX 1
-/* #undef PJ_RTEMS */
-/* #undef PJ_SUNOS */
-
-#if defined(PJ_WIN32_WINNT) && !defined(_WIN32_WINNT)
-#  define _WIN32_WINNT	PJ_WIN32_WINNT
-#endif
-
-/* Headers availability */
-#define PJ_HAS_ARPA_INET_H 1
-#define PJ_HAS_ASSERT_H 1
-#define PJ_HAS_CTYPE_H 1
-#define PJ_HAS_ERRNO_H 1
-#define PJ_HAS_FCNTL_H 1
-#define PJ_HAS_LINUX_SOCKET_H 1
-#define PJ_HAS_MALLOC_H 1
-#define PJ_HAS_NETDB_H 1
-#define PJ_HAS_NETINET_IN_SYSTM_H 1
-#define PJ_HAS_NETINET_IN_H 1
-#define PJ_HAS_NETINET_IP_H 1
-#define PJ_HAS_NET_IF_H 1
-#define PJ_HAS_IFADDRS_H 1
-#define PJ_HAS_SEMAPHORE_H 1
-#define PJ_HAS_SETJMP_H 1
-#define PJ_HAS_STDARG_H 1
-#define PJ_HAS_STDDEF_H 1
-#define PJ_HAS_STDIO_H 1
-#define PJ_HAS_STDINT_H 1
-#define PJ_HAS_STDLIB_H 1
-#define PJ_HAS_STRING_H 1
-#define PJ_HAS_SYS_IOCTL_H 1
-#define PJ_HAS_SYS_SELECT_H 1
-#define PJ_HAS_SYS_SOCKET_H 1
-#define PJ_HAS_SYS_TIME_H 1
-#define PJ_HAS_SYS_TIMEB_H 1
-#define PJ_HAS_SYS_TYPES_H 1
-#define PJ_HAS_TIME_H 1
-#define PJ_HAS_UNISTD_H 1
-
-/* #undef PJ_HAS_MSWSOCK_H */
-/* #undef PJ_HAS_WINSOCK_H */
-/* #undef PJ_HAS_WINSOCK2_H */
-/* #undef PJ_HAS_WS2TCPIP_H */
-
-#define PJ_SOCK_HAS_INET_ATON 1
-#define PJ_SOCK_HAS_INET_PTON 1
-#define PJ_SOCK_HAS_INET_NTOP 1
-#define PJ_SOCK_HAS_GETADDRINFO 1
-
-/* On these OSes, semaphore feature depends on semaphore.h */
-#if defined(PJ_HAS_SEMAPHORE_H) && PJ_HAS_SEMAPHORE_H!=0
-#   define PJ_HAS_SEMAPHORE	1
-#elif defined(PJ_WIN32) && PJ_WIN32!=0
-#   define PJ_HAS_SEMAPHORE	1
-#else
-#   define PJ_HAS_SEMAPHORE	0
-#endif
-
-/* Do we have pthread_mutexattr_settype()? */
-/* #undef PJ_HAS_PTHREAD_MUTEXATTR_SETTYPE */
-
-/* Does pthread_mutexattr_t has "recursive" member?  */
-/* #undef PJ_PTHREAD_MUTEXATTR_T_HAS_RECURSIVE */
-
-/* Set 1 if native sockaddr_in has sin_len member. 
- * Default: 0
- */
-/* #undef PJ_SOCKADDR_HAS_LEN */
-
-/* Does the OS have socklen_t? */
-#define PJ_HAS_SOCKLEN_T 1
-
-#if !defined(socklen_t) && (!defined(PJ_HAS_SOCKLEN_T) || PJ_HAS_SOCKLEN_T==0)
-# define PJ_HAS_SOCKLEN_T 1
-  typedef int socklen_t;
-#endif
-
-/**
- * If this macro is set, it tells select I/O Queue that select() needs to
- * be given correct value of nfds (i.e. largest fd + 1). This requires
- * select ioqueue to re-scan the descriptors on each registration and
- * unregistration.
- * If this macro is not set, then ioqueue will always give FD_SETSIZE for
- * nfds argument when calling select().
- *
- * Default: 0
- */
-#define PJ_SELECT_NEEDS_NFDS 0
-
-/* Is errno a good way to retrieve OS errors?
- */
-#define PJ_HAS_ERRNO_VAR 1
-
-/* When this macro is set, getsockopt(SOL_SOCKET, SO_ERROR) will return
- * the status of non-blocking connect() operation.
- */
-#define PJ_HAS_SO_ERROR 1
-
-/* This value specifies the value set in errno by the OS when a non-blocking
- * socket recv() can not return immediate daata.
- */
-#define PJ_BLOCKING_ERROR_VAL EAGAIN
-
-/* This value specifies the value set in errno by the OS when a non-blocking
- * socket connect() can not get connected immediately.
- */
-#define PJ_BLOCKING_CONNECT_ERROR_VAL EINPROGRESS
-
-/* Default threading is enabled, unless it's overridden. */
-#ifndef PJ_HAS_THREADS
-#  define PJ_HAS_THREADS	    (1)
-#endif
-
-/* Do we need high resolution timer? */
-#define PJ_HAS_HIGH_RES_TIMER 1
-
-/* Is malloc() available? */
-#define PJ_HAS_MALLOC 1
-
-#ifndef PJ_OS_HAS_CHECK_STACK
-#   define PJ_OS_HAS_CHECK_STACK    0
-#endif
-
-/* Unicode? */
-#define PJ_NATIVE_STRING_IS_UNICODE 0
-
-/* Pool alignment in bytes */
-#define PJ_POOL_ALIGNMENT 4
-
-/* The type of atomic variable value: */
-#define PJ_ATOMIC_VALUE_TYPE long
-
-/* If 1, use Read/Write mutex emulation for platforms that don't support it */
-#define PJ_EMULATE_RWMUTEX 0
-
-/* If 1, pj_thread_create() should enforce the stack size when creating 
- * threads.
- * Default: 0 (let OS decide the thread's stack size).
- */
-#define PJ_THREAD_SET_STACK_SIZE 0
-
-/* If 1, pj_thread_create() should allocate stack from the pool supplied.
- * Default: 0 (let OS allocate memory for thread's stack).
- */
-#define PJ_THREAD_ALLOCATE_STACK 0
-
-#endif	/* __PJ_COMPAT_OS_AUTO_H__ */
-
diff --git a/sflphone-common/libs/pjproject/pjmedia/bin/pjmedia-test-x86_64-unknown-linux-gnu b/sflphone-common/libs/pjproject/pjmedia/bin/pjmedia-test-x86_64-unknown-linux-gnu
index 867e855ceb5cda2a382d9f8351d117f87f0a0fac..8d52e7a1352ac0a2038df830bd52f4e3bdf78725 100755
Binary files a/sflphone-common/libs/pjproject/pjmedia/bin/pjmedia-test-x86_64-unknown-linux-gnu and b/sflphone-common/libs/pjproject/pjmedia/bin/pjmedia-test-x86_64-unknown-linux-gnu differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/pjsua-x86_64-unknown-linux-gnu b/sflphone-common/libs/pjproject/pjsip-apps/bin/pjsua-x86_64-unknown-linux-gnu
index 87e725cfc4299d138697617d25cf97d53d29b0f1..8644d3266cbf695c11e7231dfc3c525c5600ce4e 100755
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/pjsua-x86_64-unknown-linux-gnu and b/sflphone-common/libs/pjproject/pjsip-apps/bin/pjsua-x86_64-unknown-linux-gnu differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/auddemo b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/auddemo
deleted file mode 100755
index df0c0716b7c0b96d81ae7b2d4b8890b0a63499e4..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/auddemo and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/confsample b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/confsample
deleted file mode 100755
index 241d17b6014e78017fbc5356ca3f363b56a2e405..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/confsample and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/encdec b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/encdec
deleted file mode 100755
index a459eb53c06e9dddf4bfe8f3a1b40549a86dc1cc..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/encdec and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/icedemo b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/icedemo
deleted file mode 100755
index b2fde3eb0a1ee1d3f3c09bd70b4590bf916eae92..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/icedemo and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/jbsim b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/jbsim
deleted file mode 100755
index c59a41e77b02720e76982452da56d8e14f85abe8..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/jbsim and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/latency b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/latency
deleted file mode 100755
index 98878a757b8aa3f6ac8898c83bdcf18acfa00c66..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/latency and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/level b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/level
deleted file mode 100755
index f1696e6bd838e219a56549906856a735b0cc62e5..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/level and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/mix b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/mix
deleted file mode 100755
index b97cd6347675b7ac3a4abbafe984ed8d656a6648..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/mix and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/pcaputil b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/pcaputil
deleted file mode 100755
index 2c3b95d38fdb4c18a303d826c127b2604c44cb54..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/pcaputil and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/pjsip-perf b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/pjsip-perf
deleted file mode 100755
index a1fe6016414b63439d4f7a0d24056e07f3de2a2e..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/pjsip-perf and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/playfile b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/playfile
deleted file mode 100755
index 0cac592e896c4a2d0608d461f659099176f55d43..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/playfile and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/playsine b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/playsine
deleted file mode 100755
index 84712fa583892b6219dfe8d25f5fc89a923c7d33..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/playsine and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/recfile b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/recfile
deleted file mode 100755
index 859b70f259ad7e113ad1bf95aac54a0fd298233c..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/recfile and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/resampleplay b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/resampleplay
deleted file mode 100755
index 3ad17da993028b9c6443c4cb416a8fca8c0b46cb..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/resampleplay and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/simple_pjsua b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/simple_pjsua
deleted file mode 100755
index cbc5efd4a074b1ffb69d4bdd45480e70385ddf2c..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/simple_pjsua and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/simpleua b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/simpleua
deleted file mode 100755
index e91d5c98603a833402ffa013cbad6528400b507d..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/simpleua and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/siprtp b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/siprtp
deleted file mode 100755
index 706f3da0a1abde5ed81d46a8de3aec09e768c360..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/siprtp and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/sipstateless b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/sipstateless
deleted file mode 100755
index 80c1ceb0f3e81293b68b7e54bfb0177f9772c190..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/sipstateless and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/stateful_proxy b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/stateful_proxy
deleted file mode 100755
index d81b74c5a388e0b1f8248f4b2f1079729438c32f..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/stateful_proxy and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/stateless_proxy b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/stateless_proxy
deleted file mode 100755
index c4818d49a6e4f7f9a6148b3bafe6e49c66278f05..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/stateless_proxy and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/stereotest b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/stereotest
deleted file mode 100755
index 48d2cb9d29d85e3fe06d3160478351c1de5cc2ce..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/stereotest and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/streamutil b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/streamutil
deleted file mode 100755
index d75839500e29e409ece938dd2cf92c5801168fa2..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/streamutil and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/strerror b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/strerror
deleted file mode 100755
index 9ae95e6a81673b759e1243210bb48319e1d55515..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/strerror and /dev/null differ
diff --git a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/tonegen b/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/tonegen
deleted file mode 100755
index 8b1b0b29ad70d1d356102fb46ec8a8055f77200b..0000000000000000000000000000000000000000
Binary files a/sflphone-common/libs/pjproject/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/tonegen and /dev/null differ