gnunet-gtk-0.9.3/0000755000175000017500000000000011762217325010615 500000000000000gnunet-gtk-0.9.3/ABOUT-NLS0000644000175000017500000022532611406350223011764 000000000000001 Notes on the Free Translation Project *************************************** Free software is going international! The Free Translation Project is a way to get maintainers of free software, translators, and users all together, so that free software will gradually become able to speak many languages. A few packages already provide translations for their messages. If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, itself available at your nearest GNU archive site. But you do _not_ need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. Installers will find here some useful hints. These notes also explain how users should proceed for getting the programs to use the available translations. They tell how people wanting to contribute and work on translations can contact the appropriate team. When reporting bugs in the `intl/' directory or bugs which may be related to internationalization, you should tell about the version of `gettext' which is used. The information can be found in the `intl/VERSION' file, in internationalized packages. 1.1 Quick configuration advice ============================== If you want to exploit the full power of internationalization, you should configure it using ./configure --with-included-gettext to force usage of internationalizing routines provided within this package, despite the existence of internationalizing capabilities in the operating system where this package is being installed. So far, only the `gettext' implementation in the GNU C library version 2 provides as many features (such as locale alias, message inheritance, automatic charset conversion or plural form handling) as the implementation here. It is also not possible to offer this additional functionality on top of a `catgets' implementation. Future versions of GNU `gettext' will very likely convey even more functionality. So it might be a good idea to change to GNU `gettext' as soon as possible. So you need _not_ provide this option if you are using GNU libc 2 or you have installed a recent copy of the GNU gettext package with the included `libintl'. 1.2 INSTALL Matters =================== Some packages are "localizable" when properly installed; the programs they contain can be made to speak your own native language. Most such packages use GNU `gettext'. Other packages have their own ways to internationalization, predating GNU `gettext'. By default, this package will be installed to allow translation of messages. It will automatically detect whether the system already provides the GNU `gettext' functions. If not, the included GNU `gettext' library will be used. This library is wholly contained within this package, usually in the `intl/' subdirectory, so prior installation of the GNU `gettext' package is _not_ required. Installers may use special options at configuration time for changing the default behaviour. The commands: ./configure --with-included-gettext ./configure --disable-nls will, respectively, bypass any pre-existing `gettext' to use the internationalizing routines provided within this package, or else, _totally_ disable translation of messages. When you already have GNU `gettext' installed on your system and run configure without an option for your new package, `configure' will probably detect the previously built and installed `libintl.a' file and will decide to use this. This might not be desirable. You should use the more recent version of the GNU `gettext' library. I.e. if the file `intl/VERSION' shows that the library which comes with this package is more recent, you should use ./configure --with-included-gettext to prevent auto-detection. The configuration process will not test for the `catgets' function and therefore it will not be used. The reason is that even an emulation of `gettext' on top of `catgets' could not provide all the extensions of the GNU `gettext' library. Internationalized packages usually have many `po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at `configure' time by using the `--disable-nls' switch, all available translations are installed together with the package. However, the environment variable `LINGUAS' may be set, prior to configuration, to limit the installed set. `LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed. 1.3 Using This Package ====================== As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate `LL_CC' combination. If you happen to have the `LC_ALL' or some other `LC_xxx' environment variables set, you should unset them before setting `LANG', otherwise the setting of `LANG' will not have the desired effect. Here `LL' is an ISO 639 two-letter language code, and `CC' is an ISO 3166 two-letter country code. For example, let's suppose that you speak German and live in Germany. At the shell prompt, merely execute `setenv LANG de_DE' (in `csh'), `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). This can be done from your `.login' or `.profile' file, once and for all. You might think that the country code specification is redundant. But in fact, some languages have dialects in different countries. For example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The country code serves to distinguish the dialects. The locale naming convention of `LL_CC', with `LL' denoting the language and `CC' denoting the country, is the one use on systems based on GNU libc. On other systems, some variations of this scheme are used, such as `LL' or `LL_CC.ENCODING'. You can get the list of locales supported by your system for your language by running the command `locale -a | grep '^LL''. Not all programs have translations for all languages. By default, an English message is shown in place of a nonexistent translation. If you understand other languages, you can set up a priority list of languages. This is done through a different environment variable, called `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' for the purpose of message handling, but you still need to have `LANG' set to the primary language; this is required by other parts of the system libraries. For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. Special advice for Norwegian users: The language code for Norwegian bokma*l changed from `no' to `nb' recently (in 2003). During the transition period, while some message catalogs for this language are installed under `nb' and some older ones under `no', it's recommended for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and older translations are used. In the `LANGUAGE' environment variable, but not in the `LANG' environment variable, `LL_CC' combinations can be abbreviated as `LL' to denote the language's main dialect. For example, `de' is equivalent to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' (Portuguese as spoken in Portugal) in this context. 1.4 Translating Teams ===================== For the Free Translation Project to be a success, we need interested people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. Each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, `http://translationproject.org/', in the "Teams" area. If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. The subscribing address is _not_ the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-request@li.org', having this message body: subscribe Keep in mind that team members are expected to participate _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to get started, please write to `coordinator@translationproject.org' to reach the coordinator for all translator teams. The English team is special. It works at improving and uniformizing the terminology in use. Proven linguistic skills are praised more than programming skills, here. 1.5 Available Packages ====================== Languages are not equally supported in all packages. The following matrix shows the current state of internationalization, as of November 2007. The matrix shows, in regard of each package, for which languages PO files have been submitted to translation coordination, with a translation percentage of at least 50%. Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo +----------------------------------------------------+ Compendium | [] [] [] [] | a2ps | [] [] [] [] [] | aegis | () | ant-phone | () | anubis | [] | ap-utils | | aspell | [] [] [] [] [] | bash | [] | bfd | | bibshelf | [] | binutils | | bison | [] [] | bison-runtime | [] | bluez-pin | [] [] [] [] [] | cflow | [] | clisp | [] [] [] | console-tools | [] [] | coreutils | [] [] [] [] | cpio | | cpplib | [] [] [] | cryptonit | [] | dialog | | diffutils | [] [] [] [] [] [] | doodle | [] | e2fsprogs | [] [] | enscript | [] [] [] [] | fetchmail | [] [] () [] [] | findutils | [] | findutils_stable | [] [] [] | flex | [] [] [] | fslint | | gas | | gawk | [] [] [] | gcal | [] | gcc | [] | gettext-examples | [] [] [] [] [] | gettext-runtime | [] [] [] [] [] | gettext-tools | [] [] | gip | [] | gliv | [] [] | glunarclock | [] | gmult | [] [] | gnubiff | () | gnucash | [] [] () () [] | gnuedu | | gnulib | [] | gnunet | | gnunet-gtk | | gnutls | [] | gpe-aerial | [] [] | gpe-beam | [] [] | gpe-calendar | | gpe-clock | [] [] | gpe-conf | [] [] | gpe-contacts | | gpe-edit | [] | gpe-filemanager | | gpe-go | [] | gpe-login | [] [] | gpe-ownerinfo | [] [] | gpe-package | | gpe-sketchbook | [] [] | gpe-su | [] [] | gpe-taskmanager | [] [] | gpe-timesheet | [] | gpe-today | [] [] | gpe-todo | | gphoto2 | [] [] [] [] | gprof | [] [] | gpsdrive | | gramadoir | [] [] | grep | [] [] | gretl | () | gsasl | | gss | | gst-plugins-bad | [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] [] | gst-plugins-ugly | [] [] | gstreamer | [] [] [] [] [] [] [] | gtick | () | gtkam | [] [] [] [] | gtkorphan | [] [] | gtkspell | [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] | herrie | [] | hylafax | | idutils | [] [] | indent | [] [] [] [] | iso_15924 | | iso_3166 | [] [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | | iso_4217 | [] [] [] | iso_639 | [] [] [] [] | jpilot | [] | jtag | | jwhois | | kbd | [] [] [] [] | keytouch | [] [] | keytouch-editor | [] | keytouch-keyboa... | [] | latrine | () | ld | [] | leafpad | [] [] [] [] [] | libc | [] [] [] [] | libexif | [] | libextractor | [] | libgpewidget | [] [] [] | libgpg-error | [] | libgphoto2 | [] [] | libgphoto2_port | [] [] | libgsasl | | libiconv | [] [] | libidn | [] [] [] | lifelines | [] () | lilypond | [] | lingoteach | | lprng | | lynx | [] [] [] [] | m4 | [] [] [] [] | mailfromd | | mailutils | [] | make | [] [] | man-db | [] [] [] | minicom | [] [] [] | nano | [] [] [] | opcodes | [] | parted | [] [] | pilot-qof | | popt | [] [] [] | psmisc | [] | pwdutils | | qof | | radius | [] | recode | [] [] [] [] [] [] | rpm | [] | screem | | scrollkeeper | [] [] [] [] [] [] [] [] | sed | [] [] [] | shared-mime-info | [] [] [] [] () [] [] [] | sharutils | [] [] [] [] [] [] | shishi | | skencil | [] () | solfege | | soundtracker | [] [] | sp | [] | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | [] [] | texinfo | [] [] [] | tin | () () | tuxpaint | [] [] [] [] [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] [] [] | util-linux-ng | [] [] [] [] | vorbis-tools | [] | wastesedge | () | wdiff | [] [] [] [] | wget | [] [] [] | xchat | [] [] [] [] [] [] [] | xkeyboard-config | [] | xpad | [] [] [] | +----------------------------------------------------+ af am ar az be bg bs ca cs cy da de el en en_GB eo 6 0 2 1 8 26 2 40 48 2 56 88 15 1 15 18 es et eu fa fi fr ga gl gu he hi hr hu id is it +--------------------------------------------------+ Compendium | [] [] [] [] [] | a2ps | [] [] [] () | aegis | | ant-phone | [] | anubis | [] | ap-utils | [] [] | aspell | [] [] [] | bash | [] | bfd | [] [] | bibshelf | [] [] [] | binutils | [] [] [] | bison | [] [] [] [] [] [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] | cflow | [] | clisp | [] [] | console-tools | | coreutils | [] [] [] [] [] [] | cpio | [] [] [] | cpplib | [] [] | cryptonit | [] | dialog | [] [] [] | diffutils | [] [] [] [] [] [] [] [] [] | doodle | [] [] | e2fsprogs | [] [] [] | enscript | [] [] [] | fetchmail | [] | findutils | [] [] [] | findutils_stable | [] [] [] [] | flex | [] [] [] | fslint | | gas | [] [] | gawk | [] [] [] [] () | gcal | [] [] | gcc | [] | gettext-examples | [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] | gettext-tools | [] [] [] [] | gip | [] [] [] [] | gliv | () | glunarclock | [] [] [] | gmult | [] [] [] | gnubiff | () () | gnucash | () () () | gnuedu | [] | gnulib | [] [] [] | gnunet | | gnunet-gtk | | gnutls | | gpe-aerial | [] [] | gpe-beam | [] [] | gpe-calendar | | gpe-clock | [] [] [] [] | gpe-conf | [] | gpe-contacts | [] [] | gpe-edit | [] [] [] [] | gpe-filemanager | [] | gpe-go | [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] [] [] [] | gpe-package | [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] [] | gpe-taskmanager | [] [] [] | gpe-timesheet | [] [] [] [] | gpe-today | [] [] [] [] | gpe-todo | [] | gphoto2 | [] [] [] [] [] | gprof | [] [] [] [] [] | gpsdrive | [] | gramadoir | [] [] | grep | [] [] [] | gretl | [] [] [] () | gsasl | [] [] | gss | [] [] | gst-plugins-bad | [] [] [] [] | gst-plugins-base | [] [] [] [] | gst-plugins-good | [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] | gstreamer | [] [] [] | gtick | [] [] [] | gtkam | [] [] [] [] | gtkorphan | [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | herrie | [] | hylafax | | idutils | [] [] [] [] [] | indent | [] [] [] [] [] [] [] [] [] [] | iso_15924 | [] | iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | [] | iso_4217 | [] [] [] [] [] [] | iso_639 | [] [] [] [] [] [] | jpilot | [] [] | jtag | [] | jwhois | [] [] [] [] [] | kbd | [] [] | keytouch | [] [] [] | keytouch-editor | [] | keytouch-keyboa... | [] [] | latrine | [] [] | ld | [] [] [] [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] [] | libexif | [] | libextractor | [] | libgpewidget | [] [] [] [] [] | libgpg-error | [] | libgphoto2 | [] [] [] | libgphoto2_port | [] [] | libgsasl | [] [] | libiconv | [] [] [] | libidn | [] [] | lifelines | () | lilypond | [] [] [] | lingoteach | [] [] [] | lprng | | lynx | [] [] [] | m4 | [] [] [] [] | mailfromd | | mailutils | [] [] | make | [] [] [] [] [] [] [] [] | man-db | [] | minicom | [] [] [] [] | nano | [] [] [] [] [] [] [] | opcodes | [] [] [] [] | parted | [] [] [] | pilot-qof | | popt | [] [] [] [] | psmisc | [] [] | pwdutils | | qof | [] | radius | [] [] | recode | [] [] [] [] [] [] [] [] | rpm | [] [] | screem | | scrollkeeper | [] [] [] | sed | [] [] [] [] [] | shared-mime-info | [] [] [] [] [] [] | sharutils | [] [] [] [] [] [] [] [] | shishi | [] | skencil | [] [] | solfege | [] | soundtracker | [] [] [] | sp | [] | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | [] [] [] [] [] | texinfo | [] [] [] | tin | [] () | tuxpaint | [] [] | unicode-han-tra... | | unicode-transla... | [] [] | util-linux | [] [] [] [] [] [] [] | util-linux-ng | [] [] [] [] [] [] [] | vorbis-tools | | wastesedge | () | wdiff | [] [] [] [] [] [] [] [] | wget | [] [] [] [] [] [] [] [] | xchat | [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] | xpad | [] [] [] | +--------------------------------------------------+ es et eu fa fi fr ga gl gu he hi hr hu id is it 85 22 14 2 48 101 61 12 2 8 2 6 53 29 1 52 ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl nn +--------------------------------------------------+ Compendium | [] | a2ps | () [] [] | aegis | () | ant-phone | [] | anubis | [] [] [] | ap-utils | [] | aspell | [] [] | bash | [] | bfd | | bibshelf | [] | binutils | | bison | [] [] [] | bison-runtime | [] [] [] | bluez-pin | [] [] [] | cflow | | clisp | [] | console-tools | | coreutils | [] | cpio | [] | cpplib | [] | cryptonit | [] | dialog | [] [] | diffutils | [] [] [] | doodle | | e2fsprogs | [] | enscript | [] | fetchmail | [] [] | findutils | [] | findutils_stable | [] | flex | [] [] | fslint | | gas | | gawk | [] [] | gcal | | gcc | | gettext-examples | [] [] [] | gettext-runtime | [] [] [] | gettext-tools | [] [] | gip | [] [] | gliv | [] | glunarclock | [] [] | gmult | [] [] [] | gnubiff | | gnucash | () () () | gnuedu | | gnulib | [] [] | gnunet | | gnunet-gtk | | gnutls | [] | gpe-aerial | [] | gpe-beam | [] | gpe-calendar | [] | gpe-clock | [] [] [] | gpe-conf | [] [] [] | gpe-contacts | [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] | gpe-go | [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] | gpe-taskmanager | [] [] [] [] | gpe-timesheet | [] | gpe-today | [] [] | gpe-todo | [] | gphoto2 | [] [] | gprof | [] | gpsdrive | [] | gramadoir | () | grep | [] [] | gretl | | gsasl | [] | gss | | gst-plugins-bad | [] | gst-plugins-base | [] | gst-plugins-good | [] | gst-plugins-ugly | [] | gstreamer | [] | gtick | [] | gtkam | [] [] | gtkorphan | [] | gtkspell | [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] | herrie | [] | hylafax | | idutils | [] | indent | [] [] | iso_15924 | [] | iso_3166 | [] [] [] [] [] [] [] [] | iso_3166_2 | [] | iso_4217 | [] [] [] | iso_639 | [] [] [] [] | jpilot | () () | jtag | | jwhois | [] | kbd | [] | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | | latrine | [] | ld | | leafpad | [] [] | libc | [] [] [] | libexif | | libextractor | | libgpewidget | [] | libgpg-error | | libgphoto2 | [] | libgphoto2_port | [] | libgsasl | [] | libiconv | [] | libidn | [] [] | lifelines | [] | lilypond | [] | lingoteach | [] | lprng | | lynx | [] [] | m4 | [] [] | mailfromd | | mailutils | | make | [] [] [] | man-db | | minicom | [] | nano | [] [] [] | opcodes | [] | parted | [] [] | pilot-qof | | popt | [] [] [] | psmisc | [] [] [] | pwdutils | | qof | | radius | | recode | [] | rpm | [] [] | screem | [] | scrollkeeper | [] [] [] [] | sed | [] [] | shared-mime-info | [] [] [] [] [] [] [] | sharutils | [] [] | shishi | | skencil | | solfege | () () | soundtracker | | sp | () | system-tools-ba... | [] [] [] [] | tar | [] [] [] | texinfo | [] [] | tin | | tuxpaint | () [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] | util-linux-ng | [] [] | vorbis-tools | | wastesedge | [] | wdiff | [] [] | wget | [] [] | xchat | [] [] [] [] | xkeyboard-config | [] [] [] | xpad | [] [] [] | +--------------------------------------------------+ ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl nn 51 2 25 3 2 0 6 0 2 2 20 0 11 1 103 6 or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta +--------------------------------------------------+ Compendium | [] [] [] [] [] | a2ps | () [] [] [] [] [] [] | aegis | () () | ant-phone | [] [] | anubis | [] [] [] | ap-utils | () | aspell | [] [] [] | bash | [] [] | bfd | | bibshelf | [] | binutils | [] [] | bison | [] [] [] [] [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] [] | cflow | [] | clisp | [] | console-tools | [] | coreutils | [] [] [] [] | cpio | [] [] [] | cpplib | [] | cryptonit | [] [] | dialog | [] | diffutils | [] [] [] [] [] [] | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] [] | fetchmail | [] [] [] | findutils | [] [] [] | findutils_stable | [] [] [] [] [] [] | flex | [] [] [] [] [] | fslint | [] | gas | | gawk | [] [] [] [] | gcal | [] | gcc | [] [] | gettext-examples | [] [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] [] [] | gettext-tools | [] [] [] [] [] [] [] | gip | [] [] [] [] | gliv | [] [] [] [] [] [] | glunarclock | [] [] [] [] [] [] | gmult | [] [] [] [] | gnubiff | () [] | gnucash | () [] | gnuedu | | gnulib | [] [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gpe-aerial | [] [] [] [] [] [] [] | gpe-beam | [] [] [] [] [] [] [] | gpe-calendar | [] [] [] [] | gpe-clock | [] [] [] [] [] [] [] [] | gpe-conf | [] [] [] [] [] [] [] | gpe-contacts | [] [] [] [] [] | gpe-edit | [] [] [] [] [] [] [] [] [] | gpe-filemanager | [] [] | gpe-go | [] [] [] [] [] [] [] [] | gpe-login | [] [] [] [] [] [] [] [] | gpe-ownerinfo | [] [] [] [] [] [] [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] [] [] [] [] [] [] | gpe-su | [] [] [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] [] | gpe-todo | [] [] [] [] | gphoto2 | [] [] [] [] [] [] | gprof | [] [] [] | gpsdrive | [] [] | gramadoir | [] [] | grep | [] [] [] [] | gretl | [] [] [] | gsasl | [] [] [] | gss | [] [] [] [] | gst-plugins-bad | [] [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] | gst-plugins-ugly | [] [] [] | gstreamer | [] [] [] [] | gtick | [] | gtkam | [] [] [] [] [] | gtkorphan | [] | gtkspell | [] [] [] [] [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] [] | herrie | [] [] [] | hylafax | | idutils | [] [] [] [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | | iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | | iso_4217 | [] [] [] [] [] [] [] | iso_639 | [] [] [] [] [] [] [] | jpilot | | jtag | [] | jwhois | [] [] [] [] | kbd | [] [] [] | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | [] | latrine | | ld | [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] | libextractor | [] [] | libgpewidget | [] [] [] [] [] [] [] [] | libgpg-error | [] [] [] | libgphoto2 | [] | libgphoto2_port | [] [] [] | libgsasl | [] [] [] [] | libiconv | [] [] [] | libidn | [] [] () | lifelines | [] [] | lilypond | | lingoteach | [] | lprng | [] | lynx | [] [] [] | m4 | [] [] [] [] [] | mailfromd | [] | mailutils | [] [] [] | make | [] [] [] [] | man-db | [] [] [] [] | minicom | [] [] [] [] [] | nano | [] [] [] [] | opcodes | [] [] | parted | [] | pilot-qof | | popt | [] [] [] [] | psmisc | [] [] | pwdutils | [] [] | qof | [] [] | radius | [] [] | recode | [] [] [] [] [] [] [] | rpm | [] [] [] [] | screem | | scrollkeeper | [] [] [] [] [] [] [] | sed | [] [] [] [] [] [] [] [] [] | shared-mime-info | [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | [] | skencil | [] [] [] | solfege | [] | soundtracker | [] [] | sp | | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] [] | tin | () | tuxpaint | [] [] [] [] [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] [] [] | util-linux-ng | [] [] [] [] | vorbis-tools | [] | wastesedge | | wdiff | [] [] [] [] [] [] [] | wget | [] [] [] [] | xchat | [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | xpad | [] [] [] | +--------------------------------------------------+ or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta 0 5 77 31 53 4 58 72 3 45 46 9 45 122 3 tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu +---------------------------------------------------+ Compendium | [] [] [] [] | 19 a2ps | [] [] [] | 19 aegis | [] | 1 ant-phone | [] [] | 6 anubis | [] [] [] | 11 ap-utils | () [] | 4 aspell | [] [] [] | 16 bash | [] | 6 bfd | | 2 bibshelf | [] | 7 binutils | [] [] [] [] | 9 bison | [] [] [] [] | 20 bison-runtime | [] [] [] [] | 18 bluez-pin | [] [] [] [] [] [] | 28 cflow | [] [] | 5 clisp | | 9 console-tools | [] [] | 5 coreutils | [] [] [] | 18 cpio | [] [] [] [] | 11 cpplib | [] [] [] [] [] | 12 cryptonit | [] | 6 dialog | [] [] [] | 9 diffutils | [] [] [] [] [] | 29 doodle | [] | 6 e2fsprogs | [] [] | 10 enscript | [] [] [] | 16 fetchmail | [] [] | 12 findutils | [] [] [] | 11 findutils_stable | [] [] [] [] | 18 flex | [] [] | 15 fslint | [] | 2 gas | [] | 3 gawk | [] [] [] | 16 gcal | [] | 5 gcc | [] [] [] | 7 gettext-examples | [] [] [] [] [] [] | 29 gettext-runtime | [] [] [] [] [] [] | 28 gettext-tools | [] [] [] [] [] | 20 gip | [] [] | 13 gliv | [] [] | 11 glunarclock | [] [] [] | 15 gmult | [] [] [] [] | 16 gnubiff | [] | 2 gnucash | () [] | 5 gnuedu | [] | 2 gnulib | [] | 10 gnunet | | 0 gnunet-gtk | [] [] | 3 gnutls | | 4 gpe-aerial | [] [] | 14 gpe-beam | [] [] | 14 gpe-calendar | [] [] | 7 gpe-clock | [] [] [] [] | 21 gpe-conf | [] [] [] | 16 gpe-contacts | [] [] | 10 gpe-edit | [] [] [] [] [] | 22 gpe-filemanager | [] [] | 7 gpe-go | [] [] [] [] | 19 gpe-login | [] [] [] [] [] | 21 gpe-ownerinfo | [] [] [] [] | 21 gpe-package | [] | 6 gpe-sketchbook | [] [] | 16 gpe-su | [] [] [] [] | 21 gpe-taskmanager | [] [] [] [] | 21 gpe-timesheet | [] [] [] [] | 18 gpe-today | [] [] [] [] [] | 21 gpe-todo | [] [] | 8 gphoto2 | [] [] [] [] | 21 gprof | [] [] | 13 gpsdrive | [] | 5 gramadoir | [] | 7 grep | [] | 12 gretl | | 6 gsasl | [] [] [] | 9 gss | [] | 7 gst-plugins-bad | [] [] [] | 13 gst-plugins-base | [] [] | 11 gst-plugins-good | [] [] [] [] [] | 16 gst-plugins-ugly | [] [] [] | 13 gstreamer | [] [] [] | 18 gtick | [] [] | 7 gtkam | [] | 16 gtkorphan | [] | 7 gtkspell | [] [] [] [] [] [] | 27 gutenprint | | 4 hello | [] [] [] [] [] | 38 herrie | [] [] | 8 hylafax | | 0 idutils | [] [] | 15 indent | [] [] [] [] [] | 28 iso_15924 | [] [] | 4 iso_3166 | [] [] [] [] [] [] [] [] [] | 54 iso_3166_2 | [] [] | 4 iso_4217 | [] [] [] [] [] | 24 iso_639 | [] [] [] [] [] | 26 jpilot | [] [] [] [] | 7 jtag | [] | 3 jwhois | [] [] [] | 13 kbd | [] [] [] | 13 keytouch | [] | 8 keytouch-editor | [] | 5 keytouch-keyboa... | [] | 5 latrine | [] [] | 5 ld | [] [] [] [] | 10 leafpad | [] [] [] [] [] | 24 libc | [] [] [] | 19 libexif | [] | 5 libextractor | [] | 5 libgpewidget | [] [] [] | 20 libgpg-error | [] | 6 libgphoto2 | [] [] | 9 libgphoto2_port | [] [] [] | 11 libgsasl | [] | 8 libiconv | [] [] | 11 libidn | [] [] | 11 lifelines | | 4 lilypond | [] | 6 lingoteach | [] | 6 lprng | [] | 2 lynx | [] [] [] | 15 m4 | [] [] [] | 18 mailfromd | [] [] | 3 mailutils | [] [] | 8 make | [] [] [] | 20 man-db | [] | 9 minicom | [] | 14 nano | [] [] [] | 20 opcodes | [] [] | 10 parted | [] [] [] | 11 pilot-qof | [] | 1 popt | [] [] [] [] | 18 psmisc | [] [] | 10 pwdutils | [] | 3 qof | [] | 4 radius | [] [] | 7 recode | [] [] [] | 25 rpm | [] [] [] [] | 13 screem | [] | 2 scrollkeeper | [] [] [] [] | 26 sed | [] [] [] [] | 23 shared-mime-info | [] [] [] | 29 sharutils | [] [] [] | 23 shishi | [] | 3 skencil | [] | 7 solfege | [] | 3 soundtracker | [] [] | 9 sp | [] | 3 system-tools-ba... | [] [] [] [] [] [] [] | 38 tar | [] [] [] | 17 texinfo | [] [] [] | 15 tin | | 1 tuxpaint | [] [] [] | 19 unicode-han-tra... | | 0 unicode-transla... | | 2 util-linux | [] [] [] | 20 util-linux-ng | [] [] [] | 20 vorbis-tools | [] [] | 4 wastesedge | | 1 wdiff | [] [] | 23 wget | [] [] [] | 20 xchat | [] [] [] [] | 29 xkeyboard-config | [] [] [] | 14 xpad | [] [] [] | 15 +---------------------------------------------------+ 76 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu 163 domains 0 3 1 74 51 0 143 21 1 57 7 45 0 2036 Some counters in the preceding matrix are higher than the number of visible blocks let us expect. This is because a few extra PO files are used for implementing regional variants of languages, or language dialects. For a PO file in the matrix above to be effective, the package to which it applies should also have been internationalized and distributed as such by its maintainer. There might be an observable lag between the mere existence a PO file and its wide availability in a distribution. If November 2007 seems to be old, you may fetch a more recent copy of this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix with full percentage details can be found at `http://translationproject.org/extra/matrix.html'. 1.6 Using `gettext' in new packages =================================== If you are writing a freely available program and want to internationalize it you are welcome to use GNU `gettext' in your package. Of course you have to respect the GNU Library General Public License which covers the use of the GNU `gettext' library. This means in particular that even non-free programs can use `libintl' as a shared library, whereas only free software can use `libintl' as a static library or use modified versions of `libintl'. Once the sources are changed appropriately and the setup can handle the use of `gettext' the only thing missing are the translations. The Free Translation Project is also available for packages which are not developed inside the GNU project. Therefore the information given above applies also for every other Free Software Project. Contact `coordinator@translationproject.org' to make the `.pot' files available to the translation teams. gnunet-gtk-0.9.3/README0000644000175000017500000000204511632441043011406 00000000000000This package includes GTK interfaces to GNUnet. In order to compile or run this code, you need to first install the main GNUnet codebase. Then you may need to tell configure where the GNUnet installation is located. The following command will install the GTK interfaces in the $HOME directory. $ ./configure --prefix=$HOME --with-gnunet=$GNUNET_PREFIX $ make install gnunet-gtk requires GTK 2.6.30 or higher and libgladeui-1 or libgladeui-2 (i.e. 3.8 or 3.10). glade-3.8 should be used to edit the UI. After installation, you should have the following new programs: * gnunet-setup --- a GUI to configure GNUnet * gnunet-fs-gtk --- a GUI for file-sharing with GNUnet * gnunet-peerinfo-gtk --- a GUI for inspecting which other peers your peer knows about Stay tuned ========== * http://www.gnu.org/software/gnunet/ * https://gnunet.org/ * https://gnunet.org/bugs/ * http://mail.gnu.org/mailman/listinfo/gnunet-developers * http://mail.gnu.org/mailman/listinfo/help-gnunet * http://mail.gnu.org/mailman/listinfo/info-gnunet gnunet-gtk-0.9.3/config.guess0000755000175000017500000012761511406350351013061 00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. timestamp='2009-11-20' # This file 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., 51 Franklin Street - Fifth Floor, Boston, MA # 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Per Bothner. Please send patches (context # diff format) to and include a ChangeLog # entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") UNAME_MACHINE="alpha" ;; "EV5 (21164)") UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm:riscos:*:*|arm:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[456]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH="hppa2.0n" ;; 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH="hppa2.0w" else HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) case ${UNAME_MACHINE} in pc98) echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-gnu else echo ${UNAME_MACHINE}-unknown-linux-gnueabi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) echo cris-axis-linux-gnu exit ;; crisv32:Linux:*:*) echo crisv32-axis-linux-gnu exit ;; frv:Linux:*:*) echo frv-unknown-linux-gnu exit ;; i*86:Linux:*:*) LIBC=gnu eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __dietlibc__ LIBC=dietlibc #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) echo or32-unknown-linux-gnu exit ;; padre:Linux:*:*) echo sparc-unknown-linux-gnu exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-gnu exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-gnu ;; PA8*) echo hppa2.0-unknown-linux-gnu ;; *) echo hppa-unknown-linux-gnu ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-gnu exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in i386) eval $set_cc_for_build if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then UNAME_PROCESSOR="x86_64" fi fi ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 eval $set_cc_for_build cat >$dummy.c < # include #endif main () { #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, I don't know.... */ printf ("mips-sony-bsd\n"); exit (0); #else #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 "4" #else "" #endif ); exit (0); #endif #endif #if defined (__arm) && defined (__acorn) && defined (__unix) printf ("arm-acorn-riscix\n"); exit (0); #endif #if defined (hp300) && !defined (hpux) printf ("m68k-hp-bsd\n"); exit (0); #endif #if defined (NeXT) #if !defined (__ARCHITECTURE__) #define __ARCHITECTURE__ "m68k" #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; if (version < 4) printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); else printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); exit (0); #endif #if defined (MULTIMAX) || defined (n16) #if defined (UMAXV) printf ("ns32k-encore-sysv\n"); exit (0); #else #if defined (CMU) printf ("ns32k-encore-mach\n"); exit (0); #else printf ("ns32k-encore-bsd\n"); exit (0); #endif #endif #endif #if defined (__386BSD__) printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) #if defined (i386) printf ("i386-sequent-dynix\n"); exit (0); #endif #if defined (ns32000) printf ("ns32k-sequent-dynix\n"); exit (0); #endif #endif #if defined (_SEQUENT_) struct utsname un; uname(&un); if (strncmp(un.version, "V2", 2) == 0) { printf ("i386-sequent-ptx2\n"); exit (0); } if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ printf ("i386-sequent-ptx1\n"); exit (0); } printf ("i386-sequent-ptx\n"); exit (0); #endif #if defined (vax) # if !defined (ultrix) # include # if defined (BSD) # if BSD == 43 printf ("vax-dec-bsd4.3\n"); exit (0); # else # if BSD == 199006 printf ("vax-dec-bsd4.3reno\n"); exit (0); # else printf ("vax-dec-bsd\n"); exit (0); # endif # endif # else printf ("vax-dec-bsd\n"); exit (0); # endif # else printf ("vax-dec-ultrix\n"); exit (0); # endif #endif #if defined (alliant) && defined (i860) printf ("i860-alliant-bsd\n"); exit (0); #endif exit (1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } # Apollos put the system type in the environment. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } # Convex versions that predate uname can use getsysinfo(1) if [ -x /usr/convex/getsysinfo ] then case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd exit ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; c34*) echo c34-convex-bsd exit ;; c38*) echo c38-convex-bsd exit ;; c4*) echo c4-convex-bsd exit ;; esac fi cat >&2 < in order to provide the needed information to handle your system. config.guess timestamp = $timestamp uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: gnunet-gtk-0.9.3/doc/0000755000175000017500000000000011762217326011363 500000000000000gnunet-gtk-0.9.3/doc/Makefile.am0000644000175000017500000000007211722230703013324 00000000000000man_MANS = \ gnunet-fs-gtk.1 EXTRA_DIST = $(man_MANS) gnunet-gtk-0.9.3/doc/gnunet-fs-gtk.10000644000175000017500000000225711722230703014052 00000000000000.TH GNUNET-FS-GTK "1" "25 Feb 2012" "GNUnet" .SH NAME gnunet\-fs\-gtk \- a gtk interface for accessing GNUnet .SH SYNOPSIS .B gnunet\-fs\-gtk [\fIOPTIONS\fR] .SH DESCRIPTION .PP gnunet\-fs\-gtk is a gtk+ based GUI for searching, downloading and publishing files on GNUnet. It supports queries of the form "foo bar" or "+foo +bar" for both keywords being mandatory (note that keywords are case\-sensitive), just like gnunet\-search. .TP \fB\-h\fR, \fB\-\-help\fR print help page .TP \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR load config file (default: ~/.gnunet/gnunet.conf) .TP \fB\-t, \fB\-\-tray\fR start with main window minimized (only put icon in tray) .TP \fB\-v\fR, \fB\-\-version\fR print the version number .SH NOTES .PP Some functionality of gnunet\-fs\-gtk can be accessed by pressing down the right mouse button in appropriate locations. .SH FILES .TP ~/.gnunet/gnunet.conf User's GNUnet configuration file .SH "REPORTING BUGS" Report bugs by using mantis or by sending electronic mail to .SH "SEE ALSO" \fBgnunet\-search\fP(1), \fBgnunet\-publish\fP(1), \fBgnunet\-download\fP(1), \fBgnunet.conf\fP(5), \fBgnunet\-arm\fP(1) gnunet-gtk-0.9.3/doc/Makefile.in0000644000175000017500000003606011753203102013340 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ subdir = doc DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" NROFF = nroff MANS = $(man_MANS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLADE_CFLAGS = @GLADE_CFLAGS@ GLADE_LIBS = @GLADE_LIBS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNUNET_CFLAGS = @GNUNET_CFLAGS@ GNUNET_FS_APP = @GNUNET_FS_APP@ GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@ GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@ GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@ GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@ GNUNET_GNS_APP = @GNUNET_GNS_APP@ GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@ GNUNET_LIBS = @GNUNET_LIBS@ GNUNET_PEERINFO_APP = @GNUNET_PEERINFO_APP@ GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@ GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@ GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@ GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@ GNUNET_SETUP_APP = @GNUNET_SETUP_APP@ GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@ GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@ GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@ GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@ GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@ GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@ GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@ GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_DATA = @PACKAGE_DATA@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ man_MANS = \ gnunet-fs-gtk.1 EXTRA_DIST = $(man_MANS) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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 doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu doc/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 $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" @list=''; test -n "$(man1dir)" || exit 0; \ { for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ test -z "$$files" || { \ echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @list='$(MANS)'; if test -n "$$list"; then \ list=`for p in $$list; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ if test -n "$$list" && \ grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ echo " typically \`make maintainer-clean' will remove them" >&2; \ exit 1; \ else :; fi; \ else :; fi @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 "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$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 $(MANS) installdirs: for dir in "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done 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) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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 mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool 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-man1 \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ uninstall uninstall-am uninstall-man uninstall-man1 # 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: gnunet-gtk-0.9.3/Makefile.am0000644000175000017500000000141511667471330012574 00000000000000## Process this file with automake to produce Makefile.in SUBDIRS = contrib doc po src pixmaps desktopdir = $(datadir)/applications desktop_in_files = \ gnunet-fs-gtk.desktop.in \ gnunet-setup.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) pkgpixdir= $(pkgdatadir) ACLOCAL_AMFLAGS = -I m4 install-data-local: @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(pkgpixdir) EXTRA_DIST = \ config.rpath \ install-sh mkinstalldirs ChangeLog: if test -f $(top_srcdir)/.svn/entries; then \ svn log -v --xml -r HEAD:18400 | \ xsltproc --stringparam ignore-message-starting "-" \ --stringparam strip-prefix "gnunet-gtk" \ --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ fi dist: ChangeLog .PHONY: ChangeLog gnunet-gtk-0.9.3/config.rpath0000755000175000017500000003744411406350560013053 00000000000000#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2006 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit , 1996 # # This file 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. # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld # should be set by the caller. # # The set of defined variables is at the end of this script. # Known limitations: # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer # than 256 bytes, otherwise the compiler driver will dump core. The only # known workaround is to choose shorter directory names for the build # directory and/or the installation directory. # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a shrext=.so host="$1" host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` # Code taken from libtool.m4's _LT_CC_BASENAME. for cc_temp in $CC""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` # Code taken from libtool.m4's AC_LIBTOOL_PROG_COMPILER_PIC. wl= if test "$GCC" = yes; then wl='-Wl,' else case "$host_os" in aix*) wl='-Wl,' ;; darwin*) case $cc_basename in xlc*) wl='-Wl,' ;; esac ;; mingw* | pw32* | os2*) ;; hpux9* | hpux10* | hpux11*) wl='-Wl,' ;; irix5* | irix6* | nonstopux*) wl='-Wl,' ;; newsos6) ;; linux*) case $cc_basename in icc* | ecc*) wl='-Wl,' ;; pgcc | pgf77 | pgf90) wl='-Wl,' ;; ccc*) wl='-Wl,' ;; como) wl='-lopt=' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) wl='-Wl,' ;; esac ;; esac ;; osf3* | osf4* | osf5*) wl='-Wl,' ;; sco3.2v5*) ;; solaris*) wl='-Wl,' ;; sunos4*) wl='-Qoption ld ' ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) wl='-Wl,' ;; sysv4*MP*) ;; unicos*) wl='-Wl,' ;; uts4*) ;; esac fi # Code taken from libtool.m4's AC_LIBTOOL_PROG_LD_SHLIBS. hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no case "$host_os" in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. # Unlike libtool, we use -rpath here, not --rpath, since the documented # option of GNU ld is called -rpath, not --rpath. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' case "$host_os" in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no fi ;; amigaos*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we cannot use # them. ld_shlibs=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; cygwin* | mingw* | pw32*) # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then : else ld_shlibs=no fi ;; interix3*) hardcode_direct=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; linux*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; netbsd*) ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' else ld_shlibs=no fi ;; esac ;; sunos4*) hardcode_direct=yes ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then hardcode_libdir_flag_spec= fi else case "$host_os" in aix3*) # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac fi hardcode_direct=yes hardcode_libdir_separator=':' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 hardcode_direct=yes else # We have old collect2 hardcode_direct=unsupported hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac fi # Begin _LT_AC_SYS_LIBPATH_AIX. echo 'int main () { return 0; }' > conftest.c ${CC} ${LDFLAGS} conftest.c -o conftest aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` fi if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib" fi rm -f conftest.c conftest # End _LT_AC_SYS_LIBPATH_AIX. if test "$aix_use_runtimelinking" = yes; then hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' else hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" fi fi ;; amigaos*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # see comment about different semantics on the GNU ld section ld_shlibs=no ;; bsdi[45]*) ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' libext=lib ;; darwin* | rhapsody*) hardcode_direct=no if test "$GCC" = yes ; then : else case $cc_basename in xlc*) ;; *) ld_shlibs=no ;; esac fi ;; dgux*) hardcode_libdir_flag_spec='-L$libdir' ;; freebsd1*) ld_shlibs=no ;; freebsd2.2*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; freebsd2*) hardcode_direct=yes hardcode_minus_L=yes ;; freebsd* | kfreebsd*-gnu | dragonfly*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; hpux9*) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; hpux10*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no ;; *) hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; netbsd*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; newsos6) hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; openbsd*) hardcode_direct=yes if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then hardcode_libdir_flag_spec='${wl}-rpath,$libdir' else case "$host_os" in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) hardcode_libdir_flag_spec='-R$libdir' ;; *) hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; osf3*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) if test "$GCC" = yes; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else # Both cc and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; solaris*) hardcode_libdir_flag_spec='-R$libdir' ;; sunos4*) hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes ;; sysv4) case $host_vendor in sni) hardcode_direct=yes # is this really true??? ;; siemens) hardcode_direct=no ;; motorola) hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac ;; sysv4.3*) ;; sysv4*MP*) if test -d /usr/nec; then ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) ;; sysv5* | sco3.2v5* | sco5v6*) hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator=':' ;; uts4*) hardcode_libdir_flag_spec='-L$libdir' ;; *) ld_shlibs=no ;; esac fi # Check dynamic linker characteristics # Code taken from libtool.m4's AC_LIBTOOL_SYS_DYNAMIC_LINKER. libname_spec='lib$name' case "$host_os" in aix3*) ;; aix4* | aix5*) ;; amigaos*) ;; beos*) ;; bsdi[45]*) ;; cygwin* | mingw* | pw32*) shrext=.dll ;; darwin* | rhapsody*) shrext=.dylib ;; dgux*) ;; freebsd1*) ;; kfreebsd*-gnu) ;; freebsd* | dragonfly*) ;; gnu*) ;; hpux9* | hpux10* | hpux11*) case $host_cpu in ia64*) shrext=.so ;; hppa*64*) shrext=.sl ;; *) shrext=.sl ;; esac ;; interix3*) ;; irix5* | irix6* | nonstopux*) case "$host_os" in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;; *) libsuff= shlibsuff= ;; esac ;; esac ;; linux*oldld* | linux*aout* | linux*coff*) ;; linux*) ;; knetbsd*-gnu) ;; netbsd*) ;; newsos6) ;; nto-qnx*) ;; openbsd*) ;; os2*) libname_spec='$name' shrext=.dll ;; osf3* | osf4* | osf5*) ;; solaris*) ;; sunos4*) ;; sysv4 | sysv4.3*) ;; sysv4*MP*) ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) ;; uts4*) ;; esac sed_quote_subst='s/\(["`$\\]\)/\\\1/g' escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` shlibext=`echo "$shrext" | sed -e 's,^\.,,'` escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' < # This file is distributed under the same license as the gnunet-gtk package. # Daniel Nylander , 2006, 2007. # msgid "" msgstr "" "Project-Id-Version: gnunet-gtk 0.7.2\n" "Report-Msgid-Bugs-To: bug-gnunet@gnu.org\n" "POT-Creation-Date: 2012-06-01 21:58+0200\n" "PO-Revision-Date: 2007-06-24 21:24+0200\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/fs/gnunet-fs-gtk.c:438 src/gns/gnunet-gns-gtk.c:597 #: src/peerinfo/gnunet-peerinfo-gtk.c:527 #: src/statistics/gnunet-statistics-gtk.c:295 msgid "start in tray mode" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:55 #, c-format msgid "" "Failed to validate supposedly utf-8 string `%s' of length %u, assuming it to " "be a C string\n" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:245 #, fuzzy, c-format msgid "Selected file `%s' is not a GNUnet directory!\n" msgstr "Välj fil att publicera till GNUnet" #: src/fs/gnunet-fs-gtk_common.c:291 src/fs/gnunet-fs-gtk_common.c:300 #, fuzzy msgid "no description supplied" msgstr "Samling stoppad.\n" #: src/fs/gnunet-fs-gtk_event-handler.c:795 #: contrib/gnunet_fs_gtk_main_window.glade:271 #, fuzzy msgid "_Download" msgstr "Hämta _ner" #: src/fs/gnunet-fs-gtk_event-handler.c:804 #, fuzzy msgid "Download _recursively" msgstr "r_ekursivt" #: src/fs/gnunet-fs-gtk_event-handler.c:813 #, fuzzy msgid "Download _as..." msgstr "Hämta _ner" #: src/fs/gnunet-fs-gtk_event-handler.c:825 #, fuzzy msgid "_Abort download" msgstr "Hämta _ner" #: src/fs/gnunet-fs-gtk_event-handler.c:836 #: src/fs/gnunet-fs-gtk_event-handler.c:2914 msgid "_Copy URI to Clipboard" msgstr "_Kopiera URI till urklipp" #: src/fs/gnunet-fs-gtk_event-handler.c:1577 msgid "Error!" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:1739 #, fuzzy msgid "no URI" msgstr "URI" #: src/fs/gnunet-fs-gtk_event-handler.c:2924 #, fuzzy msgid "_Abort publishing" msgstr "Pub_licera" #: src/fs/gnunet-fs-gtk_main-window-search.c:131 #, c-format msgid "Invalid keyword string `%s': %s" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1266 #, c-format msgid "Scanning directory `%s'.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1280 #, c-format msgid "Failed to scan `%s' (access error). Skipping.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1304 #, fuzzy, c-format msgid "Processed file `%s'.\n" msgstr "Fel vid Ã¥tkomst till filen \"%s\"." #: src/fs/gnunet-fs-gtk_publish-dialog.c:1322 msgid "Operation failed (press cancel)\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1329 msgid "Scanner has finished.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:544 #, fuzzy msgid "Select a type" msgstr "Välj alla filer" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:546 msgid "Specify a value" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:991 #, fuzzy, c-format msgid "Could not load preview `%s' into memory\n" msgstr "Fel vid mappning av filen \"%s\" till minnet." #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:1159 msgid "" msgstr "" #: src/fs/gnunet-fs-gtk_unindex.c:332 #, fuzzy, c-format msgid "Could not access indexed file `%s'\n" msgstr "Fel vid Ã¥tkomst till filen \"%s\"." #: src/gns/gnunet-gns-gtk.c:152 src/gns/gnunet-gns-gtk.c:157 #, c-format msgid "New Pseudonym could not be set: `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:281 #, c-format msgid "" "Changes to autoshorten could not be written to configuration file: `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:286 #, c-format msgid "" "Changes to autoshorten option could not be written to configuration file: `" "%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:465 msgid "Namestore service is not running!\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:499 #, c-format msgid "Option `%s' missing in section `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:510 msgid "Failed to read or create private zone key\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:524 #, fuzzy msgid "Failed to connect to namestore\n" msgstr "" "Misslyckades att lägga till innehÃ¥ll till namnrymd (konsultera loggarna).\n" #: src/gns/gnunet-gns-gtk.c:555 #, fuzzy, c-format msgid "Editing zone %s" msgstr "Publiceringar" #: src/gns/gnunet-gns-gtk_zone.c:282 msgid "Record could not be deleted:" msgstr "" #: src/gns/gnunet-gns-gtk_zone.c:287 #, c-format msgid "" "%s\n" "%s\n" msgstr "" #: src/lib/glade.c:118 #, fuzzy, c-format msgid "Failed to load `%s': %s\n" msgstr "Misslyckades att läsa in instick \"%s\"\n" #: src/lib/os_installation.c:284 #, c-format msgid "" "Could not determine installation path for %s. Set `%s' environment " "variable.\n" msgstr "" #: src/peerinfo/gnunet-peerinfo-gtk.c:493 #, c-format msgid "Failed to initialize communication with peerinfo service!\n" msgstr "" #: src/setup/gnunet-setup.c:115 src/setup/gnunet-setup.c:205 #: src/setup/gnunet-setup-options.c:393 src/setup/gnunet-setup-options.c:413 #, c-format msgid "Widget `%s' not found\n" msgstr "" #: src/setup/gnunet-setup.c:124 src/setup/gnunet-setup.c:139 #, c-format msgid "Invalid regular expression `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:170 #, fuzzy, c-format msgid "Failed to obtain option value from widget `%s'\n" msgstr "Misslyckades att hitta en hanterare för \"%s\"\n" #: src/setup/gnunet-setup.c:219 #, fuzzy, c-format msgid "Failed to initialize widget `%s'\n" msgstr "Misslyckades att hitta en hanterare för \"%s\"\n" #: src/setup/gnunet-setup.c:230 #, c-format msgid "No default value known for option `%s' in section `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:240 #, c-format msgid "Failed to initialize widget `%s' with value `%s'\n" msgstr "" #: src/setup/gnunet-setup-hostlist-server.c:174 msgid "" "Could not determine whether the hostlist daemon has an integrated hostlist " "server!\n" msgstr "" #: src/setup/gnunet-setup-options.c:353 msgid "the hostlist server" msgstr "" #: src/setup/gnunet-setup-options.c:357 msgid "the TCP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:361 msgid "the HTTP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:365 msgid "the HTTPS transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:401 #, fuzzy, c-format msgid "Specified widget `%s' is not a checkbutton\n" msgstr "Välj fil att publicera till GNUnet" #: src/setup/gnunet-setup-options.c:421 #, fuzzy, c-format msgid "Specified widget `%s' is not a spinbutton\n" msgstr "Välj fil att publicera till GNUnet" #: src/setup/gnunet-setup-options.c:478 #, c-format msgid "This port is already occupied by %s." msgstr "" #: src/setup/gnunet-setup-options.c:773 src/setup/gnunet-setup-options.c:781 #, c-format msgid "Option `%s' is not formatted correctly!\n" msgstr "" #: src/setup/gnunet-setup-options.c:792 src/setup/gnunet-setup-options.c:800 #, c-format msgid "`%s' is not a valid port number!\n" msgstr "" #: src/setup/gnunet-setup-options.c:1602 msgid "Should GNUnet exclusively connect to friends?" msgstr "" #: src/setup/gnunet-setup-options.c:1614 msgid "Friends file containing the list of friendly peers" msgstr "" #: src/setup/gnunet-setup-options.c:1626 msgid "Minimum number of friendly connections" msgstr "" #: src/setup/gnunet-setup-options.c:1638 msgid "Topology should always be loaded" msgstr "" #: src/setup/gnunet-setup-options.c:1651 msgid "Should hostlist support be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1664 msgid "Should file-sharing be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1676 msgid "Should GNUnet learn about other peers using hostlists" msgstr "" #: src/setup/gnunet-setup-options.c:1688 msgid "Should GNUnet learn hostlists from other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1700 msgid "Should this peer offer a hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1712 msgid "Should this peer advertise its hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1724 msgid "Port this peers hostlist should be offered on" msgstr "" #: src/setup/gnunet-setup-options.c:1756 msgid "Known hostlist URLs" msgstr "" #: src/setup/gnunet-setup-options.c:1767 msgid "How many bytes per second are we allowed to transmit?" msgstr "" #: src/setup/gnunet-setup-options.c:1779 msgid "How many bytes per second are we allowed to receive?" msgstr "" #: src/setup/gnunet-setup-options.c:1793 msgid "Enable communication via TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1805 msgid "Enable communication via UDP" msgstr "" #: src/setup/gnunet-setup-options.c:1817 msgid "Enable communication via HTTP" msgstr "" #: src/setup/gnunet-setup-options.c:1829 msgid "Enable communication via HTTPS" msgstr "" #: src/setup/gnunet-setup-options.c:1841 msgid "Enable communication via DV" msgstr "" #: src/setup/gnunet-setup-options.c:1853 msgid "Enable communication via WLAN" msgstr "" #: src/setup/gnunet-setup-options.c:1865 msgid "Port we bind to for TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1877 msgid "Port visible to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1889 msgid "Check if this peer is behind a NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1901 msgid "Check if the NAT has been configured manually to forward ports" msgstr "" #: src/setup/gnunet-setup-options.c:1913 msgid "Enable NAT traversal with UPnP/PMP" msgstr "" #: src/setup/gnunet-setup-options.c:1926 msgid "Enable NAT traversal with ICMP as server" msgstr "" #: src/setup/gnunet-setup-options.c:1939 msgid "External (public) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1951 msgid "Enable NAT traversal with ICMP as client" msgstr "" #: src/setup/gnunet-setup-options.c:1963 msgid "Internal (private) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1975 msgid "Disable IPv6 support" msgstr "" #: src/setup/gnunet-setup-options.c:1988 msgid "Port for inbound UDP packets, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2000 msgid "Port for inbound HTTP connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2012 msgid "Port for inbound HTTPS connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2026 msgid "Use sqLite to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2038 msgid "Use MySQL to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2050 msgid "Use Postgres to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2062 src/setup/gnunet-setup-options.c:2207 msgid "Name for the MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2074 src/setup/gnunet-setup-options.c:2219 msgid "Configuration file for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2086 src/setup/gnunet-setup-options.c:2231 msgid "Username for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2098 src/setup/gnunet-setup-options.c:2243 msgid "Password for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2110 src/setup/gnunet-setup-options.c:2255 msgid "Name of host running MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2122 src/setup/gnunet-setup-options.c:2279 msgid "Port of MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2134 src/setup/gnunet-setup-options.c:2291 msgid "Configuration for Postgres (passed to PQconnectdb)" msgstr "" #: src/setup/gnunet-setup-options.c:2147 msgid "Should we try to push our content to other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2159 msgid "Are we allowed to cache content received from other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2171 msgid "Use sqLite to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2183 msgid "Use MySQL to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2195 msgid "Use Postgres to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2267 msgid "Name of monitoring interface to use (monX)" msgstr "" #: src/setup/gnunet-setup-options.c:2305 msgid "Should the VPN/PT be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2319 msgid "Tunnel IPv4 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2333 msgid "Tunnel IPv6 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2346 msgid "Tunnel DNS traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2358 msgid "Name of the virtual interface the GNUnet VPN should create" msgstr "" #: src/setup/gnunet-setup-options.c:2370 msgid "IPv4 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2382 msgid "IPv4 network mask to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2394 msgid "IPv6 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2406 msgid "IPv6 network prefix length to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2422 msgid "" "Activate the VPN exit to provide services and/or to enable others to use " "your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2435 msgid "" "IP address of the external DNS resolver to use (values from your resolve." "conf are usually appropriate))" msgstr "" #: src/setup/gnunet-setup-options.c:2448 msgid "" "Allow other peers to perform DNS resolutions using your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2461 msgid "" "Name of the virtual interface the GNUnet exit service should create for " "traffic exiting the VPN to the Internet" msgstr "" #: src/setup/gnunet-setup-options.c:2473 msgid "IPv4 address to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2485 msgid "IPv4 network mask to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2497 msgid "IPv6 address to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2510 msgid "IPv6 network prefix length to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2524 msgid "" "Allow other users to use your Internet connection for UDP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2537 msgid "" "Allow other users to use your Internet connection for TCP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2551 msgid "Should the GNS be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2564 msgid "Specification of .gnunet TLD" msgstr "" #: src/statistics/functions.c:519 msgid "Connectivity" msgstr "Anslutningar" #: src/statistics/functions.c:520 msgid "# connected nodes (100% = connection table size)" msgstr "# anslutna noder (100% = storlek för anslutningstabell)" #: src/statistics/functions.c:528 msgid "System load" msgstr "Systembelastning" #: src/statistics/functions.c:530 msgid "" "CPU load (red), IO load (green), Network upload (yellow), Network download " "(blue)" msgstr "" "Processorlast (röd), In/ut-last (grön), Nätverkssändning (gul), " "Nätverkshämtning (blÃ¥)" #: src/statistics/functions.c:538 msgid "Datastore capacity" msgstr "Datalagringskapacitet" #: src/statistics/functions.c:539 msgid "Persistent file-sharing data (red) and DHT cache (green)" msgstr "" #: src/statistics/functions.c:547 msgid "Inbound Traffic" msgstr "IngÃ¥ende trafik" #: src/statistics/functions.c:549 src/statistics/functions.c:559 msgid "" "Noise (red), Content (green), Queries (yellow), Hellos (blue), other (gray), " "limit (magenta)" msgstr "" "Skräp (röd), InnehÃ¥ll (grön), FrÃ¥gor (gul), Hälsningar (blÃ¥), övrigt (grÃ¥, " "gräns (lila)" #: src/statistics/functions.c:557 msgid "Outbound Traffic" msgstr "UtgÃ¥ende trafik" #: src/statistics/functions.c:567 msgid "Trust" msgstr "Tillit" #: src/statistics/functions.c:568 msgid "Spent (red), Earned (green) and Awarded (yellow)" msgstr "" #: src/statistics/functions.c:576 msgid "Routing Effectiveness" msgstr "Routingeffektivitet" #: src/statistics/functions.c:577 #, fuzzy msgid "Average (red) effectiveness (100% = perfect)" msgstr "Aktuell (röd) och genomsnittlig (grön) effektivitet (100% = perfekt)" #: src/statistics/gnunet-statistics-gtk.c:264 msgid "Failed to initiate connection with statistics service\n" msgstr "" #: src/statistics/statistics.c:434 #, c-format msgid "Connected to %Lu peers" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:96 #: contrib/gnunet_gns_gtk_about_window.glade:87 #: contrib/gnunet_peerinfo_gtk_about_window.glade:158 #: contrib/gnunet_setup_about_window.glade:158 #: contrib/gnunet_statistics_gtk_about_window.glade:158 msgid "Developed by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:128 #: contrib/gnunet_gns_gtk_about_window.glade:118 #: contrib/gnunet_peerinfo_gtk_about_window.glade:190 #: contrib/gnunet_setup_about_window.glade:190 #: contrib/gnunet_statistics_gtk_about_window.glade:190 msgid "Documented by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:161 #: contrib/gnunet_gns_gtk_about_window.glade:150 #: contrib/gnunet_peerinfo_gtk_about_window.glade:223 #: contrib/gnunet_setup_about_window.glade:223 #: contrib/gnunet_statistics_gtk_about_window.glade:223 msgid "Translated by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:194 #: contrib/gnunet_gns_gtk_about_window.glade:182 #: contrib/gnunet_peerinfo_gtk_about_window.glade:256 #: contrib/gnunet_setup_about_window.glade:256 #: contrib/gnunet_statistics_gtk_about_window.glade:256 msgid "Artwork by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:239 #: contrib/gnunet_gns_gtk_about_window.glade:222 #: contrib/gnunet_peerinfo_gtk_about_window.glade:301 #: contrib/gnunet_setup_about_window.glade:301 #: contrib/gnunet_statistics_gtk_about_window.glade:301 #, fuzzy msgid "Credits" msgstr "Visa tack" #: contrib/gnunet_fs_gtk_about_window.glade:254 #: contrib/gnunet_gns_gtk_about_window.glade:235 #: contrib/gnunet_peerinfo_gtk_about_window.glade:316 #: contrib/gnunet_setup_about_window.glade:316 #: contrib/gnunet_statistics_gtk_about_window.glade:316 msgid "License" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:361 #: contrib/gnunet_gns_gtk_about_window.glade:338 #: contrib/gnunet_peerinfo_gtk_about_window.glade:65 #: contrib/gnunet_setup_about_window.glade:65 #: contrib/gnunet_statistics_gtk_about_window.glade:65 msgid "" "License should be loaded here at runtime from the license file (no need to " "copy the whole GPL in here...)." msgstr "" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:10 #, fuzzy msgid "Create namespace" msgstr "Skapa namnrymd" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:31 msgid "_Name:" msgstr "_Namn:" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:15 msgid "Save file as..." msgstr "" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:36 #: contrib/gnunet_fs_gtk_open_url_dialog.glade:79 msgid "_Anonymity:" msgstr "_Anonymitet:" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:65 #, fuzzy msgid "_recursive" msgstr "r_ekursivt" #: contrib/gnunet_fs_gtk_edit_publication.glade:121 #, fuzzy msgid "_Publication type:" msgstr "_Publicering" #: contrib/gnunet_fs_gtk_edit_publication.glade:282 #, fuzzy msgid "Select file" msgstr "Välj alla filer" #: contrib/gnunet_fs_gtk_edit_publication.glade:330 #, fuzzy msgid "Preview:" msgstr "_Förhandsgranska:" #: contrib/gnunet_fs_gtk_edit_publication.glade:362 msgid "_Keyword:" msgstr "_Nyckelord:" #: contrib/gnunet_fs_gtk_edit_publication.glade:510 #, fuzzy msgid "_Index file:" msgstr "_Identifierare:" #: contrib/gnunet_fs_gtk_edit_publication.glade:551 #, fuzzy msgid "_Root keyword:" msgstr "_Nyckelord:" #: contrib/gnunet_fs_gtk_edit_publication.glade:595 #, fuzzy msgid "A_nonymity:" msgstr "_Anonymitet:" #: contrib/gnunet_fs_gtk_edit_publication.glade:653 #, fuzzy msgid "_Priority:" msgstr "_Prioritet:" #: contrib/gnunet_fs_gtk_edit_publication.glade:698 msgid "_Expriation year:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:744 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:118 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:129 #, fuzzy msgid "_Replication:" msgstr "Applikation" #: contrib/gnunet_fs_gtk_edit_publication.glade:787 #, fuzzy msgid "Publication options:" msgstr "_Publicering" #: contrib/gnunet_fs_gtk_main_window.glade:199 #, fuzzy msgid "gnunet-fs-gtk" msgstr "gnunet-gtk" #: contrib/gnunet_fs_gtk_main_window.glade:233 #, fuzzy msgid "_File sharing" msgstr "Fil_delning" #: contrib/gnunet_fs_gtk_main_window.glade:240 #, fuzzy msgid "_Publish" msgstr "Pub_licera" #: contrib/gnunet_fs_gtk_main_window.glade:244 msgid "Publish files or directories on GNUnet" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:258 #, fuzzy msgid "_List indexed files" msgstr "_Identifierare:" #: contrib/gnunet_fs_gtk_main_window.glade:275 msgid "Download a file or directory with a known URI." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:286 #, fuzzy msgid "_Open GNUnet directory" msgstr "Öppna GNUnet-katalog" #: contrib/gnunet_fs_gtk_main_window.glade:290 msgid "" "Use this option to browse a GNUnet directory file that has been previously " "downloaded." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:307 msgid "_Create pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:311 msgid "" "Create a pseudonym for publishing content. Note that you can also publish " "content anonymously (without using a pseudonym)." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:322 msgid "_Advertise Pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:337 msgid "" "Opens namespace manager dialog to adjust the list of namespaces you want to " "use, as well as get detailed information about all discovered namespaces." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:338 #: contrib/gnunet_fs_gtk_main_window.glade:917 #, fuzzy msgid "_Manage namespaces" msgstr "Skapa namnrymd" #: contrib/gnunet_fs_gtk_main_window.glade:355 msgid "" "Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:371 #, fuzzy msgid "_Edit" msgstr "A_vsluta" #: contrib/gnunet_fs_gtk_main_window.glade:383 #, fuzzy msgid "Edit the system configuration." msgstr "Starta konfigurations_guiden" #: contrib/gnunet_fs_gtk_main_window.glade:398 msgid "_View" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:409 msgid "Show meta data in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:410 msgid "Metadata" msgstr "Metadata" #: contrib/gnunet_fs_gtk_main_window.glade:421 msgid "Show preview (when available)" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:422 msgid "Preview" msgstr "Förhandsgranska" #: contrib/gnunet_fs_gtk_main_window.glade:433 msgid "Show search box in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:434 #, fuzzy msgid "Search" msgstr "Sö_k" #: contrib/gnunet_fs_gtk_main_window.glade:449 #: contrib/gnunet_gns_gtk_main_window.glade:162 #: contrib/gnunet_peerinfo_gtk_main_window.glade:44 #: contrib/gnunet_statistics_gtk_main_window.glade:25 msgid "_Help" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:461 msgid "Display information about this version of gnunet-fs-gtk" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:489 #, fuzzy msgid "Namespace:" msgstr "_Namnrymd" #: contrib/gnunet_fs_gtk_main_window.glade:556 msgid "Find:" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:592 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:106 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:61 #, fuzzy msgid "Anonymity:" msgstr "_Anonymitet:" #: contrib/gnunet_fs_gtk_main_window.glade:637 #, fuzzy msgid "Type:" msgstr "_Typ:" #: contrib/gnunet_fs_gtk_main_window.glade:735 msgid "Thumbnail associated with the currently selected content" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:844 #, fuzzy msgid "Copy selection" msgstr "_Samling" #: contrib/gnunet_fs_gtk_namespace_manager.glade:64 msgid "" "Saves all changes made in this dialog to disk without closing the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:80 msgid "Saves all changes made in this dialog to disk and closes the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:96 msgid "Closes the dialog. Changes made in this dialog will not be preserved." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:129 msgid "" "Known namespaces:\n" "Select a namespace to see its complete metadata. Click \"Delete\" to delete " "(forget) namespace.\n" "Namespace names are editable." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:160 #, fuzzy msgid "Is mine" msgstr "minut" #: contrib/gnunet_fs_gtk_namespace_manager.glade:176 #: contrib/gnunet_fs_gtk_namespace_manager.glade:328 msgid "Rank" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:190 #: contrib/gnunet_fs_gtk_namespace_manager.glade:341 msgid "Name" msgstr "Namn" #: contrib/gnunet_fs_gtk_namespace_manager.glade:208 #: contrib/gnunet_fs_gtk_namespace_manager.glade:354 #, fuzzy msgid "Identifier" msgstr "Identifierare:" #: contrib/gnunet_fs_gtk_namespace_manager.glade:244 msgid "" "Makes GNUnet \"forget\" about selected known namespace.\n" "However, GNUnet will be able to learn about this namespace, if it ever " "discovers it again." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:257 msgid "Swap _Rank" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:262 msgid "" "Changes the rank value of the selected namespace in \"Known namespaces\" " "list.\n" "If it had rank 0, it's given rank -1, otherwise the sign of its rank is " "flipped.\n" "Only namespaces with positive ranks are displayed in \"Namespace order\" " "list." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:295 msgid "" "Namespace order:\n" "Drag rows to change namespace order, click \"Apply\" to save it." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:387 msgid "" "Convert the order in which namespaces are arranged in \"Namespace order\" " "list to ranks.\n" "Top namespace is assigned rank 0, namespace below it - rank 1, and so on." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:425 msgid "" "Selected namespace details:\n" "Metadata can be added, deleted and edited. Click \"Apply\" to save " "metadata changes." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:459 msgid "Type" msgstr "Typ" #: contrib/gnunet_fs_gtk_namespace_manager.glade:472 msgid "Value" msgstr "Värde" #: contrib/gnunet_fs_gtk_namespace_manager.glade:508 msgid "" "Adds a new metadata Type=Value pair to the list.\n" "This functionality is not available at the moment." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:526 msgid "" "Removes selected Type=Value pair from metadata list.\n" "The change will not last unless you click on \"Apply\" button before closing " "the window or selecing some other known namespace." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:545 msgid "" "Applies changes made in metadata list to currently selected known namespace." msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:6 msgid "Enter the URI to be downloaded" msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:26 #, fuzzy msgid "_URI:" msgstr "URI" #: contrib/gnunet_fs_gtk_progress_dialog.glade:52 #, fuzzy msgid "Messages" msgstr "Meddelanden" #: contrib/gnunet_fs_gtk_progress_dialog.glade:67 msgid "Preprocessing..." msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:28 msgid "Publish content on GNUnet" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:115 msgid "Add _File" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:126 #, fuzzy msgid "_Create empty directory" msgstr "Öppna GNUnet-katalog" #: contrib/gnunet_fs_gtk_publish_dialog.glade:142 #, fuzzy msgid "Add _Directory" msgstr "_Katalog" #: contrib/gnunet_fs_gtk_publish_dialog.glade:224 msgid "_Left" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:259 msgid "_Right" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:406 msgid "_Execute" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:423 #, fuzzy msgid "_Cancel" msgstr "A_vancerat" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:51 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:75 #, fuzzy msgid "Priority:" msgstr "_Prioritet:" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:80 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:103 msgid "Expiration year:" msgstr "" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:196 #, fuzzy msgid "Index files" msgstr "_Identifierare:" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:8 #, fuzzy msgid "Publish file..." msgstr "Publiserat filnamn" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:173 msgid "Index file" msgstr "" #: contrib/gnunet_fs_gtk_publish_tab.glade:52 msgid "Progress" msgstr "" #: contrib/gnunet_fs_gtk_publish_tab.glade:90 #, fuzzy msgid "Publishing" msgstr "Pub_licera" #: contrib/gnunet_fs_gtk_search_tab.glade:203 msgid "You shouldn't see this also" msgstr "" #: contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade:27 msgid "Select pseudonym..." msgstr "" #: contrib/gnunet_fs_gtk_unindex.glade:27 #, fuzzy msgid "Indexed files" msgstr "_Identifierare:" #: contrib/gnunet_fs_gtk_unindex.glade:110 #, fuzzy msgid "Unindex the selected indexed file." msgstr "_Identifierare:" #: contrib/gnunet_gns_gtk_about_window.glade:6 #: contrib/gnunet_gns_gtk_main_window.glade:67 #, fuzzy msgid "gnunet-gns-gtk" msgstr "gnunet-gtk" #: contrib/gnunet_gns_gtk_main_window.glade:13 msgid "Delete Record" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:29 msgid "Record expires in 1 day" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:39 msgid "Record expires in 1 week" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:49 msgid "Record expires in 1 year" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:59 msgid "Record never expires" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:83 #, fuzzy msgid "_File" msgstr "Filnamn" #: contrib/gnunet_gns_gtk_main_window.glade:137 #, fuzzy msgid "_Options" msgstr "Anslutningar" #: contrib/gnunet_gns_gtk_main_window.glade:148 #, fuzzy msgid "Automatically shorten names" msgstr "Avbryt auto_matiskt sökningen efter (s):" #: contrib/gnunet_gns_gtk_main_window.glade:209 msgid "Preferred zone name (PSEU):" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:222 msgid "" "Enter the preferred name for this zone here. The value will be stored in " "the PSEU record for your public key. This is the GNS equivalent of your " "domain name. You should try to pick a name that is globally unique." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:244 msgid "Copy the public key of this zone to the clipboard." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:264 msgid "SET TO PUBLIC KEY OF THE ZONE" msgstr "" #: contrib/gnunet_gns_gtk_zone_open.glade:9 msgid "Open zone file..." msgstr "" #: contrib/gnunet_gtk_status_bar_menu.glade:11 #, fuzzy msgid "Quit" msgstr "A_vsluta" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:8 #, fuzzy msgid "About gnunet-peerinfo-gtk" msgstr "gnunet-gtk" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:17 #: contrib/gnunet_setup_about_dialog.glade:17 #: contrib/gnunet_statistics_gtk_about_dialog.glade:17 msgid "(C) 2011 The GNUnet Project" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:19 #: contrib/gnunet_setup_about_dialog.glade:19 #: contrib/gnunet_statistics_gtk_about_dialog.glade:19 msgid "GNUnet: GNU's Framework for Secure P2P Networking" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:20 #: contrib/gnunet_setup_about_dialog.glade:20 #: contrib/gnunet_statistics_gtk_about_dialog.glade:20 msgid "" " GNU GENERAL PUBLIC LICENSE\n" " Version 2, June 1991\n" "\n" " Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n" " 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" " Everyone is permitted to copy and distribute verbatim copies\n" " of this license document, but changing it is not allowed.\n" "\n" " Preamble\n" "\n" " The licenses for most software are designed to take away your\n" "freedom to share and change it. By contrast, the GNU General Public\n" "License is intended to guarantee your freedom to share and change free\n" "software--to make sure the software is free for all its users. This\n" "General Public License applies to most of the Free Software\n" "Foundation's software and to any other program whose authors commit to\n" "using it. (Some other Free Software Foundation software is covered by\n" "the GNU Library General Public License instead.) You can apply it to\n" "your programs, too.\n" "\n" " When we speak of free software, we are referring to freedom, not\n" "price. Our General Public Licenses are designed to make sure that you\n" "have the freedom to distribute copies of free software (and charge for\n" "this service if you wish), that you receive source code or can get it\n" "if you want it, that you can change the software or use pieces of it\n" "in new free programs; and that you know you can do these things.\n" "\n" " To protect your rights, we need to make restrictions that forbid\n" "anyone to deny you these rights or to ask you to surrender the rights.\n" "These restrictions translate to certain responsibilities for you if you\n" "distribute copies of the software, or if you modify it.\n" "\n" " For example, if you distribute copies of such a program, whether\n" "gratis or for a fee, you must give the recipients all the rights that\n" "you have. You must make sure that they, too, receive or can get the\n" "source code. And you must show them these terms so they know their\n" "rights.\n" "\n" " We protect your rights with two steps: (1) copyright the software, and\n" "(2) offer you this license which gives you legal permission to copy,\n" "distribute and/or modify the software.\n" "\n" " Also, for each author's protection and ours, we want to make certain\n" "that everyone understands that there is no warranty for this free\n" "software. If the software is modified by someone else and passed on, we\n" "want its recipients to know that what they have is not the original, so\n" "that any problems introduced by others will not reflect on the original\n" "authors' reputations.\n" "\n" " Finally, any free program is threatened constantly by software\n" "patents. We wish to avoid the danger that redistributors of a free\n" "program will individually obtain patent licenses, in effect making the\n" "program proprietary. To prevent this, we have made it clear that any\n" "patent must be licensed for everyone's free use or not licensed at all.\n" "\n" " The precise terms and conditions for copying, distribution and\n" "modification follow.\n" "\n" " GNU GENERAL PUBLIC LICENSE\n" " TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n" "\n" " 0. This License applies to any program or other work which contains\n" "a notice placed by the copyright holder saying it may be distributed\n" "under the terms of this General Public License. The \"Program\", below,\n" "refers to any such program or work, and a \"work based on the Program\"\n" "means either the Program or any derivative work under copyright law:\n" "that is to say, a work containing the Program or a portion of it,\n" "either verbatim or with modifications and/or translated into another\n" "language. (Hereinafter, translation is included without limitation in\n" "the term \"modification\".) Each licensee is addressed as \"you\".\n" "\n" "Activities other than copying, distribution and modification are not\n" "covered by this License; they are outside its scope. The act of\n" "running the Program is not restricted, and the output from the Program\n" "is covered only if its contents constitute a work based on the\n" "Program (independent of having been made by running the Program).\n" "Whether that is true depends on what the Program does.\n" "\n" " 1. You may copy and distribute verbatim copies of the Program's\n" "source code as you receive it, in any medium, provided that you\n" "conspicuously and appropriately publish on each copy an appropriate\n" "copyright notice and disclaimer of warranty; keep intact all the\n" "notices that refer to this License and to the absence of any warranty;\n" "and give any other recipients of the Program a copy of this License\n" "along with the Program.\n" "\n" "You may charge a fee for the physical act of transferring a copy, and\n" "you may at your option offer warranty protection in exchange for a fee.\n" "\n" " 2. You may modify your copy or copies of the Program or any portion\n" "of it, thus forming a work based on the Program, and copy and\n" "distribute such modifications or work under the terms of Section 1\n" "above, provided that you also meet all of these conditions:\n" "\n" " a) You must cause the modified files to carry prominent notices\n" " stating that you changed the files and the date of any change.\n" "\n" " b) You must cause any work that you distribute or publish, that in\n" " whole or in part contains or is derived from the Program or any\n" " part thereof, to be licensed as a whole at no charge to all third\n" " parties under the terms of this License.\n" "\n" " c) If the modified program normally reads commands interactively\n" " when run, you must cause it, when started running for such\n" " interactive use in the most ordinary way, to print or display an\n" " announcement including an appropriate copyright notice and a\n" "\n" " notice that there is no warranty (or else, saying that you provide\n" " a warranty) and that users may redistribute the program under\n" " these conditions, and telling the user how to view a copy of this\n" " License. (Exception: if the Program itself is interactive but\n" " does not normally print such an announcement, your work based on\n" " the Program is not required to print an announcement.)\n" "\n" "These requirements apply to the modified work as a whole. If\n" "identifiable sections of that work are not derived from the Program,\n" "and can be reasonably considered independent and separate works in\n" "themselves, then this License, and its terms, do not apply to those\n" "sections when you distribute them as separate works. But when you\n" "distribute the same sections as part of a whole which is a work based\n" "on the Program, the distribution of the whole must be on the terms of\n" "this License, whose permissions for other licensees extend to the\n" "entire whole, and thus to each and every part regardless of who wrote it.\n" "\n" "Thus, it is not the intent of this section to claim rights or contest\n" "your rights to work written entirely by you; rather, the intent is to\n" "exercise the right to control the distribution of derivative or\n" "collective works based on the Program.\n" "\n" "In addition, mere aggregation of another work not based on the Program\n" "with the Program (or with a work based on the Program) on a volume of\n" "a storage or distribution medium does not bring the other work under\n" "the scope of this License.\n" "\n" " 3. You may copy and distribute the Program (or a work based on it,\n" "under Section 2) in object code or executable form under the terms of\n" "Sections 1 and 2 above provided that you also do one of the following:\n" "\n" " a) Accompany it with the complete corresponding machine-readable\n" " source code, which must be distributed under the terms of Sections\n" " 1 and 2 above on a medium customarily used for software interchange; " "or,\n" "\n" " b) Accompany it with a written offer, valid for at least three\n" " years, to give any third party, for a charge no more than your\n" " cost of physically performing source distribution, a complete\n" " machine-readable copy of the corresponding source code, to be\n" " distributed under the terms of Sections 1 and 2 above on a medium\n" " customarily used for software interchange; or,\n" "\n" " c) Accompany it with the information you received as to the offer\n" " to distribute corresponding source code. (This alternative is\n" " allowed only for noncommercial distribution and only if you\n" " received the program in object code or executable form with such\n" " an offer, in accord with Subsection b above.)\n" "\n" "The source code for a work means the preferred form of the work for\n" "making modifications to it. For an executable work, complete source\n" "code means all the source code for all modules it contains, plus any\n" "associated interface definition files, plus the scripts used to\n" "control compilation and installation of the executable. However, as a\n" "special exception, the source code distributed need not include\n" "anything that is normally distributed (in either source or binary\n" "form) with the major components (compiler, kernel, and so on) of the\n" "operating system on which the executable runs, unless that component\n" "itself accompanies the executable.\n" "\n" "If distribution of executable or object code is made by offering\n" "access to copy from a designated place, then offering equivalent\n" "access to copy the source code from the same place counts as\n" "distribution of the source code, even though third parties are not\n" "compelled to copy the source along with the object code.\n" "\n" " 4. You may not copy, modify, sublicense, or distribute the Program\n" "except as expressly provided under this License. Any attempt\n" "otherwise to copy, modify, sublicense or distribute the Program is\n" "void, and will automatically terminate your rights under this License.\n" "However, parties who have received copies, or rights, from you under\n" "this License will not have their licenses terminated so long as such\n" "parties remain in full compliance.\n" "\n" " 5. You are not required to accept this License, since you have not\n" "signed it. However, nothing else grants you permission to modify or\n" "distribute the Program or its derivative works. These actions are\n" "prohibited by law if you do not accept this License. Therefore, by\n" "modifying or distributing the Program (or any work based on the\n" "Program), you indicate your acceptance of this License to do so, and\n" "all its terms and conditions for copying, distributing or modifying\n" "the Program or works based on it.\n" "\n" " 6. Each time you redistribute the Program (or any work based on the\n" "Program), the recipient automatically receives a license from the\n" "original licensor to copy, distribute or modify the Program subject to\n" "these terms and conditions. You may not impose any further\n" "restrictions on the recipients' exercise of the rights granted herein.\n" "You are not responsible for enforcing compliance by third parties to\n" "this License.\n" "\n" " 7. If, as a consequence of a court judgment or allegation of patent\n" "infringement or for any other reason (not limited to patent issues),\n" "conditions are imposed on you (whether by court order, agreement or\n" "otherwise) that contradict the conditions of this License, they do not\n" "excuse you from the conditions of this License. If you cannot\n" "distribute so as to satisfy simultaneously your obligations under this\n" "License and any other pertinent obligations, then as a consequence you\n" "may not distribute the Program at all. For example, if a patent\n" "license would not permit royalty-free redistribution of the Program by\n" "all those who receive copies directly or indirectly through you, then\n" "the only way you could satisfy both it and this License would be to\n" "refrain entirely from distribution of the Program.\n" "\n" "If any portion of this section is held invalid or unenforceable under\n" "any particular circumstance, the balance of the section is intended to\n" "apply and the section as a whole is intended to apply in other\n" "circumstances.\n" "\n" "It is not the purpose of this section to induce you to infringe any\n" "patents or other property right claims or to contest validity of any\n" "such claims; this section has the sole purpose of protecting the\n" "integrity of the free software distribution system, which is\n" "implemented by public license practices. Many people have made\n" "generous contributions to the wide range of software distributed\n" "through that system in reliance on consistent application of that\n" "system; it is up to the author/donor to decide if he or she is willing\n" "to distribute software through any other system and a licensee cannot\n" "impose that choice.\n" "\n" "This section is intended to make thoroughly clear what is believed to\n" "be a consequence of the rest of this License.\n" "\n" " 8. If the distribution and/or use of the Program is restricted in\n" "certain countries either by patents or by copyrighted interfaces, the\n" "original copyright holder who places the Program under this License\n" "may add an explicit geographical distribution limitation excluding\n" "those countries, so that distribution is permitted only in or among\n" "countries not thus excluded. In such case, this License incorporates\n" "the limitation as if written in the body of this License.\n" "\n" " 9. The Free Software Foundation may publish revised and/or new versions\n" "of the General Public License from time to time. Such new versions will\n" "be similar in spirit to the present version, but may differ in detail to\n" "address new problems or concerns.\n" "\n" "Each version is given a distinguishing version number. If the Program\n" "specifies a version number of this License which applies to it and \"any\n" "later version\", you have the option of following the terms and conditions\n" "either of that version or of any later version published by the Free\n" "Software Foundation. If the Program does not specify a version number of\n" "this License, you may choose any version ever published by the Free " "Software\n" "Foundation.\n" "\n" " 10. If you wish to incorporate parts of the Program into other free\n" "programs whose distribution conditions are different, write to the author\n" "to ask for permission. For software which is copyrighted by the Free\n" "Software Foundation, write to the Free Software Foundation; we sometimes\n" "make exceptions for this. Our decision will be guided by the two goals\n" "of preserving the free status of all derivatives of our free software and\n" "of promoting the sharing and reuse of software generally.\n" "\n" " NO WARRANTY\n" "\n" " 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n" "FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n" "OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n" "PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER " "EXPRESSED\n" "OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n" "MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\n" "TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\n" "PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n" "REPAIR OR CORRECTION.\n" "\n" " 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n" "WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n" "REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n" "INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n" "OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n" "TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n" "YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n" "PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n" "POSSIBILITY OF SUCH DAMAGES.\n" "\n" " END OF TERMS AND CONDITIONS\n" msgstr "" " GNU GENERAL PUBLIC LICENSE\n" " Version 2, Juni 1991\n" "\n" " Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n" " 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" " Var och en äger kopiera och distribuera exakta kopior av detta\n" " licensavtal, men att ändra det är inte tillÃ¥tet.\n" "\n" " BAKGRUND\n" "\n" " De flesta programvarulicenser är skapade för att ta bort din frihet\n" "att ändra och dela med dig av programvaran. GNU General Public License\n" "är tvärtom skapad för att garantera din frihet att dela med dig av och\n" "förändra fri programvara -- för att försäkra att programvaran är fri för " "alla\n" "dess användare. Denna licens [General Public License] används för de\n" "flesta av Free Software Foundations programvaror och för alla andra\n" "program vars upphovsmän använder sig av General Public License. (Viss\n" " programvara frÃ¥n Free Software Foundation använder istället GNU \n" "Library General Public License.) Du kan använda licensen för dina program.\n" "\n" " När vi talar om fri programvara syftar vi pÃ¥ frihet och inte pÃ¥ pris. \n" "VÃ¥ra [General Public License-] licenser är skapade för att garantera din\n" "rätt distribuera och sprida kopior av fri programvara (och ta betalt för\n" "denna tjänst om du önskar), att garantera att du fÃ¥r källkoden till\n" "programvaran eller kan fÃ¥ den om du sÃ¥ önskar, att garantera att du \n" "kan ändra och modifiera programvaran eller använda dess delar i ny fri\n" " programvara samt slutligen att garantera att du är medveten om dessa\n" " rättigheter.\n" "\n" " För att skydda dina rättigheter, mÃ¥ste vi begränsa var och ens möjlighet\n" "att hindra dig frÃ¥n att använda dig av dessa rättigheter samt frÃ¥n att " "kräva\n" "att du ger upp dessa rättigheter. Dessa begränsningar motsvaras av en\n" " förpliktelse för dig om du distribuerar kopior av programvaran eller om du\n" "ändrar eller modifierar programvaran.\n" "\n" " Om du exempelvis distribuerar kopior av en fri programvara, oavsett om\n" "du gör det gratis eller mot en avgift, mÃ¥ste du ge mottagaren alla de\n" "rättigheter du själv har. Du mÃ¥ste ocksÃ¥ tillse att mottagaren fÃ¥r " "källkoden\n" "eller kan fÃ¥ den om mottagaren sÃ¥ önskar. Du mÃ¥ste ocksÃ¥ visa dessa\n" " licensvillkor för mottagaren sÃ¥ att mottagaren känner till sina " "rättigheter.\n" "\n" " Vi skyddar dina rättigheter i tvÃ¥ steg: (1) upphovsrätt till programvaran\n" "och (2) dessa licensvillkor som ger dig rätt att kopiera, distribuera och " "eller\n" "ändra programvaran.\n" "\n" " För varje upphovsmans säkerhet och vÃ¥r säkerhet vill vi för tydlighets " "skull\n" " klargöra att det inte lämnas nÃ¥gra garantier för denna fria programvara. " "Om\n" " programvaran förändras av nÃ¥gon annan än upphovsmannen vill vi klargöra " "för\n" " mottagaren att det som mottagaren har är inte originalversionen av\n" " programvaran och att förändringar av och felaktigheter i programvaran inte " "skall\n" "belasta den ursprunglige upphovsmannen.\n" "\n" " Slutligen skall det sägas att all fri programvara ständigt hotas av\n" " mjukvarupatent. Vi vill undvika att en distributör [eller " "vidareutvecklare]\n" "av fri programvara individuellt skaffar patentlicenser till programvaran " "och\n" " därmed gör programvaran till föremÃ¥l för äganderätt. För att undvika detta\n" "har vi gjorde det tydligt att samtliga mjukvarupatent mÃ¥ste registreras för\n" "allas fria användning eller inte registreras alls.\n" "\n" " Här nedan följer licensvillkoren för att kopiera, distribuera och ändra\n" " programvaran.\n" "\n" " GNU GENERAL PUBLIC LICENSE\n" " VILLKOR FÖR ATT KOPIERA, DISTRIBUERA OCH ÄNDRA PROGRAMVARAN\n" "\n" " Dessa licensvillkor gäller varje programvara eller annat verk som " "innehÃ¥ller\n" "en hänvisning till dessa licensvillkor där upphovsrättsinnehavaren stadgat " "att\n" " programvaran kan distribueras enligt [General Public License] dessa " "villkor.\n" " \"Programvaran\" enligt nedan syftar pÃ¥ varje sÃ¥dan programvara eller verk\n" "och \"Verk baserat pÃ¥ Programvaran\" syftar pÃ¥ antingen Programvaran eller\n" "pÃ¥ derivativa verk, sÃ¥som ett verk som innehÃ¥ller Programvaran eller en del\n" "av Programvaran, antingen en exakt kopia eller en ändrad kopia och/eller\n" "översatt till ett annat sprÃ¥k. (översättningar ingÃ¥r nedan utan " "begränsningar i\n" " begreppet \"förändringar\", \"förändra\" samt \"ändringar\" eller \"ändra" "\".) Varje\n" " licenstagare benämns som \"Du\".\n" "\n" "Ã…tgärder utom kopiering, distribution och ändringar täcks inte av dessa\n" " licensvillkor. Användningen av Programvaran är inte begränsad och\n" "resultatet av användningen av Programvaran täcks endast av dessa\n" "licensvillkor om resultatet utgör ett Verk baserat pÃ¥ Programvaran\n" "(oberoende av att det skapats av att programmet körts). Det beror pÃ¥\n" "vad Programvaran gör.\n" "\n" " 1. Du äger kopiera och distribuera exakta kopior av Programvarans källkod\n" " sÃ¥som Du mottog den, i alla medier, förutsatt att Du tydligt och pÃ¥ ett " "skäligt\n" "sätt pÃ¥ varje exemplar fäster en riktig upphovsrättsklausul och\n" "garantiavsägelse, vidhÃ¥ller alla hänvisningar till dessa licensvillkor och " "till alla\n" " garantiavsägelser samt att till alla mottagaren av Programvaran ge en " "kopia\n" "av dessa licensvillkor tillsammans med Programvaran.\n" "\n" "Du äger utta en avgift för mekaniseringen [att fysiskt fästa Programvaran\n" "pÃ¥ ett medium, sÃ¥som en diskett eller en CD-ROM-skiva] eller överföringen\n" "av en kopia och du äger erbjuda en garanti för Programvaran mot en avgift.\n" "\n" " 2. Du äger ändra ditt exemplar eller andra kopior av Programvaran eller\n" "nÃ¥gon del av Programvaran och därmed skapa ett Verk baserat pÃ¥\n" " Programvaran, samt att kopiera och distribuera sÃ¥dana förändrade versioner\n" "av Programvaran eller verk enligt villkoren i paragraf 1 ovan, förutsatt att " "du\n" " ocksÃ¥ uppfyller följande villkor:\n" "\n" " a) Du tillser att de förändrade filerna har ett tydligt meddelande som\n" " berättar att Du ändrat filerna samt vilket datum dessa ändringar " "gjordes.\n" "\n" " b) Du tillser att alla verk som du distribuerar eller offentliggör som " "till en\n" " del eller i sin helhet innehÃ¥ller eller är härlett frÃ¥n Programvaran " "eller en\n" " del av Programvaran, licensieras i sin helhet, utan kostnad till tredje " "man\n" " enligt dessa licensvillkor.\n" "\n" " c) Om den förändrade Programvaran i sitt normala utförande kan utföra\n" " interaktiv kommandon när det körs, mÃ¥ste Du tillse att när\n" " Programmet startas skall det skriva ut eller visa, pÃ¥ ett enkelt " "tillgängligt sätt,\n" " ett meddelande som tydligt och pÃ¥ ett skäligt sätt pÃ¥ varje exemplar " "fäster\n" " en riktig upphovsrättsklausul och garantiavsägelse (eller i förekommande " "fall\n" " ett meddelande som klargör att du tillhandahÃ¥ller en garanti) samt att\n" " mottagaren äger distribuera Programvaran enligt dessa licensvillkor " "samt\n" " berätta hur mottagaren kan se dessa licensvillkor. (FrÃ¥n denna " "skyldighet\n" " undantas det fall att Programvaran förvisso är interaktiv, men i sitt " "normala\n" " utförande inte visar ett meddelande av denna typ. I sÃ¥dant fall behöver " "Verk\n" " baserat Programvaran inte visa ett sÃ¥dant meddelande som nämns ovan.)\n" "\n" "Dessa krav gäller det förändrade verket i dess helhet. Om identifierbara " "delar\n" "av verket inte härrör frÃ¥n Programvaran och skäligen kan anses vara " "fristÃ¥ende\n" " och självständiga verk i sig, dÃ¥ skall dessa licensvillkor inte gälla i de " "delarna när\n" " de distribueras som egna verk. Men om samma delar distribueras tillsammans\n" " med en helhet som innehÃ¥ller verk som härrör frÃ¥n Programvaran, mÃ¥ste\n" " distributionen i sin helhet ske enligt dessa licensvillkor. Licensvillkoren " "skall i\n" " sÃ¥dant fall gälla för andra licenstagare för hela verket och sÃ¥lunda till " "alla delar\n" "av Programvaran, oavsett vem som är upphovsman till vilka delar av verket.\n" "\n" "Denna paragraf skall sÃ¥lunda inte tolkas som att ansprÃ¥k görs pÃ¥ " "rättigheter\n" "eller att ifrÃ¥gasätta Dina rättigheter till programvara som skrivits helt av " "Dig.\n" " Syftet är att tillse att rätten att kontrollera distributionen av " "derivativa eller\n" " samlingsverk av Programvaran.\n" "\n" "Förekomsten av ett annat verk pÃ¥ ett lagringsmedium eller samlingsmedium\n" "som innehÃ¥ller Programvaran eller Verk baserat pÃ¥ Programvaran leder inte\n" "till att det andra verket omfattas av dessa licensvillkor.\n" "\n" " 3. Du äger kopiera och distribuera Programvaran (eller Verk baserat pÃ¥\n" " Programvaran enligt paragraf 2) i objektkod eller i körbar form enligt " "villkoren i\n" " paragraf 1 och paragraf 2 förutsatt att Du ocksÃ¥ gör en av följande saker:\n" "\n" " a) Bifogar den kompletta källkoden i maskinläsbar form, som mÃ¥ste\n" " distribueras enligt villkoren i paragraf 1 och 2 pÃ¥ ett medium som i " "allmänhet\n" " används för utbyte av programvara, eller\n" "\n" " b) Bifogar ett skriftligt erbjudande, med minst tre Ã¥rs giltighet, att " "ge tredje\n" " man, mot en avgift som högst uppgÃ¥r till Din kostnad att utföra fysisk\n" " distribution, en fullständig kopia av källkoden i maskinläsbar form, " "distribuerad\n" " enligt villkoren i paragraf 1 och 2 pÃ¥ ett medium som i allmänhet " "används för\n" " utbyte av programvara, eller\n" "\n" " c) Bifogar det skriftligt erbjudande Du fick att erhÃ¥lla källkoden. " "(Detta\n" " alternativ kan endast användas för icke-kommersiell distribution och " "endast\n" " om Du erhÃ¥llit ett program i objektkod eller körbar form med ett " "erbjudande i\n" " enlighet med b ovan.)\n" "\n" "Källkoden för ett verk avser den form av ett verk som är att föredra för att " "göra\n" " förändringar av verket. För ett körbart verk avser källkoden all källkod " "för\n" "moduler det innehÃ¥ller, samt alla tillhörande gränssnittsfiler, " "definitioner, scripts\n" " för att kontrollera kompilering och installation av den körbara " "Programvaran. Ett\n" " undantag kan dock göras för sÃ¥dant som normalt distribueras, antingen i " "binär\n" " form eller som källkod, med huvudkomponterna i operativsystemet " "(kompliator,\n" " kärna och sÃ¥ vidare) i vilket den körbara programvaran körs, om inte denna\n" " komponent medföljer den körbara programvaran.\n" "\n" "Om distributionen av körbar Programvara eller objektkod görs genom att\n" "erbjuda tillgÃ¥ng till att kopiera frÃ¥n en bestämd plats, dÃ¥ skall " "motsvarande\n" " tillgÃ¥ng till att kopiera källkoden frÃ¥n samma plats räknas som " "distribution av\n" " källkoden, även om trejde man inte behöver kopiera källkoden tillsammans " "med\n" " objektkoden.\n" "\n" " 4. Du äger inte kopiera, ändra, licensiera eller distribuera Programvaran\n" "utom pÃ¥ dessa licensvillkor. All övrig kopiering, ändringar, licensiering " "eller\n" " distribution av Programvaran är ogiltig och kommer automatiskt medföra att\n" "Du förlorar Dina rättigheter enligt dessa licensvillkor. Tredje man som har\n" " mottagit kopior eller rättigheter frÃ¥n Dig enligt dessa licensvillkor " "kommer dock\n" " inte att förlora sina rättigheter sÃ¥ länge de följer licensvillkoren.\n" "\n" " 5. Du Ã¥läggs inte att acceptera licensvillkoren, dÃ¥ du inte har skrivit " "under\n" "detta avtal. Du har dock ingen rätt att ändra eller distribuera " "Programvaran\n" "eller Verk baserat pÃ¥ Programvaran. SÃ¥dan verksamhet är förbjuden i lag om\n" "du inte accepterar och följer dessa licensvillkor. Genom att ändra eller\n" "distribuera Programvaran (eller verk baserat pÃ¥ Programvaran) visar du med\n" " genom ditt handlande att du accepterar licensvillkoren och alla villkor för " "att\n" " kopiera, distribuera eller ändra Programvaran eller Verk baserat pÃ¥\n" "Programvaran.\n" "\n" " 6. Var gÃ¥ng du distributerar Progamvaran (eller Verk baserat pÃ¥\n" "Programvaran), kommer mottagaren per automatik att fÃ¥ en licens frÃ¥n den\n" " första licensgivaren att kopiera, distribuera eller ändra Programvaran " "enligt\n" "dessa licensvillkor. Du äger inte Ã¥lägga mottagaren nÃ¥gra andra " "restriktioner\n" "än de som följer av licensvillkoren. Du är inte skyldig att tillse att " "tredje man\n" "följer licensvillkoren.\n" "\n" " 7. Om Du pÃ¥ grund av domstols dom eller anklagelse om patentintrÃ¥ng\n" "eller pÃ¥ grund av annan anledning (ej begränsat till patentfrÃ¥gor), Du fÃ¥r " "villkor\n" " (oavsett om de kommer via domstols dom, avtal eller pÃ¥ annat sätt) som\n" "strider mot dessa licensvillkor sÃ¥ frÃ¥ntar de inte Dina förpliktelser " "enligt\n" "dessa licensvillkor. Om du inte kan distribuera Programvaran och samtidigt\n" " uppfylla licensvillkor och andra skyldigheter, fÃ¥r du som en konsekvens " "inte\n" " distribuera Programvaran. Om exempelvis ett patent gör att Du inte " "distribuera\n" " Programvaran fritt till alla de som mottager kopior direkt eller indirekt " "frÃ¥n Dig,\n" "sÃ¥ mÃ¥ste Du helt sluta distribuera Programvaran.\n" "\n" "Om delar av denna paragraf förklaras ogiltig eller annars inte kan " "verkställas\n" "skall resten av paragrafen äga fortsatt giltighet och paragrafen i sin " "helhet äga\n" " fortsatt giltighet i andra sammanhang.\n" "\n" "Syftet med denna paragraf är inte att förmÃ¥ Dig att begÃ¥ patentintrÃ¥ng " "eller\n" " att begÃ¥ intrÃ¥ng i andra rättigheter eller att förmÃ¥ Dig att betrida " "giltigheten i\n" " sÃ¥dana rättigheter. Denna paragraf har ett enda syfte, vilket är att " "skydda\n" " distributionssystemet för fri programvara vilket görs genom användandet av\n" " dessa licensvillkor. MÃ¥nga har bidragit till det stora utbudet av " "programvara\n" "som distribueras med hjälp av dessa licensvillkor och den fortsatta " "giltigheten\n" "och användningen av detta system, men det är upphovsmannen själv som\n" "mÃ¥ste besluta om han eller hon vill distribuera Programvaran genom detta\n" " system eller ett annat och en licenstagare kan inte tvinga en upphovsman " "till\n" "ett annat beslut.\n" "\n" "Denna paragraf har till syfte att ställa det utom tvivel vad som anses " "följa\n" "av resten av dessa licensvillkor.\n" "\n" " 8. Om distributionen och/eller användningen av Programvaran är begränsad\n" "i vissa länder pÃ¥ grund av patent eller upphovsrättsligt skyddade " "gränssnitt\n" "kan upphovsmannen till Programvaran lägga till en geografisk " "spridningsklausul,\n" " enligt vilken distribution är tillÃ¥ten i länder förutom dem i vilket det är " "förbjudet.\n" " Om sÃ¥ är fallet kommer begränsningen att utgöra en fullvärdig del av\n" " licensvillkoren.\n" "\n" " 9. The Free Software Foundation kan offentliggöra ändrade och/eller nya\n" " versioner av the General Public License frÃ¥n tid till annan. SÃ¥dana nya\n" "versioner kommer i sin helhet att pÃ¥minna om nuvarande version av the\n" "General Public License, men kan vara ändrade i detaljer för att behandla " "nya\n" " problem eller göra nya överväganden. Varje version ges ett särskiljande\n" " versionsnummer. Om Programvaran specificerar ett versionsnummer av\n" " licensvillkoren samt \"alla senare versioner\" kan Du välja mellan att " "följa\n" "dessa licensvillkor eller licensvillkoren i alla senare versioner " "offentliggjorda\n" "av the Free Software Foundation. Om Programvaran inte specificerar ett\n" " versionnummer av licensvillkoren kan Du välja fritt bland samtliga " "versioner\n" "som nÃ¥gonsin offentligjorts.\n" "\n" " 10. Om du vill använda delar av Programvaran i annan fri programvara som\n" " distribueras enligt andra licensvillkor, begär tillstÃ¥nd frÃ¥n " "upphovsmannen. För\n" " Programvaran var upphovsrätt innehas av Free Software Foundation, " "tillskriv\n" "Free Software Foundation, vi gör ibland undantag för detta. VÃ¥rt beslut " "grundas\n" " pÃ¥ vÃ¥ra tvÃ¥ mÃ¥l att bibehÃ¥lla den fria statusen av alla verk som härleds " "frÃ¥n vÃ¥r\n" " Programvara och främjandet av att dela med sig av och Ã¥teranvända mjukvara\n" "i allmänhet.\n" "\n" " INGEN GARANTI\n" "\n" " 11. DÃ… DENNA PROGRAMVARA LICENSIERAS UTAN KOSTNAD GES INGEN\n" " GARANTI FÖR PROGRAMMET, UTOM SÃ…DAN GARANTI SOM MÃ…STE GES ENLIGT\n" " TILLÄMPLIG LAG. FÖRUTOM DÃ… DET UTTRYCKS I SKRIFT TILLHANDAHÃ…LLER\n" " UPPHOVSRÄTTSINNEHAVAREN OCH/ELLER ANDRA PARTER PROGRAMMET \"I\n" " BEFINTLIGT SKICK\" (\"AS IS\") UTAN GARANTIER AV NÃ…GRA SLAG, VARKEN\n" " UTTRYCKLIGA ELLER UNDERFÖRSTÃ…DDA, INKLUSIVE, MEN INTE BEGRÄNSAT\n" "TILL, UNDERFÖRSTÃ…DDA GARANTIER VID KÖP OCH LÄMPLIGHET FÖR ETT\n" " SÄRSKILT ÄNDAMÃ…L. HELA RISKEN FÖR KVALITET OCH ANVÄNDBARHET BÄRS\n" "AV DIG. OM PROGRAMMET SKULLE VISA SIG HA DEFEKTER SKALL DU BÄRA\n" "ALLA KOSTNADER FöR FELETS AVHJÄLPANDE, REPARATIONER ELLER\n" "NÖDVÄNDIG SERVICE.\n" "\n" " 12. INTE I NÃ…GOT FALL, UTOM NÄR DET GÄLLER ENLIGT TILLÄMPLIG LAG\n" "ELLER NÄR DET ÖVERENSKOMMITS SKRIFTLIGEN, SKALL EN\n" " UPPHOVSRÄTTSINNEHAVARE ELLER ANNAN PART SOM ÄGER ÄNDRA\n" "OCH/ELLER DISTRIBUERA PROGRAMVARAN ENLIGT OVAN, VARA SKYLDIG UTGE\n" " ERSÄTTNING FÖR SKADA DU LIDER, INKLUSIVE ALLMÄN, DIREKT ELLER INDIREKT\n" " SKADA SOM FÖLJER PÃ… GRUND AV ANVÄNDNING ELLER OMÖJLIGHET ATT\n" " ANVÄNDA PROGRAMVARAN (INKLUSIVE MEN INTE BEGRÄNSAT TILL FÖRLUST\n" "AV DATA OCH INFORMATION ELLER DATA OCH INFORMATION SOM\n" "FRAMSTÄLLTS FELAKTIGT AV DIG ELLER TREDJE PART ELLER FEL DÄR\n" " PROGRAMMET INTE KUNNAT KÖRAS SAMTIDIGT MED ANNAN PROGRAMVARA),\n" " ÄVEN OM EN SÃ…DAN UPPHOVSRÄTTSINNEHAVAREN ELLER ANNAN PART\n" " UPPLYSTS OM MÖJLIGHETEN TILL SÃ…DAN SKADA.\n" "\n" " SLUT PÃ… LICENSVILLKOR\n" #. TRANSLATORS: Replace this string with your names, one name per line. #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:338 #: contrib/gnunet_setup_about_dialog.glade:338 #: contrib/gnunet_statistics_gtk_about_dialog.glade:338 msgid "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" msgstr "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" #: contrib/gnunet_peerinfo_gtk_main_window.glade:28 #, fuzzy msgid "gnunet-peerinfo-gtk" msgstr "gnunet-gtk" #: contrib/gnunet_peerinfo_gtk_main_window.glade:53 msgid "Display information about this version of gnunet-peerinfo-gtk" msgstr "" #: contrib/gnunet_setup_about_dialog.glade:8 #, fuzzy msgid "About gnunet-setup" msgstr "gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:43 #, fuzzy msgid "gnunet-setup" msgstr "gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:76 msgid "Services:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:87 msgid "Topology" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:92 msgid "" "The topology subsystem is required as it ensures that your peer connects to " "other peers." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:106 msgid "Hostlist" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:110 msgid "" "Hostlist servers are used to find other peers. Here you can choose to offer " "a hostlist or simply configure which hostlists by other peers you want to " "use." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:124 #, fuzzy msgid "File _Sharing" msgstr "Fil_delning" #: contrib/gnunet_setup_gtk_main_window.glade:128 msgid "Enable GNUnet's file-sharing subsystem." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:143 msgid "PT/VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:147 msgid "" "Using the PT/VPN subsystems you can tunnel your Internet traffic over " "GNUnet. This is useful if you want to access the IPv4-Internet if you only " "have IPv6-connectivity or vice versa. Furthermore, if you are only " "connected to other peers using WLAN, you could also get Internet access in " "the first place by routing IP traffic over GNUnet." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:160 msgid "EXIT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:164 msgid "" "By offering an EXIT service, you can allow other peers to use your Internet " "connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your " "machine will be seen as the origin of the traffic, this might be risky in " "some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN " "interception for IPv4 and IPv6 on the same machine will still give you 4to6 " "and 6to4 protocol translation, allowing you to access IPv4-only servers from " "IPv6-only clients and IPv6-only servers from IPv4-only clients." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:177 msgid "GNS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:181 msgid "" "The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make " "the \".gnunet\" TLD available on your system. You will be in charge of your " "\".gnunet\" TLD." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:199 #, fuzzy msgid "Service Configuration" msgstr "Konfiguration för GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:225 msgid "F_2F only" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:252 msgid "Friends file:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:281 #, fuzzy msgid "Min. connected friends:" msgstr "Nedkopplad frÃ¥n gnunetd.\n" #: contrib/gnunet_setup_gtk_main_window.glade:311 msgid "Friend-to-Friend Configuration (restricts P2P connections)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:340 msgid "Use Hostlists to bootstrap" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:356 msgid "Learn Servers from P2P Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:386 msgid "Run Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:402 msgid "Advertise Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:422 #: contrib/gnunet_setup_gtk_main_window.glade:2286 #: contrib/gnunet_setup_gtk_main_window.glade:2783 msgid "Port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:470 msgid "Known Hostlist Servers:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:539 msgid "Hostlist Configuration (for bootstrapping the network)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:554 msgid "_General" msgstr "_Allmänt" #: contrib/gnunet_setup_gtk_main_window.glade:584 msgid "Max. download bandwidth (B/s):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:611 msgid "Max. upload bandwidth (B/s)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:644 #, fuzzy msgid "Bandwidth Configuration" msgstr "Konfiguration för GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:673 msgid "Peer is behind _NAT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:677 msgid "" "Check this box if your machine is behind a NAT box (router that performs " "network address translation). Leave off if your machine has a globally " "unique IPv4 address. NAT options only impact IPv4 addresses at this time." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:691 #, fuzzy msgid "Attempt automatic configuration" msgstr "Starta konfigurations_guiden" #: contrib/gnunet_setup_gtk_main_window.glade:706 msgid "Disable IPv_6 support" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:710 msgid "" "Disable advertising IPv6 addresses. Check this box if you know that your " "system has no IPv6 Internet connectivity." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:751 msgid "NAT ports have been opened manually" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:755 msgid "" "Set this option if you have configured your NAT to forward the ports for the " "various enabled GNUnet transports. If the external ports are different, the " "respective values of the external port should be specified under " "\"advertised port\" for the respective transport. You also need to specify " "the \"External (public) IPv4 address\" of your NAT box below." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:766 msgid "Enable NAT traversal via UPnP or PMP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:770 msgid "This option enables the use of upnpc from miniupnpd for NAT traversal" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:782 msgid "Enable NAT traversal using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:786 msgid "" "This option enables the use of the \"Autonomous NAT Traversal\" method " "(presented at P2P 2010). It requires gnunet-helper-nat-server to be " "installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:802 msgid "" "Globally visible IP address of your system (IP address of the external " "interface of your NAT). You can also specify a hostname, in which case " "GNUnet will periodically look up the hostname in DNS to determine our " "external IP address (DynDNS setup)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:803 msgid "External (public) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:834 msgid "Enable connecting to NATed peers using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:838 msgid "" "This method allows this peer to initiate connections to NATed peers using " "the 'Autonomous NAT traversal' method (presented at P2P 2010). It requires " "having gnunet-helper-nat-client installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:855 msgid "" "Specify the IPv4 address of your computers main network interface (typically " "eth0 or wlan0)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:856 msgid "Internal (private) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:902 #, fuzzy msgid "NAT Traversal Configuration" msgstr "Konfiguration för GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:920 msgid "_Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:948 msgid "Plugins to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:959 msgid "_TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:978 msgid "_UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:996 msgid "_HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1015 msgid "HTTP_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1034 msgid "D_V" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1051 msgid "_WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1089 #: contrib/gnunet_setup_gtk_main_window.glade:1276 #: contrib/gnunet_setup_gtk_main_window.glade:1455 #: contrib/gnunet_setup_gtk_main_window.glade:1636 msgid "Bind to port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1118 msgid "Use Port \"0\" to only allow outgoing TCP connections" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1141 #: contrib/gnunet_setup_gtk_main_window.glade:1317 #: contrib/gnunet_setup_gtk_main_window.glade:1496 #: contrib/gnunet_setup_gtk_main_window.glade:1677 msgid "Advertised port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1170 #: contrib/gnunet_setup_gtk_main_window.glade:1342 #: contrib/gnunet_setup_gtk_main_window.glade:1523 #: contrib/gnunet_setup_gtk_main_window.glade:1704 msgid "" "External port visible on our public IP address after mappings by NAT/" "firewalls" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1199 #: contrib/gnunet_setup_gtk_main_window.glade:1372 #: contrib/gnunet_setup_gtk_main_window.glade:1553 #: contrib/gnunet_setup_gtk_main_window.glade:1734 #: contrib/gnunet_setup_gtk_main_window.glade:2336 #: contrib/gnunet_setup_gtk_main_window.glade:2417 #: contrib/gnunet_setup_gtk_main_window.glade:2833 #: contrib/gnunet_setup_gtk_main_window.glade:2916 #, fuzzy msgid "Test configuration" msgstr "_Avancerad konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:1203 #: contrib/gnunet_setup_gtk_main_window.glade:1376 #: contrib/gnunet_setup_gtk_main_window.glade:1557 #: contrib/gnunet_setup_gtk_main_window.glade:1738 msgid "" "Test your network configuration by contacting a public gnunet-nat-server and " "asking it to establish a connection to your system for testing. This test " "can only work if you are not running your peer at the time you run the test." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1215 #: contrib/gnunet_setup_gtk_main_window.glade:1388 #: contrib/gnunet_setup_gtk_main_window.glade:1569 #: contrib/gnunet_setup_gtk_main_window.glade:1750 #: contrib/gnunet_setup_gtk_main_window.glade:2349 #: contrib/gnunet_setup_gtk_main_window.glade:2430 #: contrib/gnunet_setup_gtk_main_window.glade:2846 #: contrib/gnunet_setup_gtk_main_window.glade:2929 msgid "Configuration works!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1227 #: contrib/gnunet_setup_gtk_main_window.glade:1400 #: contrib/gnunet_setup_gtk_main_window.glade:1581 #: contrib/gnunet_setup_gtk_main_window.glade:1762 msgid "Test failed!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1258 msgid "TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1275 #: contrib/gnunet_setup_gtk_main_window.glade:1454 #: contrib/gnunet_setup_gtk_main_window.glade:1635 msgid "" "Port number that GNUnet's UDP transport should bind to on the local system" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1434 msgid "UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1615 msgid "HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1796 msgid "HTTPS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1818 msgid "DV" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1835 msgid "Name of _Monitor Interface" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1876 msgid "WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1895 #, fuzzy msgid "Transport Configuration" msgstr "Konfiguration för GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:1907 msgid "_Transports" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1933 msgid "Enable unsolicited content transmission from this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1950 msgid "Enable caching content at this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1969 #, fuzzy msgid "File Sharing Options" msgstr "Körande applikationer" #: contrib/gnunet_setup_gtk_main_window.glade:1999 msgid "Database Backend to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2014 #: contrib/gnunet_setup_gtk_main_window.glade:2128 #: contrib/gnunet_setup_gtk_main_window.glade:2507 #: contrib/gnunet_setup_gtk_main_window.glade:2621 msgid "sqLite" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2031 #: contrib/gnunet_setup_gtk_main_window.glade:2328 #: contrib/gnunet_setup_gtk_main_window.glade:2524 #: contrib/gnunet_setup_gtk_main_window.glade:2825 msgid "MySQL" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2049 #: contrib/gnunet_setup_gtk_main_window.glade:2409 #: contrib/gnunet_setup_gtk_main_window.glade:2542 #: contrib/gnunet_setup_gtk_main_window.glade:2908 msgid "Postgres" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2084 #: contrib/gnunet_setup_gtk_main_window.glade:2577 msgid "Quota (bytes):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2122 #: contrib/gnunet_setup_gtk_main_window.glade:2615 msgid "No setup required." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2144 #: contrib/gnunet_setup_gtk_main_window.glade:2637 msgid "MySQL database name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2158 #: contrib/gnunet_setup_gtk_main_window.glade:2651 #, fuzzy msgid "gnunet" msgstr "gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:2178 #: contrib/gnunet_setup_gtk_main_window.glade:2671 #, fuzzy msgid "Configuration file:" msgstr "Välj konfigurationsfil för gnunetd" #: contrib/gnunet_setup_gtk_main_window.glade:2206 #: contrib/gnunet_setup_gtk_main_window.glade:2700 #, fuzzy msgid "Username:" msgstr "_Filnamn:" #: contrib/gnunet_setup_gtk_main_window.glade:2230 #: contrib/gnunet_setup_gtk_main_window.glade:2725 msgid "Password:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2261 #: contrib/gnunet_setup_gtk_main_window.glade:2757 msgid "MySQL Server Hostname:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2275 #: contrib/gnunet_setup_gtk_main_window.glade:2771 msgid "localhost" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2358 #: contrib/gnunet_setup_gtk_main_window.glade:2439 #: contrib/gnunet_setup_gtk_main_window.glade:2856 #: contrib/gnunet_setup_gtk_main_window.glade:2938 msgid "Configuration error!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2377 #: contrib/gnunet_setup_gtk_main_window.glade:2875 #, fuzzy msgid "Configuration:" msgstr "Konfigurera d_emon" #: contrib/gnunet_setup_gtk_main_window.glade:2464 msgid "Configure Datastore (persistent storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2492 msgid "Datacache:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2964 msgid "Configure Datacache (temporary storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2981 #, fuzzy msgid "_File Sharing" msgstr "Fil_delning" #: contrib/gnunet_setup_gtk_main_window.glade:3011 msgid "Tunnel IPv4 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3015 msgid "" "By enabling this option, all of your IPv4-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 4over6 " "tunneling and 4to6 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3027 msgid "Tunnel IPv6 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3031 msgid "" "By enabling this option, all of your IPv6-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 6over4 " "tunneling and 6to4 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3043 #, fuzzy msgid "Tunnel DNS Traffic" msgstr "IngÃ¥ende trafik" #: contrib/gnunet_setup_gtk_main_window.glade:3047 msgid "" "Enabling this option will cause your DNS traffic to be routed via the GNUnet " "network to some other peer offering DNS exit functionality. This is needed " "if you have no Internet access (and are thus tunnelling both IPv4 and IPv6 " "traffic over GNUnet). If you have regular Internet access, this option only " "makes sense if you want to get some 'weak' anonymity by tunnelling all of " "your traffic over GNUnet (using the network as a 1-hop proxy in the worst-" "case, so this does not provide you with strong anonymity)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3072 #, fuzzy msgid "Protocol Translation and Tunneling Configuration" msgstr "Konfiguration för GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:3102 msgid "_Interface name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3115 msgid "" "Name of the TUN interface GNUnet will create for intercepting outgoing " "Internet traffic from your machine. The default \"gnunet-vpn\" is almost " "always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3135 msgid "IPv4 address for interface:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3157 #: contrib/gnunet_setup_gtk_main_window.glade:3209 #: contrib/gnunet_setup_gtk_main_window.glade:3439 #: contrib/gnunet_setup_gtk_main_window.glade:3493 msgid "/" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3187 msgid "IPv6 address for interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3241 #, fuzzy msgid "VPN Interface Configuration" msgstr "Konfiguration för GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:3260 msgid "" "Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, " "6over4, 4over6) facilities" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3261 msgid "_VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3291 msgid "Enable DNS Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3306 msgid "Enable IPv4 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3310 msgid "" "This option will allow other peers to send IPv4 traffic to the Internet " "using your network connection." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3322 msgid "Enable IPv6 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3326 msgid "" "This option will allow other peers to send IPv6 traffic to the Internet " "using your network connection. You should make sure that you have IPv6-" "support before enabling this option." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3349 msgid "IP Address of external DNS Resolver:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3381 msgid "Exit interface name: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3393 msgid "" "Name of the TUN interface GNUnet will create for Internet traffic exiting " "GNUnet via your machine. The default \"gnunet-exit\" is almost always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3416 msgid "IPv4 address for Exit interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3428 msgid "" "Use a private IPv4 network here that does not conflict with your existing " "setup (i.e. something like 10.53.0.1/255.255.0.0 or " "192.168.0.1/255.255.0.0). " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3470 msgid "IPv6 address for Exit interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3482 msgid "" "This should be a globally routed IPv6 subnet of your host. Alternatively, " "if your kernel supports IPv6-NAT, you can pick any site-local prefix and " "manually configure IPv6-NAT." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3525 #, fuzzy msgid "GNUnet Exit Configuration" msgstr "Konfiguration för GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:3544 msgid "_Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3574 msgid "_Preferred Name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3612 msgid "Cryptographic Identity:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3662 #, fuzzy msgid "Domain Owner Information" msgstr "Konfiguration för GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:3775 msgid "GNS Database" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3794 msgid "GN_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3810 #, fuzzy msgid "Welcome to gnunet-setup." msgstr "Ansluten till gnunetd.\n" #: contrib/gnunet_statistics_gtk_about_dialog.glade:8 #, fuzzy msgid "About gnunet-statistics-gtk" msgstr "gnunet-gtk" #: contrib/gnunet_statistics_gtk_main_window.glade:6 #, fuzzy msgid "gnunet-statistics-gtk" msgstr "gnunet-gtk" #: contrib/gnunet_statistics_gtk_main_window.glade:36 msgid "Display information about this version of gnunet-statistics-gtk" msgstr "" #: contrib/gnunet_statistics_gtk_main_window.glade:73 #, fuzzy msgid "_Connections" msgstr "Anslutningar" #: contrib/gnunet_statistics_gtk_main_window.glade:97 #, fuzzy msgid "_Traffic" msgstr "IngÃ¥ende trafik" #: contrib/gnunet_statistics_gtk_main_window.glade:122 msgid "_Storage" msgstr "" #, fuzzy #~ msgid "Peer" #~ msgstr "_Parter" #~ msgid "Country" #~ msgstr "Land" #, fuzzy #~ msgid "Addresses" #~ msgstr "Adress" #, fuzzy #~ msgid "Advertise namespace" #~ msgstr "i _namnrymd" #, fuzzy #~ msgid "Value:" #~ msgstr "_Värde:" #~ msgid "Keywords" #~ msgstr "Nyckelord" #, fuzzy #~ msgid "_Root:" #~ msgstr "_Rot:" #~ msgid "Description" #~ msgstr "Beskrivning" #~ msgid "Format" #~ msgstr "Format" #~ msgid "Size" #~ msgstr "Storlek" #, fuzzy #~ msgid "query" #~ msgstr "FrÃ¥ga" #, fuzzy #~ msgid "GNUnet VPN Exit Interface" #~ msgstr "Kontrollera GNUnet-demonen" #, fuzzy #~ msgid "Destination" #~ msgstr "Beskrivning" #, fuzzy #~ msgid "Current identifier" #~ msgstr "_Nästa identifierare:" #, fuzzy #~ msgid "Update identifier" #~ msgstr "_Nästa identifierare:" #, fuzzy #~ msgid "_Index file" #~ msgstr "_Identifierare:" #, fuzzy #~ msgid "Root" #~ msgstr "_Rot:" #, fuzzy #~ msgid "Download from URI" #~ msgstr "Hämta _ner" #, fuzzy #~ msgid "Search GNUnet" #~ msgstr "Sökresultat" #, fuzzy #~ msgid "_Query:" #~ msgstr "FrÃ¥ga" #, fuzzy #~ msgid "Search GNUnet for files" #~ msgstr "Välj GNUnet-katalogfil att öppna" #, fuzzy #~ msgid "Test datastore configuration" #~ msgstr "Starta konfigurations_guiden" #, fuzzy #~ msgid "Test datacache configuration" #~ msgstr "_Avancerad konfiguration" #~ msgid "gnunet-gtk" #~ msgstr "gnunet-gtk" #, fuzzy #~ msgid "Neighbours" #~ msgstr "timmar" #~ msgid "Bandwidth" #~ msgstr "Bandbredd" #, fuzzy #~ msgid "filename" #~ msgstr "Filnamn" #, fuzzy #~ msgid "_Anonymity" #~ msgstr "_Anonymitet:" #, fuzzy #~ msgid "Previous identifier" #~ msgstr "_Nästa identifierare:" #, fuzzy #~ msgid "Statistics" #~ msgstr "_Statistik" #, fuzzy #~ msgid "1 day" #~ msgstr "dygn" #, fuzzy #~ msgid "1 hour" #~ msgstr "timme" #~ msgid "Launching gnunetd..." #~ msgstr "Startar gnunetd..." #~ msgid "Launched gnunetd" #~ msgstr "Startade gnunetd" #~ msgid "Launching gnunetd failed" #~ msgstr "Start av gnunetd misslyckades" #~ msgid "Error requesting shutdown of gnunetd." #~ msgstr "Fel vid begäran om nedstängning av gnunetd." #~ msgid "Terminating gnunetd..." #~ msgstr "Avslutar gnunetd..." #~ msgid "" #~ "Configuration file for GNUnet daemon `%s' does not exist! Run `gnunet-" #~ "setup -d'." #~ msgstr "" #~ "Konfigurationsfilen för GNUnet-demonen \"%s\" finns inte! Kör \"gnunet-" #~ "setup -d\"." #~ msgid "Title" #~ msgstr "Titel" #~ msgid "Artist" #~ msgstr "Artist" #~ msgid "Album" #~ msgstr "Album" #~ msgid "Remove selected files" #~ msgstr "Ta bort valda filer" #~ msgid "No files to insert ! Please add files to the list before validating." #~ msgstr "" #~ "Inga filer att lägga till ! Lägg till filer till listan före validering." #~ msgid "Choose the directory to insert..." #~ msgstr "Välj den katalog som ska läggas till..." #~ msgid "The following files won't be added for I could not read them :" #~ msgstr "" #~ "Följande filer kommer inte att läggas till för jag kunde inte läsa dem :" #~ msgid "Could not open the directory :\n" #~ msgstr "Kunde inte öppna katalogen :\n" #~ msgid "Choose files to insert..." #~ msgstr "Välj filer att lägga till..." #~ msgid "Choose the name under which you want to save the search results." #~ msgstr "Välj namnet under vilket du vill spara sökresultatet." #~ msgid "No search results yet, cannot save!" #~ msgstr "Inga sökresultat än, kan inte spara!" #~ msgid "Saved search results" #~ msgstr "Sparade sökresultat" #~ msgid "Internal error." #~ msgstr "Internt fel." #~ msgid "Error writing file `%s'." #~ msgstr "Fel vid skrivning av filen \"%s\"." #~ msgid "_Save results as directory" #~ msgstr "_Spara resultat som katalog" #~ msgid "Mime-type" #~ msgstr "MIME-typ" #~ msgid "Meta-data" #~ msgstr "Metadata" #~ msgid "Need a keyword to search!\n" #~ msgstr "Behöver ett nyckelord att söka efter!\n" #~ msgid "globally" #~ msgstr "globalt" #~ msgid "Failed to create namespace URI from `%s'.\n" #~ msgstr "Misslyckades att skapa URI-namnrymd frÃ¥n \"%s\".\n" #~ msgid "Unhandled (unknown) FSUI event: %u.\n" #~ msgstr "Ohanterad (okänd) FSUI-händelse: %u.\n" #~ msgid "Results" #~ msgstr "Resultat" #~ msgid "ms" #~ msgstr "ms" #~ msgid "minutes" #~ msgstr "minuter" #~ msgid "seconds" #~ msgstr "sekunder" #~ msgid "days" #~ msgstr "dygn" #~ msgid "second" #~ msgstr "sekund" #~ msgid "Choose the file you want to publish." #~ msgstr "Välj den fil du vill publisera." #~ msgid "Choose the directory you want to publish." #~ msgstr "Välj den katalog du vill publisera." #~ msgid "unknown" #~ msgstr "okänd" #~ msgid "Category" #~ msgstr "Kategori" #~ msgid "Keyword" #~ msgstr "Nyckelord" #~ msgid "--sporadic update--" #~ msgstr "--sporadisk uppdatering--" #~ msgid "--no update--" #~ msgstr "--ingen uppdatering--" #~ msgid "no name given" #~ msgstr "inget namn angivet" #~ msgid "Failed to parse given time interval!" #~ msgstr "Misslyckades att tolka angiven tidsintervall!" #~ msgid "Failed to start collection `%s' (consult logs)." #~ msgstr "Misslyckades att starta samling \"%s\" (konsultera loggarna)." #~ msgid "Failed to stop collection (consult logs).\n" #~ msgstr "Misslyckades att stoppa samling (konsultera loggarna).\n" #~ msgid "never" #~ msgstr "aldrig" #~ msgid "Filesize" #~ msgstr "Filstorlek" #~ msgid "Publication Frequency" #~ msgstr "Publiseringsfrekvens" #~ msgid "Next Publication Date" #~ msgstr "Nästa publiseringsdatum" #~ msgid "Last ID" #~ msgstr "Sista ID" #~ msgid "Next ID" #~ msgstr "Nästa ID" #~ msgid "unspecified" #~ msgstr "ej specificerad" #~ msgid "No local namespaces available that could be deleted!" #~ msgstr "Inga lokala namnrymder tillgängliga som kan tas bort!" #~ msgid "Should the namespace `%s' really be deleted?" #~ msgstr "Ska namnrymden \"%s\" verkligen tas bort?" #~ msgid "Choose the directory you want to open." #~ msgstr "Välj katalogen som du vill öppna." #~ msgid "Error opening file `%s'." #~ msgstr "Fel vid öppnandet av filen \"%s\"." #~ msgid "Downloading `%s'" #~ msgstr "Hämtar ner \"%s\"" #~ msgid "ERROR: already downloading `%s'" #~ msgstr "FEL: hämtar redan \"%s\"" #~ msgid "Invalid URI `%s'" #~ msgstr "Ogiltig URI \"%s\"" #~ msgid "Please use the search function for keyword (KSK) URIs!" #~ msgstr "Använd sökfunktionen för nyckelord (KSK) URI:er!" #~ msgid "Location URIs are not yet supported" #~ msgstr "Plats-URI:er stöds inte än" #~ msgid "Namespace found: %s - %.*s\n" #~ msgstr "Namnrymd hittades: %s - %.*s\n" #~ msgid "" #~ "Failed to create namespace `%s'.Consult logs, most likely error is that a " #~ "namespace with that name already exists." #~ msgstr "" #~ "Misslyckades att skapa namnrymden \"%s\". Konsultera loggarna, det mest " #~ "sannorlika är att en namnrymd med det namnet redan existerar." #~ msgid "Data in datastore (in percent of allowed quota)" #~ msgstr "Data i datalagring (i procent av tillÃ¥ten kvot)" #~ msgid "Status" #~ msgstr "Status" #~ msgid "Identity" #~ msgstr "Identitet" #~ msgid "Could not initialize libnotify\n" #~ msgstr "Kunde inte initiera libnotify\n" #~ msgid "Could not send notification via libnotify\n" #~ msgstr "Kunde inte skicka notifiering via libnotify\n" #~ msgid "" #~ "GKSu encountered an unknown error running the configuration tool (gnunet-" #~ "setup)." #~ msgstr "" #~ "GKSu pÃ¥träffade ett okänt fel vid körning av konfigurationsverktyget " #~ "(gnunet-setup)." #~ msgid "" #~ "GKSu returned:\n" #~ "%s" #~ msgstr "" #~ "GKSu svarade:\n" #~ "%s" #~ msgid "Not implemented yet!" #~ msgstr "Ännu inte implementerad!" #~ msgid "" #~ "GKSu support is not enabled, impossible to get the needed rights. You " #~ "should build gnunet-gtk with the --enable-libgksu2 option, or get the " #~ "right binary package. Note you can still start the configuration tool " #~ "(gnunet-setup) manually." #~ msgstr "" #~ "GKSu-stödet är inte aktiverat, omöjligt att fÃ¥ de nödvändiga " #~ "rättigheterna. Du bör bygga gnunet-gtk med flaggan --enable-libgksu2, " #~ "eller fÃ¥ tag pÃ¥ rätt binärpaket. Observera att du fortfarande kan starta " #~ "konfigurationsverktyget (gnunet-setup) manuellt." #~ msgid "Failed to run the configuration tool (gnunet-setup): %s" #~ msgstr "" #~ "Misslyckades med att köra konfigurationsverktyget (gnunet-setup): %s" #~ msgid "run in debug mode" #~ msgstr "kör i felsökningsläge" #~ msgid "GNUnet GTK user interface." #~ msgstr "GTK-användargränssnitt för GNUnet." #~ msgid "Orientation" #~ msgstr "Orientering" #~ msgid "The orientation of the tray." #~ msgstr "LÃ¥dans orientering." #~ msgid "GNU's p2p network" #~ msgstr "GNU:s p2p-nätverk" #~ msgid "gnunet-gtk, GNU's Peer-to-Peer Network" #~ msgstr "gnunet-gtk, GNU:s Peer-to-Peer-nätverk" #~ msgid "Welcome to gnunet-gtk 0.7.2" #~ msgstr "Välkommen till gnunet-gtk 0.7.2" #~ msgid "" #~ " \n" #~ "gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to " #~ "eventually provide a universal, pluggable interface for all GNUnet " #~ "services.\n" #~ "\n" #~ "This is a beta release. Some advanced features are not working and others " #~ "are missing. The GNUnet homepage offers information about new versions of " #~ "gnunet-gtk.\n" #~ "\n" #~ "Please read the text below for infomation about this release. We hope " #~ "that you will enjoy gnunet-gtk (especially once it is ready).\n" #~ "\n" #~ "Thank you,\n" #~ "\n" #~ " The GNUnet Team\n" #~ "\n" #~ "Changes from gnunet-gtk 0.7.1c:\n" #~ "\n" #~ "This version implements the advanced file-sharing features (in particular " #~ "interactive assembly of namespaces). Searching for content in namespace " #~ "is also finally available. Namespaces that are found are announced in a " #~ "message window. It is now also possible to do non-anonymous file-sharing " #~ "by selecting an anonymity level of zero. You will be warned that you " #~ "have no anonymity by the spin button turning red -- this does not " #~ "indicate an error. A new tab showing the known peers, their current " #~ "bandwidth allocation and trust levels has been added.\n" #~ "\n" #~ "Changes from gnunet-gtk 0.7.1:\n" #~ "\n" #~ "This release adds context-menus (right-click) which allow copying the URI " #~ "of search results and uploads to the clipboard.\n" #~ "\n" #~ "Changes from gnunet-gtk 0.7.0e:\n" #~ "\n" #~ "Made code compatible with GNUnet 0.7.1 APIs.\n" #~ "\n" #~ "Changes from gnunet-gtk 0.7.0d:\n" #~ "\n" #~ "This release adds some additional statistics and includes various minor " #~ "cosmetic improvements. Also, a stack overflow problem on some " #~ "architectures was fixed.\n" #~ "\n" #~ "Changes from gnunet-gtk 0.7.0c:\n" #~ "\n" #~ "This release improves responsiveness of various operations. Closing " #~ "searches, aborting downloads and terminating gnunet-gtk should be much " #~ "faster. Resuming downloads should work properly in this version.\n" #~ "\n" #~ "Changes from gnunet-gtk 0.7.0b:\n" #~ "\n" #~ "This release fixes downloads of files from directories. The previous " #~ "version had some issues with where to copy the completed downloads. Now " #~ "all downloads (pending and completed) are stored in the directory " #~ "specified in the configuration file (by default, that directory is ~/" #~ "gnunet-downloads).\n" #~ "\n" #~ msgstr "" #~ " \n" #~ "gnunet-gtk är ett användargränssnitt för GNUnet baserat pÃ¥ GTK+. Det är " #~ "tänkt att sÃ¥ smÃ¥ningom tillhandahÃ¥lla ett universellt, modulärt " #~ "gränssnitt för alla GNUnet-tjänster.\n" #~ "\n" #~ "Detta är en betautgÃ¥va. Vissa avancerade funktioner fungerar inte och " #~ "andra saknas. PÃ¥ hemsidan för GNUnet finns information om nya versioner " #~ "av gnunet-gtk.\n" #~ "\n" #~ "Läs texten nedan för infomation om denna utgÃ¥va. Vi hoppas att du kommer " #~ "att tycka om gnunet-gtk (speciellt när den är färdig).\n" #~ "\n" #~ "Tack,\n" #~ "\n" #~ " GNUnet-teamet\n" #~ "\n" #~ "Kända problem\n" #~ "\n" #~ "Avancerade fildelningsfunktioner (speciellt interaktiv byggnation av " #~ "kataloger och namnrymder) behöver ytterligare arbete i denna version. Om " #~ "du hittar fel, rapportera dem till vÃ¥rat felhanteringssystem pÃ¥ https://" #~ "gnunet.org/mantis/.\n" #~ "\n" #~ "Ändringar frÃ¥n gnunet-gtk 0.7.0c:\n" #~ "\n" #~ "Denna utgÃ¥va förbättrar svarstiden för olika operationer. Stänga " #~ "sökningar, avbryta hämtningar och avsluta gnunet-gtk bör gÃ¥ mycket " #~ "snabbare. Ã…teruppta hämtningar bör fungera korrekt i denna version.\n" #~ "\n" #~ "Ändringar frÃ¥n gnunet-gtk 0.7.0b:\n" #~ "\n" #~ "Denna utgÃ¥va rättar till hämtningar av filer frÃ¥n kataloger. Tidigare " #~ "version hade vissa problem var de färdigställa hämtningarna skulle " #~ "kopieras. Nu lagras alla hämtningar (väntande och färdigställda) i " #~ "katalogen som anges i konfigurationsfilen (som standard är den katalogen " #~ "~/gnunet-downloads).\n" #~ "\n" #~ msgid "_Welcome" #~ msgstr "_Välkommen" #~ msgid "Try to start the GNUnet Daemon gnunetd on localhost" #~ msgstr "Försök att starta GNUnets demon gnunetd pÃ¥ localhost." #~ msgid "start gnunet_d" #~ msgstr "starta gnunet_d" #~ msgid "Stops the GNUnet daemon gnunetd" #~ msgstr "Stoppar GNUnets demon gnunetd" #~ msgid "sto_p gnunetd" #~ msgstr "sto_ppa gnunetd" #~ msgid "_configuration file that should be used when starting gnunetd:" #~ msgstr "_konfigurationsfilen som ska användas när gnunetd startas:" #~ msgid "Run gnunet-setup in wizard mode" #~ msgstr "Kör gnunet-setup i guideläge" #~ msgid "Run gnunet-setup in standard configuration mode" #~ msgstr "Kör gnunet-setup i standardkonfigurationsläge" #~ msgid "C_onfigure client" #~ msgstr "K_onfigurera klient" #~ msgid "Cancel the selected search" #~ msgstr "Avbryt den valda sökningen" #~ msgid "Cancel the selected search and remove it from the list" #~ msgstr "Avbryt den markerade sökningen och ta bort den frÃ¥n listan" #~ msgid "Search Overview" #~ msgstr "Sököversikt" #~ msgid "_Enter URI:" #~ msgstr "An_ge URI:" #~ msgid "Download the content specified by the URI" #~ msgstr "Hämta ner innehÃ¥llet angivet av URI:n" #~ msgid "with _anonymity" #~ msgstr "med _anonymitet" #~ msgid "Cancel the selected download (and all sub-downloads)" #~ msgstr "Avbryt den valda hämtningen (och alla underhämtningar)" #~ msgid "" #~ "Cancel the selected download (and all sub-downloads) and remove them from " #~ "the list" #~ msgstr "" #~ "Avbryt den markerade hämtningen (och alla underhämtningar) samt ta bort " #~ "dem frÃ¥n listan" #~ msgid "Clear completed downloads from the download list" #~ msgstr "Rensa färdiga hämtningar frÃ¥n hämtningslistan" #~ msgid "Downloads" #~ msgstr "Hämtningar" #~ msgid "Cancel the selected upload (and all sub-uploads)" #~ msgstr "Avbryt den valda sändningen (och alla undersändningar)" #~ msgid "" #~ "Cancel the selected upload (and all sub-uploads) and remove them from the " #~ "list" #~ msgstr "" #~ "Avbryter dem markerade sändningen (och alla undersändningar) samt tar " #~ "bort dem frÃ¥n listan" #~ msgid "Clear completed uploads from the upload list" #~ msgstr "Rensa färdiga sändningar frÃ¥n sändningslistan" #~ msgid "Stat_us" #~ msgstr "Stat_us" #~ msgid "" #~ "Search GNUnet for content under the specified keyword (and, if " #~ "applicable, restrict the search to the given namespace)" #~ msgstr "" #~ "Sök GNUnet efter innehÃ¥ll med angivna nyckelord (och om möjligt även " #~ "begränsa sökningen till den angivna namnrymden)" #~ msgid "" #~ "Specify the anonymity level for the search, 0 for no anonymity. Higher " #~ "values provide more privacy but also less performance." #~ msgstr "" #~ "Ange nivÃ¥ för anonymitet för sökningen, 0 för ingen anonymitet. Högre " #~ "värden ger mer avskildhet men ocksÃ¥ lägre prestanda." #~ msgid "_Maximum results:" #~ msgstr "_Max antal resultat:" #~ msgid "" #~ "This is the rating that you have given this namespace so far. Ratings " #~ "are private and not shared with other users in any way. They are " #~ "supposed to help each user remember which namespace is worthwile for him." #~ msgstr "" #~ "Detta är betyget du har gett denna namnrymd än sÃ¥ länge. Betyg är " #~ "privata och delas inte med andra användare pÃ¥ nÃ¥got sätt. De är tänkta " #~ "att hjälpa varje användare att komma i hÃ¥g vilken namnrymd som är " #~ "värdefull för honom." #~ msgid "Search and _Download" #~ msgstr "Sök och _hämta ner" #~ msgid "Method:" #~ msgstr "Metod:" # adversary = motstÃ¥ndare... hacker? #~ msgid "" #~ "Indexing will avoid copying the file into the GNUnet database. Instead, " #~ "GNUnet will try to add a symbolic link to the specified file. If that " #~ "fails, a copy of the file will be created. Indexing should be used if " #~ "the local machine is unlikely to ever be compromised by an adversary and " #~ "if the uploaded file will not be modified or moved in the future. " #~ "Indexing is more efficient than insertion." #~ msgstr "" #~ "Indexering kommer att förhindra kopering av filen till GNUnets databas. " #~ "Istället kommer GNUnet att försöka att lägga till en symbolisk länk till " #~ "den angivna filen. Om detta misslyckades kommer en kopia av filen att " #~ "skapas. Indexering bör användas om den lokala maskinen troligen inte " #~ "kommer att övertas av en ondsint person och om den sända filen inte " #~ "kommer att modifieras eller flyttas i framtiden. Indexering är mer " #~ "effektivt än att lägga till." #~ msgid "inde_x" #~ msgstr "inde_x" # adversary = ondsint person? #~ msgid "" #~ "Inserting a file means that an encrypted copy will be added to the GNUnet " #~ "database. Without the proper key (which is not stored in plaintext " #~ "anywhere) the file cannot be decrypted. Use this option for small files, " #~ "files that will be modified soon, files that maybe moved or if you are " #~ "afraid that an adversary may detect the file in plaintext on your machine " #~ "(after compromising your machine)." #~ msgstr "" #~ "Lägga till en fil betyder att en krypterad kopia kommer att läggas till i " #~ "GNUnets databas. Utan den korrekta nyckeln (vilken inte lagras i " #~ "klartext nÃ¥gonstans) kan inte filen dekrypteras. Använd detta alternativ " #~ "för mindre filer, filer som kommer att modifieras inom kort, filer som " #~ "kanske flyttas eller om du är rädd att en ondsint person kan identifiera " #~ "filen i klartext pÃ¥ din dator (efter att ha tagit över din dator)." #~ msgid "i_nsert" #~ msgstr "lägg t_ill" #~ msgid "Scope:" #~ msgstr "OmfÃ¥ng:" #~ msgid "Recursively publish an entire directory tree." #~ msgstr "Publicera ett helt katalogträd rekursivt." #~ msgid "_recursive (for entire directories)" #~ msgstr "_rekursivt (för hela kataloger)" #~ msgid "" #~ "What level of sender-anonymity is desired when sharing this particular " #~ "file? 0 allows direct connections (no anonymity). Higher levels require " #~ "increasing amounts of cover traffic per shared block, increasing your " #~ "privacy at the expense of efficiency." #~ msgstr "" #~ "Vilken nivÃ¥ av sändaranonymitet är önskvärd vid utdelning av denna fil? " #~ "0 tillÃ¥ter direkta anslutningar (ingen anonymitet). Högre nivÃ¥er kräver " #~ "ökande mängder av döljande trafik per utdelat block, ökande av avskildhet " #~ "kostar effektivitet." #~ msgid "" #~ "Controls if GNUnet should also produce information for individual files " #~ "inside of a directory, as opposed to only allowing the directory itself " #~ "to be found directly. Only applies for recursive uploads." #~ msgstr "" #~ "Kontrollerar om GNUnet ocksÃ¥ bör producera information om individuella " #~ "filer i en katalog i motsats till endast tillÃ¥ta att katalogen själv " #~ "hittas direkt. Gäller endast för rekursiva sändningar. " #~ msgid "add keywords for files in directories" #~ msgstr "lägg till nyckelord för filer i kataloger" #~ msgid "" #~ "Share the specified file with the selected options (you will then be " #~ "prompted to enter meta-data and keywords)." #~ msgstr "" #~ "Dela den angivna filen med de valda alternativen (du kommer att frÃ¥gas " #~ "att ange metadata och nyckelord)." #~ msgid "Browse local computer for files (or directories) to publish." #~ msgstr "" #~ "Bläddra i lokala datorn efter filer (eller kataloger) att publicera." #~ msgid "_Browse" #~ msgstr "_Bläddra" #~ msgid "Only publish a single file." #~ msgstr "Publicera endast en fil." #~ msgid "file onl_y" #~ msgstr "endast _fil" #~ msgid "" #~ "How important is the file (used to prioritize data in the local " #~ "datastore)." #~ msgstr "" #~ "Hur viktig är filen (används för att prioritera data i den lokala " #~ "datalagringen)." #~ msgid "use libextractor for files in directories" #~ msgstr "använd libextractor för filer i kataloger" #~ msgid "c_reate" #~ msgstr "skap_a" #~ msgid "d_elete" #~ msgstr "ta _bort" #~ msgid "" #~ "Will prevent future insertions into the namespace (will not delete " #~ "content in the namespace)" #~ msgstr "" #~ "Kommer att förhindra framtida inlägg till namnrymden (kommer inte att ta " #~ "bort innehÃ¥ll i namnrymden)" #~ msgid "end collection (will not delete content already in the collection)" #~ msgstr "avsluta samling (kommer inte ta bort innehÃ¥ll redan i samlingen)" #~ msgid "Available content" #~ msgstr "Tillgängligt innehÃ¥ll" #~ msgid "" #~ "should GNUnet track available content (for publishing in namespaces)?" #~ msgstr "" #~ "ska GNUnet spÃ¥ra tillgängligt innehÃ¥ll (för publisering i namnrymd)?" #~ msgid "track available content" #~ msgstr "spÃ¥ra tillgängligt innehÃ¥ll" #~ msgid "deletes the tracked available content shown below" #~ msgstr "tar bort det spÃ¥rade tillgängliga innehÃ¥llet som visas nedan" #~ msgid "/join #gnunet" #~ msgstr "/join #gnunet" #~ msgid "Cha_t" #~ msgstr "Cha_tt" #~ msgid "Edit File Information" #~ msgstr "Redigera filinformation" #~ msgid "This dialog is used to edit information about shared files." #~ msgstr "Denna dialog används för att redigera information om delade filer." #~ msgid "Cancel the publication." #~ msgstr "Avbryt publiceringen." # Va ????? #~ msgid "metaDataDialogCancelButton" #~ msgstr "metaDataDialogCancelButton" #~ msgid "Abort the upload operation." #~ msgstr "Avbryt sändningsÃ¥tgärden." #~ msgid "" #~ "Confirm the displayed meta-data and keywords and proceed with the " #~ "publication." #~ msgstr "" #~ "Bekräfta det visade metadatat och nyckelorden, och fortsätt med " #~ "publiceringen." #~ msgid "Please provide meta-data and keywords for the content." #~ msgstr "Ange metadata och nyckelord för innehÃ¥llet." #~ msgid "Enter metadata about the upload" #~ msgstr "Ange metadata om sändningen" #~ msgid "Value Entry" #~ msgstr "Ange värde" #~ msgid "" #~ "Enter the value for the meta-data of the specified type here.\n" #~ "Press ENTER to add the data." #~ msgstr "" #~ "Ange väldet för metadatat av den angivna typen här.\n" #~ "Tryck ENTER för att lägga till data." #~ msgid "" #~ "Add the given description to the meta-data describing the uploaded file." #~ msgstr "" #~ "Lägg till angiven beskrivning till metadata som beskriver den sända filen." #~ msgid "" #~ "Remove the selected descriptions from the meta-data describing the " #~ "uploaded file." #~ msgstr "" #~ "Lägg till angiven beskrivning till metadata som beskriver den sända filen." #~ msgid "Select entries and use the button to delete keywords." #~ msgstr "Välj poster och använd knappen för att ta bort nyckelord." #~ msgid "Meta-data" #~ msgstr "Metadata" #~ msgid "Enter keywords" #~ msgstr "Ange nyckelord" #~ msgid "" #~ "Add the specified keyword to the list of keywords under which the file or " #~ "directory will be found." #~ msgstr "" #~ "Lägg till angivet nyckelord till listan av nyckelord under vilken filen " #~ "eller katalogen kommer att hittas." #~ msgid "" #~ "Remove the selected keywords from the list of keywords under which the " #~ "file or directory will be found." #~ msgstr "" #~ "Ta bort angivna nyckelord frÃ¥n listan över nyckelord under vilken filen " #~ "eller katalogen kommer att hittas." #~ msgid "Lists all of the keywords that will be used." #~ msgstr "Listar alla nyckelord som kommer att användas." #~ msgid "Keywords" #~ msgstr "Nyckelord" #~ msgid "Select Preview" #~ msgstr "Välj förhandsgranskning" #~ msgid "File Information" #~ msgstr "Filinformation" #~ msgid "" #~ "List of search results. Directories must first be downloaded before " #~ "their contents will be displayed." #~ msgstr "" #~ "Lista över sökresultatet. Kataloger mÃ¥ste först hämtas ner innan dess " #~ "innehÃ¥ll kommer att visas." #~ msgid "Standard view" #~ msgstr "Standardvy" #~ msgid "Download selected files." #~ msgstr "Hämta ner valda filer." #~ msgid "Down_load" #~ msgstr "_Hämta ner" #~ msgid "" #~ "If the selected file is a directory, immediately try to download all " #~ "files in the directory as well." #~ msgstr "" #~ "Om den valda filen är en katalog, försök även att omedelbart hämta alla " #~ "filer i katalogen." #~ msgid "with anon_ymity" #~ msgstr "med anon_ymitet" #~ msgid "" #~ "Specify the desired anonymity level for this download. A value of 0 means " #~ "no receiver anonymity (allows direct connection). Use higher values for " #~ "increased privacy at the expense of performance." #~ msgstr "" #~ "Ange den önskade nivÃ¥n av anonymitet för denna hämtning. Ett värde pÃ¥ 0 " #~ "betyder ingen anonymitet för mottagaren (tillÃ¥ter direktanslutning). " #~ "Använd högre värden för ökad avskildhet men pÃ¥ bekostnad av prestandan." #~ msgid "Abort the search, but keep search tab open." #~ msgstr "Avbryt sökningen men stäng inte sökfliken." #~ msgid "Close search tab (also aborts search)." #~ msgstr "Stäng sökfliken (avbryter även sökningen)." #~ msgid "Namespace Contents" #~ msgstr "Namnrymdens innehÃ¥ll" #~ msgid "" #~ "List of the files and directories that have been added to this namespace " #~ "so far." #~ msgstr "" #~ "Listar de filer och kataloger som har lagts till i denna namnrymd än sÃ¥ " #~ "länge." #~ msgid "Add content to the namespace" #~ msgstr "Lägg till innehÃ¥ll till namnrymden" #~ msgid "Publish an update to the selected updatable content." #~ msgstr "" #~ "Publisera en uppdatering till det valda uppdateringsbara innehÃ¥llet." #~ msgid "U_pdate" #~ msgstr "U_ppdatera" #~ msgid "Chat" #~ msgstr "Chatt" #~ msgid "The current conversation in this chat room." #~ msgstr "Den nuvarande konversationen i detta chattrum." #~ msgid "Hello!" #~ msgstr "Hej!" #~ msgid "Sends the message to all participants in the current chat room." #~ msgstr "Skickar meddelandet till alla deltagare i nuvarande chattrum." #~ msgid "Sen_d" #~ msgstr "Skic_ka" #~ msgid "List of the participants in the chat room." #~ msgstr "Lista av deltagare i chattrummet." #~ msgid "The gnunet-gtk about dialog" #~ msgstr "Om gnunet-gtk" #~ msgid "(C) 2001-2007 Christian Grothoff (and other contributing authors)" #~ msgstr "© 2001-2007 Christian Grothoff (och andra bidragande upphovsmän)" #~ msgid "https://gnunet.org/" #~ msgstr "https://gnunet.org/" #~ msgid "GNUnet Website" #~ msgstr "GNUnets webbplats" #~ msgid "Cancel selecting file to publish." #~ msgstr "Avbryt val av fil att publicera." #~ msgid "Select this file (or directory) for the publication." #~ msgstr "Välj denna fil (eller katalog) för publicering." #~ msgid "Cancel namespace creation." #~ msgstr "Avbryt skapandet av namnrymd" #~ msgid "" #~ "Confirm the specified data. Creates the namespace and publishes the " #~ "advertisements." #~ msgstr "" #~ "Bekräfta angivet data. Skapar namnrymden och publiserar annonseringen." #~ msgid "Please provide information about the namespace" #~ msgstr "Ange information om namnrymden" #~ msgid "" #~ "Each namespace is supposed to have a name. While GNUnet cannot guarantee " #~ "that these names are unique, users should try to select names that are " #~ "unlikely to conflict and that correspond to the contents of the namespace." #~ msgstr "" #~ "Varje namnrymd är tänkt att ha ett namn. Eftersom GNUnet inte kan " #~ "garantera att dessa namn är unika bör användarna försöka att välja namn " #~ "som förhoppningsvis är olika och som passar för innehÃ¥llet i namnrymden." #~ msgid "" #~ "The namespace root is the file or directory in the namespace that will be " #~ "advertised to other users. Typically it contains a directory with the " #~ "contents of the namespace. You are free in your choice of identifier for " #~ "the root." #~ msgstr "" #~ "Roten i namnrymden är den fil eller katalog i namnrymden som kommer att " #~ "annonseras till andra användare. Normalt sett innehÃ¥ller den en katalog " #~ "som innehÃ¥llet av namnrymden. Du fÃ¥r välja en valfri identifierare för " #~ "roten." #~ msgid "Anonymity (for namespace advertisement):" #~ msgstr "Anonymitet (för annonsering av namnrymd):" #~ msgid "" #~ "Enter a keyword under which advertisements for this namespace will be " #~ "published." #~ msgstr "" #~ "Ange ett nyckelord under vilken annonsering av denna namnrymd kommer att " #~ "publiseras." #~ msgid "" #~ "Add the given keyword to the list of keywords under which advertisements " #~ "for the namespace will be published." #~ msgstr "" #~ "Lägg till angivet nyckelord till listan av nyckelord under vilken " #~ "annonseringen av denna namnrymd kommer att publiseras." #~ msgid "Enter meta-data (descriptions) for this namespace" #~ msgstr "Ange metadata (beskrivningar) för denna namnrymd" #~ msgid "Add the given metadata entry to the metadata for this namespace." #~ msgstr "" #~ "Lägg till den angivna metadataposten till metadatat för denna namnrymd." #~ msgid "Metadata describing the namespace (used in advertisements)." #~ msgstr "Metadata som beskriver namnrymden (används för annonsering)." #~ msgid "Metadata" #~ msgstr "Metadata" #~ msgid "Close the selected search" #~ msgstr "Stäng den valda sökningen" #~ msgid "_Close" #~ msgstr "_Stäng" #~ msgid "Add File to Namespace" #~ msgstr "Lägg till fil till namnrymd" #~ msgid "" #~ "Please provide an identifier for the content and select the update policy." #~ msgstr "Ange en identifierare för innehÃ¥llet och välj uppdateringspolicyn." #~ msgid "Anonymit_y:" #~ msgstr "Anonymi_tet:" #~ msgid "_Update Interval:" #~ msgstr "_Uppdateringsintervall:" #~ msgid "" #~ "--no update--\n" #~ "--sporadic update--\n" #~ "1 day\n" #~ "2 days\n" #~ "1 week\n" #~ "1 month\n" #~ "1 year\n" #~ msgstr "" #~ "--ingen uppdatering--\n" #~ "--sporadisk uppdatering--\n" #~ "1 dag\n" #~ "2 dagar\n" #~ "1 vecka\n" #~ "1 mÃ¥nad\n" #~ "1 Ã¥r\n" #~ msgid "Edit Collection Information" #~ msgstr "Redigera information om samling" #~ msgid "Please provide meta-data and an identifier for the collection." #~ msgstr "Skicka med metadta och en identifierare för samlingen." #~ msgid "" #~ "Add the given description to the meta-data describing the published file." #~ msgstr "" #~ "Lägg till angiven beskrivning till det metadata som beskriver den " #~ "publicerade filen." #~ msgid "Update File in Namespace" #~ msgstr "Uppdatera fil i namnrymd" #~ msgid "" #~ "Please provide information about the update to the content in the " #~ "namespace." #~ msgstr "" #~ "Skicka med information om uppdateringen till innehÃ¥llet i namnrymden." #~ msgid "BUG: SET ME!" #~ msgstr "FEL: STÄLL IN MIG!" #~ msgid "Stop and close gnunet-gtk." #~ msgstr "Stoppa och stäng gnunet-gtk." #~ msgid "Search Tab Label with Close Button" #~ msgstr "Sökfliksetikett med Stäng-knapp" #~ msgid "FIXME" #~ msgstr "FIXME" #~ msgid "Stop the search." #~ msgstr "Stoppa sökningen." #~ msgid "Select filename under which the search results should be saved" #~ msgstr "Välj filnamnet under vilket sökresultatet ska sparas" #~ msgid "Uploads" #~ msgstr "Uppladdningar" #~ msgid "Up_load" #~ msgstr "Ladda _upp" #~ msgid "U_pload" #~ msgstr "Ladda u_pp" #~ msgid "" #~ "Refresh the available content list now (otherwise this is done " #~ "automatically roughly every 5 minutes)" #~ msgstr "" #~ "Uppdatera listan över tillgängligt innehÃ¥ll nu (annars görs detta " #~ "automatiskt ungefär var 5:e minut)" #~ msgid "Anon_ymity:" #~ msgstr "Anon_ymitet:" #~ msgid "Enter Meta-Information about Namespace Content" #~ msgstr "Ange metainformation om namnrymdens innehÃ¥ll" #~ msgid "Error while searching: %s\n" #~ msgstr "Fel vid sökning: %s\n" #~ msgid "Download `%s' complete" #~ msgstr "Nedladdning av \"%s\" är färdig" #~ msgid "Upload `%s' complete" #~ msgstr "Uppladdning av \"%s\" är färdig" #~ msgid "Error while uploading: %s\n" #~ msgstr "Fel vid uppladdning: %s\n" #~ msgid "" #~ "You must specify a directory in the configuration in section `%s' under `" #~ "%s'." #~ msgstr "" #~ "Du mÃ¥ste ange en katalog i konfigurationen i sektionen \"%s\" under \"%s" #~ "\"." #~ msgid "Uploading `%s'" #~ msgstr "Laddar upp \"%s\"" #~ msgid "You must select some available content for publication first!" #~ msgstr "Du mÃ¥ste först välja nÃ¥got tillgängligt innehÃ¥ll för publisering!" #~ msgid "You must select some existing namespace content to be updated first!" #~ msgstr "" #~ "Du mÃ¥ste först välja innehÃ¥ll i nÃ¥gon existerande namnrymd som ska " #~ "uppdateras!" #~ msgid "You must specify an identifier for the next publication." #~ msgstr "Du mÃ¥ste ange en identifierare för nästa publisering." #~ msgid "CPU load" #~ msgstr "CPU-belastning" #~ msgid "Failed to open `%s'.\n" #~ msgstr "Misslyckades att öppna \"%s\".\n" #~ msgid "Use --help to get a list of options.\n" #~ msgstr "Använd --help för att fÃ¥ en lista pÃ¥ flaggor.\n" #~ msgid "" #~ "\n" #~ " \n" #~ "gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to " #~ "eventually provide a universal, pluggable interface for all GNUnet " #~ "services.\n" #~ "\n" #~ "This is an alpha release. Many features are not working and others are " #~ "missing. The GNUnet homepage offers information about new versions of " #~ "gnunet-gtk.\n" #~ "\n" #~ "Important changes (compared to gnunet-gtk 0.6.6):\n" #~ "\n" #~ "The redesign of the GNUnet core has also affected gnunet-gtk. The new " #~ "codebase is based on glade, which should make it easier to customize and " #~ "extend gnunet-gtk.\n" #~ "\n" #~ "The new codebase is mostly a collection of GTK+ signal handlers that " #~ "trigger the appropriate actions on GNUnet's FSUI and ECRS libraries.\n" #~ "\n" #~ "The code is still far from complete, missing features include:\n" #~ "* support for starting and stopping gnunetd\n" #~ "* support for file sharing (insert, search, download, pseudonyms, " #~ "namespaces, directories, collections)\n" #~ "* support for statistics (raw, graphical)\n" #~ "* support for chat\n" #~ "\n" #~ "We hope that you will enjoy gnunet-gtk (especially once it is ready).\n" #~ "\n" #~ "\n" #~ "Thank you,\n" #~ "\n" #~ "\n" #~ " The GNUnet Team" #~ msgstr "" #~ "\n" #~ " \n" #~ "gnunet-gtk är ett GTK+-användargränssnitt för GNUnet. Det är tänkt att " #~ "eventuellt erbjuda ett universalt, modulärt gränssnitt för alla GNUnet-" #~ "tjänster.\n" #~ "\n" #~ "Detta är en alfa-utgÃ¥va. MÃ¥nga funktioner fungerar inte och andra saknas. " #~ "GNUnets webbplats erbjuder information om nya version av gnunet-gtk.\n" #~ "\n" #~ "Viktiga ändringar (jämfört med gnunet-gtk 0.6.6):\n" #~ "\n" #~ "Omstruktureringen av GNUnets kärna har ocksÃ¥ pÃ¥verkat gnunet-gtk. Den nya " #~ "kodbasen är baserad pÃ¥ glade vilket bör göra det lättare att anpassa och " #~ "utöka gnunet-gtk.\n" #~ "\n" #~ "Den nya kodbasen är mestadels en samling av GTK+-signalhanterare som " #~ "använder lämpliga Ã¥tgärder i GNUnets FSUI- och ECRS-bibliotek.\n" #~ "\n" #~ "Källkoden är fortfarande lÃ¥ngt i frÃ¥n klar, funktioner som saknas är:\n" #~ "* stöd för start och stopp av gnunetd\n" #~ "* stöd för fildelning (lägg till, sök, ladda ner, pseudonymer, namnrymd, " #~ "kataloger, samlingar)\n" #~ "* stöd för statistik (rÃ¥, grafisk)\n" #~ "* stöd för chatt\n" #~ "\n" #~ "Vi hoppas att du kommer att tycka om gnunet-gtk (speciellt när den är " #~ "klar).\n" #~ "\n" #~ "\n" #~ "Tack,\n" #~ "\n" #~ "\n" #~ " The GNUnet Team" #~ msgid "" #~ "You must specify different directories in the configuration in section `" #~ "%s' under `%s' and `%s'." #~ msgstr "" #~ "Du mÃ¥ste ange olika kataloger i konfigurationen i sektionen \"%s\" under " #~ "\"%s\" och \"%s\"." #~ msgid "Could not open symlink `%s': %s\n" #~ msgstr "Kunde inte öppna symlänk \"%s\": %s\n" #~ msgid "Could not move or copy downloaded file %s to %s: %s." #~ msgstr "Kunde inte flytta eller kopiera nedladdad fil %s till %s: %s." #~ msgid "Could not remove temporary file %s: %s\n" #~ msgstr "Kunde inte ta bort temporär fil %s: %s\n" gnunet-gtk-0.9.3/po/vi.po0000644000175000017500000041710311762217326012140 00000000000000# Vietnamese translation for GNUnet-GTK. # Copyright © 2010 Free Software Foundation, Inc. # Copyright © 2010 Christian Grothoff. # This file is distributed under the same license as the gnunet-gtk package. # Phan Vinh Thinh , 2005. # Clytie Siddall , 2007-2010. # msgid "" msgstr "" "Project-Id-Version: gnunet-gtk 0.8.1\n" "Report-Msgid-Bugs-To: bug-gnunet@gnu.org\n" "POT-Creation-Date: 2012-06-01 21:58+0200\n" "PO-Revision-Date: 2010-02-11 21:43+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.8\n" #: src/fs/gnunet-fs-gtk.c:438 src/gns/gnunet-gns-gtk.c:597 #: src/peerinfo/gnunet-peerinfo-gtk.c:527 #: src/statistics/gnunet-statistics-gtk.c:295 msgid "start in tray mode" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:55 #, c-format msgid "" "Failed to validate supposedly utf-8 string `%s' of length %u, assuming it to " "be a C string\n" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:245 #, c-format msgid "Selected file `%s' is not a GNUnet directory!\n" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:291 src/fs/gnunet-fs-gtk_common.c:300 #, fuzzy msgid "no description supplied" msgstr "Thu thập bị dừng.\n" #: src/fs/gnunet-fs-gtk_event-handler.c:795 #: contrib/gnunet_fs_gtk_main_window.glade:271 #, fuzzy msgid "_Download" msgstr "Tải _xuống" #: src/fs/gnunet-fs-gtk_event-handler.c:804 #, fuzzy msgid "Download _recursively" msgstr "đệ _quy" #: src/fs/gnunet-fs-gtk_event-handler.c:813 #, fuzzy msgid "Download _as..." msgstr "Tải _xuống" #: src/fs/gnunet-fs-gtk_event-handler.c:825 #, fuzzy msgid "_Abort download" msgstr "Tải _xuống" #: src/fs/gnunet-fs-gtk_event-handler.c:836 #: src/fs/gnunet-fs-gtk_event-handler.c:2914 msgid "_Copy URI to Clipboard" msgstr "_Chép URI vào bảng nháp" #: src/fs/gnunet-fs-gtk_event-handler.c:1577 msgid "Error!" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:1739 #, fuzzy msgid "no URI" msgstr "URI" #: src/fs/gnunet-fs-gtk_event-handler.c:2924 #, fuzzy msgid "_Abort publishing" msgstr "_Xuất bản" #: src/fs/gnunet-fs-gtk_main-window-search.c:131 #, c-format msgid "Invalid keyword string `%s': %s" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1266 #, c-format msgid "Scanning directory `%s'.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1280 #, c-format msgid "Failed to scan `%s' (access error). Skipping.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1304 #, fuzzy, c-format msgid "Processed file `%s'.\n" msgstr "Lá»—i truy cập tập tin « %s »." #: src/fs/gnunet-fs-gtk_publish-dialog.c:1322 msgid "Operation failed (press cancel)\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1329 msgid "Scanner has finished.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:544 #, fuzzy msgid "Select a type" msgstr "Chá»n má»i tập tin" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:546 msgid "Specify a value" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:991 #, fuzzy, c-format msgid "Could not load preview `%s' into memory\n" msgstr "Lá»—i ánh xạ tập tin « %s » vào bá»™ nhá»›." #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:1159 msgid "" msgstr "" #: src/fs/gnunet-fs-gtk_unindex.c:332 #, fuzzy, c-format msgid "Could not access indexed file `%s'\n" msgstr "Lá»—i truy cập tập tin « %s »." #: src/gns/gnunet-gns-gtk.c:152 src/gns/gnunet-gns-gtk.c:157 #, c-format msgid "New Pseudonym could not be set: `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:281 #, fuzzy, c-format msgid "" "Changes to autoshorten could not be written to configuration file: `%s'\n" msgstr "Thay đổi tên cá»§a tập tin cấu hình" #: src/gns/gnunet-gns-gtk.c:286 #, fuzzy, c-format msgid "" "Changes to autoshorten option could not be written to configuration file: `" "%s'\n" msgstr "Thay đổi tên cá»§a tập tin cấu hình" #: src/gns/gnunet-gns-gtk.c:465 msgid "Namestore service is not running!\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:499 #, c-format msgid "Option `%s' missing in section `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:510 msgid "Failed to read or create private zone key\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:524 #, fuzzy msgid "Failed to connect to namestore\n" msgstr "Lá»—i chèn ná»™i dung vào miá»n tên (xem bản ghi).\n" #: src/gns/gnunet-gns-gtk.c:555 #, fuzzy, c-format msgid "Editing zone %s" msgstr "Bài xuất bản" #: src/gns/gnunet-gns-gtk_zone.c:282 msgid "Record could not be deleted:" msgstr "" #: src/gns/gnunet-gns-gtk_zone.c:287 #, c-format msgid "" "%s\n" "%s\n" msgstr "" #: src/lib/glade.c:118 #, fuzzy, c-format msgid "Failed to load `%s': %s\n" msgstr "Lá»—i tìm bá»™ quản lý « %s »\n" #: src/lib/os_installation.c:284 #, c-format msgid "" "Could not determine installation path for %s. Set `%s' environment " "variable.\n" msgstr "" #: src/peerinfo/gnunet-peerinfo-gtk.c:493 #, c-format msgid "Failed to initialize communication with peerinfo service!\n" msgstr "" #: src/setup/gnunet-setup.c:115 src/setup/gnunet-setup.c:205 #: src/setup/gnunet-setup-options.c:393 src/setup/gnunet-setup-options.c:413 #, c-format msgid "Widget `%s' not found\n" msgstr "" #: src/setup/gnunet-setup.c:124 src/setup/gnunet-setup.c:139 #, c-format msgid "Invalid regular expression `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:170 #, fuzzy, c-format msgid "Failed to obtain option value from widget `%s'\n" msgstr "CẢNH BÃO : lá»—i lấy thống kê kết nối từ trình ná»n gnunetd.\n" #: src/setup/gnunet-setup.c:219 #, fuzzy, c-format msgid "Failed to initialize widget `%s'\n" msgstr "Lá»—i tìm bá»™ quản lý « %s »\n" #: src/setup/gnunet-setup.c:230 #, c-format msgid "No default value known for option `%s' in section `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:240 #, c-format msgid "Failed to initialize widget `%s' with value `%s'\n" msgstr "" #: src/setup/gnunet-setup-hostlist-server.c:174 msgid "" "Could not determine whether the hostlist daemon has an integrated hostlist " "server!\n" msgstr "" #: src/setup/gnunet-setup-options.c:353 msgid "the hostlist server" msgstr "" #: src/setup/gnunet-setup-options.c:357 msgid "the TCP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:361 msgid "the HTTP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:365 msgid "the HTTPS transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:401 #, c-format msgid "Specified widget `%s' is not a checkbutton\n" msgstr "" #: src/setup/gnunet-setup-options.c:421 #, c-format msgid "Specified widget `%s' is not a spinbutton\n" msgstr "" #: src/setup/gnunet-setup-options.c:478 #, c-format msgid "This port is already occupied by %s." msgstr "" #: src/setup/gnunet-setup-options.c:773 src/setup/gnunet-setup-options.c:781 #, c-format msgid "Option `%s' is not formatted correctly!\n" msgstr "" #: src/setup/gnunet-setup-options.c:792 src/setup/gnunet-setup-options.c:800 #, c-format msgid "`%s' is not a valid port number!\n" msgstr "" #: src/setup/gnunet-setup-options.c:1602 msgid "Should GNUnet exclusively connect to friends?" msgstr "" #: src/setup/gnunet-setup-options.c:1614 msgid "Friends file containing the list of friendly peers" msgstr "" #: src/setup/gnunet-setup-options.c:1626 msgid "Minimum number of friendly connections" msgstr "" #: src/setup/gnunet-setup-options.c:1638 msgid "Topology should always be loaded" msgstr "" #: src/setup/gnunet-setup-options.c:1651 msgid "Should hostlist support be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1664 msgid "Should file-sharing be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1676 msgid "Should GNUnet learn about other peers using hostlists" msgstr "" #: src/setup/gnunet-setup-options.c:1688 msgid "Should GNUnet learn hostlists from other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1700 msgid "Should this peer offer a hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1712 msgid "Should this peer advertise its hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1724 msgid "Port this peers hostlist should be offered on" msgstr "" #: src/setup/gnunet-setup-options.c:1756 msgid "Known hostlist URLs" msgstr "" #: src/setup/gnunet-setup-options.c:1767 msgid "How many bytes per second are we allowed to transmit?" msgstr "" #: src/setup/gnunet-setup-options.c:1779 msgid "How many bytes per second are we allowed to receive?" msgstr "" #: src/setup/gnunet-setup-options.c:1793 msgid "Enable communication via TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1805 msgid "Enable communication via UDP" msgstr "" #: src/setup/gnunet-setup-options.c:1817 msgid "Enable communication via HTTP" msgstr "" #: src/setup/gnunet-setup-options.c:1829 msgid "Enable communication via HTTPS" msgstr "" #: src/setup/gnunet-setup-options.c:1841 msgid "Enable communication via DV" msgstr "" #: src/setup/gnunet-setup-options.c:1853 msgid "Enable communication via WLAN" msgstr "" #: src/setup/gnunet-setup-options.c:1865 msgid "Port we bind to for TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1877 msgid "Port visible to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1889 msgid "Check if this peer is behind a NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1901 msgid "Check if the NAT has been configured manually to forward ports" msgstr "" #: src/setup/gnunet-setup-options.c:1913 msgid "Enable NAT traversal with UPnP/PMP" msgstr "" #: src/setup/gnunet-setup-options.c:1926 msgid "Enable NAT traversal with ICMP as server" msgstr "" #: src/setup/gnunet-setup-options.c:1939 msgid "External (public) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1951 msgid "Enable NAT traversal with ICMP as client" msgstr "" #: src/setup/gnunet-setup-options.c:1963 msgid "Internal (private) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1975 msgid "Disable IPv6 support" msgstr "" #: src/setup/gnunet-setup-options.c:1988 msgid "Port for inbound UDP packets, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2000 msgid "Port for inbound HTTP connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2012 msgid "Port for inbound HTTPS connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2026 msgid "Use sqLite to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2038 msgid "Use MySQL to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2050 msgid "Use Postgres to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2062 src/setup/gnunet-setup-options.c:2207 msgid "Name for the MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2074 src/setup/gnunet-setup-options.c:2219 #, fuzzy msgid "Configuration file for MySQL access" msgstr "Tập tin _cấu hình dùng cho gnunetd:" #: src/setup/gnunet-setup-options.c:2086 src/setup/gnunet-setup-options.c:2231 msgid "Username for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2098 src/setup/gnunet-setup-options.c:2243 msgid "Password for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2110 src/setup/gnunet-setup-options.c:2255 msgid "Name of host running MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2122 src/setup/gnunet-setup-options.c:2279 msgid "Port of MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2134 src/setup/gnunet-setup-options.c:2291 #, fuzzy msgid "Configuration for Postgres (passed to PQconnectdb)" msgstr "Tập tin _cấu hình dùng cho gnunetd:" #: src/setup/gnunet-setup-options.c:2147 msgid "Should we try to push our content to other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2159 msgid "Are we allowed to cache content received from other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2171 msgid "Use sqLite to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2183 msgid "Use MySQL to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2195 msgid "Use Postgres to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2267 msgid "Name of monitoring interface to use (monX)" msgstr "" #: src/setup/gnunet-setup-options.c:2305 msgid "Should the VPN/PT be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2319 msgid "Tunnel IPv4 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2333 msgid "Tunnel IPv6 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2346 msgid "Tunnel DNS traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2358 msgid "Name of the virtual interface the GNUnet VPN should create" msgstr "" #: src/setup/gnunet-setup-options.c:2370 msgid "IPv4 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2382 msgid "IPv4 network mask to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2394 msgid "IPv6 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2406 msgid "IPv6 network prefix length to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2422 msgid "" "Activate the VPN exit to provide services and/or to enable others to use " "your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2435 msgid "" "IP address of the external DNS resolver to use (values from your resolve." "conf are usually appropriate))" msgstr "" #: src/setup/gnunet-setup-options.c:2448 msgid "" "Allow other peers to perform DNS resolutions using your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2461 msgid "" "Name of the virtual interface the GNUnet exit service should create for " "traffic exiting the VPN to the Internet" msgstr "" #: src/setup/gnunet-setup-options.c:2473 msgid "IPv4 address to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2485 msgid "IPv4 network mask to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2497 msgid "IPv6 address to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2510 msgid "IPv6 network prefix length to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2524 msgid "" "Allow other users to use your Internet connection for UDP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2537 msgid "" "Allow other users to use your Internet connection for TCP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2551 msgid "Should the GNS be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2564 #, fuzzy msgid "Specification of .gnunet TLD" msgstr "Ở đây thì xác định vị trí cá»§a tập tin « gnunetd.conf »" #: src/statistics/functions.c:519 msgid "Connectivity" msgstr "Khả năng kết nối" #: src/statistics/functions.c:520 msgid "# connected nodes (100% = connection table size)" msgstr "# nút đã kết nối (100% = kích cỡ bảng kết nối)" #: src/statistics/functions.c:528 msgid "System load" msgstr "Trá»ng tải hệ thống" #: src/statistics/functions.c:530 msgid "" "CPU load (red), IO load (green), Network upload (yellow), Network download " "(blue)" msgstr "" "Trá»ng tải CPU (Ä‘á»), Trá»ng tải VR (lục), Tải lên mạng (vàng), Tải xuống mạng " "(xanh)" #: src/statistics/functions.c:538 msgid "Datastore capacity" msgstr "Sức chứa kho dữ liệu" #: src/statistics/functions.c:539 msgid "Persistent file-sharing data (red) and DHT cache (green)" msgstr "Dữ liệu chia sẻ tập tin bá»n bỉ (màu Ä‘á») và bá»™ nhá»› tạm DHT (màu lục)" #: src/statistics/functions.c:547 msgid "Inbound Traffic" msgstr "Dữ liệu gá»­i đến" #: src/statistics/functions.c:549 src/statistics/functions.c:559 msgid "" "Noise (red), Content (green), Queries (yellow), Hellos (blue), other (gray), " "limit (magenta)" msgstr "" "Nhiá»…u (Ä‘á»), Ná»™i dung (lục), Há»i (vàng), Lá»i chào (xanh), khác (xám), hạn chế " "(đỠtươi)" #: src/statistics/functions.c:557 msgid "Outbound Traffic" msgstr "Dữ liệu gá»­i Ä‘i" #: src/statistics/functions.c:567 msgid "Trust" msgstr "Tin cậy" #: src/statistics/functions.c:568 msgid "Spent (red), Earned (green) and Awarded (yellow)" msgstr "Äã tiêu phí (màu Ä‘á»), giành được (màu lục) và đã cấp (màu vàng)" #: src/statistics/functions.c:576 msgid "Routing Effectiveness" msgstr "Äá»™ hữu hiệu định tuyến" #: src/statistics/functions.c:577 msgid "Average (red) effectiveness (100% = perfect)" msgstr "Äá»™ hữu hiệu trung bình (màu Ä‘á»): 100% = hoàn toàn." #: src/statistics/gnunet-statistics-gtk.c:264 msgid "Failed to initiate connection with statistics service\n" msgstr "" #: src/statistics/statistics.c:434 #, c-format msgid "Connected to %Lu peers" msgstr "Có kết nối tá»›i %Lu đồng đẳng" #: contrib/gnunet_fs_gtk_about_window.glade:96 #: contrib/gnunet_gns_gtk_about_window.glade:87 #: contrib/gnunet_peerinfo_gtk_about_window.glade:158 #: contrib/gnunet_setup_about_window.glade:158 #: contrib/gnunet_statistics_gtk_about_window.glade:158 msgid "Developed by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:128 #: contrib/gnunet_gns_gtk_about_window.glade:118 #: contrib/gnunet_peerinfo_gtk_about_window.glade:190 #: contrib/gnunet_setup_about_window.glade:190 #: contrib/gnunet_statistics_gtk_about_window.glade:190 msgid "Documented by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:161 #: contrib/gnunet_gns_gtk_about_window.glade:150 #: contrib/gnunet_peerinfo_gtk_about_window.glade:223 #: contrib/gnunet_setup_about_window.glade:223 #: contrib/gnunet_statistics_gtk_about_window.glade:223 msgid "Translated by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:194 #: contrib/gnunet_gns_gtk_about_window.glade:182 #: contrib/gnunet_peerinfo_gtk_about_window.glade:256 #: contrib/gnunet_setup_about_window.glade:256 #: contrib/gnunet_statistics_gtk_about_window.glade:256 msgid "Artwork by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:239 #: contrib/gnunet_gns_gtk_about_window.glade:222 #: contrib/gnunet_peerinfo_gtk_about_window.glade:301 #: contrib/gnunet_setup_about_window.glade:301 #: contrib/gnunet_statistics_gtk_about_window.glade:301 #, fuzzy msgid "Credits" msgstr "Hiện công trạng" #: contrib/gnunet_fs_gtk_about_window.glade:254 #: contrib/gnunet_gns_gtk_about_window.glade:235 #: contrib/gnunet_peerinfo_gtk_about_window.glade:316 #: contrib/gnunet_setup_about_window.glade:316 #: contrib/gnunet_statistics_gtk_about_window.glade:316 msgid "License" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:361 #: contrib/gnunet_gns_gtk_about_window.glade:338 #: contrib/gnunet_peerinfo_gtk_about_window.glade:65 #: contrib/gnunet_setup_about_window.glade:65 #: contrib/gnunet_statistics_gtk_about_window.glade:65 msgid "" "License should be loaded here at runtime from the license file (no need to " "copy the whole GPL in here...)." msgstr "" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:10 #, fuzzy msgid "Create namespace" msgstr "Tạo miá»n tên" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:31 #, fuzzy msgid "_Name:" msgstr "Tên" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:15 msgid "Save file as..." msgstr "" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:36 #: contrib/gnunet_fs_gtk_open_url_dialog.glade:79 msgid "_Anonymity:" msgstr "_Giấu tên:" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:65 #, fuzzy msgid "_recursive" msgstr "đệ _quy" #: contrib/gnunet_fs_gtk_edit_publication.glade:121 #, fuzzy msgid "_Publication type:" msgstr "_Xuất bản" #: contrib/gnunet_fs_gtk_edit_publication.glade:282 #, fuzzy msgid "Select file" msgstr "Chá»n má»i tập tin" #: contrib/gnunet_fs_gtk_edit_publication.glade:330 #, fuzzy msgid "Preview:" msgstr "_Xem thá»­ :" #: contrib/gnunet_fs_gtk_edit_publication.glade:362 msgid "_Keyword:" msgstr "_Từ khóa:" #: contrib/gnunet_fs_gtk_edit_publication.glade:510 #, fuzzy msgid "_Index file:" msgstr "Bá»™ nhận d_iện:" #: contrib/gnunet_fs_gtk_edit_publication.glade:551 #, fuzzy msgid "_Root keyword:" msgstr "_Từ khóa:" #: contrib/gnunet_fs_gtk_edit_publication.glade:595 #, fuzzy msgid "A_nonymity:" msgstr "_Giấu tên:" #: contrib/gnunet_fs_gtk_edit_publication.glade:653 #, fuzzy msgid "_Priority:" msgstr "Ư_u tiên:" #: contrib/gnunet_fs_gtk_edit_publication.glade:698 msgid "_Expriation year:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:744 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:118 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:129 #, fuzzy msgid "_Replication:" msgstr "Ứng dụng" #: contrib/gnunet_fs_gtk_edit_publication.glade:787 #, fuzzy msgid "Publication options:" msgstr "_Xuất bản" #: contrib/gnunet_fs_gtk_main_window.glade:199 #, fuzzy msgid "gnunet-fs-gtk" msgstr "Giá»›i thiệu gnunet-gtk" #: contrib/gnunet_fs_gtk_main_window.glade:233 #, fuzzy msgid "_File sharing" msgstr "C_hia sẻ tập tin" #: contrib/gnunet_fs_gtk_main_window.glade:240 #, fuzzy msgid "_Publish" msgstr "_Xuất bản" #: contrib/gnunet_fs_gtk_main_window.glade:244 #, fuzzy msgid "Publish files or directories on GNUnet" msgstr "Xuất bản má»™t tập tin qua GNUnet" #: contrib/gnunet_fs_gtk_main_window.glade:258 #, fuzzy msgid "_List indexed files" msgstr "Chỉ mụ_c" #: contrib/gnunet_fs_gtk_main_window.glade:275 msgid "Download a file or directory with a known URI." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:286 #, fuzzy msgid "_Open GNUnet directory" msgstr "Mở má»™t thư mục GNUnet từ má»™t tập tin" #: contrib/gnunet_fs_gtk_main_window.glade:290 msgid "" "Use this option to browse a GNUnet directory file that has been previously " "downloaded." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:307 msgid "_Create pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:311 msgid "" "Create a pseudonym for publishing content. Note that you can also publish " "content anonymously (without using a pseudonym)." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:322 msgid "_Advertise Pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:337 msgid "" "Opens namespace manager dialog to adjust the list of namespaces you want to " "use, as well as get detailed information about all discovered namespaces." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:338 #: contrib/gnunet_fs_gtk_main_window.glade:917 #, fuzzy msgid "_Manage namespaces" msgstr "Tạo miá»n tên" #: contrib/gnunet_fs_gtk_main_window.glade:355 msgid "" "Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:371 #, fuzzy msgid "_Edit" msgstr "T_hoát" #: contrib/gnunet_fs_gtk_main_window.glade:383 #, fuzzy msgid "Edit the system configuration." msgstr "Khởi chạy t_rợ lý cấu hình" #: contrib/gnunet_fs_gtk_main_window.glade:398 msgid "_View" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:409 msgid "Show meta data in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:410 #, fuzzy msgid "Metadata" msgstr "Siêu dữ liệu" #: contrib/gnunet_fs_gtk_main_window.glade:421 msgid "Show preview (when available)" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:422 msgid "Preview" msgstr "Xem thá»­" #: contrib/gnunet_fs_gtk_main_window.glade:433 msgid "Show search box in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:434 #, fuzzy msgid "Search" msgstr "_Tìm" #: contrib/gnunet_fs_gtk_main_window.glade:449 #: contrib/gnunet_gns_gtk_main_window.glade:162 #: contrib/gnunet_peerinfo_gtk_main_window.glade:44 #: contrib/gnunet_statistics_gtk_main_window.glade:25 msgid "_Help" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:461 msgid "Display information about this version of gnunet-fs-gtk" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:489 #, fuzzy msgid "Namespace:" msgstr "Miá»_n tên" #: contrib/gnunet_fs_gtk_main_window.glade:556 msgid "Find:" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:592 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:106 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:61 #, fuzzy msgid "Anonymity:" msgstr "_Giấu tên:" #: contrib/gnunet_fs_gtk_main_window.glade:637 #, fuzzy msgid "Type:" msgstr "_Kiểu :" #: contrib/gnunet_fs_gtk_main_window.glade:735 msgid "Thumbnail associated with the currently selected content" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:844 #, fuzzy msgid "Copy selection" msgstr "_Thu thập" #: contrib/gnunet_fs_gtk_namespace_manager.glade:64 msgid "" "Saves all changes made in this dialog to disk without closing the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:80 msgid "Saves all changes made in this dialog to disk and closes the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:96 msgid "Closes the dialog. Changes made in this dialog will not be preserved." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:129 msgid "" "Known namespaces:\n" "Select a namespace to see its complete metadata. Click \"Delete\" to delete " "(forget) namespace.\n" "Namespace names are editable." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:160 #, fuzzy msgid "Is mine" msgstr "phút" #: contrib/gnunet_fs_gtk_namespace_manager.glade:176 #: contrib/gnunet_fs_gtk_namespace_manager.glade:328 #, fuzzy msgid "Rank" msgstr "Thứ hạng" #: contrib/gnunet_fs_gtk_namespace_manager.glade:190 #: contrib/gnunet_fs_gtk_namespace_manager.glade:341 msgid "Name" msgstr "Tên" #: contrib/gnunet_fs_gtk_namespace_manager.glade:208 #: contrib/gnunet_fs_gtk_namespace_manager.glade:354 msgid "Identifier" msgstr "Bá»™ nhận diện" #: contrib/gnunet_fs_gtk_namespace_manager.glade:244 msgid "" "Makes GNUnet \"forget\" about selected known namespace.\n" "However, GNUnet will be able to learn about this namespace, if it ever " "discovers it again." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:257 msgid "Swap _Rank" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:262 msgid "" "Changes the rank value of the selected namespace in \"Known namespaces\" " "list.\n" "If it had rank 0, it's given rank -1, otherwise the sign of its rank is " "flipped.\n" "Only namespaces with positive ranks are displayed in \"Namespace order\" " "list." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:295 msgid "" "Namespace order:\n" "Drag rows to change namespace order, click \"Apply\" to save it." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:387 msgid "" "Convert the order in which namespaces are arranged in \"Namespace order\" " "list to ranks.\n" "Top namespace is assigned rank 0, namespace below it - rank 1, and so on." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:425 msgid "" "Selected namespace details:\n" "Metadata can be added, deleted and edited. Click \"Apply\" to save " "metadata changes." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:459 msgid "Type" msgstr "Kiểu" #: contrib/gnunet_fs_gtk_namespace_manager.glade:472 msgid "Value" msgstr "Giá trị" #: contrib/gnunet_fs_gtk_namespace_manager.glade:508 msgid "" "Adds a new metadata Type=Value pair to the list.\n" "This functionality is not available at the moment." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:526 msgid "" "Removes selected Type=Value pair from metadata list.\n" "The change will not last unless you click on \"Apply\" button before closing " "the window or selecing some other known namespace." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:545 msgid "" "Applies changes made in metadata list to currently selected known namespace." msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:6 msgid "Enter the URI to be downloaded" msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:26 #, fuzzy msgid "_URI:" msgstr "URI" #: contrib/gnunet_fs_gtk_progress_dialog.glade:52 #, fuzzy msgid "Messages" msgstr "Siêu dữ liệu" #: contrib/gnunet_fs_gtk_progress_dialog.glade:67 msgid "Preprocessing..." msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:28 #, fuzzy msgid "Publish content on GNUnet" msgstr "Xuất bản má»™t tập tin qua GNUnet" #: contrib/gnunet_fs_gtk_publish_dialog.glade:115 msgid "Add _File" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:126 #, fuzzy msgid "_Create empty directory" msgstr "Mở má»™t thư mục GNUnet từ má»™t tập tin" #: contrib/gnunet_fs_gtk_publish_dialog.glade:142 #, fuzzy msgid "Add _Directory" msgstr "Thư mục" #: contrib/gnunet_fs_gtk_publish_dialog.glade:224 msgid "_Left" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:259 msgid "_Right" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:406 msgid "_Execute" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:423 #, fuzzy msgid "_Cancel" msgstr "Cấp ca_o" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:51 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:75 #, fuzzy msgid "Priority:" msgstr "Ư_u tiên:" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:80 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:103 msgid "Expiration year:" msgstr "" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:196 #, fuzzy msgid "Index files" msgstr "Chỉ mụ_c" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:8 #, fuzzy msgid "Publish file..." msgstr "Tên tập tin đã xuất bản" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:173 #, fuzzy msgid "Index file" msgstr "Chỉ mụ_c" #: contrib/gnunet_fs_gtk_publish_tab.glade:52 #, fuzzy msgid "Progress" msgstr "Tiến hành" #: contrib/gnunet_fs_gtk_publish_tab.glade:90 #, fuzzy msgid "Publishing" msgstr "_Xuất bản" #: contrib/gnunet_fs_gtk_search_tab.glade:203 msgid "You shouldn't see this also" msgstr "" #: contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade:27 msgid "Select pseudonym..." msgstr "" #: contrib/gnunet_fs_gtk_unindex.glade:27 #, fuzzy msgid "Indexed files" msgstr "Chỉ mụ_c" #: contrib/gnunet_fs_gtk_unindex.glade:110 #, fuzzy msgid "Unindex the selected indexed file." msgstr "Chỉ mụ_c" #: contrib/gnunet_gns_gtk_about_window.glade:6 #: contrib/gnunet_gns_gtk_main_window.glade:67 #, fuzzy msgid "gnunet-gns-gtk" msgstr "Giá»›i thiệu gnunet-gtk" #: contrib/gnunet_gns_gtk_main_window.glade:13 msgid "Delete Record" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:29 msgid "Record expires in 1 day" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:39 msgid "Record expires in 1 week" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:49 msgid "Record expires in 1 year" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:59 msgid "Record never expires" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:83 #, fuzzy msgid "_File" msgstr "Tên tập tin" #: contrib/gnunet_gns_gtk_main_window.glade:137 #, fuzzy msgid "_Options" msgstr "Th_ao tác" #: contrib/gnunet_gns_gtk_main_window.glade:148 msgid "Automatically shorten names" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:209 msgid "Preferred zone name (PSEU):" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:222 msgid "" "Enter the preferred name for this zone here. The value will be stored in " "the PSEU record for your public key. This is the GNS equivalent of your " "domain name. You should try to pick a name that is globally unique." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:244 msgid "Copy the public key of this zone to the clipboard." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:264 msgid "SET TO PUBLIC KEY OF THE ZONE" msgstr "" #: contrib/gnunet_gns_gtk_zone_open.glade:9 msgid "Open zone file..." msgstr "" #: contrib/gnunet_gtk_status_bar_menu.glade:11 #, fuzzy msgid "Quit" msgstr "T_hoát" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:8 #, fuzzy msgid "About gnunet-peerinfo-gtk" msgstr "Giá»›i thiệu gnunet-gtk" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:17 #: contrib/gnunet_setup_about_dialog.glade:17 #: contrib/gnunet_statistics_gtk_about_dialog.glade:17 msgid "(C) 2011 The GNUnet Project" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:19 #: contrib/gnunet_setup_about_dialog.glade:19 #: contrib/gnunet_statistics_gtk_about_dialog.glade:19 #, fuzzy msgid "GNUnet: GNU's Framework for Secure P2P Networking" msgstr "GNUnet, mạng đồng đẩng (p2p) cá»§a GNU" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:20 #: contrib/gnunet_setup_about_dialog.glade:20 #: contrib/gnunet_statistics_gtk_about_dialog.glade:20 msgid "" " GNU GENERAL PUBLIC LICENSE\n" " Version 2, June 1991\n" "\n" " Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n" " 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" " Everyone is permitted to copy and distribute verbatim copies\n" " of this license document, but changing it is not allowed.\n" "\n" " Preamble\n" "\n" " The licenses for most software are designed to take away your\n" "freedom to share and change it. By contrast, the GNU General Public\n" "License is intended to guarantee your freedom to share and change free\n" "software--to make sure the software is free for all its users. This\n" "General Public License applies to most of the Free Software\n" "Foundation's software and to any other program whose authors commit to\n" "using it. (Some other Free Software Foundation software is covered by\n" "the GNU Library General Public License instead.) You can apply it to\n" "your programs, too.\n" "\n" " When we speak of free software, we are referring to freedom, not\n" "price. Our General Public Licenses are designed to make sure that you\n" "have the freedom to distribute copies of free software (and charge for\n" "this service if you wish), that you receive source code or can get it\n" "if you want it, that you can change the software or use pieces of it\n" "in new free programs; and that you know you can do these things.\n" "\n" " To protect your rights, we need to make restrictions that forbid\n" "anyone to deny you these rights or to ask you to surrender the rights.\n" "These restrictions translate to certain responsibilities for you if you\n" "distribute copies of the software, or if you modify it.\n" "\n" " For example, if you distribute copies of such a program, whether\n" "gratis or for a fee, you must give the recipients all the rights that\n" "you have. You must make sure that they, too, receive or can get the\n" "source code. And you must show them these terms so they know their\n" "rights.\n" "\n" " We protect your rights with two steps: (1) copyright the software, and\n" "(2) offer you this license which gives you legal permission to copy,\n" "distribute and/or modify the software.\n" "\n" " Also, for each author's protection and ours, we want to make certain\n" "that everyone understands that there is no warranty for this free\n" "software. If the software is modified by someone else and passed on, we\n" "want its recipients to know that what they have is not the original, so\n" "that any problems introduced by others will not reflect on the original\n" "authors' reputations.\n" "\n" " Finally, any free program is threatened constantly by software\n" "patents. We wish to avoid the danger that redistributors of a free\n" "program will individually obtain patent licenses, in effect making the\n" "program proprietary. To prevent this, we have made it clear that any\n" "patent must be licensed for everyone's free use or not licensed at all.\n" "\n" " The precise terms and conditions for copying, distribution and\n" "modification follow.\n" "\n" " GNU GENERAL PUBLIC LICENSE\n" " TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n" "\n" " 0. This License applies to any program or other work which contains\n" "a notice placed by the copyright holder saying it may be distributed\n" "under the terms of this General Public License. The \"Program\", below,\n" "refers to any such program or work, and a \"work based on the Program\"\n" "means either the Program or any derivative work under copyright law:\n" "that is to say, a work containing the Program or a portion of it,\n" "either verbatim or with modifications and/or translated into another\n" "language. (Hereinafter, translation is included without limitation in\n" "the term \"modification\".) Each licensee is addressed as \"you\".\n" "\n" "Activities other than copying, distribution and modification are not\n" "covered by this License; they are outside its scope. The act of\n" "running the Program is not restricted, and the output from the Program\n" "is covered only if its contents constitute a work based on the\n" "Program (independent of having been made by running the Program).\n" "Whether that is true depends on what the Program does.\n" "\n" " 1. You may copy and distribute verbatim copies of the Program's\n" "source code as you receive it, in any medium, provided that you\n" "conspicuously and appropriately publish on each copy an appropriate\n" "copyright notice and disclaimer of warranty; keep intact all the\n" "notices that refer to this License and to the absence of any warranty;\n" "and give any other recipients of the Program a copy of this License\n" "along with the Program.\n" "\n" "You may charge a fee for the physical act of transferring a copy, and\n" "you may at your option offer warranty protection in exchange for a fee.\n" "\n" " 2. You may modify your copy or copies of the Program or any portion\n" "of it, thus forming a work based on the Program, and copy and\n" "distribute such modifications or work under the terms of Section 1\n" "above, provided that you also meet all of these conditions:\n" "\n" " a) You must cause the modified files to carry prominent notices\n" " stating that you changed the files and the date of any change.\n" "\n" " b) You must cause any work that you distribute or publish, that in\n" " whole or in part contains or is derived from the Program or any\n" " part thereof, to be licensed as a whole at no charge to all third\n" " parties under the terms of this License.\n" "\n" " c) If the modified program normally reads commands interactively\n" " when run, you must cause it, when started running for such\n" " interactive use in the most ordinary way, to print or display an\n" " announcement including an appropriate copyright notice and a\n" "\n" " notice that there is no warranty (or else, saying that you provide\n" " a warranty) and that users may redistribute the program under\n" " these conditions, and telling the user how to view a copy of this\n" " License. (Exception: if the Program itself is interactive but\n" " does not normally print such an announcement, your work based on\n" " the Program is not required to print an announcement.)\n" "\n" "These requirements apply to the modified work as a whole. If\n" "identifiable sections of that work are not derived from the Program,\n" "and can be reasonably considered independent and separate works in\n" "themselves, then this License, and its terms, do not apply to those\n" "sections when you distribute them as separate works. But when you\n" "distribute the same sections as part of a whole which is a work based\n" "on the Program, the distribution of the whole must be on the terms of\n" "this License, whose permissions for other licensees extend to the\n" "entire whole, and thus to each and every part regardless of who wrote it.\n" "\n" "Thus, it is not the intent of this section to claim rights or contest\n" "your rights to work written entirely by you; rather, the intent is to\n" "exercise the right to control the distribution of derivative or\n" "collective works based on the Program.\n" "\n" "In addition, mere aggregation of another work not based on the Program\n" "with the Program (or with a work based on the Program) on a volume of\n" "a storage or distribution medium does not bring the other work under\n" "the scope of this License.\n" "\n" " 3. You may copy and distribute the Program (or a work based on it,\n" "under Section 2) in object code or executable form under the terms of\n" "Sections 1 and 2 above provided that you also do one of the following:\n" "\n" " a) Accompany it with the complete corresponding machine-readable\n" " source code, which must be distributed under the terms of Sections\n" " 1 and 2 above on a medium customarily used for software interchange; " "or,\n" "\n" " b) Accompany it with a written offer, valid for at least three\n" " years, to give any third party, for a charge no more than your\n" " cost of physically performing source distribution, a complete\n" " machine-readable copy of the corresponding source code, to be\n" " distributed under the terms of Sections 1 and 2 above on a medium\n" " customarily used for software interchange; or,\n" "\n" " c) Accompany it with the information you received as to the offer\n" " to distribute corresponding source code. (This alternative is\n" " allowed only for noncommercial distribution and only if you\n" " received the program in object code or executable form with such\n" " an offer, in accord with Subsection b above.)\n" "\n" "The source code for a work means the preferred form of the work for\n" "making modifications to it. For an executable work, complete source\n" "code means all the source code for all modules it contains, plus any\n" "associated interface definition files, plus the scripts used to\n" "control compilation and installation of the executable. However, as a\n" "special exception, the source code distributed need not include\n" "anything that is normally distributed (in either source or binary\n" "form) with the major components (compiler, kernel, and so on) of the\n" "operating system on which the executable runs, unless that component\n" "itself accompanies the executable.\n" "\n" "If distribution of executable or object code is made by offering\n" "access to copy from a designated place, then offering equivalent\n" "access to copy the source code from the same place counts as\n" "distribution of the source code, even though third parties are not\n" "compelled to copy the source along with the object code.\n" "\n" " 4. You may not copy, modify, sublicense, or distribute the Program\n" "except as expressly provided under this License. Any attempt\n" "otherwise to copy, modify, sublicense or distribute the Program is\n" "void, and will automatically terminate your rights under this License.\n" "However, parties who have received copies, or rights, from you under\n" "this License will not have their licenses terminated so long as such\n" "parties remain in full compliance.\n" "\n" " 5. You are not required to accept this License, since you have not\n" "signed it. However, nothing else grants you permission to modify or\n" "distribute the Program or its derivative works. These actions are\n" "prohibited by law if you do not accept this License. Therefore, by\n" "modifying or distributing the Program (or any work based on the\n" "Program), you indicate your acceptance of this License to do so, and\n" "all its terms and conditions for copying, distributing or modifying\n" "the Program or works based on it.\n" "\n" " 6. Each time you redistribute the Program (or any work based on the\n" "Program), the recipient automatically receives a license from the\n" "original licensor to copy, distribute or modify the Program subject to\n" "these terms and conditions. You may not impose any further\n" "restrictions on the recipients' exercise of the rights granted herein.\n" "You are not responsible for enforcing compliance by third parties to\n" "this License.\n" "\n" " 7. If, as a consequence of a court judgment or allegation of patent\n" "infringement or for any other reason (not limited to patent issues),\n" "conditions are imposed on you (whether by court order, agreement or\n" "otherwise) that contradict the conditions of this License, they do not\n" "excuse you from the conditions of this License. If you cannot\n" "distribute so as to satisfy simultaneously your obligations under this\n" "License and any other pertinent obligations, then as a consequence you\n" "may not distribute the Program at all. For example, if a patent\n" "license would not permit royalty-free redistribution of the Program by\n" "all those who receive copies directly or indirectly through you, then\n" "the only way you could satisfy both it and this License would be to\n" "refrain entirely from distribution of the Program.\n" "\n" "If any portion of this section is held invalid or unenforceable under\n" "any particular circumstance, the balance of the section is intended to\n" "apply and the section as a whole is intended to apply in other\n" "circumstances.\n" "\n" "It is not the purpose of this section to induce you to infringe any\n" "patents or other property right claims or to contest validity of any\n" "such claims; this section has the sole purpose of protecting the\n" "integrity of the free software distribution system, which is\n" "implemented by public license practices. Many people have made\n" "generous contributions to the wide range of software distributed\n" "through that system in reliance on consistent application of that\n" "system; it is up to the author/donor to decide if he or she is willing\n" "to distribute software through any other system and a licensee cannot\n" "impose that choice.\n" "\n" "This section is intended to make thoroughly clear what is believed to\n" "be a consequence of the rest of this License.\n" "\n" " 8. If the distribution and/or use of the Program is restricted in\n" "certain countries either by patents or by copyrighted interfaces, the\n" "original copyright holder who places the Program under this License\n" "may add an explicit geographical distribution limitation excluding\n" "those countries, so that distribution is permitted only in or among\n" "countries not thus excluded. In such case, this License incorporates\n" "the limitation as if written in the body of this License.\n" "\n" " 9. The Free Software Foundation may publish revised and/or new versions\n" "of the General Public License from time to time. Such new versions will\n" "be similar in spirit to the present version, but may differ in detail to\n" "address new problems or concerns.\n" "\n" "Each version is given a distinguishing version number. If the Program\n" "specifies a version number of this License which applies to it and \"any\n" "later version\", you have the option of following the terms and conditions\n" "either of that version or of any later version published by the Free\n" "Software Foundation. If the Program does not specify a version number of\n" "this License, you may choose any version ever published by the Free " "Software\n" "Foundation.\n" "\n" " 10. If you wish to incorporate parts of the Program into other free\n" "programs whose distribution conditions are different, write to the author\n" "to ask for permission. For software which is copyrighted by the Free\n" "Software Foundation, write to the Free Software Foundation; we sometimes\n" "make exceptions for this. Our decision will be guided by the two goals\n" "of preserving the free status of all derivatives of our free software and\n" "of promoting the sharing and reuse of software generally.\n" "\n" " NO WARRANTY\n" "\n" " 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n" "FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n" "OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n" "PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER " "EXPRESSED\n" "OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n" "MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\n" "TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\n" "PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n" "REPAIR OR CORRECTION.\n" "\n" " 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n" "WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n" "REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n" "INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n" "OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n" "TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n" "YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n" "PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n" "POSSIBILITY OF SUCH DAMAGES.\n" "\n" " END OF TERMS AND CONDITIONS\n" msgstr "" "Giấy phép Công cá»™ng GNU\n" "\n" "Phiên bản 2, Tháng 6/1991\n" "\n" "Translated/Dịch: 2006-07-10\n" "http://vi.wikisource.org/wiki/GPL\n" "\n" "Translator/Dịch giả: Clytie Siddall \n" "\n" "Reviewer/Biên tập viên: Trần Thế Trung \n" "\n" "This is an unofficial translation of the GNU General Public License into " "Vietnamese. It was not published by the Free Software Foundation, and does " "not legally state the distribution terms for software that uses the GNU GPL--" "only the original English text of the GNU GPL does that. However, we hope " "that this translation will help Vietnamese speakers understand the GNU GPL " "better.\n" "\n" "Äây là má»™t bản dịch tiếng Việt không chính thức cá»§a Giấy phép Công cá»™ng GNU " "(GPL). Nó không được xuất bản bởi Tổ Chức Phần Má»m Tá»± Do, và không tuyên bố " "má»™t cách hợp pháp các Ä‘iá»u kiện phát hành phần má»m sá»­ dụng GPL — chỉ có bản " "tiếng Anh gốc cá»§a GPL là hợp pháp. Tuy nhiên, chúng tôi mong muốn bản dịch " "này sẽ giúp đỡ ngưá»i nói tiếng Việt hiểu khá hÆ¡n GPL.\n" "\n" "Bản quyá»n © năm 1989, 1991 cá»§a Tổ chức Phần má»m Tá»± do. 51 Franklin Street, " "Fifth Floor, Boston, MA 02110-1301 USA (Mỹ)\n" "\n" "Má»i ngưá»i Ä‘á»u Ä‘uợc quyá»n sao chép và phân phối nguyên văn tài liệu giấy phép " "này, nhưng không được phép thay đổi nó.\n" "\n" "Lá»i mở đầu\n" "\n" "Giấy phép sá»­ dụng cá»§a hầu hết các phần má»m được thiết kế để bạn không được " "tá»± do chia sẻ và thay đổi phần má»m đó. Trái lại, Giấy phép Công cá»™ng GNU dá»± " "định đảm bảo cho bạn được tá»± do chia sẻ và thay đổi phần má»m má»™t cách tá»± do, " "và đảm bảo phần má»m tá»± do cho má»i ngưá»i sá»­ dụng. Giấy phép Công cá»™ng GNU này " "áp dụng cho hầu hết những phần má»m cá»§a Tổ chức Phần má»m Tá»± do, và cho bất kỳ " "chương trình máy tính nào khác mà tác giả cá»§a nó cam kết sá»­ dụng nó. (Má»™t số " "phần má»m khác cá»§a Tổ chức Phần má»m Tá»± do dùng Giấy phép Thư viện Công cá»™ng " "GNU thay thế.) Bạn cÅ©ng có thể áp dụng giấy phép này cho các chương trình do " "bạn làm ra.\n" "\n" "Khi chúng tôi nói vá» phần má»m tá»± do, chúng tôi đỠcập đến sá»± tá»± do sá»­ dụng, " "chứ không phải là giá cả. Giấy phép Công cá»™ng GNU cá»§a chúng tôi được thiết " "kế để đảm bảo bạn có quyá»n tá»± do phát hành bản sao cá»§a phần má»m tá»± do (và " "thu tiá»n dịch vụ này nếu muốn), nhận mã nguồn hoặc có khả năng lấy nó nếu " "bạn muốn, bạn có thể thay đổi phần má»m hay sá»­ dụng bất kỳ Ä‘oạn nào cá»§a nó " "trong chương trình tá»± do má»›i; và để giúp bạn biết rõ là bạn có thể làm những " "Ä‘iá»u này.\n" "\n" "Äể bảo vệ quyá»n lợi cá»§a bạn, chúng tôi cần đưa ra những hạn chế để cấm bất " "cứ ai phá»§ nhận bạn có những quyá»n này hay đòi há»i bạn từ bá» nó. Những sá»± hạn " "chế này được hiểu là má»™t số trách nhiệm nhất thiết cá»§a bạn nếu bạn phát hành " "bản sao cá»§a phần má»m hoặc sá»­a đổi nó.\n" "\n" "Chẳng hạn, nếu bạn phát hành bản sao cá»§a chương trình như vậy, dù là cho " "không hay thu tiá»n, bạn phải trao cho ngưá»i nhận tất cả những quyá»n bạn có. " "Bạn phải chắc chắn là há» cÅ©ng nhận được hay có thể lấy mã nguồn. Và bạn cÅ©ng " "phải cho há» biết những Ä‘iá»u kiện này, để há» biết những quyá»n cá»§a há».\n" "\n" "Chúng tôi bảo vệ các quyá»n cá»§a bạn qua hai bước: (1) bản quyá»n tác giả cá»§a " "phần má»m và (2) trao cho bạn giấy phép này để bạn có quyá»n hợp pháp sao " "chép, phát hành và/hay sá»­a đổi phần má»m.\n" "\n" "HÆ¡n nữa, để bảo vệ tác giả và chính chúng tôi, chúng tôi muốn chắc chắn là " "má»i ngưá»i hiểu rằng phần má»m tá»± do này không có bảo hành. Nếu phần má»m bị " "sá»­a đổi bởi ngưá»i khác và được phân phát tiếp, chúng tôi muốn ngưá»i nhận " "biết rằng cái mà há» có đó không phải là bản gốc, vì vậy, bất kỳ lá»—i nào do " "ngưá»i khác gây ra sẽ không làm mang tiếng đến tác giả gốc.\n" "\n" "Cuối cùng, chương trình tá»± do nào cÅ©ng luôn bị Ä‘e dá»a bởi bằng sáng chế phần " "má»m. Chúng tôi muốn tránh nguy cÆ¡ việc những ngưá»i phát hành lại chương " "trình tá»± do sẽ giành bằng sáng chế riêng, sở hữu chương trình đó. Äể ngăn " "ngừa Ä‘iá»u này, chúng tôi đã làm rõ rằng bằng sáng chế phải cấp cho má»i ngưá»i " "sá»­ dụng tá»± do, hoặc không cấp cho bất kỳ ai hết.\n" "\n" "Sau đây là những Ä‘iá»u kiện và Ä‘iá»u khoản chính xác đối vá»›i việc sao chép, " "phát hành và sá»­a đổi.\n" "\n" "GIẤY PHÉP CÔNG CỘNG GNU ÄIỀU KIỆN SAO CHÉP, PHÃT HÀNH VÀ SỬA Äá»”I\n" "\n" "Phần 0.\n" "\n" "Giấy phép này áp dụng cho bất kỳ chương trình nào hay sản phẩm nào khác có " "thông báo được chèn vào bởi ngưá»i giữ tác quyá»n nói rằng nó có thể được phát " "hành theo các Ä‘iá»u khoản cá»§a GPL này. Cụm từ « Chương trình » dưới đây có " "nghÄ©a là bất kỳ chương trình máy tính hay sản phẩm như vậy, và « sản phẩm " "dá»±a trên Chương trình » có nghÄ©a là Chương trình hay bất kỳ sản phẩm nào bắt " "nguồn từ nó dưới luật bản quyá»n: tức là, sản phẩm chứa Chương trình đó hay " "má»™t phần cá»§a nó, hoặc đúng nguyên văn hoặc vá»›i sá»± sá»­a đổi và/hoặc được dịch " "sang má»™t ngôn ngữ khác. (Kể từ câu này, việc dịch ngôn ngữ được bao gồm vô " "hạn trong thuật ngữ « sá»± sá»­a đổi ».) Ngưá»i được cấp Giấy phép được gá»i là « " "bạn ».\n" "\n" "Những hoạt động khác ngoài sá»± sao chép, phát hành và sá»­a đổi không được kiểm " "soát bởi Giấy phép này; nó ở ngoài phạm vi cá»§a giấy phép này. Hành động chạy " "Chương trình không bị hạn chế, và dữ liệu xuất từ Chương trình chỉ bị khống " "chế nếu ná»™i dung cá»§a nó tạo thành má»™t sản phẩm dá»±a vào Chương trình (không " "phụ thuá»™c vào việc vận hành Chương trình). Äiá»u đó đúng hay không phụ thuá»™c " "vào Ä‘iá»u mà Chương trình tạo ra.\n" "\n" "Phần 1.\n" "\n" "Bạn có quyá»n sao chép và phát hành bản sao đúng nguyên văn cá»§a mã nguồn cá»§a " "Chương trình như bạn đã nhận nó, bằng bất kỳ cách nào, miá»…n là bạn công bố " "rõ ràng và thích đáng trên má»—i bản sao má»™t thông báo tác quyá»n thích hợp và " "miá»…n trừ bảo hành; giữ nguyên vẹn má»i thông báo liên quan đến Giấy phép này " "và miá»…n trừ bảo hành; và đưa cho những ngưá»i nhận Chương trình khác má»™t bản " "sao cá»§a Giấy phép cùng vá»›i Chương trình.\n" "\n" "Bạn có thể thu phí cho việc gởi bản sao, và bạn có thể tùy ý đỠnghị cung " "cấp dịch vụ bảo hành có thu phí.\n" "\n" "Phần 2.\n" "\n" "Bạn có quyá»n sá»­a đổi bản sao cá»§a mình hay cá»§a Chương trình hoặc Ä‘oạn nào cá»§a " "nó để tạo má»™t sản phẩm dá»±a vào Chương trình, và sao chép và phát hành sá»± sá»­a " "đổi hay sản phẩm như vậy theo Ä‘iá»u khoản cá»§a phần 1 nêu trên, miá»…n là bạn " "cÅ©ng tuân theo tất cả các Ä‘iá»u kiện sau:\n" "\n" "a) Bạn phải làm cho má»—i tập tin đã sá»­a đổi chứa thông báo dá»… thấy nói rằng " "bạn đã thay đổi tập tin đó và hiển thị ngày tháng cá»§a sá»± thay đổi nào.\n" "\n" "b) Bạn phải làm cho sản phẩm mà bạn phát hành hay xuất bản, toàn bá»™ hay má»™t " "phần có chứa hay bắt nguồn từ Chương trình hay các phần cá»§a nó, được cấp " "toàn bá»™ miá»…n phí cho ngưá»i khác vá»›i Ä‘iá»u kiện cá»§a Giấy phép này.\n" "\n" "c) Nếu chương trình bị sá»­a đổi có Ä‘á»c tương tác lệnh khi chạy, bạn phải làm " "nó, khi được khởi chạy bằng cách thông thưá»ng nhất qua tương tác như vậy, in " "ra hay hiển thị má»™t lá»i loan báo gồm có thông báo quyá»n tác giả thích hợp và " "thông báo không có bảo hành (nếu không, nói rằng bạn cung cấp việc bảo hành) " "và rằng ngưá»i dùng có quyá»n phát hành lại chương trình đó vá»›i những Ä‘iá»u " "kiện này, và thông tin cho ngưá»i dùng biết cách xem má»™t bản sao cá»§a Giấy " "phép này. (Ngoại lệ: nếu Chương trình chính nó là tương tác nhưng vốn không " "in ra lá»i loan báo như vậy, sản phẩm cá»§a bạn đựa vào Chương trình không bắt " "buá»™c phải in ra lá»i loan báo như vậy).\n" "\n" "Những Ä‘iá»u kiện này áp dụng cho toàn bá»™ sản phẩm bị sá»­a đổi. Nếu có thể nhận " "ra phần riêng cá»§a sản phẩm đó không bắt nguồn từ Chương trình, và các phần " "này có thể được xem má»™t cách hợp lý là sản phẩm riêng và không phụ thuá»™c, " "thì Giấy phép này, và các Ä‘iá»u kiện cá»§a nó, không áp dụng cho những phần " "riêng đó khi bạn phát hành chúng là sản phẩm riêng. Tuy nhiên, khi bạn phát " "hành những phần đó cùng vá»›i toàn bá»™ sản phẩm dá»±a vào Chương trình, sá»± phát " "hành toàn bá»™ này phải tuân theo Ä‘iá»u kiện cá»§a Giấy phép này, cung cấp cho " "má»i ngưá»i có quyá»n bao trùm toàn bá»™ sản phẩm, bao quát tất cả má»i phần cá»§a " "nó, bất kể ai đã tạo nó.\n" "\n" "Như thế thì phần này không đự định yêu cầu quyá»n hay không thừa nhận quyá»n " "cá»§a bạn vá» sản phẩm mà toàn bá»™ là do bạn tạo ra; mà phần này định nói vá» " "quyá»n hạn trong Ä‘iá»u khiển sá»± phát hành sản phẩm bắt nguồn từ hay sản phẩm " "hợp tác tập thể dá»±a vào Chương trình.\n" "\n" "HÆ¡n nữa, việc chứa các sản phẩm khác không dá»±a vào Chương trình cùng vá»›i " "Chương trình (hay vá»›i sản phẩm dá»±a vào Chương trình) trên thiết bị lưu trữ " "hay vật phát hành không nằm trong phạm vi cá»§a Giấy phép này.\n" "\n" "Phần 3.\n" "\n" "Bạn có quyá»n sao chép và phát hành Chương trình (hoặc sản phẩm dá»±a vào nó, " "dưới Phần 2) trong dạng thức mã đối tượng hay tập tin chạy được vá»›i Ä‘iá»u " "kiện cá»§a Phần 1 và 2 bên trên, miá»…n là bạn cÅ©ng làm má»™t trong số những việc " "sau đây:\n" "\n" "a) Kèm theo toàn bá»™ mã nguồn tương ứng mà máy có thể Ä‘á»c được, được phát " "hành vá»›i Ä‘iá»u kiện cá»§a Phần 1 và 2 bên trên, trên thiết bị lưu trữ thưá»ng " "dùng để trao đổi phần má»m; hay\n" "\n" "b) Kèm theo lá»i má»i ghi trên giấy, hợp lệ trong ít nhất ba năm sau, cung cấp " "cho bất cứ ngưá»i khác nào, vá»›i giá không lá»›n hÆ¡n giá cần thiết để phân phát " "các mã nguồn đó, má»™t bản sao, mà máy có thể Ä‘á»c được, cá»§a toàn bá»™ mã nguồn " "tương ứng, để được phát hành vá»›i Ä‘iá»u kiện cá»§a Phần 1 và 2 bên trên, trên " "thiết bị lưu trữ thưá»ng dùng để trao đổi phần má»m; hay\n" "\n" "c) Kèm theo các thông tin bạn đã nhận vá» lá»i má»i phát hành mã nguồn tương " "ứng. (Tùy chá»n này chỉ được phép khi phát hành không thương mại, và chỉ khi " "bạn đã nhận chương trình trong dạng thức mã đối tượng hay tập tin chạy được " "cùng vá»›i lá»i má»i như vậy, tùy theo Phần phụ (b) trên).\n" "\n" "Mã nguồn cá»§a sản phẩm có nghÄ©a là dạng thức sản phẩm được ưa thích khi sá»­a " "đổi nó. Äối vá»›i sản phẩm là tập tin chạy được, toàn bá»™ mã nguồn có nghÄ©a là " "tất cả các mã nguồn cho má»i mô-Ä‘un đã chứa, cá»™ng vá»›i bất cứ tập tin xác định " "giao diện tương ứng, cá»™ng vá»›i các tập lệnh được dùng để Ä‘iá»u khiển tiến " "trình biên dịch và cài đặt tập tin chạy được. Tuy nhiên, ngoại lệ đặc biệt " "là mã nguồn được phát hành không cần phải bao gồm những gì được phát hành " "bình thưá»ng (trong dạng thức hoặc nguồn hoặc nhị phân) vá»›i các thành phần " "chính (bá»™ biên dịch, hạt nhân v.v.) cá»§a hệ Ä‘iá»u hành nÆ¡i tập tin chạy được " "hoạt động, trừ khi thành phần kèm theo cần thiết để chạy tập tin.\n" "\n" "Nếu việc phát hành mã chạy được hay mã đối tượng được làm bằng cách trao " "truy cập sao chép từ má»™t nÆ¡i đã xác định, thì việc trao các truy cập sao " "chép tương đương đến mã nguồn đó từ cùng nÆ¡i đó được tính là sá»± phát hành mã " "nguồn, mặc dù ngưá»i khác không bắt buá»™c phải sao chép mã nguồn cùng vá»›i mã " "đối tượng.\n" "\n" "Phần 4.\n" "\n" "Không cho phép bạn sao chép, sá»­a đổi, cấp giấy phép phụ hay phát hành Chương " "trình, trừ vá»›i Ä‘iá»u kiện được diá»…n tả dứt khoát trong Giấy phép này. Bất kỳ " "sá»± cố gắng nào trong việc sao chép, sá»­a đổi, cấp giấy phép phụ hay phát hành " "Chương trình bằng cách khác bị bãi bá», và sẽ kết thúc các quyá»n cá»§a bạn dưới " "Giấy phép này. Tuy nhiên, ngưá»i khác đã nhận bản sao hay quyá»n từ bạn dưới " "Giấy phép này sẽ không bị ảnh hưởng, miá»…n là há» tiếp tục tuân theo hoàn " "toàn.\n" "\n" "Phần 5.\n" "\n" "Bạn không bắt buá»™c phải chấp nhận Giấy phép này, vì bạn chưa ký tên vào nó. " "Tuy nhiên, không có gì khác cho phép bạn sá»­a đổi hay phát hành Chương trình " "hay sản phẩm bắt nguồn từ nó. Các hành động này bị pháp luật cấm nếu bạn " "không chấp nhận Giấy phép này. Vì vậy, bằng cách sá»­a đổi hay phát hành " "Chương trình (hay sản phẩm dá»±a vào nó), bạn ngụ ý sá»± chấp nhận Giấy phép này " "để làm như thế, gồm má»i Ä‘iá»u kiện sao chép, phát hành hay sá»­a đổi Chương " "trình hay sản phẩm dá»±a vào nó.\n" "\n" "Phần 6.\n" "\n" "Má»—i lần bạn phát hành lại Chương trình (hay sản phẩm dá»±a vào nó), ngưá»i nhận " "có thể nhận tá»± động má»™t giấy phép từ ngưá»i cấp gốc, để sao chép, phát hành " "hay sá»­a đổi Chương trình vá»›i Ä‘iá»u kiện này. Không cho phép bạn hạn chế thêm " "cách ngưá»i dùng sá»­ dụng các quyá»n đã được cấp trong Giấy phép này. Bạn cÅ©ng " "không phải chịu trách nhiệm vá» việc ép buá»™c ngưá»i khác tuân theo Ä‘iá»u kiện " "cá»§a Giấy phép này.\n" "\n" "Phần 7.\n" "\n" "Nếu, do kết quả cá»§a quyết định cá»§a toà án hay các cáo buá»™c vi phạm bằng sáng " "chế hay vì bất cứ lý do nào (không bị giá»›i hạn trong vấn đỠbằng sáng chế), " "bạn bị ép buá»™c chấp nhận Ä‘iá»u kiện (hoặc vì quyết định cá»§a toà án, sá»± thoả " "thuận hoặc cách khác nào) mà mâu thuẫn Ä‘iá»u kiện cá»§a Giấy phép này, trưá»ng " "hợp này không miá»…n cho bạn không phải thá»a mãn Ä‘iá»u kiện cá»§a Giấy phép này. " "Nếu bạn không thể phát hành bằng cách thá»a mãn đồng thá»i các giao ước cá»§a " "bạn dưới Giấy phép này và bất kỳ giao ước thích hợp khác, thì kết quả là " "không cho phép bạn phát hành Chương trình bằng cách nào cả. Lấy thí dụ, nếu " "má»™t bằng sáng chế nào đó không cho phép sá»± phát hành lại Chương trình má»™t " "cách miá»…n tiá»n bản quyá»n phát minh cho má»i ngưá»i nhận bản sao từ bạn má»™t " "cách trá»±c tiếp hay gián tiếp, thì cách duy nhất bạn có thể thá»a cả bằng đó " "và Giấy phép này là hoàn toàn không phát hành Chương trình.\n" "\n" "Nếu Ä‘oạn nào trong phần này được quyết định là không hợp lệ hay không thể " "được ép buá»™c trong bất kỳ trưá»ng hợp riêng nào, Ä‘oạn còn lại dá»± định áp dụng " "được, và toàn bá»™ phần dá»± định áp dụng trong các trưá»ng hợp khác.\n" "\n" "Không phải là mục đích cá»§a phần này để xúi giục bạn vi phạm bằng sáng chế " "nào hay lá»i yêu sách quyá»n tài sản khác, hoặc để không thừa nhận sá»± hợp lệ " "cá»§a lá»i yêu sách như vậy; phần này có mục đích duy nhất là bảo vệ tình trạng " "nguyên vẹn cá»§a hệ thống phát hành phần má»m tá»± do, mà được thá»±c thi bởi các " "áp dụng giấy phép công cá»™ng. Nhiá»u ngưá»i đã đóng góp rá»™ng lượng cho má»™t phạm " "vị rá»™ng cá»§a các phần má»m được phát hành qua hệ thống đó, nhá» sá»± thá»±c thi ná»n " "bỉ hệ thống đó: tùy tác giả / ngưá»i tặng quyết định nếu há» muốn phát hành " "phần má»m qua hệ thống khác nào, và ngưá»i được cấp Giấy phép không thể Ä‘iá»u " "khiển cách quyết định đó.\n" "\n" "Phần này dá»± định diá»…n tả rõ ràng hoàn toàn kết quả được hiểu cá»§a phần còn " "lại cá»§a Giấy phép này.\n" "\n" "Phần 8.\n" "\n" "Nếu sá»± phát hành và/hay cách sá»­ dụng Chương trình bị hạn chế trong má»™t số " "quốc gia nào đó, hoặc bởi bằng sáng chế hoặc bởi giao diện có bản quyá»n tác " "giả, ngưá»i giữ tác quyá»n gốc đã đặt Chương trình dưới Giấy phép này có khả " "năng thêm sá»± hạn chế phát hành địa lý riêng loại trừ những quốc gia đó, để " "cho phép phát hành chỉ trong hay giữa các quốc gia không bị loại trừ như " "thế. Trong trưá»ng hợp như vậy, Giấy phép này hợp nhất sá»± hạn chế đó như là " "nó được ghi trong thân cá»§a Giấy phép này.\n" "\n" "Phần 9.\n" "\n" "Tổ chức Phần má»m Tá»± do có thể xuất bản phiên bản đã sá»­a đổi và/hay má»›i cá»§a " "Giấy phép Công cá»™ng GNU. Phiên bản má»›i như vậy sẽ có tinh thần tương tá»± vá»›i " "phiên bản hiện thá»i, nhưng có thể khác biệt trong chi tiết để giải quyết vấn " "đỠmá»›i. Má»—i phiên bản được gán má»™t số hiệu phân biệt phiên bản đó. Nếu " "Chương trình xác định số phiên bản riêng cá»§a Giấy phép này áp dụng cho nó, « " "và bất kỳ phiên bản sau nào », bạn có tùy chá»n thá»a Ä‘iá»u kiện hoặc cá»§a phiên " "bản đó, hoặc cá»§a bất kỳ phiên bản sau nào được xuất bản bởi Tổ chức Phần má»m " "Tá»± do. Nếu Chương trình không xác định số phiên bản riêng cá»§a Giấy phép này, " "bạn có khả năng chá»n bất kỳ phiên bản nào cá»§a Giấy phép này đã được xuất bản " "bởi Tổ chức Phần má»m Tá»± do.\n" "\n" "Phần 10.\n" "\n" "Nếu bạn muốn hợp nhất phần nào cá»§a Chương trình vào chương trình tá»± do khác " "có Ä‘iá»u kiện phát hành khác GPL, hãy xin phép tác giả. Äối vá»›i phần má»m có " "bản quyá»n tác giả cá»§a Tổ chức Phần má»m Tá»± do, hãy viết thư cho Tổ chức Phần " "má»m Tá»± do : thỉng thoảng chúng tôi cho phép ngoại lệ trong trưá»ng hợp này. " "Quyết định cá»§a chúng tôi sẽ được hướng dẫn bởi hai mục đích là sá»± bảo tồn " "trạng thái tá»± do cá»§a má»i Ä‘iá»u bắt nguồn từ phần má»m tá»± do cá»§a chúng tôi, và " "sá»± đẩy mạnh sá»± chia sẻ và sá»­ dụng lại phần má»m má»™t cách chung.\n" "\n" "KHÔNG BẢO HÀNH\n" "\n" "Phần 11.\n" "\n" "VÃŒ CHƯƠNG TRÃŒNH ÄÃ ÄÆ¯á»¢C CẤP PHÉP MIỄN PHÃ, KHÔNG CÓ BẢO HÀNH Äá»I VỚI CHƯƠNG " "TRÃŒNH NÀY, VỚI ÄIỀU KIỆN ÄÆ¯á»¢C PHÃP LUẬT CHO PHÉP. TRỪ KHI XÃC ÄỊNH KHÃC BẰNG " "TÀI LIỆU GIẤY TỜ, CÃC NGƯỜI GIá»® BẢN QUYỀN TÃC GIẢ VÀ/HAY NGƯỜI KHÃC CUNG CẤP " "CHƯƠNG TRÃŒNH NÀY « NHƯ THẾ », KHÔNG CÓ BẢO HÀNH GÃŒ CẢ, KHÔNG PHÃT BIỂU NÓ, " "CŨNG KHÔNG NGỤ à NÓ, Gá»’M, NHƯNG KHÔNG BỊ HẠN CHẾ BỞI, Sá»° BẢO ÄẢM Äà NGỤ à " "TÃŒNH TRẠNG CÓ THỂ BÃN ÄÆ¯á»¢C VÀ Sá»° THÃCH HỢP VỚI MỘT MỤC ÄÃCH DỨT KHOÃT. MỌI " "RỦI RO VỀ CHẤT LƯỢNG, ÄỘ CHÃNH XÃC VÀ HIỆU SUẤT CỦA CHƯƠNG TRÃŒNH NÀY BẠN SẼ " "Tá»° CHỊU. NẾU CHƯƠNG TRÃŒNH NÀY GÂY RA HƯ HỎNG, BẠN GÃNH VÃC HOÀN TOÀN TRÃCH " "NGHIỆM TRẢ TIỀN DỊCH VỤ GIÚP Äá»  HAY SỪA CHá»®A.\n" "\n" "\n" "Phần 12.\n" "\n" "KHÔNG CÓ TRƯỜNG HỢP NÀO (TRỪ KHI PHÃP LUẬT YÊU CẦU HAY KHI ÄÆ¯á»¢C THỎA THUẬN " "BẰNG TÀI LIỆU GIẤY TỜ) MÀ BẤT KỲ NGƯỜI GIá»® BẢN QUYỀN TÃC GIẢ NÀO, HAY BẤT KỲ " "NGƯỜI KHÃC NÀO CÓ THỂ SỬA Äá»”I VÀ/HAY PHÃT HÀNH LẠI CHƯƠNG TRÃŒNH NHƯ ÄÆ¯á»¢C " "PHÉP BÊN TRÊN, SẼ CÓ TRÃCH NHIỆM VỀ PHÃP Là Bá»’I THƯỜNG, Gá»’M BẤT KỲ Bá»’I " "THƯỜNG KIỂU Tá»”NG QUÃT, ÄẶC BIỆT, NGẪU NHIÊN HAY DO HẬU QUẢ DO SỬ DỤNG HAY Sá»° " "KHÔNG CÓ KHẢ NÄ‚NG SỬ DỤNG CHƯƠNG TRÃŒNH NÀY (Gá»’M NHƯNG KHÔNG PHẢI BỊ HẠN THẾ " "BỞI Sá»° MẤT Dá»® LIỆU HAY Dá»® LIỆU BỊ LÀM CHO KHÔNG CHÃNH XÃC HAY CÃC MẤT MÃT " "CỦA BẠN HAY NGƯỜI KHÃC HAY Sá»° KHÔNG HOẠT ÄỘNG ÄÆ¯á»¢C CHƯƠNG TRÃŒNH NÀY VỚI " "CHƯƠNG TRÃŒNH KHÃC), THẬM CHà NẾU BẠN HAY NGƯỜI KHÃC ÄÃ ÄÆ¯á»¢C BÃO BIẾT CÓ KHẢ " "NÄ‚NG THIỆT HẠI NHƯ VẬY.\n" "\n" "KẾT THÚC CỦA ÄIỀU KIỆN\n" "\n" "Cách áp dụng Ä‘iá»u kiện này cho các chương trình má»›i cá»§a bạn\n" "\n" "Nếu bạn phát triển chương trình má»›i, và muốn làm cho nó có ích nhiá»u nhất " "cho má»i ngưá»i, phương pháp tốt nhất đạt được mục đích này là làm cho nó là " "phần má»m tá»± do mà má»i ngưá»i có thể phát hành lại và sá»­a đổi vá»›i Ä‘iá»u kiện " "này.\n" "\n" "Äể làm như thế, hãy đính các thông báo theo đây kèm chương trình. Cách an " "toàn nhất là đính chúng vào đầu cá»§a má»—i tập tin mã nguồn, để thể hiện cách " "thông báo không có bảo hành má»™t cách hữu hiệu nhất; và má»—i tập tin nên chứa " "ít nhất Ä‘oạn « Tác quyá»n » và thông tin chỉ tá»›i nÆ¡i tìm được thông báo đầy " "đủ.\n" "\n" "——————————————mẫu tiếng Anh bắt đầu\n" "\n" "{má»™t Ä‘oạn ghi tên chương trình và mô tả ngắn.} Copyright © {năm tên cá»§a tác " "giả}\n" "\n" "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.\n" "\n" "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.\n" "\n" "You should have received a copy of the GNU General Public License along with " "this program; if not, write to the:\n" " Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA " "02110-1301, USA.\n" "\n" "——————————————mẫu tiếng Anh kết thúc\n" "\n" "[Bản dịch: {má»™t Ä‘oạn ghi tên chương trình và mô tả ngắn.} Tác quyá»n © {năm " "tên cá»§a tác giả}\n" "\n" "{má»™t Ä‘oạn ghi tên chương trình và mô tả ngắn.} Tác quyá»n © {năm tên cá»§a tác " "giả}\n" "\n" "Chương trình này là phần má»m tá»± do; bạn có thể phát hành lại nó và/hoặc sá»­a " "đổi nó vá»›i Ä‘iá»u kiện cá»§a Giấy phép Công cá»™ng GNU như được xuất bản bởi Tổ " "chức Phần má»m Tá»± do; hoặc phiên bản 2 cá»§a Giấy phép này, hoặc (tùy chá»n) bất " "kỳ phiên bản sau nào.\n" "\n" "Chương trình này được phát hành vì mong muốn nó có ích, nhưng KHÔNG CÓ BẢO " "HÀNH GÃŒ CẢ, THẬM CHà KHÔNG CÓ BẢO ÄẢM ÄÆ¯á»¢C NGỤ à KHẢ NÄ‚NG BÃN HAY KHẢ NÄ‚NG " "LÀM ÄÆ¯á»¢C VIỆC DỨT KHOÃT. Xem Giấy phép Công cá»™ng GNU để biết thêm chi tiết.\n" "\n" "Bạn đã nhận má»™t bản sao cá»§a Giấy phép Công cá»™ng GNU cùng vá»›i chương trình " "này; nếu không, hãy viết thư cho Tổ chức Phần má»m Tá»± do, số 51 ÄÆ°á»ng " "Franklin, Tầng thứ năm, Thành Phố Boston, Tỉnh MA số bưu Ä‘iện 02110-1301 " "Mỹ. ]\n" "\n" "Bạn cÅ©ng nên thêm thông tin vá» cách liên lạc vá»›i bạn bằng cả thư bưu Ä‘iện " "lẫn thư Ä‘iện tá»­.\n" "\n" "Nếu chương trình có khả năng tương tác, hãy làm cho nó xuất thông báo ngắn " "như sau khi nó khởi chạy trong chế độ tương tác (hãy thay thế má»—i Ä‘oạn nằm " "trong {dấu ngoặc móc}):\n" "\n" "_________________________mẫu tiếng Anh bắt đầu\n" "\n" "{Tên chương trình phiên bản Sá»}, Copyright © {năm tên cá»§a tác giả} {Tên " "chương trình} comes with absolutely no warranty; for details type `show w'. " "This is free software, and you are welcome to redistribute it under certain " "conditions; type `show c' for details.\n" "\n" "————————————-mẫu tiếng Anh kết thúc\n" "\n" "[Bản dịch: {Tên chương trình phiên bản Sá»}, Tác quyá»n © {năm tên cá»§a tác " "giả} {Tên chương trình} không có bảo hành gì cả; để xem chi tiết, hãy gõ " "lệnh « show w ». Äây là phần má»m tá»± do, và bạn có quyá»n phát hành lại nó vá»›i " "má»™t số Ä‘iá»u kiện; hãy gõ « show c » để xem chi tiết. ]\n" "\n" "Hai lệnh `show w' và `show c' nên hiển thị các phần thích hợp cá»§a Giấy phép " "Công cá»™ng GNU. Tất nhiên, bạn có thể chá»n lệnh khác thích hợp vá»›i chương " "trình cá»§a mình, ví dụ lệnh trong bàn Ä‘iá»u khiển, cú nhắp con chuá»™t hay mục " "trình đơn.\n" "\n" "Bạn cÅ©ng nên yêu cầu ngưá»i chá»§ cá»§a bạn (nếu bạn làm việc lập trình viên " "trong má»™t công ty) hay trưá»ng há»c cá»§a bạn, nếu có, ký tên vào « đơn từ chối " "trách nhiệm tác quyá»n » vá» chương trình này, nếu cần. Äây là má»™t mẫu ví dụ : " "{hãy thay thế Ä‘oạn nằm trong dấu ngoặc móc}\n" "\n" "_________________________mẫu tiếng Anh bắt đầu\n" "\n" "{Tên công ty hay trưá»ng}, hereby disclaims all copyright interest in the " "program `{Tên chương trình}' (which {chức năng cá»§a chương trình}) written by " "{tên tác giả}.\n" "\n" "———————---------mẫu tiếng Anh kết thúc\n" "\n" "[Bản dịch: {Tên công ty/trưá»ng} bằng cách này từ chối bất kỳ sá»± sở hữu " "chương trình `{Tên chương trình}' ({kiểu chương trình}) được tạo bởi {Tên " "lập trình viên}.\n" "\n" "{chữ ký cá»§a chá»§}, {ngày tháng} {tên và chức vụ cá»§a chá»§} ]\n" "\n" "Giấy phép Công cá»™ng GNU này không cho phép ai hợp nhất chương trình cá»§a bạn " "vào chương trình đã sở hữu. Nếu chương trình cá»§a bạn là thư viện trình con, " "có lẽ bạn muốn cho phép ứng dụng sở hữu liên kết vá»›i thư viện này. Nếu có, " "bạn hãy sá»­ dụng Giấy phép Công cá»™ng GNU Phụ (LGPL) thay vào Giấy phép này.\n" "\n" "\n" "\n" "Verbatim copying and distribution of this translation of the GNU GPL is " "permitted in any medium without royalty provided this notice is preserved.\n" "\n" "Má»i ngưá»i Ä‘á»u Ä‘uợc quyá»n sao chép và phân phối nguyên văn bản dịch giấy phép " "này, thông qua bất cứ phương tiện nào, miá»…n tiá»n bản quyá»n phát minh, miá»…n " "là thông báo này được bảo tồn.\n" #. TRANSLATORS: Replace this string with your names, one name per line. #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:338 #: contrib/gnunet_setup_about_dialog.glade:338 #: contrib/gnunet_statistics_gtk_about_dialog.glade:338 msgid "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" msgstr "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" #: contrib/gnunet_peerinfo_gtk_main_window.glade:28 #, fuzzy msgid "gnunet-peerinfo-gtk" msgstr "Giá»›i thiệu gnunet-gtk" #: contrib/gnunet_peerinfo_gtk_main_window.glade:53 msgid "Display information about this version of gnunet-peerinfo-gtk" msgstr "" #: contrib/gnunet_setup_about_dialog.glade:8 #, fuzzy msgid "About gnunet-setup" msgstr "Giá»›i thiệu gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:43 #, fuzzy msgid "gnunet-setup" msgstr "Giá»›i thiệu gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:76 msgid "Services:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:87 msgid "Topology" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:92 msgid "" "The topology subsystem is required as it ensures that your peer connects to " "other peers." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:106 msgid "Hostlist" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:110 msgid "" "Hostlist servers are used to find other peers. Here you can choose to offer " "a hostlist or simply configure which hostlists by other peers you want to " "use." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:124 #, fuzzy msgid "File _Sharing" msgstr "C_hia sẻ tập tin" #: contrib/gnunet_setup_gtk_main_window.glade:128 msgid "Enable GNUnet's file-sharing subsystem." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:143 msgid "PT/VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:147 msgid "" "Using the PT/VPN subsystems you can tunnel your Internet traffic over " "GNUnet. This is useful if you want to access the IPv4-Internet if you only " "have IPv6-connectivity or vice versa. Furthermore, if you are only " "connected to other peers using WLAN, you could also get Internet access in " "the first place by routing IP traffic over GNUnet." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:160 msgid "EXIT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:164 msgid "" "By offering an EXIT service, you can allow other peers to use your Internet " "connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your " "machine will be seen as the origin of the traffic, this might be risky in " "some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN " "interception for IPv4 and IPv6 on the same machine will still give you 4to6 " "and 6to4 protocol translation, allowing you to access IPv4-only servers from " "IPv6-only clients and IPv6-only servers from IPv4-only clients." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:177 msgid "GNS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:181 msgid "" "The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make " "the \".gnunet\" TLD available on your system. You will be in charge of your " "\".gnunet\" TLD." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:199 #, fuzzy msgid "Service Configuration" msgstr "Cấu hình Trình ná»n GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:225 #, fuzzy msgid "F_2F only" msgstr "Chỉ tập ti_n" #: contrib/gnunet_setup_gtk_main_window.glade:252 #, fuzzy msgid "Friends file:" msgstr "Chỉ mụ_c" #: contrib/gnunet_setup_gtk_main_window.glade:281 msgid "Min. connected friends:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:311 msgid "Friend-to-Friend Configuration (restricts P2P connections)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:340 msgid "Use Hostlists to bootstrap" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:356 msgid "Learn Servers from P2P Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:386 msgid "Run Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:402 msgid "Advertise Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:422 #: contrib/gnunet_setup_gtk_main_window.glade:2286 #: contrib/gnunet_setup_gtk_main_window.glade:2783 msgid "Port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:470 msgid "Known Hostlist Servers:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:539 msgid "Hostlist Configuration (for bootstrapping the network)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:554 msgid "_General" msgstr "Chun_g" #: contrib/gnunet_setup_gtk_main_window.glade:584 msgid "Max. download bandwidth (B/s):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:611 msgid "Max. upload bandwidth (B/s)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:644 #, fuzzy msgid "Bandwidth Configuration" msgstr "Cấu hình Trình ná»n GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:673 msgid "Peer is behind _NAT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:677 msgid "" "Check this box if your machine is behind a NAT box (router that performs " "network address translation). Leave off if your machine has a globally " "unique IPv4 address. NAT options only impact IPv4 addresses at this time." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:691 #, fuzzy msgid "Attempt automatic configuration" msgstr "Khởi chạy t_rợ lý cấu hình" #: contrib/gnunet_setup_gtk_main_window.glade:706 msgid "Disable IPv_6 support" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:710 msgid "" "Disable advertising IPv6 addresses. Check this box if you know that your " "system has no IPv6 Internet connectivity." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:751 msgid "NAT ports have been opened manually" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:755 msgid "" "Set this option if you have configured your NAT to forward the ports for the " "various enabled GNUnet transports. If the external ports are different, the " "respective values of the external port should be specified under " "\"advertised port\" for the respective transport. You also need to specify " "the \"External (public) IPv4 address\" of your NAT box below." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:766 msgid "Enable NAT traversal via UPnP or PMP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:770 msgid "This option enables the use of upnpc from miniupnpd for NAT traversal" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:782 msgid "Enable NAT traversal using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:786 msgid "" "This option enables the use of the \"Autonomous NAT Traversal\" method " "(presented at P2P 2010). It requires gnunet-helper-nat-server to be " "installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:802 msgid "" "Globally visible IP address of your system (IP address of the external " "interface of your NAT). You can also specify a hostname, in which case " "GNUnet will periodically look up the hostname in DNS to determine our " "external IP address (DynDNS setup)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:803 msgid "External (public) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:834 msgid "Enable connecting to NATed peers using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:838 msgid "" "This method allows this peer to initiate connections to NATed peers using " "the 'Autonomous NAT traversal' method (presented at P2P 2010). It requires " "having gnunet-helper-nat-client installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:855 msgid "" "Specify the IPv4 address of your computers main network interface (typically " "eth0 or wlan0)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:856 msgid "Internal (private) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:902 #, fuzzy msgid "NAT Traversal Configuration" msgstr "Cấu hình Trình ná»n GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:920 msgid "_Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:948 msgid "Plugins to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:959 msgid "_TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:978 msgid "_UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:996 msgid "_HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1015 msgid "HTTP_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1034 msgid "D_V" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1051 msgid "_WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1089 #: contrib/gnunet_setup_gtk_main_window.glade:1276 #: contrib/gnunet_setup_gtk_main_window.glade:1455 #: contrib/gnunet_setup_gtk_main_window.glade:1636 msgid "Bind to port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1118 msgid "Use Port \"0\" to only allow outgoing TCP connections" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1141 #: contrib/gnunet_setup_gtk_main_window.glade:1317 #: contrib/gnunet_setup_gtk_main_window.glade:1496 #: contrib/gnunet_setup_gtk_main_window.glade:1677 msgid "Advertised port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1170 #: contrib/gnunet_setup_gtk_main_window.glade:1342 #: contrib/gnunet_setup_gtk_main_window.glade:1523 #: contrib/gnunet_setup_gtk_main_window.glade:1704 msgid "" "External port visible on our public IP address after mappings by NAT/" "firewalls" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1199 #: contrib/gnunet_setup_gtk_main_window.glade:1372 #: contrib/gnunet_setup_gtk_main_window.glade:1553 #: contrib/gnunet_setup_gtk_main_window.glade:1734 #: contrib/gnunet_setup_gtk_main_window.glade:2336 #: contrib/gnunet_setup_gtk_main_window.glade:2417 #: contrib/gnunet_setup_gtk_main_window.glade:2833 #: contrib/gnunet_setup_gtk_main_window.glade:2916 #, fuzzy msgid "Test configuration" msgstr "Cấu hình cấp c_ao" #: contrib/gnunet_setup_gtk_main_window.glade:1203 #: contrib/gnunet_setup_gtk_main_window.glade:1376 #: contrib/gnunet_setup_gtk_main_window.glade:1557 #: contrib/gnunet_setup_gtk_main_window.glade:1738 msgid "" "Test your network configuration by contacting a public gnunet-nat-server and " "asking it to establish a connection to your system for testing. This test " "can only work if you are not running your peer at the time you run the test." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1215 #: contrib/gnunet_setup_gtk_main_window.glade:1388 #: contrib/gnunet_setup_gtk_main_window.glade:1569 #: contrib/gnunet_setup_gtk_main_window.glade:1750 #: contrib/gnunet_setup_gtk_main_window.glade:2349 #: contrib/gnunet_setup_gtk_main_window.glade:2430 #: contrib/gnunet_setup_gtk_main_window.glade:2846 #: contrib/gnunet_setup_gtk_main_window.glade:2929 msgid "Configuration works!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1227 #: contrib/gnunet_setup_gtk_main_window.glade:1400 #: contrib/gnunet_setup_gtk_main_window.glade:1581 #: contrib/gnunet_setup_gtk_main_window.glade:1762 msgid "Test failed!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1258 msgid "TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1275 #: contrib/gnunet_setup_gtk_main_window.glade:1454 #: contrib/gnunet_setup_gtk_main_window.glade:1635 msgid "" "Port number that GNUnet's UDP transport should bind to on the local system" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1434 msgid "UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1615 msgid "HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1796 msgid "HTTPS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1818 msgid "DV" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1835 msgid "Name of _Monitor Interface" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1876 msgid "WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1895 #, fuzzy msgid "Transport Configuration" msgstr "Cấu hình Trình ná»n GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:1907 msgid "_Transports" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1933 msgid "Enable unsolicited content transmission from this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1950 msgid "Enable caching content at this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1969 #, fuzzy msgid "File Sharing Options" msgstr "Ứng dụng Ä‘ang chạy" #: contrib/gnunet_setup_gtk_main_window.glade:1999 msgid "Database Backend to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2014 #: contrib/gnunet_setup_gtk_main_window.glade:2128 #: contrib/gnunet_setup_gtk_main_window.glade:2507 #: contrib/gnunet_setup_gtk_main_window.glade:2621 msgid "sqLite" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2031 #: contrib/gnunet_setup_gtk_main_window.glade:2328 #: contrib/gnunet_setup_gtk_main_window.glade:2524 #: contrib/gnunet_setup_gtk_main_window.glade:2825 msgid "MySQL" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2049 #: contrib/gnunet_setup_gtk_main_window.glade:2409 #: contrib/gnunet_setup_gtk_main_window.glade:2542 #: contrib/gnunet_setup_gtk_main_window.glade:2908 #, fuzzy msgid "Postgres" msgstr "Tiến hành" #: contrib/gnunet_setup_gtk_main_window.glade:2084 #: contrib/gnunet_setup_gtk_main_window.glade:2577 msgid "Quota (bytes):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2122 #: contrib/gnunet_setup_gtk_main_window.glade:2615 msgid "No setup required." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2144 #: contrib/gnunet_setup_gtk_main_window.glade:2637 msgid "MySQL database name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2158 #: contrib/gnunet_setup_gtk_main_window.glade:2651 #, fuzzy msgid "gnunet" msgstr "Giá»›i thiệu gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:2178 #: contrib/gnunet_setup_gtk_main_window.glade:2671 #, fuzzy msgid "Configuration file:" msgstr "Tập tin _cấu hình dùng cho gnunetd:" #: contrib/gnunet_setup_gtk_main_window.glade:2206 #: contrib/gnunet_setup_gtk_main_window.glade:2700 #, fuzzy msgid "Username:" msgstr "_Tên tập tin:" #: contrib/gnunet_setup_gtk_main_window.glade:2230 #: contrib/gnunet_setup_gtk_main_window.glade:2725 msgid "Password:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2261 #: contrib/gnunet_setup_gtk_main_window.glade:2757 msgid "MySQL Server Hostname:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2275 #: contrib/gnunet_setup_gtk_main_window.glade:2771 msgid "localhost" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2358 #: contrib/gnunet_setup_gtk_main_window.glade:2439 #: contrib/gnunet_setup_gtk_main_window.glade:2856 #: contrib/gnunet_setup_gtk_main_window.glade:2938 msgid "Configuration error!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2377 #: contrib/gnunet_setup_gtk_main_window.glade:2875 #, fuzzy msgid "Configuration:" msgstr "Cấu hình cấp c_ao" #: contrib/gnunet_setup_gtk_main_window.glade:2464 msgid "Configure Datastore (persistent storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2492 msgid "Datacache:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2964 msgid "Configure Datacache (temporary storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2981 #, fuzzy msgid "_File Sharing" msgstr "C_hia sẻ tập tin" #: contrib/gnunet_setup_gtk_main_window.glade:3011 msgid "Tunnel IPv4 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3015 msgid "" "By enabling this option, all of your IPv4-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 4over6 " "tunneling and 4to6 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3027 msgid "Tunnel IPv6 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3031 msgid "" "By enabling this option, all of your IPv6-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 6over4 " "tunneling and 6to4 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3043 #, fuzzy msgid "Tunnel DNS Traffic" msgstr "Dữ liệu gá»­i đến" #: contrib/gnunet_setup_gtk_main_window.glade:3047 msgid "" "Enabling this option will cause your DNS traffic to be routed via the GNUnet " "network to some other peer offering DNS exit functionality. This is needed " "if you have no Internet access (and are thus tunnelling both IPv4 and IPv6 " "traffic over GNUnet). If you have regular Internet access, this option only " "makes sense if you want to get some 'weak' anonymity by tunnelling all of " "your traffic over GNUnet (using the network as a 1-hop proxy in the worst-" "case, so this does not provide you with strong anonymity)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3072 #, fuzzy msgid "Protocol Translation and Tunneling Configuration" msgstr "Cấu hình Trình ná»n GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:3102 msgid "_Interface name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3115 msgid "" "Name of the TUN interface GNUnet will create for intercepting outgoing " "Internet traffic from your machine. The default \"gnunet-vpn\" is almost " "always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3135 msgid "IPv4 address for interface:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3157 #: contrib/gnunet_setup_gtk_main_window.glade:3209 #: contrib/gnunet_setup_gtk_main_window.glade:3439 #: contrib/gnunet_setup_gtk_main_window.glade:3493 msgid "/" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3187 msgid "IPv6 address for interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3241 #, fuzzy msgid "VPN Interface Configuration" msgstr "Cấu hình Trình ná»n GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:3260 msgid "" "Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, " "6over4, 4over6) facilities" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3261 msgid "_VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3291 msgid "Enable DNS Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3306 msgid "Enable IPv4 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3310 msgid "" "This option will allow other peers to send IPv4 traffic to the Internet " "using your network connection." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3322 msgid "Enable IPv6 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3326 msgid "" "This option will allow other peers to send IPv6 traffic to the Internet " "using your network connection. You should make sure that you have IPv6-" "support before enabling this option." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3349 msgid "IP Address of external DNS Resolver:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3381 msgid "Exit interface name: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3393 msgid "" "Name of the TUN interface GNUnet will create for Internet traffic exiting " "GNUnet via your machine. The default \"gnunet-exit\" is almost always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3416 msgid "IPv4 address for Exit interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3428 msgid "" "Use a private IPv4 network here that does not conflict with your existing " "setup (i.e. something like 10.53.0.1/255.255.0.0 or " "192.168.0.1/255.255.0.0). " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3470 msgid "IPv6 address for Exit interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3482 msgid "" "This should be a globally routed IPv6 subnet of your host. Alternatively, " "if your kernel supports IPv6-NAT, you can pick any site-local prefix and " "manually configure IPv6-NAT." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3525 #, fuzzy msgid "GNUnet Exit Configuration" msgstr "Cấu hình Trình ná»n GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:3544 msgid "_Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3574 msgid "_Preferred Name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3612 msgid "Cryptographic Identity:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3662 #, fuzzy msgid "Domain Owner Information" msgstr "Cấu hình Trình ná»n GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:3775 msgid "GNS Database" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3794 msgid "GN_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3810 msgid "Welcome to gnunet-setup." msgstr "" #: contrib/gnunet_statistics_gtk_about_dialog.glade:8 #, fuzzy msgid "About gnunet-statistics-gtk" msgstr "Giá»›i thiệu gnunet-gtk" #: contrib/gnunet_statistics_gtk_main_window.glade:6 #, fuzzy msgid "gnunet-statistics-gtk" msgstr "Giá»›i thiệu gnunet-gtk" #: contrib/gnunet_statistics_gtk_main_window.glade:36 msgid "Display information about this version of gnunet-statistics-gtk" msgstr "" #: contrib/gnunet_statistics_gtk_main_window.glade:73 #, fuzzy msgid "_Connections" msgstr "Khả năng kết nối" #: contrib/gnunet_statistics_gtk_main_window.glade:97 #, fuzzy msgid "_Traffic" msgstr "Dữ liệu gá»­i đến" #: contrib/gnunet_statistics_gtk_main_window.glade:122 msgid "_Storage" msgstr "" #, fuzzy #~ msgid "Peer" #~ msgstr "Äồn_g đẳng" #~ msgid "Country" #~ msgstr "Quốc gia" #, fuzzy #~ msgid "Addresses" #~ msgstr "Äịa chỉ" #, fuzzy #~ msgid "Advertise namespace" #~ msgstr "tro_ng miá»n tên" #, fuzzy #~ msgid "Value:" #~ msgstr "_Giá trị:" #~ msgid "Keywords" #~ msgstr "Từ khóa" #, fuzzy #~ msgid "_Root:" #~ msgstr "_Gốc:" #~ msgid "Description" #~ msgstr "Mô tả" #~ msgid "Format" #~ msgstr "Äịnh dạng" #~ msgid "Size" #~ msgstr "Cỡ" #, fuzzy #~ msgid "GNUnet VPN Exit Interface" #~ msgstr "Äiá»u khiển Trình ná»n GNUnet" #, fuzzy #~ msgid "DNS name" #~ msgstr "Tên hiệu" #, fuzzy #~ msgid "Destination" #~ msgstr "Mô tả" #, fuzzy #~ msgid "Current identifier" #~ msgstr "Bá»™ nhận diện sau" #, fuzzy #~ msgid "Update identifier" #~ msgstr "Bá»™ nhận diện sau" #, fuzzy #~ msgid "_Index file" #~ msgstr "Bá»™ nhận d_iện:" #, fuzzy #~ msgid "Root" #~ msgstr "_Gốc:" #, fuzzy #~ msgid "Download from URI" #~ msgstr "Tải _xuống" #, fuzzy #~ msgid "Search GNUnet" #~ msgstr "Kết quả tìm kiếm" #, fuzzy #~ msgid "Search GNUnet for files" #~ msgstr "Chá»n tập tin thư mục GNUnet cần mở" #, fuzzy #~ msgid "Test datastore configuration" #~ msgstr "Khởi chạy t_rợ lý cấu hình" #, fuzzy #~ msgid "Test datacache configuration" #~ msgstr "Cấu hình cấp c_ao" #, fuzzy #~ msgid "gnunet-gtk" #~ msgstr "Giá»›i thiệu gnunet-gtk" #, fuzzy #~ msgid "Neighbours" #~ msgstr "giá»" #~ msgid "Bandwidth" #~ msgstr "Băng thông" #, fuzzy #~ msgid "filename" #~ msgstr "Tên tập tin" #, fuzzy #~ msgid "_Anonymity" #~ msgstr "_Giấu tên:" #, fuzzy #~ msgid "Previous identifier" #~ msgstr "Bá»™ nhận diện sau" #, fuzzy #~ msgid "Statistics" #~ msgstr "_Thống kê" #, fuzzy #~ msgid "1 day" #~ msgstr "ngày" #, fuzzy #~ msgid "1 hour" #~ msgstr "giá»" #~ msgid "run in debug mode" #~ msgstr "chạy trong chế độ gỡ lá»—i" #~ msgid "GNUnet GTK user interface." #~ msgstr "Giao diện ngưá»i dùng GTK cá»§a GNUnet." #~ msgid "do not open main window on startup, only add icon to tray" #~ msgstr "khởi chạy thì đừng mở cá»­a sổ chính, chỉ thêm biểu tượng vào khay" #~ msgid "Orientation" #~ msgstr "Hướng" #~ msgid "The orientation of the tray." #~ msgstr "Hướng cá»§a khay." #~ msgid "GNU's peer-to-peer network" #~ msgstr "Mạng đồng đẳng cá»§a GNU" #~ msgid "Status" #~ msgstr "Trạng thái" #~ msgid "Identity" #~ msgstr "Nhận diện" #~ msgid "anonymous" #~ msgstr "nặc danh" #~ msgid "Unhandled (unknown) FSUI event: %u.\n" #~ msgstr "Sá»± kiện FSUI không thể Ä‘iá»u khiển (không rõ): %u.\n" #~ msgid "globally" #~ msgstr "toàn cục" #~ msgid "Aborted." #~ msgstr "Bị há»§y bá»." #~ msgid "Error uploading file: `%s'" #~ msgstr "Lá»—i tải lên tập tin: « %s »" #~ msgid "Choose the file you want to publish." #~ msgstr "Chá»n tập tin bạn muốn xuất bản." #~ msgid "Choose the directory you want to publish." #~ msgstr "Chá»n thư mục bạn muốn xuất bản." #~ msgid "Title" #~ msgstr "Tá»±a Ä‘á»" #~ msgid "Artist" #~ msgstr "Nghệ sÄ©" #~ msgid "Album" #~ msgstr "Tập" #~ msgid "Remove selected files" #~ msgstr "Gỡ bá» các tập tin đã chá»n" #~ msgid "No files to insert ! Please add files to the list before validating." #~ msgstr "" #~ "Không có tập tin cần chèn. Hãy thêm các tập tin vào danh sách trước khi " #~ "thẩm tra." #~ msgid "Choose the directory to insert..." #~ msgstr "Chá»n thư mục cần chèn..." #~ msgid "The following files won't be added for I could not read them :" #~ msgstr "" #~ "Những tập tin sau sẽ không được thêm vì tiến trình này không thể Ä‘á»c " #~ "chúng:" #~ msgid "Could not open the directory :\n" #~ msgstr "Không thể mở thư mục:\n" #~ msgid "Choose files to insert..." #~ msgstr "Chá»n các tập tin cần chèn..." #~ msgid "Failed to start collection (consult logs)." #~ msgstr "Lá»—i bắt đầu thu thập (xem bản ghi)." #~ msgid "Failed to stop collection (consult logs).\n" #~ msgstr "Lá»—i dừng thu thập (xem bản ghi).\n" #~ msgid "Namespace `%s' found: %s.\n" #~ msgstr "Tìm thấy miá»n tên: « %s »: %s.\n" #~ msgid "no name given" #~ msgstr "chưa đưa ra tên" #~ msgid "ms" #~ msgstr "miligiây" #~ msgid "minutes" #~ msgstr "phút" #~ msgid "seconds" #~ msgstr "giây" #~ msgid "days" #~ msgstr "ngày" #~ msgid "second" #~ msgstr "giây" #~ msgid "Failed to create namespace.Consult logs." #~ msgstr "Lá»—i tạo sổ theo dõi « namespace.Consult »." #~ msgid "unknown" #~ msgstr "không rõ" #~ msgid "Category" #~ msgstr "Loại" #~ msgid "Keyword" #~ msgstr "Từ khóa" #~ msgid "invalid characters (%u)" #~ msgstr "ký tá»± sai (%u)" #~ msgid "Internal error" #~ msgstr "Lá»—i ná»™i bá»™" #~ msgid "Choose the name under which you want to save the search results." #~ msgstr "Chá»n tên dưới đó bạn muốn lưu kết quả tìm kiếm." #~ msgid "No search results yet, cannot save!" #~ msgstr "Chưa có kết quả tìm kiếm nên không thể lưu." #~ msgid "Saved search results" #~ msgstr "Kết quả tìm kiếm đã lưu" #~ msgid "Internal error." #~ msgstr "Lá»—i ná»™i bá»™." #~ msgid "Error writing file `%s'." #~ msgstr "Gặp lá»—i khi ghi tập tin « %s »." #~ msgid "_Display metadata" #~ msgstr "Hiển thị siêu _dữ liệu" #~ msgid "_Save results as directory" #~ msgstr "_Lưu kết quả dạng thư mục" #~ msgid "Availability" #~ msgstr "Tính sẵn sàng" #~ msgid "Certainty" #~ msgstr "Tin chắc" #~ msgid "Applicability" #~ msgstr "Tính ứng dụng" #~ msgid "Sort" #~ msgstr "Sắp xếp" #~ msgid "Need a keyword to search!\n" #~ msgstr "Cần thiết từ khoá cần tìm kiếm.\n" #~ msgid "Failed to create namespace URI from `%s'.\n" #~ msgstr "Lá»—i tạo URI miá»n tên từ « %s ».\n" #~ msgid "Filesize" #~ msgstr "Cỡ tập tin" #~ msgid "Mime-type" #~ msgstr "Kiểu MIME" #~ msgid "No local namespaces available that could be deleted!" #~ msgstr "Không có miá»n tên cục bá»™ sẵn sàng để xoá." #~ msgid "Should the namespace `%s' really be deleted?" #~ msgstr "Thá»±c sá»± nên xoá miá»n tên « %s » không?" #~ msgid "Downloading `%s'\n" #~ msgstr "Äang tải xuống « %s »\n" #~ msgid "ERROR: already downloading `%s'" #~ msgstr "Lá»–I: đã bắt đầu tải xuống « %s » trước" #~ msgid "Invalid URI `%s'" #~ msgstr "URI không hợp lệ « %s »" #~ msgid "Please use the search function for keyword (KSK) URIs!" #~ msgstr "Hãy dùng chức năng tìm kiếm cho URI kiểu từ khoá (KSK)." #~ msgid "Choose the directory you want to open." #~ msgstr "Chá»n thư mục cần mở." #~ msgid "Error opening file `%s'." #~ msgstr "Lá»—i mở tập tin « %s »." #~ msgid "Launching gnunetd...\n" #~ msgstr "Äang khởi chạy trình ná»n gnunetd...\n" #~ msgid "Launching gnunetd failed\n" #~ msgstr "Lá»—i khởi chạy trình ná»n gnunetd\n" #~ msgid "Launched gnunetd\n" #~ msgstr "Äã khởi chạy trình ná»n gnunetd\n" #~ msgid "Error requesting shutdown of gnunetd.\n" #~ msgstr "Lá»—i yêu cầu tắt trình ná»n gnunetd.\n" #~ msgid "Terminating gnunetd...\n" #~ msgstr "Äang dừng chạy trình ná»n gnunetd...\n" #~ msgid "" #~ "Configuration file for GNUnet daemon `%s' does not exist! Run `gnunet-" #~ "setup -d'.\n" #~ msgstr "" #~ "Tập tin cấu hình cho trình ná»n GNUnet « %s » không tồn tại. Hãy chạy lệnh " #~ "thiết lập «gnunet-setup -d ».\n" #~ msgid "Connected to 1 peer" #~ msgstr "Có kết nối tá»›i 1 đồng đẳng" #~ msgid "GNUnet - Connected to 1 peer" #~ msgstr "Bị" #~ msgid "GNUnet - Connected to %Lu peers" #~ msgstr "GNUnet — có kết nối tá»›i %Lu đồng đẳng" #~ msgid "Disconnected" #~ msgstr "Bị ngắt kết nối" #~ msgid "GNUnet - Disconnected" #~ msgstr "GNUnet — Bị ngắt kết nối" #~ msgid "Daemon running" #~ msgstr "Trình ná»n Ä‘ang chạy" #~ msgid "GNUnet - Daemon running" #~ msgstr "GNUnet — Trình ná»n Ä‘ang chạy" #~ msgid "Daemon not running" #~ msgstr "Trình ná»n không Ä‘ang chạy" #~ msgid "GNUnet - Daemon not running" #~ msgstr "GNUnet — Trình ná»n không Ä‘ang chạy" #~ msgid "Unknown status" #~ msgstr "Trạng thái không rõ" #~ msgid "Could not initialize libnotify\n" #~ msgstr "Không thể sở khởi libnotify\n" #~ msgid "Could not send notification via libnotify\n" #~ msgstr "Không thể gá»­i thông báo thông qua libnotify\n" #~ msgid "Welcome to gnunet-gtk 0.8.1" #~ msgstr "Chào mừng tá»›i gnunet-gtk 0.8.1" #~ msgid "" #~ " \n" #~ "gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to " #~ "eventually provide a universal, pluggable interface for all GNUnet " #~ "services.\n" #~ "\n" #~ "This is a beta release. Some advanced features are still missing. The " #~ "GNUnet homepage offers information about new versions of gnunet-gtk.\n" #~ "\n" #~ "Please read the text below for infomation about this release. We hope " #~ "that you will enjoy gnunet-gtk (especially once it is ready).\n" #~ "\n" #~ "Thank you,\n" #~ "\n" #~ " The GNUnet Team\n" #~ "\n" #~ "Changes from gnunet-gtk 0.8.0:\n" #~ "\n" #~ "This release adds a new command-line option (-t to start gnunet-gtk in " #~ "tray mode). Various minor UI bugs have also been fixed.\n" #~ "\n" #~ "Changes from gnunet-gtk 0.8.0pre1:\n" #~ "\n" #~ "This release primarily adds support for the new, simpler namespaces. " #~ "This release also includes various eye candy improvements, including some " #~ "new context menus (right-click) and support for initiating downloads by " #~ "double-clicking on the search result. The chat plugin now indicates " #~ "graphically which user is the local user and allows users to leave the " #~ "room (note that P2P support for chat is still missing in GNUnet, so you " #~ "can pretty much only chat with yourself at this point). Finally, this " #~ "release fixes problems with installing and finding of the icon for the " #~ "main window (for installations to directories other than /usr).\n" #~ "\n" #~ "Changes from gnunet-gtk 0.8.0pre0:\n" #~ "\n" #~ "This release adds support for the new search ranking features of " #~ "0.8.0pre1 including visualizing how well a result matches the search " #~ "terms and how likely it is that the result is available on the network. " #~ "This release also adds support for chat (GUI only, note that GNUnet does " #~ "not implement P2P chat yet). Various minor bugs were also fixed. The " #~ "code was updated to work with GNUnet 0.8.0pre1 (and will not work with " #~ "previous GNUnet versions).\n" #~ "\n" #~ "Changes from gnunet-gtk 0.7.3:\n" #~ "\n" #~ "This release fixes a deadlock and improves visualization of the current " #~ "connectivity status of gnunetd (including visualization using the tray " #~ "icon). Searches can now be paused and resumed. Various useless and " #~ "confusing features were removed (or at least are invisible with the " #~ "default GLADE skin). The GLADE file was updated to Glade version 3. The " #~ "code was updated to work with GNUnet 0.8.0pre0 (and will not work with " #~ "previous GNUnet versions).\n" #~ msgstr "" #~ " \n" #~ "gnunet-gtk là giao diện ngưá»i dùng GTK+ cá»§a GNUnet. Dá»± định nó cuối cùng " #~ "cung cấp má»™t giao diện chung dá»… kết hợp cho má»i dịch vụ GNUnet.\n" #~ "\n" #~ "Äây là má»™t bản phát hành B (bêta): má»™t số tính năng cấp cao vẫn còn bị " #~ "thiếu. Trang chá»§ GNUnet hiển thị thông tin vá» má»—i phiên bản má»›i cá»§a " #~ "gnunet-gtk.\n" #~ "\n" #~ "Hãy Ä‘á»c văn bản dưới đây để tìm thông tin vá» bản phát hành này. Mong muốn " #~ "bạn hài lòng khi làm việc vá»›i gnunet-gtk (nhất là khi nó sẵn sàng).\n" #~ "\n" #~ "Chúc bạn vui vẻ.\n" #~ "\n" #~ " Nhóm GNUnet\n" #~ "\n" #~ "Thay đổi so vá»›i gnunet-gtk 0.8.0:\n" #~ "\n" #~ "Bản phát hành này them má»™t tuỳ chá»n dòng lệnh má»›i (« -t » để khởi chạy " #~ "gnunet-gtk ở chế độ khay). CÅ©ng sá»­a chữa nhiá»u lá»—i khác nhau vá» giao diện " #~ "đồ há»a.\n" #~ "\n" #~ "Thay đổi so vá»›i gnunet-gtk 0.8.0pre1:\n" #~ "\n" #~ "Bản phát hành này chính thêm há»— trợ cho những miá»n tên má»›i mà đơn giản " #~ "hÆ¡n. Bản này cÅ©ng giá»›i thiệu má»™t số sá»± cải tiến kẹo ngá»t thị giác, gồm có " #~ "má»™t số trình đơn ngữ cảnh má»›i (nhấn-phải) và há»— trợ chức năng bắt đầu " #~ "việc tải vá» bằng cách nhấn-đôi vào kết quả tìm kiếm. Phần bổ sung chat " #~ "(trò chuyện) giỠđây ngụ ý đồ bằng ảnh ngưá»i dùng nào là ngưá»i dùng cục " #~ "bá»™, và cho phép ngưá»i dùng ra khá»i phòng (ghi chú rằng vẫn chưa há»— trợ " #~ "P2P cho trò chuyện thì hiện thá»i chỉ có thể trò chuyện vá»›i mình). Cuối " #~ "cùng, bản này sá»­a chá»­a vấn đỠvá»›i việc cài đặt và tìm biểu tượng cho cá»­a " #~ "sổ chính (cho tiến trình cài đặt vào thư mục khác vá»›i /usr).\n" #~ "\n" #~ "Thay đổi so vá»›i gnunet-gtk 0.8.0pre0:\n" #~ "\n" #~ "Bản phát hành này thêm há»— trợ cho các tính năng đánh thứ hạng tìm kiếm " #~ "cá»§a bản 0.8.0pre1, gồm có cách thức hiển thị má»™t kết quả tương ứng bao " #~ "nhiêu vá»›i tiêu chuẩn tìm kiếm, và tính sẵn sàng cá»§a kết quả trên mạng. " #~ "Bản phát hành này cÅ©ng thêm há»— trợ cho chức năng trò chuyện (chỉ GUI: ghi " #~ "chú rằng GNUnet chưa thá»±c hiện chát P2P). Nhiá»u lá»—i nhá» cÅ©ng được sá»­a " #~ "chữa. Mã nguồn được cập nhật để hoạt động được vá»›i GNUnet 0.8.0pre1 (thì " #~ "sẽ không hoạt động được vá»›i phiên bản GNUnet cÅ©).\n" #~ "\n" #~ "Thay đổi so vá»›i gnunet-gtk 0.7.3:\n" #~ "\n" #~ "Bản phát hành này giải quyết má»™t trưá»ng hợp bế tắc, và cải tiến cách thức " #~ "hiển thị trạng thái kết nối hiện thá»i cá»§a trình ná»n gnunetd (gồm có cách " #~ "thức hiển thị dùng biểu tượng khay). Bây giá» có thể tạm dừng và tiếp tục " #~ "lại tiến trình tìm kiếm. Má»™t số tính năng vô ích và gây bối rối Ä‘á»u cÅ©ng " #~ "được gỡ bá» (hoặc ít nhất vô hình vá»›i sắc thái GLADE mặc định). Tập tin " #~ "GLADE được cập nhật lên Glade phiên bản 3. Mã nguồn được cập nhật để hoạt " #~ "động được vá»›i GNUnet 0.8.0pre0 (thì sẽ không hoạt động được vá»›i phiên bản " #~ "GNUnet cÅ©).\n" #~ msgid "_Welcome" #~ msgstr "_Chào mừng" #~ msgid "Try to start the GNUnet Daemon gnunetd on localhost" #~ msgstr "Hãy thá»­ chạy trình ná»n GNUnet gnunetd trên máy ná»™i bá»™ localhost" #~ msgid "Start gnunet_d" #~ msgstr "Khởi chạy gnunet_d" #~ msgid "Stops the GNUnet daemon gnunetd" #~ msgstr "Dừng trình ná»n GNUnet gnunetd" #~ msgid "Sto_p gnunetd" #~ msgstr "Dừn_g chạy gnunetd" #~ msgid "Run gnunet-setup in wizard mode" #~ msgstr "Chạy gnunet-setup trong chế độ trợ lý" #~ msgid "Run gnunet-setup in standard configuration mode" #~ msgstr "Chạy gnunet-setup trong chế độ cấu hình chuẩn" #~ msgid "gtk-edit" #~ msgstr "gtk-edit" #~ msgid "" #~ "Search GNUnet for content under the specified keyword (and, if " #~ "applicable, restrict the search to the given namespace)" #~ msgstr "" #~ "Tìm kiếm ná»™i dung theo từ khóa chỉ ra trong GNUnet (và, nếu thích hợp, " #~ "giá»›i hạn tìm kiếm trong miá»n tên đưa ra)" #~ msgid "gtk-find" #~ msgstr "gtk-find" #~ msgid "with _anonymity" #~ msgstr "_giấu tên" #~ msgid "" #~ "Specify the anonymity level for the search, 0 for no anonymity. Higher " #~ "values provide more privacy but also less performance." #~ msgstr "" #~ "Chỉ ra mức độ giấu tên cho tìm kiếm, 0 để không giấu tên. Các giá trị " #~ "cao hÆ¡n tăng tính bảo mật nhưng làm giảm hiệu suất." #~ msgid "" #~ "This is the rating that you have given this namespace so far. Ratings " #~ "are private and not shared with other users in any way. They are " #~ "supposed to help each user remember which namespace is worthwile for him." #~ msgstr "" #~ "Äây là đánh giá bạn đã gán miá»n tên này, đến lúc này. Äánh giá là riêng, " #~ "không được chia sẻ vá»›i ngưá»i dùng khác bằng cách nào. Äánh giá nên giúp " #~ "má»—i ngưá»i dùng nhá»› miá»n tên nào có lợi ích cho há»." #~ msgid "" #~ "Cancel the selected download (and all sub-downloads) and delete " #~ "incomplete download files" #~ msgstr "" #~ "Thôi công việc tải xuống được chá»n (và các việc tải xuống phụ) và xoá các " #~ "tập tin tải vá» chưa hoàn toàn" #~ msgid "" #~ "Stop the selected download (and all sub-downloads) and remove them from " #~ "the list. This will NOT cause the deletion of files from incomplete " #~ "downloads." #~ msgstr "" #~ "Thôi công việc tải xuống đã chá»n (và các việc tải xuống phụ) và gỡ bá» " #~ "chúng khá»i danh sách. Sá»± kiện này sẽ KHÔNG gây ra xoá tập tin khá»i việc " #~ "tải vá» chưa hoàn thành." #~ msgid "Clear completed downloads from the list" #~ msgstr "Xóa các công việc tải xuống đã hoàn thảnh khá»i danh sách" #~ msgid "_Clean" #~ msgstr "_Dá»n" #~ msgid "_Enter URI:" #~ msgstr "Nhập _URI:" #~ msgid "Download the content specified by the URI" #~ msgstr "Tải xuống ná»™i dung xác định bởi URI" #~ msgid "Downloads" #~ msgstr "Tải xuống" #~ msgid "" #~ "Cancel the selected upload (and all sub-uploads) and remove them from the " #~ "list" #~ msgstr "" #~ "Thôi công việc tải đã chá»n (và các sá»± tải phụ) và gỡ bá» chúng khá»i danh " #~ "sách" #~ msgid "Clear completed uploads from the list" #~ msgstr "Xóa các công việc tải lên hoàn thảnh khá»i danh sách" #~ msgid "Method:" #~ msgstr "Phương pháp:" #~ msgid "" #~ "Indexing will avoid copying the file into the GNUnet database. Instead, " #~ "GNUnet will try to add a symbolic link to the specified file. If that " #~ "fails, a copy of the file will be created. Indexing should be used if " #~ "the local machine is unlikely to ever be compromised by an adversary and " #~ "if the uploaded file will not be modified or moved in the future. " #~ "Indexing is more efficient than insertion." #~ msgstr "" #~ "Khả năng chỉ mục sẽ tránh sao chép tập tin vào cÆ¡ sở dữ liệu GNUnet. Thay " #~ "vào đó, GNUnet sẽ thá»­ thêm má»™t liên kết tượng trưng tá»›i tập tin đã xác " #~ "định. Không thành công thì nó tạo má»™t bản sao cá»§a tập tin. Có nên chỉ mục " #~ "nên nếu máy cục bá»™ rất có thể sẽ không biÌ£ haÌ£i thậm bởi ngưá»i khác và tập " #~ "tin đã tải lên sẽ không bị sá»­a đổi hay di chuyển sau. Chỉ mục hữu hiệu " #~ "hÆ¡n chèn." #~ msgid "" #~ "Inserting a file means that an encrypted copy will be added to the GNUnet " #~ "database. Without the proper key (which is not stored in plaintext " #~ "anywhere) the file cannot be decrypted. Use this option for small files, " #~ "files that will be modified soon, files that maybe moved or if you are " #~ "afraid that an adversary may detect the file in plaintext on your machine " #~ "(after compromising your machine)." #~ msgstr "" #~ "Chèn tập tin nghÄ©a là bản sao đã mật mã được thêm vào cÆ¡ sở dữ liệu " #~ "GNUnet. Không có khoá đúng (mà không được cất giữ nhập thô ở đâu) thì " #~ "không thể giải mật mã tập tin đó. Hãy dùng tùy chá»n này vá»›i tập tin nhá», " #~ "tập tin sẽ bị sá»­a đổi sá»›m, tập tin có thể bị di chuyển, hoặc nếu bạn lo " #~ "vá» ngưá»i khác hại thậm máy rồi phát hiện tập tin nhập thô." #~ msgid "I_nsert" #~ msgstr "Chè_n" #~ msgid "Scope:" #~ msgstr "Khu vá»±c:" #~ msgid "Recursively publish an entire directory tree" #~ msgstr "Xuất bản đệ quy toàn bá»™ má»™t cây thư mục" #~ msgid "_Recursive (for entire directories)" #~ msgstr "Äệ _quy (cho toàn bá»™ thư mục)" #~ msgid "" #~ "Should it be possible to directly find files in the directory? If " #~ "unchecked, it will only be possible for the directory itself to be found " #~ "with a normal keyword search. This option only really makes a difference " #~ "for uploads of directories." #~ msgstr "" #~ "Có nên tìm được tập tin má»™t cách trá»±c tiếp trong thư mục hay không? Nếu " #~ "không bật, chỉ có thể tìm thư mục chính nó bằng việc tìm kiếm kiểu từ " #~ "khoá bình thưá»ng. Tùy chá»n này chỉ giúp đỡ khi tải lên thư mục." #~ msgid "Add keywords for files in directories" #~ msgstr "Thêm từ khoá cho tập tin trong thư mục" #~ msgid "" #~ "Share the specified file with the selected options (you will then be " #~ "prompted to enter meta-data and keywords)" #~ msgstr "" #~ "Chia sẻ tập tin chỉ ra vá»›i các tùy chá»n đã hiệu lá»±c (sẽ há»i ngưá»i dùng " #~ "nhập siêu dữ liệu và từ khóa)." #~ msgid "Browse local computer for files (or directories) to publish" #~ msgstr "Duyệt tìm tập tin (hoặc thư mục) trên máy ná»™i bá»™ để xuất bản" #~ msgid "_Browse" #~ msgstr "_Duyệt" #~ msgid "Only publish a single file" #~ msgstr "Chỉ xuất bản má»™t tập tin đơn" #~ msgid "" #~ "Controls if GNUnet should (automatically) extract metadata for files. If " #~ "unchecked, the default metadata for the upload will only contain the " #~ "filename. If checked, GNU libextractor will be used to provide " #~ "additional metadata (such as thumbnails). The option only applies when a " #~ "directory is uploaded. For individual files, GNU libextractor is always " #~ "used (you will have a chance to edit the extracted metadata in a dialog)." #~ msgstr "" #~ "Äiá»u khiển nếu GNUnet nên (tá»± động) rút siêu dữ liệu vá» tập tin hay " #~ "không. Nếu không bật, siêu dữ liệu mặc định vá» việc tải lên sẽ chỉ chứa " #~ "tên tập tin. Nếu bật thì GNU libextractor được dùng để cung cấp thêm siêu " #~ "dữ liệu (v.d. ảnh mẫu). Tùy chá»n này chỉ áp dụng khi tải lên thư mục. Äối " #~ "vá»›i tập tin riêng, GNU libextractor luôn luôn dùng (bạn có dịp chỉnh sá»­a " #~ "trong há»™p thoại siêu dữ liệu đã rút)." #~ msgid "Use libextractor for files in directories" #~ msgstr "Dùng libextractor cho tập tin trong thư mục" #~ msgid "" #~ "What level of sender-anonymity is desired when sharing this particular " #~ "file? 0 allows direct connections (no anonymity). Higher levels require " #~ "increasing amounts of cover traffic per shared block, increasing your " #~ "privacy at the expense of efficiency." #~ msgstr "" #~ "Khi chia sẻ tập tin này, bạn muốn sá»­ dụng cấp giấu tên ngưá»i gá»­i nào? 0 " #~ "cho phép kết nối trá»±c tiếp (không giấu tên). Cấp cao hÆ¡n cần thiết nhiá»u " #~ "trá»ng tải che hÆ¡n cho má»—i khối đã chia sẻ thì tăng mức riêng tư còn giảm " #~ "mức hữu hiệu." #~ msgid "" #~ "How important is the file (used to prioritize data in the local " #~ "datastore)." #~ msgstr "" #~ "Tập tin này có mức quan trá»ng nào (dùng để đặt ưu tiên cá»§a dữ liệu trong " #~ "kho dữ liệu cục bá»™)." #~ msgid "gtk-new" #~ msgstr "gtk-new" #~ msgid "gtk-delete" #~ msgstr "gtk-delete" #~ msgid "" #~ "Will prevent future insertions into the namespace (will not delete " #~ "content in the namespace)" #~ msgstr "" #~ "Sẽ không cho phép chèn thêm vào miá»n tên (sẽ không xoá ná»™i dung trong " #~ "miá»n tên)" #~ msgid "end collection (will not delete content already in the collection)" #~ msgstr "dừng thu thập (sẽ không xoá ná»™i dung đã có trong bá»™ sưu tập)" #~ msgid "Available content" #~ msgstr "Ná»™i dung có" #~ msgid "" #~ "Should GNUnet track available content (for publishing in namespaces)?" #~ msgstr "" #~ "GNUnet có nên theo dõi ná»™i dung sẵn sàng (để xuất bản trong miá»n tên) " #~ "không?" #~ msgid "Track available content" #~ msgstr "Theo ná»™i dung có" #~ msgid "Delete the tracked available content shown below" #~ msgstr "Xoá ná»™i dung có sẵn đã theo dõi được hiển thị dưới đây" #~ msgid "_Join room" #~ msgstr "_Vào phòng" #~ msgid "_Moniker" #~ msgstr "Tê_n hiệu" #~ msgid "_Room Name" #~ msgstr "Tên _phòng" #~ msgid "Cha_t" #~ msgstr "Chá_t" #~ msgid "_Logs" #~ msgstr "Th_eo dõi" #~ msgid "Edit File Information" #~ msgstr "Sá»­a thông tin tập tin" #~ msgid "This dialog is used to edit information about shared files." #~ msgstr "Há»™p thoại này dùng để sá»­a thông tin vá» các tập tin chia sẻ." #~ msgid "Please provide meta-data and keywords for the content." #~ msgstr "Xin hãy cung cấp siêu dữ liệu và từ khóa cho ná»™i dung." #~ msgid "Type of the metadata that will be added" #~ msgstr "Kiểu siêu dữ liệu cần thêm" #~ msgid "Enter metadata about the upload" #~ msgstr "Nhập siêu dữ liệu vá» việc tải lên" #~ msgid "Value Entry" #~ msgstr "Nhập giá trị" #~ msgid "" #~ "Enter the value for the meta-data of the specified type here.\n" #~ "Press ENTER to add the data." #~ msgstr "" #~ "Xin hãy nhập vào đây giá trị cho siêu dữ liệu cá»§a kiểu chi ra.\n" #~ "Nhấn ENTER để thêm dữ liệu." #~ msgid "" #~ "Add the given description to the meta-data describing the uploaded file." #~ msgstr "Thêm mô tả đã chá»n vào siêu dữ liệu mô tả tập tin đã tải lên." #~ msgid "" #~ "Remove the selected descriptions from the meta-data describing the " #~ "uploaded file." #~ msgstr "Gỡ bá» các mô tả đã chá»n khá»i siêu dữ liệu mô tả tập tin đã tải lên." #~ msgid "Select entries and use the button to delete keywords." #~ msgstr "Chá»n các mục và dùng cái nút để xóa từ khóa." #~ msgid "Meta-data" #~ msgstr "Siêu dữ liệu" #~ msgid "Enter keywords" #~ msgstr "Nhập từ khóa" #~ msgid "" #~ "Add the specified keyword to the list of keywords under which the file or " #~ "directory will be found." #~ msgstr "" #~ "Thêm từ khóa chỉ ra tá»›i danh sách từ khoá để tìm các thư mục hay tập tin." #~ msgid "" #~ "Remove the selected keywords from the list of keywords under which the " #~ "file or directory will be found." #~ msgstr "" #~ "Gỡ bá» các từ khóa chỉ ra khá»i danh sách từ khóa để tìm các thư mục hay " #~ "tập tin." #~ msgid "Lists all of the keywords that will be used." #~ msgstr "Liệt kê tất cả các từ khóa sẽ dùng." #~ msgid "Keywords" #~ msgstr "Từ khóa" #~ msgid "Select Preview" #~ msgstr "Chá»n ô xem thá»­" #~ msgid "Cancel the publication." #~ msgstr "Thôi xuất bản." #~ msgid "metaDataDialogCancelButton" #~ msgstr "metaDataDialogCancelButton" #~ msgid "Abort the upload operation." #~ msgstr "Há»§y bá» thao tác tải lên." #~ msgid "" #~ "Confirm the displayed meta-data and keywords and proceed with the " #~ "publication." #~ msgstr "" #~ "Xác nhận các siêu dữ liệu và từ khóa đã hiển thị và tiếp tục xuất bản." #~ msgid "Metadata for the selected search result" #~ msgstr "Siêu dữ liệu vá» kết quả tìm kiếm được chá»n" #~ msgid "File Information" #~ msgstr "Thông tin tập tin" #~ msgid "gtk-close" #~ msgstr "gtk-close" #~ msgid "" #~ "List of search results. Directories must first be downloaded before " #~ "their contents will be displayed." #~ msgstr "" #~ "Danh sách kết quả tìm kiếm. Thư mục phải được tải xuống trước khi hiển " #~ "thị ná»™i dung cá»§a chúng." #~ msgid "Standard view" #~ msgstr "Ô xem chuẩn" #~ msgid "Download selected files." #~ msgstr "Tải vá» các tập tin được chá»n." #~ msgid "Down_load" #~ msgstr "Tải _vá»" #~ msgid "" #~ "If the selected file is a directory, immediately try to download all " #~ "files in the directory as well." #~ msgstr "" #~ "Tập tin đã chá»n là thư mục thì cÅ©ng thá»­ tải ngay má»i tập tin trong thư " #~ "mục." #~ msgid "with anon_ymity" #~ msgstr "_giấu tên" #~ msgid "" #~ "Specify the desired anonymity level for this download. A value of 0 means " #~ "no receiver anonymity (allows direct connection). Use higher values for " #~ "increased privacy at the expense of performance." #~ msgstr "" #~ "Chỉ ra mức độ giấu tên mong muốn cho tải này. Giá trị bằng 0 có nghÄ©a " #~ "không cho phép giấu tên (cho phép kết nối thẳng). Dùng giá trị cao hÆ¡n " #~ "để tăng mức độ bí mật cho ngưá»i nhận nhưng ảnh hưởng đến hiệu suất." #~ msgid "Pause the search" #~ msgstr "Tạm dừng tìm kiếm" #~ msgid "gtk-media-pause" #~ msgstr "gtk-media-pause" #~ msgid "Resume the search" #~ msgstr "Tiếp tục lại tìm kiếm" #~ msgid "_Resume" #~ msgstr "Tiế_p tục" #~ msgid "Close search tab (also aborts search)" #~ msgstr "Äóng thẻ tìm kiếm (cÅ©ng há»§y bá» tìm kiếm)" #~ msgid "Namespace Contents" #~ msgstr "Ná»™i dung miá»n tên" #~ msgid "" #~ "List of the files and directories that have been added to this namespace " #~ "so far." #~ msgstr "Danh sách các tập tin và thư mục đã được thêm vào miá»n tên này." #~ msgid "Add content to the namespace" #~ msgstr "Thêm ná»™i dung vào miá»n tên" #~ msgid "Publish an update to the selected updatable content." #~ msgstr "Xuất bản cập nhật ná»™i dung có thể cập nhật đã chá»n." #~ msgid "U_pdate" #~ msgstr "Cậ_p nhật" #~ msgid "Chat" #~ msgstr "Chát" #~ msgid "The current conversation in this chat room" #~ msgstr "Há»™i thoại hiện thá»i trong phòng trò chuyện này" #~ msgid "Broadcast the message to all participants in the current chat room" #~ msgstr "Gá»­i tin tá»›i tất cả những ngưá»i có trong phòng trò chuyện hiện tại." #~ msgid "Send" #~ msgstr "Gá»­i" #~ msgid "The gnunet-gtk about dialog" #~ msgstr "Há»™p thoại giá»›i thiệu gnunet-gtk" #~ msgid "(C) 2001-2009 Christian Grothoff (and other contributing authors)" #~ msgstr "© năm 2001-2009 cá»§a Christian Grothoff (và các nhà cá»™ng tác khác)" #~ msgid "https://gnunet.org/" #~ msgstr "https://gnunet.org/" #~ msgid "GNUnet Website" #~ msgstr "Trang WWW cá»§a GNUnet" #~ msgid "Cancel selecting file to publish." #~ msgstr "Thôi chá»n tập tin để xuất bản." #~ msgid "Select this file (or directory) for the publication." #~ msgstr "Chá»n tập tin (hoặc thư mục) này để xuất bản." #~ msgid "Please provide information about the namespace:" #~ msgstr "Xin hãy cung cấp thông tin vá» miá»n tên:" #~ msgid "Type of the metadata to be added" #~ msgstr "Kiểu siêu dữ liệu cần thêm" #~ msgid "Enter meta-data (descriptions) for this namespace" #~ msgstr "Nhập siêu dữ liệu (mô tả) cho miá»n tên này" #~ msgid "Add the given metadata entry to the metadata for this namespace" #~ msgstr "Thêm mục siêu dữ liệu đưa ra vào siêu dữ liệu vá» miá»n tên này." #~ msgid "" #~ "Remove the selected metadata entry from the metadata for this namespace" #~ msgstr "Gỡ bá» mục siêu dữ liệu đưa ra khá»i siêu dữ liệu vá» miá»n tên này." #~ msgid "Metadata describing the namespace (used in advertisements)" #~ msgstr "Siêu dữ liệu mô tả miá»n tên (dùng trong lá»i giá»›i thiệu quảng cáo)." #~ msgid "" #~ "The namespace root is the file or directory in the namespace that will be " #~ "advertised to other users. Typically it contains a directory with the " #~ "contents of the namespace. You are free in your choice of identifier for " #~ "the root." #~ msgstr "" #~ "Gốc miá»n tên là tập tin hay thư mục trong miá»n tên mà sẽ được quảng cáo " #~ "cho các ngưá»i dùng khác. Thưá»ng nó chứa má»™t thư mục có ná»™i dung cá»§a miá»n " #~ "tên. Bạn có thể chá»n tá»± do bá»™ nhận diện gốc." #~ msgid "Anonymity (for namespace advertisement):" #~ msgstr "Giấu tên (cho quảng cáo miá»n tên):" #~ msgid "" #~ "Enter a keyword under which advertisements for this namespace will be " #~ "published." #~ msgstr "" #~ "Nhập má»™t từ khóa dưới đó quảng cáo cho miá»n tên này sẽ được xuất bản." #~ msgid "" #~ "Add the given keyword to the list of keywords under which advertisements " #~ "for the namespace will be published" #~ msgstr "" #~ "Thêm từ khóa đã chá»n vào danh sách từ khóa dưới đó quảng cáo cho miá»n tên " #~ "này sẽ được xuất bản." #~ msgid "" #~ "Remove the selected keyword from the list of keywords under which " #~ "advertisements for the namespace will be published" #~ msgstr "" #~ "Gỡ bá» từ khóa đã chá»n khá»i danh sách từ khóa dưới đó quảng cáo cho miá»n " #~ "tên này sẽ được xuất bản." #~ msgid "Select entries and use the button to delete keywords" #~ msgstr "Chá»n các mục và dùng cái nút để xoá từ khoá." #~ msgid "Cancel namespace creation" #~ msgstr "Thôi tiến trình tạo miá»n tên" #~ msgid "" #~ "Confirm the specified data. Creates the namespace and publishes the " #~ "advertisements." #~ msgstr "" #~ "Xác nhận dữ liệu chỉ ra. Tạo miá»n tên và đưa ra lá»i giá»›i thiệu quảng cáo." #~ msgid "Close the selected search" #~ msgstr "Äóng tìm kiếm đã chá»n" #~ msgid "_Close" #~ msgstr "Äón_g" #~ msgid "Add File to Namespace" #~ msgstr "Thêm tập tin vào miá»n tên" #~ msgid "" #~ "Please provide an identifier for the content and select the update policy." #~ msgstr "Hãy cung cấp bá»™ nhận diện ná»™i dung, và chá»n chính sách cập nhật." #~ msgid "Anonymit_y:" #~ msgstr "_Giấu tên:" #~ msgid "_Next Identifier:" #~ msgstr "Bá»™ _nhận diện kế:" #~ msgid "Edit Collection Information" #~ msgstr "Sá»­a thông tin thu thập" #~ msgid "Please provide meta-data and an identifier for the collection:" #~ msgstr "Xin hãy cung cấp siêu dữ liệu và bá»™ nhận diện cho thu thập:" #~ msgid "" #~ "Add the given description to the meta-data describing the published file" #~ msgstr "Thêm mô tả đã chá»n vào siêu dữ liệu mô tả tập tin đã xuất bản" #~ msgid "Cancel the publication" #~ msgstr "Thôi tiến trình xuất bản" #~ msgid "" #~ "Confirm the displayed meta-data and keywords and proceed with the " #~ "publication" #~ msgstr "" #~ "Xác nhận các siêu dữ liệu và từ khóa đã hiển thị và tiếp tục xuất bản" #~ msgid "Update File in Namespace" #~ msgstr "Cập nhật tập tin trong miá»n tên" #~ msgid "" #~ "Please provide information about the update to the content in the " #~ "namespace." #~ msgstr "Xin hãy cung cấp thông tin vá» bản cập nhật ná»™i dung trong miá»n tên." #~ msgid "Identifier:" #~ msgstr "Bá»™ nhận diện:" #~ msgid "BUG: SET ME!" #~ msgstr "Lá»–I: ÄẶT TÔI !" #~ msgid "Stop and close gnunet-gtk." #~ msgstr "Dừng và đóng gnunet-gtk." #~ msgid "Search Tab Label with Close Button" #~ msgstr "Nhãn thẻ Tìm kiếm vá»›i nút Äóng" #~ msgid "FIXME" #~ msgstr "SỬA ÄI" #~ msgid "Stop the search and close the tab" #~ msgstr "Dừng tìm kiếm và đóng thẻ" #~ msgid "Select filename under which the search results should be saved" #~ msgstr "Chá»n tên tập tin dưới đó cần lưu kết quả tìm kiếm" #~ msgid "Chat Tab Label with Close Button" #~ msgstr "Nhãn thẻ Chát vá»›i nút Äóng" #~ msgid "Leave the chat room and close the tab" #~ msgstr "Ra khá»i phòng chát và đóng thẻ" #~ msgid "Display metadata" #~ msgstr "Hiển thị siêu dữ liệu" #~ msgid "gtk-dialog-info" #~ msgstr "gtk-dialog-info" #~ msgid "gtk-stop" #~ msgstr "gtk-stop" gnunet-gtk-0.9.3/po/en@quot.header0000644000175000017500000000226311406350225013733 00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # gnunet-gtk-0.9.3/po/sv.gmo0000644000175000017500000010335011762217326012312 00000000000000Þ•ÔŒv; 0€=Q±= >>•#>¹?É?Ò?\×?4@E@M@ c@o@u@z@ €@Œ@£@ ¬@¶@m½@NA+B8zƒ]³ƒ „„•4„Ê…Û…ä…aé…K†\†m††’†™†† ¤†±† ˆ Նᆠ    GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS # connected nodes (100% = connection table size)CPU load (red), IO load (green), Network upload (yellow), Network download (blue)ConnectivityDatastore capacityDi Ma Jens Palsberg Christian Grothoff Nils Durner Mathieu Eric Haumant milan@skoid.org Hiroshi Yamauchi Adam Welc Bogdan Carbunar Steven Michael Murphy Phan Vinh Thinh Daniel Nylander Inbound TrafficMetadataNameNoise (red), Content (green), Queries (yellow), Hellos (blue), other (gray), limit (magenta)Outbound TrafficPreviewRouting EffectivenessSystem loadTrustTypeValue_Anonymity:_Copy URI to Clipboard_General_Keyword:_Name:Project-Id-Version: gnunet-gtk 0.7.2 Report-Msgid-Bugs-To: bug-gnunet@gnu.org POT-Creation-Date: 2012-06-01 21:58+0200 PO-Revision-Date: 2007-06-24 21:24+0200 Last-Translator: Daniel Nylander Language-Team: Swedish Language: sv MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit GNU GENERAL PUBLIC LICENSE Version 2, Juni 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Var och en äger kopiera och distribuera exakta kopior av detta licensavtal, men att ändra det är inte tillÃ¥tet. BAKGRUND De flesta programvarulicenser är skapade för att ta bort din frihet att ändra och dela med dig av programvaran. GNU General Public License är tvärtom skapad för att garantera din frihet att dela med dig av och förändra fri programvara -- för att försäkra att programvaran är fri för alla dess användare. Denna licens [General Public License] används för de flesta av Free Software Foundations programvaror och för alla andra program vars upphovsmän använder sig av General Public License. (Viss programvara frÃ¥n Free Software Foundation använder istället GNU Library General Public License.) Du kan använda licensen för dina program. När vi talar om fri programvara syftar vi pÃ¥ frihet och inte pÃ¥ pris. VÃ¥ra [General Public License-] licenser är skapade för att garantera din rätt distribuera och sprida kopior av fri programvara (och ta betalt för denna tjänst om du önskar), att garantera att du fÃ¥r källkoden till programvaran eller kan fÃ¥ den om du sÃ¥ önskar, att garantera att du kan ändra och modifiera programvaran eller använda dess delar i ny fri programvara samt slutligen att garantera att du är medveten om dessa rättigheter. För att skydda dina rättigheter, mÃ¥ste vi begränsa var och ens möjlighet att hindra dig frÃ¥n att använda dig av dessa rättigheter samt frÃ¥n att kräva att du ger upp dessa rättigheter. Dessa begränsningar motsvaras av en förpliktelse för dig om du distribuerar kopior av programvaran eller om du ändrar eller modifierar programvaran. Om du exempelvis distribuerar kopior av en fri programvara, oavsett om du gör det gratis eller mot en avgift, mÃ¥ste du ge mottagaren alla de rättigheter du själv har. Du mÃ¥ste ocksÃ¥ tillse att mottagaren fÃ¥r källkoden eller kan fÃ¥ den om mottagaren sÃ¥ önskar. Du mÃ¥ste ocksÃ¥ visa dessa licensvillkor för mottagaren sÃ¥ att mottagaren känner till sina rättigheter. Vi skyddar dina rättigheter i tvÃ¥ steg: (1) upphovsrätt till programvaran och (2) dessa licensvillkor som ger dig rätt att kopiera, distribuera och eller ändra programvaran. För varje upphovsmans säkerhet och vÃ¥r säkerhet vill vi för tydlighets skull klargöra att det inte lämnas nÃ¥gra garantier för denna fria programvara. Om programvaran förändras av nÃ¥gon annan än upphovsmannen vill vi klargöra för mottagaren att det som mottagaren har är inte originalversionen av programvaran och att förändringar av och felaktigheter i programvaran inte skall belasta den ursprunglige upphovsmannen. Slutligen skall det sägas att all fri programvara ständigt hotas av mjukvarupatent. Vi vill undvika att en distributör [eller vidareutvecklare] av fri programvara individuellt skaffar patentlicenser till programvaran och därmed gör programvaran till föremÃ¥l för äganderätt. För att undvika detta har vi gjorde det tydligt att samtliga mjukvarupatent mÃ¥ste registreras för allas fria användning eller inte registreras alls. Här nedan följer licensvillkoren för att kopiera, distribuera och ändra programvaran. GNU GENERAL PUBLIC LICENSE VILLKOR FÖR ATT KOPIERA, DISTRIBUERA OCH ÄNDRA PROGRAMVARAN Dessa licensvillkor gäller varje programvara eller annat verk som innehÃ¥ller en hänvisning till dessa licensvillkor där upphovsrättsinnehavaren stadgat att programvaran kan distribueras enligt [General Public License] dessa villkor. "Programvaran" enligt nedan syftar pÃ¥ varje sÃ¥dan programvara eller verk och "Verk baserat pÃ¥ Programvaran" syftar pÃ¥ antingen Programvaran eller pÃ¥ derivativa verk, sÃ¥som ett verk som innehÃ¥ller Programvaran eller en del av Programvaran, antingen en exakt kopia eller en ändrad kopia och/eller översatt till ett annat sprÃ¥k. (översättningar ingÃ¥r nedan utan begränsningar i begreppet "förändringar", "förändra" samt "ändringar" eller "ändra".) Varje licenstagare benämns som "Du". Ã…tgärder utom kopiering, distribution och ändringar täcks inte av dessa licensvillkor. Användningen av Programvaran är inte begränsad och resultatet av användningen av Programvaran täcks endast av dessa licensvillkor om resultatet utgör ett Verk baserat pÃ¥ Programvaran (oberoende av att det skapats av att programmet körts). Det beror pÃ¥ vad Programvaran gör. 1. Du äger kopiera och distribuera exakta kopior av Programvarans källkod sÃ¥som Du mottog den, i alla medier, förutsatt att Du tydligt och pÃ¥ ett skäligt sätt pÃ¥ varje exemplar fäster en riktig upphovsrättsklausul och garantiavsägelse, vidhÃ¥ller alla hänvisningar till dessa licensvillkor och till alla garantiavsägelser samt att till alla mottagaren av Programvaran ge en kopia av dessa licensvillkor tillsammans med Programvaran. Du äger utta en avgift för mekaniseringen [att fysiskt fästa Programvaran pÃ¥ ett medium, sÃ¥som en diskett eller en CD-ROM-skiva] eller överföringen av en kopia och du äger erbjuda en garanti för Programvaran mot en avgift. 2. Du äger ändra ditt exemplar eller andra kopior av Programvaran eller nÃ¥gon del av Programvaran och därmed skapa ett Verk baserat pÃ¥ Programvaran, samt att kopiera och distribuera sÃ¥dana förändrade versioner av Programvaran eller verk enligt villkoren i paragraf 1 ovan, förutsatt att du ocksÃ¥ uppfyller följande villkor: a) Du tillser att de förändrade filerna har ett tydligt meddelande som berättar att Du ändrat filerna samt vilket datum dessa ändringar gjordes. b) Du tillser att alla verk som du distribuerar eller offentliggör som till en del eller i sin helhet innehÃ¥ller eller är härlett frÃ¥n Programvaran eller en del av Programvaran, licensieras i sin helhet, utan kostnad till tredje man enligt dessa licensvillkor. c) Om den förändrade Programvaran i sitt normala utförande kan utföra interaktiv kommandon när det körs, mÃ¥ste Du tillse att när Programmet startas skall det skriva ut eller visa, pÃ¥ ett enkelt tillgängligt sätt, ett meddelande som tydligt och pÃ¥ ett skäligt sätt pÃ¥ varje exemplar fäster en riktig upphovsrättsklausul och garantiavsägelse (eller i förekommande fall ett meddelande som klargör att du tillhandahÃ¥ller en garanti) samt att mottagaren äger distribuera Programvaran enligt dessa licensvillkor samt berätta hur mottagaren kan se dessa licensvillkor. (FrÃ¥n denna skyldighet undantas det fall att Programvaran förvisso är interaktiv, men i sitt normala utförande inte visar ett meddelande av denna typ. I sÃ¥dant fall behöver Verk baserat Programvaran inte visa ett sÃ¥dant meddelande som nämns ovan.) Dessa krav gäller det förändrade verket i dess helhet. Om identifierbara delar av verket inte härrör frÃ¥n Programvaran och skäligen kan anses vara fristÃ¥ende och självständiga verk i sig, dÃ¥ skall dessa licensvillkor inte gälla i de delarna när de distribueras som egna verk. Men om samma delar distribueras tillsammans med en helhet som innehÃ¥ller verk som härrör frÃ¥n Programvaran, mÃ¥ste distributionen i sin helhet ske enligt dessa licensvillkor. Licensvillkoren skall i sÃ¥dant fall gälla för andra licenstagare för hela verket och sÃ¥lunda till alla delar av Programvaran, oavsett vem som är upphovsman till vilka delar av verket. Denna paragraf skall sÃ¥lunda inte tolkas som att ansprÃ¥k görs pÃ¥ rättigheter eller att ifrÃ¥gasätta Dina rättigheter till programvara som skrivits helt av Dig. Syftet är att tillse att rätten att kontrollera distributionen av derivativa eller samlingsverk av Programvaran. Förekomsten av ett annat verk pÃ¥ ett lagringsmedium eller samlingsmedium som innehÃ¥ller Programvaran eller Verk baserat pÃ¥ Programvaran leder inte till att det andra verket omfattas av dessa licensvillkor. 3. Du äger kopiera och distribuera Programvaran (eller Verk baserat pÃ¥ Programvaran enligt paragraf 2) i objektkod eller i körbar form enligt villkoren i paragraf 1 och paragraf 2 förutsatt att Du ocksÃ¥ gör en av följande saker: a) Bifogar den kompletta källkoden i maskinläsbar form, som mÃ¥ste distribueras enligt villkoren i paragraf 1 och 2 pÃ¥ ett medium som i allmänhet används för utbyte av programvara, eller b) Bifogar ett skriftligt erbjudande, med minst tre Ã¥rs giltighet, att ge tredje man, mot en avgift som högst uppgÃ¥r till Din kostnad att utföra fysisk distribution, en fullständig kopia av källkoden i maskinläsbar form, distribuerad enligt villkoren i paragraf 1 och 2 pÃ¥ ett medium som i allmänhet används för utbyte av programvara, eller c) Bifogar det skriftligt erbjudande Du fick att erhÃ¥lla källkoden. (Detta alternativ kan endast användas för icke-kommersiell distribution och endast om Du erhÃ¥llit ett program i objektkod eller körbar form med ett erbjudande i enlighet med b ovan.) Källkoden för ett verk avser den form av ett verk som är att föredra för att göra förändringar av verket. För ett körbart verk avser källkoden all källkod för moduler det innehÃ¥ller, samt alla tillhörande gränssnittsfiler, definitioner, scripts för att kontrollera kompilering och installation av den körbara Programvaran. Ett undantag kan dock göras för sÃ¥dant som normalt distribueras, antingen i binär form eller som källkod, med huvudkomponterna i operativsystemet (kompliator, kärna och sÃ¥ vidare) i vilket den körbara programvaran körs, om inte denna komponent medföljer den körbara programvaran. Om distributionen av körbar Programvara eller objektkod görs genom att erbjuda tillgÃ¥ng till att kopiera frÃ¥n en bestämd plats, dÃ¥ skall motsvarande tillgÃ¥ng till att kopiera källkoden frÃ¥n samma plats räknas som distribution av källkoden, även om trejde man inte behöver kopiera källkoden tillsammans med objektkoden. 4. Du äger inte kopiera, ändra, licensiera eller distribuera Programvaran utom pÃ¥ dessa licensvillkor. All övrig kopiering, ändringar, licensiering eller distribution av Programvaran är ogiltig och kommer automatiskt medföra att Du förlorar Dina rättigheter enligt dessa licensvillkor. Tredje man som har mottagit kopior eller rättigheter frÃ¥n Dig enligt dessa licensvillkor kommer dock inte att förlora sina rättigheter sÃ¥ länge de följer licensvillkoren. 5. Du Ã¥läggs inte att acceptera licensvillkoren, dÃ¥ du inte har skrivit under detta avtal. Du har dock ingen rätt att ändra eller distribuera Programvaran eller Verk baserat pÃ¥ Programvaran. SÃ¥dan verksamhet är förbjuden i lag om du inte accepterar och följer dessa licensvillkor. Genom att ändra eller distribuera Programvaran (eller verk baserat pÃ¥ Programvaran) visar du med genom ditt handlande att du accepterar licensvillkoren och alla villkor för att kopiera, distribuera eller ändra Programvaran eller Verk baserat pÃ¥ Programvaran. 6. Var gÃ¥ng du distributerar Progamvaran (eller Verk baserat pÃ¥ Programvaran), kommer mottagaren per automatik att fÃ¥ en licens frÃ¥n den första licensgivaren att kopiera, distribuera eller ändra Programvaran enligt dessa licensvillkor. Du äger inte Ã¥lägga mottagaren nÃ¥gra andra restriktioner än de som följer av licensvillkoren. Du är inte skyldig att tillse att tredje man följer licensvillkoren. 7. Om Du pÃ¥ grund av domstols dom eller anklagelse om patentintrÃ¥ng eller pÃ¥ grund av annan anledning (ej begränsat till patentfrÃ¥gor), Du fÃ¥r villkor (oavsett om de kommer via domstols dom, avtal eller pÃ¥ annat sätt) som strider mot dessa licensvillkor sÃ¥ frÃ¥ntar de inte Dina förpliktelser enligt dessa licensvillkor. Om du inte kan distribuera Programvaran och samtidigt uppfylla licensvillkor och andra skyldigheter, fÃ¥r du som en konsekvens inte distribuera Programvaran. Om exempelvis ett patent gör att Du inte distribuera Programvaran fritt till alla de som mottager kopior direkt eller indirekt frÃ¥n Dig, sÃ¥ mÃ¥ste Du helt sluta distribuera Programvaran. Om delar av denna paragraf förklaras ogiltig eller annars inte kan verkställas skall resten av paragrafen äga fortsatt giltighet och paragrafen i sin helhet äga fortsatt giltighet i andra sammanhang. Syftet med denna paragraf är inte att förmÃ¥ Dig att begÃ¥ patentintrÃ¥ng eller att begÃ¥ intrÃ¥ng i andra rättigheter eller att förmÃ¥ Dig att betrida giltigheten i sÃ¥dana rättigheter. Denna paragraf har ett enda syfte, vilket är att skydda distributionssystemet för fri programvara vilket görs genom användandet av dessa licensvillkor. MÃ¥nga har bidragit till det stora utbudet av programvara som distribueras med hjälp av dessa licensvillkor och den fortsatta giltigheten och användningen av detta system, men det är upphovsmannen själv som mÃ¥ste besluta om han eller hon vill distribuera Programvaran genom detta system eller ett annat och en licenstagare kan inte tvinga en upphovsman till ett annat beslut. Denna paragraf har till syfte att ställa det utom tvivel vad som anses följa av resten av dessa licensvillkor. 8. Om distributionen och/eller användningen av Programvaran är begränsad i vissa länder pÃ¥ grund av patent eller upphovsrättsligt skyddade gränssnitt kan upphovsmannen till Programvaran lägga till en geografisk spridningsklausul, enligt vilken distribution är tillÃ¥ten i länder förutom dem i vilket det är förbjudet. Om sÃ¥ är fallet kommer begränsningen att utgöra en fullvärdig del av licensvillkoren. 9. The Free Software Foundation kan offentliggöra ändrade och/eller nya versioner av the General Public License frÃ¥n tid till annan. SÃ¥dana nya versioner kommer i sin helhet att pÃ¥minna om nuvarande version av the General Public License, men kan vara ändrade i detaljer för att behandla nya problem eller göra nya överväganden. Varje version ges ett särskiljande versionsnummer. Om Programvaran specificerar ett versionsnummer av licensvillkoren samt "alla senare versioner" kan Du välja mellan att följa dessa licensvillkor eller licensvillkoren i alla senare versioner offentliggjorda av the Free Software Foundation. Om Programvaran inte specificerar ett versionnummer av licensvillkoren kan Du välja fritt bland samtliga versioner som nÃ¥gonsin offentligjorts. 10. Om du vill använda delar av Programvaran i annan fri programvara som distribueras enligt andra licensvillkor, begär tillstÃ¥nd frÃ¥n upphovsmannen. För Programvaran var upphovsrätt innehas av Free Software Foundation, tillskriv Free Software Foundation, vi gör ibland undantag för detta. VÃ¥rt beslut grundas pÃ¥ vÃ¥ra tvÃ¥ mÃ¥l att bibehÃ¥lla den fria statusen av alla verk som härleds frÃ¥n vÃ¥r Programvara och främjandet av att dela med sig av och Ã¥teranvända mjukvara i allmänhet. INGEN GARANTI 11. DÃ… DENNA PROGRAMVARA LICENSIERAS UTAN KOSTNAD GES INGEN GARANTI FÖR PROGRAMMET, UTOM SÃ…DAN GARANTI SOM MÃ…STE GES ENLIGT TILLÄMPLIG LAG. FÖRUTOM DÃ… DET UTTRYCKS I SKRIFT TILLHANDAHÃ…LLER UPPHOVSRÄTTSINNEHAVAREN OCH/ELLER ANDRA PARTER PROGRAMMET "I BEFINTLIGT SKICK" ("AS IS") UTAN GARANTIER AV NÃ…GRA SLAG, VARKEN UTTRYCKLIGA ELLER UNDERFÖRSTÃ…DDA, INKLUSIVE, MEN INTE BEGRÄNSAT TILL, UNDERFÖRSTÃ…DDA GARANTIER VID KÖP OCH LÄMPLIGHET FÖR ETT SÄRSKILT ÄNDAMÃ…L. HELA RISKEN FÖR KVALITET OCH ANVÄNDBARHET BÄRS AV DIG. OM PROGRAMMET SKULLE VISA SIG HA DEFEKTER SKALL DU BÄRA ALLA KOSTNADER FöR FELETS AVHJÄLPANDE, REPARATIONER ELLER NÖDVÄNDIG SERVICE. 12. INTE I NÃ…GOT FALL, UTOM NÄR DET GÄLLER ENLIGT TILLÄMPLIG LAG ELLER NÄR DET ÖVERENSKOMMITS SKRIFTLIGEN, SKALL EN UPPHOVSRÄTTSINNEHAVARE ELLER ANNAN PART SOM ÄGER ÄNDRA OCH/ELLER DISTRIBUERA PROGRAMVARAN ENLIGT OVAN, VARA SKYLDIG UTGE ERSÄTTNING FÖR SKADA DU LIDER, INKLUSIVE ALLMÄN, DIREKT ELLER INDIREKT SKADA SOM FÖLJER PÃ… GRUND AV ANVÄNDNING ELLER OMÖJLIGHET ATT ANVÄNDA PROGRAMVARAN (INKLUSIVE MEN INTE BEGRÄNSAT TILL FÖRLUST AV DATA OCH INFORMATION ELLER DATA OCH INFORMATION SOM FRAMSTÄLLTS FELAKTIGT AV DIG ELLER TREDJE PART ELLER FEL DÄR PROGRAMMET INTE KUNNAT KÖRAS SAMTIDIGT MED ANNAN PROGRAMVARA), ÄVEN OM EN SÃ…DAN UPPHOVSRÄTTSINNEHAVAREN ELLER ANNAN PART UPPLYSTS OM MÖJLIGHETEN TILL SÃ…DAN SKADA. SLUT PÃ… LICENSVILLKOR # anslutna noder (100% = storlek för anslutningstabell)Processorlast (röd), In/ut-last (grön), Nätverkssändning (gul), Nätverkshämtning (blÃ¥)AnslutningarDatalagringskapacitetDi Ma Jens Palsberg Christian Grothoff Nils Durner Mathieu Eric Haumant milan@skoid.org Hiroshi Yamauchi Adam Welc Bogdan Carbunar Steven Michael Murphy Phan Vinh Thinh Daniel Nylander IngÃ¥ende trafikMetadataNamnSkräp (röd), InnehÃ¥ll (grön), FrÃ¥gor (gul), Hälsningar (blÃ¥), övrigt (grÃ¥, gräns (lila)UtgÃ¥ende trafikFörhandsgranskaRoutingeffektivitetSystembelastningTillitTypVärde_Anonymitet:_Kopiera URI till urklipp_Allmänt_Nyckelord:_Namn:gnunet-gtk-0.9.3/po/fr.po0000644000175000017500000037513711762217326012143 00000000000000# translation of gnunet-gtk-0.8.0pre1.fr.po to Français # French translations for gnunet-gtk. # Copyright (C) 2008 Christian Grothoff # This file is distributed under the same license as the gnunet-gtk package. # # Milan Bouchet-Valat , 2008, 2009. msgid "" msgstr "" "Project-Id-Version: gnunet-gtk-0.8.1\n" "Report-Msgid-Bugs-To: bug-gnunet@gnu.org\n" "POT-Creation-Date: 2012-06-01 21:58+0200\n" "PO-Revision-Date: 2009-12-29 22:49+0100\n" "Last-Translator: Milan Bouchet-Valat \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/fs/gnunet-fs-gtk.c:438 src/gns/gnunet-gns-gtk.c:597 #: src/peerinfo/gnunet-peerinfo-gtk.c:527 #: src/statistics/gnunet-statistics-gtk.c:295 msgid "start in tray mode" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:55 #, c-format msgid "" "Failed to validate supposedly utf-8 string `%s' of length %u, assuming it to " "be a C string\n" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:245 #, c-format msgid "Selected file `%s' is not a GNUnet directory!\n" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:291 src/fs/gnunet-fs-gtk_common.c:300 #, fuzzy msgid "no description supplied" msgstr "Collection arrêtée.\n" #: src/fs/gnunet-fs-gtk_event-handler.c:795 #: contrib/gnunet_fs_gtk_main_window.glade:271 #, fuzzy msgid "_Download" msgstr "Téléchar_ger" #: src/fs/gnunet-fs-gtk_event-handler.c:804 #, fuzzy msgid "Download _recursively" msgstr "récursiv_ement" #: src/fs/gnunet-fs-gtk_event-handler.c:813 #, fuzzy msgid "Download _as..." msgstr "Téléchar_ger" #: src/fs/gnunet-fs-gtk_event-handler.c:825 #, fuzzy msgid "_Abort download" msgstr "Téléchar_ger" #: src/fs/gnunet-fs-gtk_event-handler.c:836 #: src/fs/gnunet-fs-gtk_event-handler.c:2914 msgid "_Copy URI to Clipboard" msgstr "_Copier l'URI dans le presse-papiers" #: src/fs/gnunet-fs-gtk_event-handler.c:1577 msgid "Error!" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:1739 #, fuzzy msgid "no URI" msgstr "URI" #: src/fs/gnunet-fs-gtk_event-handler.c:2924 #, fuzzy msgid "_Abort publishing" msgstr "Pub_lier" #: src/fs/gnunet-fs-gtk_main-window-search.c:131 #, c-format msgid "Invalid keyword string `%s': %s" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1266 #, c-format msgid "Scanning directory `%s'.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1280 #, c-format msgid "Failed to scan `%s' (access error). Skipping.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1304 #, fuzzy, c-format msgid "Processed file `%s'.\n" msgstr "Erreur d'accès au fichier « %s »." #: src/fs/gnunet-fs-gtk_publish-dialog.c:1322 msgid "Operation failed (press cancel)\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1329 msgid "Scanner has finished.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:544 #, fuzzy msgid "Select a type" msgstr "Sélectionner tous les fichiers" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:546 msgid "Specify a value" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:991 #, fuzzy, c-format msgid "Could not load preview `%s' into memory\n" msgstr "Erreur lors de la copie en mémoire du fichier « %s »." #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:1159 msgid "" msgstr "" #: src/fs/gnunet-fs-gtk_unindex.c:332 #, fuzzy, c-format msgid "Could not access indexed file `%s'\n" msgstr "Erreur d'accès au fichier « %s »." #: src/gns/gnunet-gns-gtk.c:152 src/gns/gnunet-gns-gtk.c:157 #, c-format msgid "New Pseudonym could not be set: `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:281 #, fuzzy, c-format msgid "" "Changes to autoshorten could not be written to configuration file: `%s'\n" msgstr "Changer le nom du fichier de configuration" #: src/gns/gnunet-gns-gtk.c:286 #, fuzzy, c-format msgid "" "Changes to autoshorten option could not be written to configuration file: `" "%s'\n" msgstr "Changer le nom du fichier de configuration" #: src/gns/gnunet-gns-gtk.c:465 msgid "Namestore service is not running!\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:499 #, c-format msgid "Option `%s' missing in section `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:510 msgid "Failed to read or create private zone key\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:524 #, fuzzy msgid "Failed to connect to namestore\n" msgstr "" "Impossible de publier du contenu dans l'espace de noms (consultez les " "journaux d'erreur).\n" #: src/gns/gnunet-gns-gtk.c:555 #, fuzzy, c-format msgid "Editing zone %s" msgstr "Publications" #: src/gns/gnunet-gns-gtk_zone.c:282 msgid "Record could not be deleted:" msgstr "" #: src/gns/gnunet-gns-gtk_zone.c:287 #, c-format msgid "" "%s\n" "%s\n" msgstr "" #: src/lib/glade.c:118 #, fuzzy, c-format msgid "Failed to load `%s': %s\n" msgstr "Impossible de trouver un gestionnaire pour « %s »\n" #: src/lib/os_installation.c:284 #, c-format msgid "" "Could not determine installation path for %s. Set `%s' environment " "variable.\n" msgstr "" #: src/peerinfo/gnunet-peerinfo-gtk.c:493 #, c-format msgid "Failed to initialize communication with peerinfo service!\n" msgstr "" #: src/setup/gnunet-setup.c:115 src/setup/gnunet-setup.c:205 #: src/setup/gnunet-setup-options.c:393 src/setup/gnunet-setup-options.c:413 #, c-format msgid "Widget `%s' not found\n" msgstr "" #: src/setup/gnunet-setup.c:124 src/setup/gnunet-setup.c:139 #, c-format msgid "Invalid regular expression `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:170 #, fuzzy, c-format msgid "Failed to obtain option value from widget `%s'\n" msgstr "" "ATTENTION : Impossible d'obtenir de gnunetd les statistiques concernant la " "connexion.\n" #: src/setup/gnunet-setup.c:219 #, fuzzy, c-format msgid "Failed to initialize widget `%s'\n" msgstr "Impossible de trouver un gestionnaire pour « %s »\n" #: src/setup/gnunet-setup.c:230 #, c-format msgid "No default value known for option `%s' in section `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:240 #, c-format msgid "Failed to initialize widget `%s' with value `%s'\n" msgstr "" #: src/setup/gnunet-setup-hostlist-server.c:174 msgid "" "Could not determine whether the hostlist daemon has an integrated hostlist " "server!\n" msgstr "" #: src/setup/gnunet-setup-options.c:353 msgid "the hostlist server" msgstr "" #: src/setup/gnunet-setup-options.c:357 msgid "the TCP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:361 msgid "the HTTP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:365 msgid "the HTTPS transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:401 #, c-format msgid "Specified widget `%s' is not a checkbutton\n" msgstr "" #: src/setup/gnunet-setup-options.c:421 #, c-format msgid "Specified widget `%s' is not a spinbutton\n" msgstr "" #: src/setup/gnunet-setup-options.c:478 #, c-format msgid "This port is already occupied by %s." msgstr "" #: src/setup/gnunet-setup-options.c:773 src/setup/gnunet-setup-options.c:781 #, c-format msgid "Option `%s' is not formatted correctly!\n" msgstr "" #: src/setup/gnunet-setup-options.c:792 src/setup/gnunet-setup-options.c:800 #, c-format msgid "`%s' is not a valid port number!\n" msgstr "" #: src/setup/gnunet-setup-options.c:1602 msgid "Should GNUnet exclusively connect to friends?" msgstr "" #: src/setup/gnunet-setup-options.c:1614 msgid "Friends file containing the list of friendly peers" msgstr "" #: src/setup/gnunet-setup-options.c:1626 msgid "Minimum number of friendly connections" msgstr "" #: src/setup/gnunet-setup-options.c:1638 msgid "Topology should always be loaded" msgstr "" #: src/setup/gnunet-setup-options.c:1651 msgid "Should hostlist support be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1664 msgid "Should file-sharing be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1676 msgid "Should GNUnet learn about other peers using hostlists" msgstr "" #: src/setup/gnunet-setup-options.c:1688 msgid "Should GNUnet learn hostlists from other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1700 msgid "Should this peer offer a hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1712 msgid "Should this peer advertise its hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1724 msgid "Port this peers hostlist should be offered on" msgstr "" #: src/setup/gnunet-setup-options.c:1756 msgid "Known hostlist URLs" msgstr "" #: src/setup/gnunet-setup-options.c:1767 msgid "How many bytes per second are we allowed to transmit?" msgstr "" #: src/setup/gnunet-setup-options.c:1779 msgid "How many bytes per second are we allowed to receive?" msgstr "" #: src/setup/gnunet-setup-options.c:1793 msgid "Enable communication via TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1805 msgid "Enable communication via UDP" msgstr "" #: src/setup/gnunet-setup-options.c:1817 msgid "Enable communication via HTTP" msgstr "" #: src/setup/gnunet-setup-options.c:1829 msgid "Enable communication via HTTPS" msgstr "" #: src/setup/gnunet-setup-options.c:1841 msgid "Enable communication via DV" msgstr "" #: src/setup/gnunet-setup-options.c:1853 msgid "Enable communication via WLAN" msgstr "" #: src/setup/gnunet-setup-options.c:1865 msgid "Port we bind to for TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1877 msgid "Port visible to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1889 msgid "Check if this peer is behind a NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1901 msgid "Check if the NAT has been configured manually to forward ports" msgstr "" #: src/setup/gnunet-setup-options.c:1913 msgid "Enable NAT traversal with UPnP/PMP" msgstr "" #: src/setup/gnunet-setup-options.c:1926 msgid "Enable NAT traversal with ICMP as server" msgstr "" #: src/setup/gnunet-setup-options.c:1939 msgid "External (public) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1951 msgid "Enable NAT traversal with ICMP as client" msgstr "" #: src/setup/gnunet-setup-options.c:1963 msgid "Internal (private) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1975 msgid "Disable IPv6 support" msgstr "" #: src/setup/gnunet-setup-options.c:1988 msgid "Port for inbound UDP packets, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2000 msgid "Port for inbound HTTP connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2012 msgid "Port for inbound HTTPS connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2026 msgid "Use sqLite to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2038 msgid "Use MySQL to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2050 msgid "Use Postgres to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2062 src/setup/gnunet-setup-options.c:2207 msgid "Name for the MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2074 src/setup/gnunet-setup-options.c:2219 #, fuzzy msgid "Configuration file for MySQL access" msgstr "Fichier de _configuration à utiliser pour gnunetd :" #: src/setup/gnunet-setup-options.c:2086 src/setup/gnunet-setup-options.c:2231 msgid "Username for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2098 src/setup/gnunet-setup-options.c:2243 msgid "Password for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2110 src/setup/gnunet-setup-options.c:2255 msgid "Name of host running MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2122 src/setup/gnunet-setup-options.c:2279 msgid "Port of MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2134 src/setup/gnunet-setup-options.c:2291 #, fuzzy msgid "Configuration for Postgres (passed to PQconnectdb)" msgstr "Fichier de _configuration à utiliser pour gnunetd :" #: src/setup/gnunet-setup-options.c:2147 msgid "Should we try to push our content to other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2159 msgid "Are we allowed to cache content received from other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2171 msgid "Use sqLite to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2183 msgid "Use MySQL to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2195 msgid "Use Postgres to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2267 msgid "Name of monitoring interface to use (monX)" msgstr "" #: src/setup/gnunet-setup-options.c:2305 msgid "Should the VPN/PT be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2319 msgid "Tunnel IPv4 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2333 msgid "Tunnel IPv6 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2346 msgid "Tunnel DNS traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2358 msgid "Name of the virtual interface the GNUnet VPN should create" msgstr "" #: src/setup/gnunet-setup-options.c:2370 msgid "IPv4 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2382 msgid "IPv4 network mask to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2394 msgid "IPv6 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2406 msgid "IPv6 network prefix length to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2422 msgid "" "Activate the VPN exit to provide services and/or to enable others to use " "your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2435 msgid "" "IP address of the external DNS resolver to use (values from your resolve." "conf are usually appropriate))" msgstr "" #: src/setup/gnunet-setup-options.c:2448 msgid "" "Allow other peers to perform DNS resolutions using your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2461 msgid "" "Name of the virtual interface the GNUnet exit service should create for " "traffic exiting the VPN to the Internet" msgstr "" #: src/setup/gnunet-setup-options.c:2473 msgid "IPv4 address to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2485 msgid "IPv4 network mask to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2497 msgid "IPv6 address to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2510 msgid "IPv6 network prefix length to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2524 msgid "" "Allow other users to use your Internet connection for UDP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2537 msgid "" "Allow other users to use your Internet connection for TCP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2551 msgid "Should the GNS be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2564 #, fuzzy msgid "Specification of .gnunet TLD" msgstr "Spécifiez ici l'emplacement de « gnunetd.conf »" #: src/statistics/functions.c:519 msgid "Connectivity" msgstr "Connectivité" #: src/statistics/functions.c:520 msgid "# connected nodes (100% = connection table size)" msgstr "Nombre de nÅ“uds connectés (100% = taille de la table de connexion)" #: src/statistics/functions.c:528 msgid "System load" msgstr "Charge système" #: src/statistics/functions.c:530 msgid "" "CPU load (red), IO load (green), Network upload (yellow), Network download " "(blue)" msgstr "" "Charge processeur (rouge), charge disque dur (vert), réseau sortant (jaune), " "réseau entrant (bleu)" #: src/statistics/functions.c:538 msgid "Datastore capacity" msgstr "Capacité de la base de données" #: src/statistics/functions.c:539 msgid "Persistent file-sharing data (red) and DHT cache (green)" msgstr "" "Données persistantes du partage de fichiers (rouge) et cache DHT (vert)" #: src/statistics/functions.c:547 msgid "Inbound Traffic" msgstr "Traffic entrant" #: src/statistics/functions.c:549 src/statistics/functions.c:559 msgid "" "Noise (red), Content (green), Queries (yellow), Hellos (blue), other (gray), " "limit (magenta)" msgstr "" "Bruit (rouge), contenu (vert), requêtes (jaune), annonces de présence " "(bleu), autres (gris), limite (violet)" #: src/statistics/functions.c:557 msgid "Outbound Traffic" msgstr "Traffic sortant" #: src/statistics/functions.c:567 msgid "Trust" msgstr "Confiance" #: src/statistics/functions.c:568 msgid "Spent (red), Earned (green) and Awarded (yellow)" msgstr "Dépensée (rouge), gagnée (vert) et attribuée aux autres (jaune)" #: src/statistics/functions.c:576 msgid "Routing Effectiveness" msgstr "Efficacité du routage" #: src/statistics/functions.c:577 msgid "Average (red) effectiveness (100% = perfect)" msgstr "Efficacité (rouge) courante (100% = parfaite)" #: src/statistics/gnunet-statistics-gtk.c:264 msgid "Failed to initiate connection with statistics service\n" msgstr "" #: src/statistics/statistics.c:434 #, c-format msgid "Connected to %Lu peers" msgstr "Connecté à %Lu pairs" #: contrib/gnunet_fs_gtk_about_window.glade:96 #: contrib/gnunet_gns_gtk_about_window.glade:87 #: contrib/gnunet_peerinfo_gtk_about_window.glade:158 #: contrib/gnunet_setup_about_window.glade:158 #: contrib/gnunet_statistics_gtk_about_window.glade:158 msgid "Developed by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:128 #: contrib/gnunet_gns_gtk_about_window.glade:118 #: contrib/gnunet_peerinfo_gtk_about_window.glade:190 #: contrib/gnunet_setup_about_window.glade:190 #: contrib/gnunet_statistics_gtk_about_window.glade:190 msgid "Documented by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:161 #: contrib/gnunet_gns_gtk_about_window.glade:150 #: contrib/gnunet_peerinfo_gtk_about_window.glade:223 #: contrib/gnunet_setup_about_window.glade:223 #: contrib/gnunet_statistics_gtk_about_window.glade:223 msgid "Translated by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:194 #: contrib/gnunet_gns_gtk_about_window.glade:182 #: contrib/gnunet_peerinfo_gtk_about_window.glade:256 #: contrib/gnunet_setup_about_window.glade:256 #: contrib/gnunet_statistics_gtk_about_window.glade:256 msgid "Artwork by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:239 #: contrib/gnunet_gns_gtk_about_window.glade:222 #: contrib/gnunet_peerinfo_gtk_about_window.glade:301 #: contrib/gnunet_setup_about_window.glade:301 #: contrib/gnunet_statistics_gtk_about_window.glade:301 #, fuzzy msgid "Credits" msgstr "Afficher les crédits" #: contrib/gnunet_fs_gtk_about_window.glade:254 #: contrib/gnunet_gns_gtk_about_window.glade:235 #: contrib/gnunet_peerinfo_gtk_about_window.glade:316 #: contrib/gnunet_setup_about_window.glade:316 #: contrib/gnunet_statistics_gtk_about_window.glade:316 msgid "License" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:361 #: contrib/gnunet_gns_gtk_about_window.glade:338 #: contrib/gnunet_peerinfo_gtk_about_window.glade:65 #: contrib/gnunet_setup_about_window.glade:65 #: contrib/gnunet_statistics_gtk_about_window.glade:65 msgid "" "License should be loaded here at runtime from the license file (no need to " "copy the whole GPL in here...)." msgstr "" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:10 #, fuzzy msgid "Create namespace" msgstr "Créer un espace de noms" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:31 #, fuzzy msgid "_Name:" msgstr "Nom" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:15 msgid "Save file as..." msgstr "" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:36 #: contrib/gnunet_fs_gtk_open_url_dialog.glade:79 msgid "_Anonymity:" msgstr "_Anonymat :" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:65 #, fuzzy msgid "_recursive" msgstr "récursiv_ement" #: contrib/gnunet_fs_gtk_edit_publication.glade:121 #, fuzzy msgid "_Publication type:" msgstr "_Publication" #: contrib/gnunet_fs_gtk_edit_publication.glade:282 #, fuzzy msgid "Select file" msgstr "Sélectionner tous les fichiers" #: contrib/gnunet_fs_gtk_edit_publication.glade:330 #, fuzzy msgid "Preview:" msgstr "A_perçu :" #: contrib/gnunet_fs_gtk_edit_publication.glade:362 msgid "_Keyword:" msgstr "_Mot-clé :" #: contrib/gnunet_fs_gtk_edit_publication.glade:510 #, fuzzy msgid "_Index file:" msgstr "_Identifiant :" #: contrib/gnunet_fs_gtk_edit_publication.glade:551 #, fuzzy msgid "_Root keyword:" msgstr "_Mot-clé :" #: contrib/gnunet_fs_gtk_edit_publication.glade:595 #, fuzzy msgid "A_nonymity:" msgstr "_Anonymat :" #: contrib/gnunet_fs_gtk_edit_publication.glade:653 #, fuzzy msgid "_Priority:" msgstr "_Priorité :" #: contrib/gnunet_fs_gtk_edit_publication.glade:698 msgid "_Expriation year:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:744 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:118 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:129 #, fuzzy msgid "_Replication:" msgstr "Application" #: contrib/gnunet_fs_gtk_edit_publication.glade:787 #, fuzzy msgid "Publication options:" msgstr "_Publication" #: contrib/gnunet_fs_gtk_main_window.glade:199 #, fuzzy msgid "gnunet-fs-gtk" msgstr "À propos de gnunet-gtk" #: contrib/gnunet_fs_gtk_main_window.glade:233 #, fuzzy msgid "_File sharing" msgstr "Partage de fic_hiers" #: contrib/gnunet_fs_gtk_main_window.glade:240 #, fuzzy msgid "_Publish" msgstr "Pub_lier" #: contrib/gnunet_fs_gtk_main_window.glade:244 #, fuzzy msgid "Publish files or directories on GNUnet" msgstr "Publier un fichier sur GNUnet" #: contrib/gnunet_fs_gtk_main_window.glade:258 #, fuzzy msgid "_List indexed files" msgstr "inde_xer" #: contrib/gnunet_fs_gtk_main_window.glade:275 msgid "Download a file or directory with a known URI." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:286 #, fuzzy msgid "_Open GNUnet directory" msgstr "Ouvrir un répertoire GNUnet à partir d'un fichier" #: contrib/gnunet_fs_gtk_main_window.glade:290 msgid "" "Use this option to browse a GNUnet directory file that has been previously " "downloaded." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:307 msgid "_Create pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:311 msgid "" "Create a pseudonym for publishing content. Note that you can also publish " "content anonymously (without using a pseudonym)." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:322 msgid "_Advertise Pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:337 msgid "" "Opens namespace manager dialog to adjust the list of namespaces you want to " "use, as well as get detailed information about all discovered namespaces." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:338 #: contrib/gnunet_fs_gtk_main_window.glade:917 #, fuzzy msgid "_Manage namespaces" msgstr "Créer un espace de noms" #: contrib/gnunet_fs_gtk_main_window.glade:355 msgid "" "Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:371 #, fuzzy msgid "_Edit" msgstr "_Quitter" #: contrib/gnunet_fs_gtk_main_window.glade:383 #, fuzzy msgid "Edit the system configuration." msgstr "_Lancer l'assistant de configuration" #: contrib/gnunet_fs_gtk_main_window.glade:398 msgid "_View" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:409 msgid "Show meta data in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:410 #, fuzzy msgid "Metadata" msgstr "Meta-données" #: contrib/gnunet_fs_gtk_main_window.glade:421 msgid "Show preview (when available)" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:422 msgid "Preview" msgstr "Aperçu" #: contrib/gnunet_fs_gtk_main_window.glade:433 msgid "Show search box in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:434 #, fuzzy msgid "Search" msgstr "R_echercher" #: contrib/gnunet_fs_gtk_main_window.glade:449 #: contrib/gnunet_gns_gtk_main_window.glade:162 #: contrib/gnunet_peerinfo_gtk_main_window.glade:44 #: contrib/gnunet_statistics_gtk_main_window.glade:25 msgid "_Help" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:461 msgid "Display information about this version of gnunet-fs-gtk" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:489 #, fuzzy msgid "Namespace:" msgstr "Espace de _noms" #: contrib/gnunet_fs_gtk_main_window.glade:556 msgid "Find:" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:592 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:106 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:61 #, fuzzy msgid "Anonymity:" msgstr "_Anonymat :" #: contrib/gnunet_fs_gtk_main_window.glade:637 #, fuzzy msgid "Type:" msgstr "_Type :" #: contrib/gnunet_fs_gtk_main_window.glade:735 msgid "Thumbnail associated with the currently selected content" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:844 #, fuzzy msgid "Copy selection" msgstr "_Collection" #: contrib/gnunet_fs_gtk_namespace_manager.glade:64 msgid "" "Saves all changes made in this dialog to disk without closing the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:80 msgid "Saves all changes made in this dialog to disk and closes the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:96 msgid "Closes the dialog. Changes made in this dialog will not be preserved." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:129 msgid "" "Known namespaces:\n" "Select a namespace to see its complete metadata. Click \"Delete\" to delete " "(forget) namespace.\n" "Namespace names are editable." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:160 #, fuzzy msgid "Is mine" msgstr "minute" #: contrib/gnunet_fs_gtk_namespace_manager.glade:176 #: contrib/gnunet_fs_gtk_namespace_manager.glade:328 #, fuzzy msgid "Rank" msgstr "Évaluation" #: contrib/gnunet_fs_gtk_namespace_manager.glade:190 #: contrib/gnunet_fs_gtk_namespace_manager.glade:341 msgid "Name" msgstr "Nom" #: contrib/gnunet_fs_gtk_namespace_manager.glade:208 #: contrib/gnunet_fs_gtk_namespace_manager.glade:354 msgid "Identifier" msgstr "Identifiant" #: contrib/gnunet_fs_gtk_namespace_manager.glade:244 msgid "" "Makes GNUnet \"forget\" about selected known namespace.\n" "However, GNUnet will be able to learn about this namespace, if it ever " "discovers it again." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:257 msgid "Swap _Rank" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:262 msgid "" "Changes the rank value of the selected namespace in \"Known namespaces\" " "list.\n" "If it had rank 0, it's given rank -1, otherwise the sign of its rank is " "flipped.\n" "Only namespaces with positive ranks are displayed in \"Namespace order\" " "list." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:295 msgid "" "Namespace order:\n" "Drag rows to change namespace order, click \"Apply\" to save it." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:387 msgid "" "Convert the order in which namespaces are arranged in \"Namespace order\" " "list to ranks.\n" "Top namespace is assigned rank 0, namespace below it - rank 1, and so on." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:425 msgid "" "Selected namespace details:\n" "Metadata can be added, deleted and edited. Click \"Apply\" to save " "metadata changes." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:459 msgid "Type" msgstr "Type" #: contrib/gnunet_fs_gtk_namespace_manager.glade:472 msgid "Value" msgstr "Valeur :" #: contrib/gnunet_fs_gtk_namespace_manager.glade:508 msgid "" "Adds a new metadata Type=Value pair to the list.\n" "This functionality is not available at the moment." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:526 msgid "" "Removes selected Type=Value pair from metadata list.\n" "The change will not last unless you click on \"Apply\" button before closing " "the window or selecing some other known namespace." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:545 msgid "" "Applies changes made in metadata list to currently selected known namespace." msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:6 msgid "Enter the URI to be downloaded" msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:26 #, fuzzy msgid "_URI:" msgstr "URI" #: contrib/gnunet_fs_gtk_progress_dialog.glade:52 #, fuzzy msgid "Messages" msgstr "Messages" #: contrib/gnunet_fs_gtk_progress_dialog.glade:67 msgid "Preprocessing..." msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:28 #, fuzzy msgid "Publish content on GNUnet" msgstr "Publier un fichier sur GNUnet" #: contrib/gnunet_fs_gtk_publish_dialog.glade:115 msgid "Add _File" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:126 #, fuzzy msgid "_Create empty directory" msgstr "Ouvrir un répertoire GNUnet à partir d'un fichier" #: contrib/gnunet_fs_gtk_publish_dialog.glade:142 #, fuzzy msgid "Add _Directory" msgstr "Répertoire" #: contrib/gnunet_fs_gtk_publish_dialog.glade:224 msgid "_Left" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:259 msgid "_Right" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:406 msgid "_Execute" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:423 #, fuzzy msgid "_Cancel" msgstr "A_vancé" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:51 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:75 #, fuzzy msgid "Priority:" msgstr "_Priorité :" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:80 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:103 msgid "Expiration year:" msgstr "" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:196 #, fuzzy msgid "Index files" msgstr "inde_xer" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:8 #, fuzzy msgid "Publish file..." msgstr "Nom de publication du fichier" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:173 #, fuzzy msgid "Index file" msgstr "inde_xer" #: contrib/gnunet_fs_gtk_publish_tab.glade:52 #, fuzzy msgid "Progress" msgstr "Avancement" #: contrib/gnunet_fs_gtk_publish_tab.glade:90 #, fuzzy msgid "Publishing" msgstr "Pub_lier" #: contrib/gnunet_fs_gtk_search_tab.glade:203 msgid "You shouldn't see this also" msgstr "" #: contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade:27 msgid "Select pseudonym..." msgstr "" #: contrib/gnunet_fs_gtk_unindex.glade:27 #, fuzzy msgid "Indexed files" msgstr "inde_xer" #: contrib/gnunet_fs_gtk_unindex.glade:110 #, fuzzy msgid "Unindex the selected indexed file." msgstr "inde_xer" #: contrib/gnunet_gns_gtk_about_window.glade:6 #: contrib/gnunet_gns_gtk_main_window.glade:67 #, fuzzy msgid "gnunet-gns-gtk" msgstr "À propos de gnunet-gtk" #: contrib/gnunet_gns_gtk_main_window.glade:13 msgid "Delete Record" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:29 msgid "Record expires in 1 day" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:39 msgid "Record expires in 1 week" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:49 msgid "Record expires in 1 year" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:59 msgid "Record never expires" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:83 #, fuzzy msgid "_File" msgstr "Nom du fichier" #: contrib/gnunet_gns_gtk_main_window.glade:137 #, fuzzy msgid "_Options" msgstr "Opé_rations" #: contrib/gnunet_gns_gtk_main_window.glade:148 msgid "Automatically shorten names" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:209 msgid "Preferred zone name (PSEU):" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:222 msgid "" "Enter the preferred name for this zone here. The value will be stored in " "the PSEU record for your public key. This is the GNS equivalent of your " "domain name. You should try to pick a name that is globally unique." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:244 msgid "Copy the public key of this zone to the clipboard." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:264 msgid "SET TO PUBLIC KEY OF THE ZONE" msgstr "" #: contrib/gnunet_gns_gtk_zone_open.glade:9 msgid "Open zone file..." msgstr "" #: contrib/gnunet_gtk_status_bar_menu.glade:11 #, fuzzy msgid "Quit" msgstr "_Quitter" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:8 #, fuzzy msgid "About gnunet-peerinfo-gtk" msgstr "À propos de gnunet-gtk" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:17 #: contrib/gnunet_setup_about_dialog.glade:17 #: contrib/gnunet_statistics_gtk_about_dialog.glade:17 msgid "(C) 2011 The GNUnet Project" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:19 #: contrib/gnunet_setup_about_dialog.glade:19 #: contrib/gnunet_statistics_gtk_about_dialog.glade:19 #, fuzzy msgid "GNUnet: GNU's Framework for Secure P2P Networking" msgstr "GNUnet, le réseau pair-à-pair GNU" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:20 #: contrib/gnunet_setup_about_dialog.glade:20 #: contrib/gnunet_statistics_gtk_about_dialog.glade:20 msgid "" " GNU GENERAL PUBLIC LICENSE\n" " Version 2, June 1991\n" "\n" " Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n" " 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" " Everyone is permitted to copy and distribute verbatim copies\n" " of this license document, but changing it is not allowed.\n" "\n" " Preamble\n" "\n" " The licenses for most software are designed to take away your\n" "freedom to share and change it. By contrast, the GNU General Public\n" "License is intended to guarantee your freedom to share and change free\n" "software--to make sure the software is free for all its users. This\n" "General Public License applies to most of the Free Software\n" "Foundation's software and to any other program whose authors commit to\n" "using it. (Some other Free Software Foundation software is covered by\n" "the GNU Library General Public License instead.) You can apply it to\n" "your programs, too.\n" "\n" " When we speak of free software, we are referring to freedom, not\n" "price. Our General Public Licenses are designed to make sure that you\n" "have the freedom to distribute copies of free software (and charge for\n" "this service if you wish), that you receive source code or can get it\n" "if you want it, that you can change the software or use pieces of it\n" "in new free programs; and that you know you can do these things.\n" "\n" " To protect your rights, we need to make restrictions that forbid\n" "anyone to deny you these rights or to ask you to surrender the rights.\n" "These restrictions translate to certain responsibilities for you if you\n" "distribute copies of the software, or if you modify it.\n" "\n" " For example, if you distribute copies of such a program, whether\n" "gratis or for a fee, you must give the recipients all the rights that\n" "you have. You must make sure that they, too, receive or can get the\n" "source code. And you must show them these terms so they know their\n" "rights.\n" "\n" " We protect your rights with two steps: (1) copyright the software, and\n" "(2) offer you this license which gives you legal permission to copy,\n" "distribute and/or modify the software.\n" "\n" " Also, for each author's protection and ours, we want to make certain\n" "that everyone understands that there is no warranty for this free\n" "software. If the software is modified by someone else and passed on, we\n" "want its recipients to know that what they have is not the original, so\n" "that any problems introduced by others will not reflect on the original\n" "authors' reputations.\n" "\n" " Finally, any free program is threatened constantly by software\n" "patents. We wish to avoid the danger that redistributors of a free\n" "program will individually obtain patent licenses, in effect making the\n" "program proprietary. To prevent this, we have made it clear that any\n" "patent must be licensed for everyone's free use or not licensed at all.\n" "\n" " The precise terms and conditions for copying, distribution and\n" "modification follow.\n" "\n" " GNU GENERAL PUBLIC LICENSE\n" " TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n" "\n" " 0. This License applies to any program or other work which contains\n" "a notice placed by the copyright holder saying it may be distributed\n" "under the terms of this General Public License. The \"Program\", below,\n" "refers to any such program or work, and a \"work based on the Program\"\n" "means either the Program or any derivative work under copyright law:\n" "that is to say, a work containing the Program or a portion of it,\n" "either verbatim or with modifications and/or translated into another\n" "language. (Hereinafter, translation is included without limitation in\n" "the term \"modification\".) Each licensee is addressed as \"you\".\n" "\n" "Activities other than copying, distribution and modification are not\n" "covered by this License; they are outside its scope. The act of\n" "running the Program is not restricted, and the output from the Program\n" "is covered only if its contents constitute a work based on the\n" "Program (independent of having been made by running the Program).\n" "Whether that is true depends on what the Program does.\n" "\n" " 1. You may copy and distribute verbatim copies of the Program's\n" "source code as you receive it, in any medium, provided that you\n" "conspicuously and appropriately publish on each copy an appropriate\n" "copyright notice and disclaimer of warranty; keep intact all the\n" "notices that refer to this License and to the absence of any warranty;\n" "and give any other recipients of the Program a copy of this License\n" "along with the Program.\n" "\n" "You may charge a fee for the physical act of transferring a copy, and\n" "you may at your option offer warranty protection in exchange for a fee.\n" "\n" " 2. You may modify your copy or copies of the Program or any portion\n" "of it, thus forming a work based on the Program, and copy and\n" "distribute such modifications or work under the terms of Section 1\n" "above, provided that you also meet all of these conditions:\n" "\n" " a) You must cause the modified files to carry prominent notices\n" " stating that you changed the files and the date of any change.\n" "\n" " b) You must cause any work that you distribute or publish, that in\n" " whole or in part contains or is derived from the Program or any\n" " part thereof, to be licensed as a whole at no charge to all third\n" " parties under the terms of this License.\n" "\n" " c) If the modified program normally reads commands interactively\n" " when run, you must cause it, when started running for such\n" " interactive use in the most ordinary way, to print or display an\n" " announcement including an appropriate copyright notice and a\n" "\n" " notice that there is no warranty (or else, saying that you provide\n" " a warranty) and that users may redistribute the program under\n" " these conditions, and telling the user how to view a copy of this\n" " License. (Exception: if the Program itself is interactive but\n" " does not normally print such an announcement, your work based on\n" " the Program is not required to print an announcement.)\n" "\n" "These requirements apply to the modified work as a whole. If\n" "identifiable sections of that work are not derived from the Program,\n" "and can be reasonably considered independent and separate works in\n" "themselves, then this License, and its terms, do not apply to those\n" "sections when you distribute them as separate works. But when you\n" "distribute the same sections as part of a whole which is a work based\n" "on the Program, the distribution of the whole must be on the terms of\n" "this License, whose permissions for other licensees extend to the\n" "entire whole, and thus to each and every part regardless of who wrote it.\n" "\n" "Thus, it is not the intent of this section to claim rights or contest\n" "your rights to work written entirely by you; rather, the intent is to\n" "exercise the right to control the distribution of derivative or\n" "collective works based on the Program.\n" "\n" "In addition, mere aggregation of another work not based on the Program\n" "with the Program (or with a work based on the Program) on a volume of\n" "a storage or distribution medium does not bring the other work under\n" "the scope of this License.\n" "\n" " 3. You may copy and distribute the Program (or a work based on it,\n" "under Section 2) in object code or executable form under the terms of\n" "Sections 1 and 2 above provided that you also do one of the following:\n" "\n" " a) Accompany it with the complete corresponding machine-readable\n" " source code, which must be distributed under the terms of Sections\n" " 1 and 2 above on a medium customarily used for software interchange; " "or,\n" "\n" " b) Accompany it with a written offer, valid for at least three\n" " years, to give any third party, for a charge no more than your\n" " cost of physically performing source distribution, a complete\n" " machine-readable copy of the corresponding source code, to be\n" " distributed under the terms of Sections 1 and 2 above on a medium\n" " customarily used for software interchange; or,\n" "\n" " c) Accompany it with the information you received as to the offer\n" " to distribute corresponding source code. (This alternative is\n" " allowed only for noncommercial distribution and only if you\n" " received the program in object code or executable form with such\n" " an offer, in accord with Subsection b above.)\n" "\n" "The source code for a work means the preferred form of the work for\n" "making modifications to it. For an executable work, complete source\n" "code means all the source code for all modules it contains, plus any\n" "associated interface definition files, plus the scripts used to\n" "control compilation and installation of the executable. However, as a\n" "special exception, the source code distributed need not include\n" "anything that is normally distributed (in either source or binary\n" "form) with the major components (compiler, kernel, and so on) of the\n" "operating system on which the executable runs, unless that component\n" "itself accompanies the executable.\n" "\n" "If distribution of executable or object code is made by offering\n" "access to copy from a designated place, then offering equivalent\n" "access to copy the source code from the same place counts as\n" "distribution of the source code, even though third parties are not\n" "compelled to copy the source along with the object code.\n" "\n" " 4. You may not copy, modify, sublicense, or distribute the Program\n" "except as expressly provided under this License. Any attempt\n" "otherwise to copy, modify, sublicense or distribute the Program is\n" "void, and will automatically terminate your rights under this License.\n" "However, parties who have received copies, or rights, from you under\n" "this License will not have their licenses terminated so long as such\n" "parties remain in full compliance.\n" "\n" " 5. You are not required to accept this License, since you have not\n" "signed it. However, nothing else grants you permission to modify or\n" "distribute the Program or its derivative works. These actions are\n" "prohibited by law if you do not accept this License. Therefore, by\n" "modifying or distributing the Program (or any work based on the\n" "Program), you indicate your acceptance of this License to do so, and\n" "all its terms and conditions for copying, distributing or modifying\n" "the Program or works based on it.\n" "\n" " 6. Each time you redistribute the Program (or any work based on the\n" "Program), the recipient automatically receives a license from the\n" "original licensor to copy, distribute or modify the Program subject to\n" "these terms and conditions. You may not impose any further\n" "restrictions on the recipients' exercise of the rights granted herein.\n" "You are not responsible for enforcing compliance by third parties to\n" "this License.\n" "\n" " 7. If, as a consequence of a court judgment or allegation of patent\n" "infringement or for any other reason (not limited to patent issues),\n" "conditions are imposed on you (whether by court order, agreement or\n" "otherwise) that contradict the conditions of this License, they do not\n" "excuse you from the conditions of this License. If you cannot\n" "distribute so as to satisfy simultaneously your obligations under this\n" "License and any other pertinent obligations, then as a consequence you\n" "may not distribute the Program at all. For example, if a patent\n" "license would not permit royalty-free redistribution of the Program by\n" "all those who receive copies directly or indirectly through you, then\n" "the only way you could satisfy both it and this License would be to\n" "refrain entirely from distribution of the Program.\n" "\n" "If any portion of this section is held invalid or unenforceable under\n" "any particular circumstance, the balance of the section is intended to\n" "apply and the section as a whole is intended to apply in other\n" "circumstances.\n" "\n" "It is not the purpose of this section to induce you to infringe any\n" "patents or other property right claims or to contest validity of any\n" "such claims; this section has the sole purpose of protecting the\n" "integrity of the free software distribution system, which is\n" "implemented by public license practices. Many people have made\n" "generous contributions to the wide range of software distributed\n" "through that system in reliance on consistent application of that\n" "system; it is up to the author/donor to decide if he or she is willing\n" "to distribute software through any other system and a licensee cannot\n" "impose that choice.\n" "\n" "This section is intended to make thoroughly clear what is believed to\n" "be a consequence of the rest of this License.\n" "\n" " 8. If the distribution and/or use of the Program is restricted in\n" "certain countries either by patents or by copyrighted interfaces, the\n" "original copyright holder who places the Program under this License\n" "may add an explicit geographical distribution limitation excluding\n" "those countries, so that distribution is permitted only in or among\n" "countries not thus excluded. In such case, this License incorporates\n" "the limitation as if written in the body of this License.\n" "\n" " 9. The Free Software Foundation may publish revised and/or new versions\n" "of the General Public License from time to time. Such new versions will\n" "be similar in spirit to the present version, but may differ in detail to\n" "address new problems or concerns.\n" "\n" "Each version is given a distinguishing version number. If the Program\n" "specifies a version number of this License which applies to it and \"any\n" "later version\", you have the option of following the terms and conditions\n" "either of that version or of any later version published by the Free\n" "Software Foundation. If the Program does not specify a version number of\n" "this License, you may choose any version ever published by the Free " "Software\n" "Foundation.\n" "\n" " 10. If you wish to incorporate parts of the Program into other free\n" "programs whose distribution conditions are different, write to the author\n" "to ask for permission. For software which is copyrighted by the Free\n" "Software Foundation, write to the Free Software Foundation; we sometimes\n" "make exceptions for this. Our decision will be guided by the two goals\n" "of preserving the free status of all derivatives of our free software and\n" "of promoting the sharing and reuse of software generally.\n" "\n" " NO WARRANTY\n" "\n" " 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n" "FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n" "OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n" "PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER " "EXPRESSED\n" "OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n" "MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\n" "TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\n" "PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n" "REPAIR OR CORRECTION.\n" "\n" " 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n" "WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n" "REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n" "INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n" "OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n" "TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n" "YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n" "PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n" "POSSIBILITY OF SUCH DAMAGES.\n" "\n" " END OF TERMS AND CONDITIONS\n" msgstr "" " GNU GENERAL PUBLIC LICENSE\n" " Version 2, June 1991\n" "\n" " Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n" " 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" " Everyone is permitted to copy and distribute verbatim copies\n" " of this license document, but changing it is not allowed.\n" "\n" " Preamble\n" "\n" " The licenses for most software are designed to take away your\n" "freedom to share and change it. By contrast, the GNU General Public\n" "License is intended to guarantee your freedom to share and change free\n" "software--to make sure the software is free for all its users. This\n" "General Public License applies to most of the Free Software\n" "Foundation's software and to any other program whose authors commit to\n" "using it. (Some other Free Software Foundation software is covered by\n" "the GNU Library General Public License instead.) You can apply it to\n" "your programs, too.\n" "\n" " When we speak of free software, we are referring to freedom, not\n" "price. Our General Public Licenses are designed to make sure that you\n" "have the freedom to distribute copies of free software (and charge for\n" "this service if you wish), that you receive source code or can get it\n" "if you want it, that you can change the software or use pieces of it\n" "in new free programs; and that you know you can do these things.\n" "\n" " To protect your rights, we need to make restrictions that forbid\n" "anyone to deny you these rights or to ask you to surrender the rights.\n" "These restrictions translate to certain responsibilities for you if you\n" "distribute copies of the software, or if you modify it.\n" "\n" " For example, if you distribute copies of such a program, whether\n" "gratis or for a fee, you must give the recipients all the rights that\n" "you have. You must make sure that they, too, receive or can get the\n" "source code. And you must show them these terms so they know their\n" "rights.\n" "\n" " We protect your rights with two steps: (1) copyright the software, and\n" "(2) offer you this license which gives you legal permission to copy,\n" "distribute and/or modify the software.\n" "\n" " Also, for each author's protection and ours, we want to make certain\n" "that everyone understands that there is no warranty for this free\n" "software. If the software is modified by someone else and passed on, we\n" "want its recipients to know that what they have is not the original, so\n" "that any problems introduced by others will not reflect on the original\n" "authors' reputations.\n" "\n" " Finally, any free program is threatened constantly by software\n" "patents. We wish to avoid the danger that redistributors of a free\n" "program will individually obtain patent licenses, in effect making the\n" "program proprietary. To prevent this, we have made it clear that any\n" "patent must be licensed for everyone's free use or not licensed at all.\n" "\n" " The precise terms and conditions for copying, distribution and\n" "modification follow.\n" "\n" " GNU GENERAL PUBLIC LICENSE\n" " TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n" "\n" " 0. This License applies to any program or other work which contains\n" "a notice placed by the copyright holder saying it may be distributed\n" "under the terms of this General Public License. The \"Program\", below,\n" "refers to any such program or work, and a \"work based on the Program\"\n" "means either the Program or any derivative work under copyright law:\n" "that is to say, a work containing the Program or a portion of it,\n" "either verbatim or with modifications and/or translated into another\n" "language. (Hereinafter, translation is included without limitation in\n" "the term \"modification\".) Each licensee is addressed as \"you\".\n" "\n" "Activities other than copying, distribution and modification are not\n" "covered by this License; they are outside its scope. The act of\n" "running the Program is not restricted, and the output from the Program\n" "is covered only if its contents constitute a work based on the\n" "Program (independent of having been made by running the Program).\n" "Whether that is true depends on what the Program does.\n" "\n" " 1. You may copy and distribute verbatim copies of the Program's\n" "source code as you receive it, in any medium, provided that you\n" "conspicuously and appropriately publish on each copy an appropriate\n" "copyright notice and disclaimer of warranty; keep intact all the\n" "notices that refer to this License and to the absence of any warranty;\n" "and give any other recipients of the Program a copy of this License\n" "along with the Program.\n" "\n" "You may charge a fee for the physical act of transferring a copy, and\n" "you may at your option offer warranty protection in exchange for a fee.\n" "\n" " 2. You may modify your copy or copies of the Program or any portion\n" "of it, thus forming a work based on the Program, and copy and\n" "distribute such modifications or work under the terms of Section 1\n" "above, provided that you also meet all of these conditions:\n" "\n" " a) You must cause the modified files to carry prominent notices\n" " stating that you changed the files and the date of any change.\n" "\n" " b) You must cause any work that you distribute or publish, that in\n" " whole or in part contains or is derived from the Program or any\n" " part thereof, to be licensed as a whole at no charge to all third\n" " parties under the terms of this License.\n" "\n" " c) If the modified program normally reads commands interactively\n" " when run, you must cause it, when started running for such\n" " interactive use in the most ordinary way, to print or display an\n" " announcement including an appropriate copyright notice and a\n" "\n" " notice that there is no warranty (or else, saying that you provide\n" " a warranty) and that users may redistribute the program under\n" " these conditions, and telling the user how to view a copy of this\n" " License. (Exception: if the Program itself is interactive but\n" " does not normally print such an announcement, your work based on\n" " the Program is not required to print an announcement.)\n" "\n" "These requirements apply to the modified work as a whole. If\n" "identifiable sections of that work are not derived from the Program,\n" "and can be reasonably considered independent and separate works in\n" "themselves, then this License, and its terms, do not apply to those\n" "sections when you distribute them as separate works. But when you\n" "distribute the same sections as part of a whole which is a work based\n" "on the Program, the distribution of the whole must be on the terms of\n" "this License, whose permissions for other licensees extend to the\n" "entire whole, and thus to each and every part regardless of who wrote it.\n" "\n" "Thus, it is not the intent of this section to claim rights or contest\n" "your rights to work written entirely by you; rather, the intent is to\n" "exercise the right to control the distribution of derivative or\n" "collective works based on the Program.\n" "\n" "In addition, mere aggregation of another work not based on the Program\n" "with the Program (or with a work based on the Program) on a volume of\n" "a storage or distribution medium does not bring the other work under\n" "the scope of this License.\n" "\n" " 3. You may copy and distribute the Program (or a work based on it,\n" "under Section 2) in object code or executable form under the terms of\n" "Sections 1 and 2 above provided that you also do one of the following:\n" "\n" " a) Accompany it with the complete corresponding machine-readable\n" " source code, which must be distributed under the terms of Sections\n" " 1 and 2 above on a medium customarily used for software interchange; " "or,\n" "\n" " b) Accompany it with a written offer, valid for at least three\n" " years, to give any third party, for a charge no more than your\n" " cost of physically performing source distribution, a complete\n" " machine-readable copy of the corresponding source code, to be\n" " distributed under the terms of Sections 1 and 2 above on a medium\n" " customarily used for software interchange; or,\n" "\n" " c) Accompany it with the information you received as to the offer\n" " to distribute corresponding source code. (This alternative is\n" " allowed only for noncommercial distribution and only if you\n" " received the program in object code or executable form with such\n" " an offer, in accord with Subsection b above.)\n" "\n" "The source code for a work means the preferred form of the work for\n" "making modifications to it. For an executable work, complete source\n" "code means all the source code for all modules it contains, plus any\n" "associated interface definition files, plus the scripts used to\n" "control compilation and installation of the executable. However, as a\n" "special exception, the source code distributed need not include\n" "anything that is normally distributed (in either source or binary\n" "form) with the major components (compiler, kernel, and so on) of the\n" "operating system on which the executable runs, unless that component\n" "itself accompanies the executable.\n" "\n" "If distribution of executable or object code is made by offering\n" "access to copy from a designated place, then offering equivalent\n" "access to copy the source code from the same place counts as\n" "distribution of the source code, even though third parties are not\n" "compelled to copy the source along with the object code.\n" "\n" " 4. You may not copy, modify, sublicense, or distribute the Program\n" "except as expressly provided under this License. Any attempt\n" "otherwise to copy, modify, sublicense or distribute the Program is\n" "void, and will automatically terminate your rights under this License.\n" "However, parties who have received copies, or rights, from you under\n" "this License will not have their licenses terminated so long as such\n" "parties remain in full compliance.\n" "\n" " 5. You are not required to accept this License, since you have not\n" "signed it. However, nothing else grants you permission to modify or\n" "distribute the Program or its derivative works. These actions are\n" "prohibited by law if you do not accept this License. Therefore, by\n" "modifying or distributing the Program (or any work based on the\n" "Program), you indicate your acceptance of this License to do so, and\n" "all its terms and conditions for copying, distributing or modifying\n" "the Program or works based on it.\n" "\n" " 6. Each time you redistribute the Program (or any work based on the\n" "Program), the recipient automatically receives a license from the\n" "original licensor to copy, distribute or modify the Program subject to\n" "these terms and conditions. You may not impose any further\n" "restrictions on the recipients' exercise of the rights granted herein.\n" "You are not responsible for enforcing compliance by third parties to\n" "this License.\n" "\n" " 7. If, as a consequence of a court judgment or allegation of patent\n" "infringement or for any other reason (not limited to patent issues),\n" "conditions are imposed on you (whether by court order, agreement or\n" "otherwise) that contradict the conditions of this License, they do not\n" "excuse you from the conditions of this License. If you cannot\n" "distribute so as to satisfy simultaneously your obligations under this\n" "License and any other pertinent obligations, then as a consequence you\n" "may not distribute the Program at all. For example, if a patent\n" "license would not permit royalty-free redistribution of the Program by\n" "all those who receive copies directly or indirectly through you, then\n" "the only way you could satisfy both it and this License would be to\n" "refrain entirely from distribution of the Program.\n" "\n" "If any portion of this section is held invalid or unenforceable under\n" "any particular circumstance, the balance of the section is intended to\n" "apply and the section as a whole is intended to apply in other\n" "circumstances.\n" "\n" "It is not the purpose of this section to induce you to infringe any\n" "patents or other property right claims or to contest validity of any\n" "such claims; this section has the sole purpose of protecting the\n" "integrity of the free software distribution system, which is\n" "implemented by public license practices. Many people have made\n" "generous contributions to the wide range of software distributed\n" "through that system in reliance on consistent application of that\n" "system; it is up to the author/donor to decide if he or she is willing\n" "to distribute software through any other system and a licensee cannot\n" "impose that choice.\n" "\n" "This section is intended to make thoroughly clear what is believed to\n" "be a consequence of the rest of this License.\n" "\n" " 8. If the distribution and/or use of the Program is restricted in\n" "certain countries either by patents or by copyrighted interfaces, the\n" "original copyright holder who places the Program under this License\n" "may add an explicit geographical distribution limitation excluding\n" "those countries, so that distribution is permitted only in or among\n" "countries not thus excluded. In such case, this License incorporates\n" "the limitation as if written in the body of this License.\n" "\n" " 9. The Free Software Foundation may publish revised and/or new versions\n" "of the General Public License from time to time. Such new versions will\n" "be similar in spirit to the present version, but may differ in detail to\n" "address new problems or concerns.\n" "\n" "Each version is given a distinguishing version number. If the Program\n" "specifies a version number of this License which applies to it and \"any\n" "later version\", you have the option of following the terms and conditions\n" "either of that version or of any later version published by the Free\n" "Software Foundation. If the Program does not specify a version number of\n" "this License, you may choose any version ever published by the Free " "Software\n" "Foundation.\n" "\n" " 10. If you wish to incorporate parts of the Program into other free\n" "programs whose distribution conditions are different, write to the author\n" "to ask for permission. For software which is copyrighted by the Free\n" "Software Foundation, write to the Free Software Foundation; we sometimes\n" "make exceptions for this. Our decision will be guided by the two goals\n" "of preserving the free status of all derivatives of our free software and\n" "of promoting the sharing and reuse of software generally.\n" "\n" " NO WARRANTY\n" "\n" " 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n" "FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n" "OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n" "PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER " "EXPRESSED\n" "OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n" "MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\n" "TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\n" "PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n" "REPAIR OR CORRECTION.\n" "\n" " 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n" "WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n" "REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n" "INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n" "OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n" "TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n" "YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n" "PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n" "POSSIBILITY OF SUCH DAMAGES.\n" "\n" " END OF TERMS AND CONDITIONS\n" #. TRANSLATORS: Replace this string with your names, one name per line. #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:338 #: contrib/gnunet_setup_about_dialog.glade:338 #: contrib/gnunet_statistics_gtk_about_dialog.glade:338 msgid "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" msgstr "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" #: contrib/gnunet_peerinfo_gtk_main_window.glade:28 #, fuzzy msgid "gnunet-peerinfo-gtk" msgstr "À propos de gnunet-gtk" #: contrib/gnunet_peerinfo_gtk_main_window.glade:53 msgid "Display information about this version of gnunet-peerinfo-gtk" msgstr "" #: contrib/gnunet_setup_about_dialog.glade:8 #, fuzzy msgid "About gnunet-setup" msgstr "À propos de gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:43 #, fuzzy msgid "gnunet-setup" msgstr "À propos de gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:76 msgid "Services:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:87 msgid "Topology" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:92 msgid "" "The topology subsystem is required as it ensures that your peer connects to " "other peers." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:106 msgid "Hostlist" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:110 msgid "" "Hostlist servers are used to find other peers. Here you can choose to offer " "a hostlist or simply configure which hostlists by other peers you want to " "use." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:124 #, fuzzy msgid "File _Sharing" msgstr "Partage de fic_hiers" #: contrib/gnunet_setup_gtk_main_window.glade:128 msgid "Enable GNUnet's file-sharing subsystem." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:143 msgid "PT/VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:147 msgid "" "Using the PT/VPN subsystems you can tunnel your Internet traffic over " "GNUnet. This is useful if you want to access the IPv4-Internet if you only " "have IPv6-connectivity or vice versa. Furthermore, if you are only " "connected to other peers using WLAN, you could also get Internet access in " "the first place by routing IP traffic over GNUnet." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:160 msgid "EXIT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:164 msgid "" "By offering an EXIT service, you can allow other peers to use your Internet " "connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your " "machine will be seen as the origin of the traffic, this might be risky in " "some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN " "interception for IPv4 and IPv6 on the same machine will still give you 4to6 " "and 6to4 protocol translation, allowing you to access IPv4-only servers from " "IPv6-only clients and IPv6-only servers from IPv4-only clients." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:177 msgid "GNS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:181 msgid "" "The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make " "the \".gnunet\" TLD available on your system. You will be in charge of your " "\".gnunet\" TLD." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:199 #, fuzzy msgid "Service Configuration" msgstr "Configuration du démon GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:225 #, fuzzy msgid "F_2F only" msgstr "un _seul fichier" #: contrib/gnunet_setup_gtk_main_window.glade:252 #, fuzzy msgid "Friends file:" msgstr "inde_xer" #: contrib/gnunet_setup_gtk_main_window.glade:281 msgid "Min. connected friends:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:311 msgid "Friend-to-Friend Configuration (restricts P2P connections)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:340 msgid "Use Hostlists to bootstrap" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:356 msgid "Learn Servers from P2P Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:386 msgid "Run Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:402 msgid "Advertise Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:422 #: contrib/gnunet_setup_gtk_main_window.glade:2286 #: contrib/gnunet_setup_gtk_main_window.glade:2783 msgid "Port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:470 msgid "Known Hostlist Servers:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:539 msgid "Hostlist Configuration (for bootstrapping the network)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:554 msgid "_General" msgstr "_Général" #: contrib/gnunet_setup_gtk_main_window.glade:584 msgid "Max. download bandwidth (B/s):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:611 msgid "Max. upload bandwidth (B/s)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:644 #, fuzzy msgid "Bandwidth Configuration" msgstr "Configuration du démon GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:673 msgid "Peer is behind _NAT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:677 msgid "" "Check this box if your machine is behind a NAT box (router that performs " "network address translation). Leave off if your machine has a globally " "unique IPv4 address. NAT options only impact IPv4 addresses at this time." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:691 #, fuzzy msgid "Attempt automatic configuration" msgstr "_Lancer l'assistant de configuration" #: contrib/gnunet_setup_gtk_main_window.glade:706 msgid "Disable IPv_6 support" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:710 msgid "" "Disable advertising IPv6 addresses. Check this box if you know that your " "system has no IPv6 Internet connectivity." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:751 msgid "NAT ports have been opened manually" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:755 msgid "" "Set this option if you have configured your NAT to forward the ports for the " "various enabled GNUnet transports. If the external ports are different, the " "respective values of the external port should be specified under " "\"advertised port\" for the respective transport. You also need to specify " "the \"External (public) IPv4 address\" of your NAT box below." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:766 msgid "Enable NAT traversal via UPnP or PMP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:770 msgid "This option enables the use of upnpc from miniupnpd for NAT traversal" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:782 msgid "Enable NAT traversal using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:786 msgid "" "This option enables the use of the \"Autonomous NAT Traversal\" method " "(presented at P2P 2010). It requires gnunet-helper-nat-server to be " "installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:802 msgid "" "Globally visible IP address of your system (IP address of the external " "interface of your NAT). You can also specify a hostname, in which case " "GNUnet will periodically look up the hostname in DNS to determine our " "external IP address (DynDNS setup)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:803 msgid "External (public) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:834 msgid "Enable connecting to NATed peers using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:838 msgid "" "This method allows this peer to initiate connections to NATed peers using " "the 'Autonomous NAT traversal' method (presented at P2P 2010). It requires " "having gnunet-helper-nat-client installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:855 msgid "" "Specify the IPv4 address of your computers main network interface (typically " "eth0 or wlan0)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:856 msgid "Internal (private) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:902 #, fuzzy msgid "NAT Traversal Configuration" msgstr "Configuration du démon GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:920 msgid "_Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:948 msgid "Plugins to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:959 msgid "_TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:978 msgid "_UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:996 msgid "_HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1015 msgid "HTTP_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1034 msgid "D_V" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1051 msgid "_WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1089 #: contrib/gnunet_setup_gtk_main_window.glade:1276 #: contrib/gnunet_setup_gtk_main_window.glade:1455 #: contrib/gnunet_setup_gtk_main_window.glade:1636 msgid "Bind to port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1118 msgid "Use Port \"0\" to only allow outgoing TCP connections" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1141 #: contrib/gnunet_setup_gtk_main_window.glade:1317 #: contrib/gnunet_setup_gtk_main_window.glade:1496 #: contrib/gnunet_setup_gtk_main_window.glade:1677 msgid "Advertised port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1170 #: contrib/gnunet_setup_gtk_main_window.glade:1342 #: contrib/gnunet_setup_gtk_main_window.glade:1523 #: contrib/gnunet_setup_gtk_main_window.glade:1704 msgid "" "External port visible on our public IP address after mappings by NAT/" "firewalls" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1199 #: contrib/gnunet_setup_gtk_main_window.glade:1372 #: contrib/gnunet_setup_gtk_main_window.glade:1553 #: contrib/gnunet_setup_gtk_main_window.glade:1734 #: contrib/gnunet_setup_gtk_main_window.glade:2336 #: contrib/gnunet_setup_gtk_main_window.glade:2417 #: contrib/gnunet_setup_gtk_main_window.glade:2833 #: contrib/gnunet_setup_gtk_main_window.glade:2916 #, fuzzy msgid "Test configuration" msgstr "Configuration _avancée" #: contrib/gnunet_setup_gtk_main_window.glade:1203 #: contrib/gnunet_setup_gtk_main_window.glade:1376 #: contrib/gnunet_setup_gtk_main_window.glade:1557 #: contrib/gnunet_setup_gtk_main_window.glade:1738 msgid "" "Test your network configuration by contacting a public gnunet-nat-server and " "asking it to establish a connection to your system for testing. This test " "can only work if you are not running your peer at the time you run the test." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1215 #: contrib/gnunet_setup_gtk_main_window.glade:1388 #: contrib/gnunet_setup_gtk_main_window.glade:1569 #: contrib/gnunet_setup_gtk_main_window.glade:1750 #: contrib/gnunet_setup_gtk_main_window.glade:2349 #: contrib/gnunet_setup_gtk_main_window.glade:2430 #: contrib/gnunet_setup_gtk_main_window.glade:2846 #: contrib/gnunet_setup_gtk_main_window.glade:2929 msgid "Configuration works!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1227 #: contrib/gnunet_setup_gtk_main_window.glade:1400 #: contrib/gnunet_setup_gtk_main_window.glade:1581 #: contrib/gnunet_setup_gtk_main_window.glade:1762 msgid "Test failed!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1258 msgid "TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1275 #: contrib/gnunet_setup_gtk_main_window.glade:1454 #: contrib/gnunet_setup_gtk_main_window.glade:1635 msgid "" "Port number that GNUnet's UDP transport should bind to on the local system" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1434 msgid "UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1615 msgid "HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1796 msgid "HTTPS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1818 msgid "DV" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1835 msgid "Name of _Monitor Interface" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1876 msgid "WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1895 #, fuzzy msgid "Transport Configuration" msgstr "Configuration du démon GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:1907 msgid "_Transports" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1933 msgid "Enable unsolicited content transmission from this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1950 msgid "Enable caching content at this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1969 #, fuzzy msgid "File Sharing Options" msgstr "Applications lancées" #: contrib/gnunet_setup_gtk_main_window.glade:1999 msgid "Database Backend to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2014 #: contrib/gnunet_setup_gtk_main_window.glade:2128 #: contrib/gnunet_setup_gtk_main_window.glade:2507 #: contrib/gnunet_setup_gtk_main_window.glade:2621 msgid "sqLite" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2031 #: contrib/gnunet_setup_gtk_main_window.glade:2328 #: contrib/gnunet_setup_gtk_main_window.glade:2524 #: contrib/gnunet_setup_gtk_main_window.glade:2825 msgid "MySQL" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2049 #: contrib/gnunet_setup_gtk_main_window.glade:2409 #: contrib/gnunet_setup_gtk_main_window.glade:2542 #: contrib/gnunet_setup_gtk_main_window.glade:2908 #, fuzzy msgid "Postgres" msgstr "Avancement" #: contrib/gnunet_setup_gtk_main_window.glade:2084 #: contrib/gnunet_setup_gtk_main_window.glade:2577 msgid "Quota (bytes):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2122 #: contrib/gnunet_setup_gtk_main_window.glade:2615 msgid "No setup required." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2144 #: contrib/gnunet_setup_gtk_main_window.glade:2637 msgid "MySQL database name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2158 #: contrib/gnunet_setup_gtk_main_window.glade:2651 #, fuzzy msgid "gnunet" msgstr "À propos de gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:2178 #: contrib/gnunet_setup_gtk_main_window.glade:2671 #, fuzzy msgid "Configuration file:" msgstr "Fichier de _configuration à utiliser pour gnunetd :" #: contrib/gnunet_setup_gtk_main_window.glade:2206 #: contrib/gnunet_setup_gtk_main_window.glade:2700 #, fuzzy msgid "Username:" msgstr "Nom du _fichier :" #: contrib/gnunet_setup_gtk_main_window.glade:2230 #: contrib/gnunet_setup_gtk_main_window.glade:2725 msgid "Password:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2261 #: contrib/gnunet_setup_gtk_main_window.glade:2757 msgid "MySQL Server Hostname:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2275 #: contrib/gnunet_setup_gtk_main_window.glade:2771 msgid "localhost" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2358 #: contrib/gnunet_setup_gtk_main_window.glade:2439 #: contrib/gnunet_setup_gtk_main_window.glade:2856 #: contrib/gnunet_setup_gtk_main_window.glade:2938 msgid "Configuration error!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2377 #: contrib/gnunet_setup_gtk_main_window.glade:2875 #, fuzzy msgid "Configuration:" msgstr "Configuration _avancée" #: contrib/gnunet_setup_gtk_main_window.glade:2464 msgid "Configure Datastore (persistent storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2492 msgid "Datacache:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2964 msgid "Configure Datacache (temporary storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2981 #, fuzzy msgid "_File Sharing" msgstr "Partage de fic_hiers" #: contrib/gnunet_setup_gtk_main_window.glade:3011 msgid "Tunnel IPv4 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3015 msgid "" "By enabling this option, all of your IPv4-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 4over6 " "tunneling and 4to6 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3027 msgid "Tunnel IPv6 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3031 msgid "" "By enabling this option, all of your IPv6-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 6over4 " "tunneling and 6to4 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3043 #, fuzzy msgid "Tunnel DNS Traffic" msgstr "Traffic entrant" #: contrib/gnunet_setup_gtk_main_window.glade:3047 msgid "" "Enabling this option will cause your DNS traffic to be routed via the GNUnet " "network to some other peer offering DNS exit functionality. This is needed " "if you have no Internet access (and are thus tunnelling both IPv4 and IPv6 " "traffic over GNUnet). If you have regular Internet access, this option only " "makes sense if you want to get some 'weak' anonymity by tunnelling all of " "your traffic over GNUnet (using the network as a 1-hop proxy in the worst-" "case, so this does not provide you with strong anonymity)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3072 #, fuzzy msgid "Protocol Translation and Tunneling Configuration" msgstr "Configuration du démon GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:3102 msgid "_Interface name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3115 msgid "" "Name of the TUN interface GNUnet will create for intercepting outgoing " "Internet traffic from your machine. The default \"gnunet-vpn\" is almost " "always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3135 msgid "IPv4 address for interface:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3157 #: contrib/gnunet_setup_gtk_main_window.glade:3209 #: contrib/gnunet_setup_gtk_main_window.glade:3439 #: contrib/gnunet_setup_gtk_main_window.glade:3493 msgid "/" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3187 msgid "IPv6 address for interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3241 #, fuzzy msgid "VPN Interface Configuration" msgstr "Configuration du démon GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:3260 msgid "" "Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, " "6over4, 4over6) facilities" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3261 msgid "_VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3291 msgid "Enable DNS Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3306 msgid "Enable IPv4 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3310 msgid "" "This option will allow other peers to send IPv4 traffic to the Internet " "using your network connection." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3322 msgid "Enable IPv6 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3326 msgid "" "This option will allow other peers to send IPv6 traffic to the Internet " "using your network connection. You should make sure that you have IPv6-" "support before enabling this option." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3349 msgid "IP Address of external DNS Resolver:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3381 msgid "Exit interface name: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3393 msgid "" "Name of the TUN interface GNUnet will create for Internet traffic exiting " "GNUnet via your machine. The default \"gnunet-exit\" is almost always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3416 msgid "IPv4 address for Exit interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3428 msgid "" "Use a private IPv4 network here that does not conflict with your existing " "setup (i.e. something like 10.53.0.1/255.255.0.0 or " "192.168.0.1/255.255.0.0). " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3470 msgid "IPv6 address for Exit interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3482 msgid "" "This should be a globally routed IPv6 subnet of your host. Alternatively, " "if your kernel supports IPv6-NAT, you can pick any site-local prefix and " "manually configure IPv6-NAT." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3525 #, fuzzy msgid "GNUnet Exit Configuration" msgstr "Configuration du démon GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:3544 msgid "_Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3574 msgid "_Preferred Name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3612 msgid "Cryptographic Identity:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3662 #, fuzzy msgid "Domain Owner Information" msgstr "Configuration du démon GNUnet" #: contrib/gnunet_setup_gtk_main_window.glade:3775 msgid "GNS Database" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3794 msgid "GN_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3810 msgid "Welcome to gnunet-setup." msgstr "" #: contrib/gnunet_statistics_gtk_about_dialog.glade:8 #, fuzzy msgid "About gnunet-statistics-gtk" msgstr "À propos de gnunet-gtk" #: contrib/gnunet_statistics_gtk_main_window.glade:6 #, fuzzy msgid "gnunet-statistics-gtk" msgstr "À propos de gnunet-gtk" #: contrib/gnunet_statistics_gtk_main_window.glade:36 msgid "Display information about this version of gnunet-statistics-gtk" msgstr "" #: contrib/gnunet_statistics_gtk_main_window.glade:73 #, fuzzy msgid "_Connections" msgstr "Connectivité" #: contrib/gnunet_statistics_gtk_main_window.glade:97 #, fuzzy msgid "_Traffic" msgstr "Traffic entrant" #: contrib/gnunet_statistics_gtk_main_window.glade:122 msgid "_Storage" msgstr "" #, fuzzy #~ msgid "Peer" #~ msgstr "_Pairs" #~ msgid "Country" #~ msgstr "Pays" #, fuzzy #~ msgid "Addresses" #~ msgstr "Adresse" #, fuzzy #~ msgid "Advertise namespace" #~ msgstr "dans l'espace de _noms" #, fuzzy #~ msgid "Value:" #~ msgstr "_Valeur :" #~ msgid "Keywords" #~ msgstr "Mots-clés" #, fuzzy #~ msgid "_Root:" #~ msgstr "_Racine :" #~ msgid "Description" #~ msgstr "Description" #~ msgid "Format" #~ msgstr "Format" #~ msgid "Size" #~ msgstr "Taille" #, fuzzy #~ msgid "query" #~ msgstr "Requête" #, fuzzy #~ msgid "GNUnet VPN Exit Interface" #~ msgstr "Contrôle du démon GNUnet" #, fuzzy #~ msgid "DNS name" #~ msgstr "Pseudo" #, fuzzy #~ msgid "Destination" #~ msgstr "Description" #, fuzzy #~ msgid "Current identifier" #~ msgstr "Identifiant suivant" #, fuzzy #~ msgid "Update identifier" #~ msgstr "Identifiant suivant" #, fuzzy #~ msgid "_Index file" #~ msgstr "_Identifiant :" #, fuzzy #~ msgid "Root" #~ msgstr "_Racine :" #, fuzzy #~ msgid "Download from URI" #~ msgstr "Téléchar_ger" #, fuzzy #~ msgid "Search GNUnet" #~ msgstr "Résultats de la recherche" #, fuzzy #~ msgid "_Query:" #~ msgstr "Requête" #, fuzzy #~ msgid "Search GNUnet for files" #~ msgstr "Sélectionnez un répertoire GNUnet à ouvrir" #, fuzzy #~ msgid "Test datastore configuration" #~ msgstr "_Lancer l'assistant de configuration" #, fuzzy #~ msgid "Test datacache configuration" #~ msgstr "Configuration _avancée" #, fuzzy #~ msgid "gnunet-gtk" #~ msgstr "À propos de gnunet-gtk" #, fuzzy #~ msgid "Neighbours" #~ msgstr "heures" #~ msgid "Bandwidth" #~ msgstr "Bande passante" #, fuzzy #~ msgid "filename" #~ msgstr "Nom du fichier" #, fuzzy #~ msgid "_Anonymity" #~ msgstr "_Anonymat :" #, fuzzy #~ msgid "Previous identifier" #~ msgstr "Identifiant suivant" #, fuzzy #~ msgid "Statistics" #~ msgstr "_Statistiques" #, fuzzy #~ msgid "1 day" #~ msgstr "jour" #, fuzzy #~ msgid "1 hour" #~ msgstr "heure" #~ msgid "run in debug mode" #~ msgstr "lancer en mode débogage" #~ msgid "GNUnet GTK user interface." #~ msgstr "Interface utilisateur GTK pour GNUnet." #~ msgid "do not open main window on startup, only add icon to tray" #~ msgstr "" #~ "ne pas ouvrir la fenêtre principale au démarrage, se contenter de l'icône " #~ "dans la zone de notification" #~ msgid "Orientation" #~ msgstr "Orientation" #~ msgid "The orientation of the tray." #~ msgstr "L'orientation du system tray." #~ msgid "GNU's peer-to-peer network" #~ msgstr "Le réseau pair-à-pair GNU" #~ msgid "Status" #~ msgstr "État" #~ msgid "Identity" #~ msgstr "Identité" #~ msgid "anonymous" #~ msgstr "anonyme" #~ msgid "Unhandled (unknown) FSUI event: %u.\n" #~ msgstr "Événement FSUI non géré (inconnu) : %u.\n" #~ msgid "globally" #~ msgstr "globalement" #~ msgid "Aborted." #~ msgstr "Annulé." #~ msgid "Error uploading file: `%s'" #~ msgstr "Erreur lors de la publication du fichier : %s" #~ msgid "Choose the file you want to publish." #~ msgstr "Choisissez le fichier que vous voulez publier." #~ msgid "Choose the directory you want to publish." #~ msgstr "Choisissez le dossier que vous voulez publier." #~ msgid "Title" #~ msgstr "Titre" #~ msgid "Artist" #~ msgstr "Artiste" #~ msgid "Album" #~ msgstr "Album" #~ msgid "Remove selected files" #~ msgstr "Supprimer les fichiers sélectionnés" #~ msgid "No files to insert ! Please add files to the list before validating." #~ msgstr "" #~ "Pas de fichiers à insérer ! Veuillez ajouter des fichiers à la liste " #~ "avant de valider." #~ msgid "Choose the directory to insert..." #~ msgstr "Choisissez le dossier à insérer..." #~ msgid "The following files won't be added for I could not read them :" #~ msgstr "" #~ "Les fichiers suivants ne seront pas ajoutés car il est impossible de les " #~ "lire :" #~ msgid "Could not open the directory :\n" #~ msgstr "Impossible d'ouvrir le dossier :\n" #~ msgid "Choose files to insert..." #~ msgstr "Choisissez les fichiers à insérer..." #~ msgid "Failed to start collection (consult logs)." #~ msgstr "" #~ "Impossible d'initier la collection (consultez les journaux d'erreur)." #~ msgid "Failed to stop collection (consult logs).\n" #~ msgstr "" #~ "Impossible d'arrêter la collection (consultez les journaux d'erreur).\n" #~ msgid "Namespace `%s' found: %s.\n" #~ msgstr "Espace de noms « %s » trouvé : %s.\n" #~ msgid "no name given" #~ msgstr "aucun nom fourni" #~ msgid "ms" #~ msgstr "ms" #~ msgid "minutes" #~ msgstr "minutes" #~ msgid "seconds" #~ msgstr "secondes" #~ msgid "days" #~ msgstr "jours" #~ msgid "second" #~ msgstr "seconde" #~ msgid "Failed to create namespace.Consult logs." #~ msgstr "" #~ "Impossible de créer l'espace de noms. Consultez les journaux d'erreur." #~ msgid "unknown" #~ msgstr "inconnu" #~ msgid "Category" #~ msgstr "Catégorie" #~ msgid "Keyword" #~ msgstr "Mot-clé" #~ msgid "invalid characters (%u)" #~ msgstr "caractères invalides (%u)" #~ msgid "Internal error" #~ msgstr "Erreur interne" #~ msgid "Choose the name under which you want to save the search results." #~ msgstr "" #~ "Choisissez le nom sous lequel vous voulez enregistrer les résultats de la " #~ "recherche." #~ msgid "No search results yet, cannot save!" #~ msgstr "Il n'y a pas encore de résultats, impossible de les enregistrer !" #~ msgid "Saved search results" #~ msgstr "Résultats de recherche enregistrés" #~ msgid "Internal error." #~ msgstr "Erreur interne." #~ msgid "Error writing file `%s'." #~ msgstr "Erreur lors de la publication du fichier « %s »." #~ msgid "_Display metadata" #~ msgstr "Afficher les _métadonnées" #~ msgid "_Save results as directory" #~ msgstr "_Enregistrer les résultats comme un répertoire" #~ msgid "Availability" #~ msgstr "Disponibilité" #~ msgid "Certainty" #~ msgstr "Certitude" #~ msgid "Applicability" #~ msgstr "Pertinence" #~ msgid "Sort" #~ msgstr "Classement" #~ msgid "Need a keyword to search!\n" #~ msgstr "Besoin d'un mot-clé pour rechercher !\n" #~ msgid "Failed to create namespace URI from `%s'.\n" #~ msgstr "Impossible de créer l'URI de l'espace de noms à partir de « %s ».\n" #~ msgid "Filesize" #~ msgstr "Taille du fichier" #~ msgid "Mime-type" #~ msgstr "Type Mime" #~ msgid "No local namespaces available that could be deleted!" #~ msgstr "Aucun espace de noms local disponible qui puisse être supprimé !" #~ msgid "Should the namespace `%s' really be deleted?" #~ msgstr "Voulez-vous réellement supprimer l'espace de noms « %s » ?" #~ msgid "Downloading `%s'\n" #~ msgstr "Téléchargement de « %s »\n" #~ msgid "ERROR: already downloading `%s'" #~ msgstr "ERREUR : téléchargement de « %s » déjà en cours" #~ msgid "Invalid URI `%s'" #~ msgstr "URI invalide : « %s »" #~ msgid "Please use the search function for keyword (KSK) URIs!" #~ msgstr "" #~ "Veuillez utiliser la fonction de recherche pour les URI de mots-clés " #~ "(KSK) !" #~ msgid "Choose the directory you want to open." #~ msgstr "Choisissez le répertoire que vous voulez ouvrir." #~ msgid "Error opening file `%s'." #~ msgstr "Erreur lors de la publication du fichier « %s »." #~ msgid "Launching gnunetd...\n" #~ msgstr "Lancement de gnunetd...\n" #~ msgid "Launching gnunetd failed\n" #~ msgstr "Impossible de lancer gnunetd\n" #~ msgid "Launched gnunetd\n" #~ msgstr "gnunetd lancé\n" #~ msgid "Error requesting shutdown of gnunetd.\n" #~ msgstr "Erreur lors de la requête d'arrêt de gnunetd.\n" #~ msgid "Terminating gnunetd...\n" #~ msgstr "Arrêt de gnunetd...\n" #~ msgid "" #~ "Configuration file for GNUnet daemon `%s' does not exist! Run `gnunet-" #~ "setup -d'.\n" #~ msgstr "" #~ "Le fichier de configuration du démon GNUnet « %s » n'existe pas ! Lancez " #~ "« gnunet-setup -d ».\n" #~ msgid "Connected to 1 peer" #~ msgstr "Connecté à 1 pair" #~ msgid "GNUnet - Connected to 1 peer" #~ msgstr "GNUnet - Connecté à 1 pair" #~ msgid "GNUnet - Connected to %Lu peers" #~ msgstr "GNUnet - Connecté à %Lu pairs" #~ msgid "Disconnected" #~ msgstr "Déconnecté" #~ msgid "GNUnet - Disconnected" #~ msgstr "GNUnet - Déconnecté" #~ msgid "Daemon running" #~ msgstr "Démon lancé" #~ msgid "GNUnet - Daemon running" #~ msgstr "GNUnet - Démon lancé" #~ msgid "Daemon not running" #~ msgstr "Démon arrêté" #~ msgid "GNUnet - Daemon not running" #~ msgstr "GNUnet - Démon arrêté" #~ msgid "Unknown status" #~ msgstr "État inconnu" #~ msgid "Could not initialize libnotify\n" #~ msgstr "Impossible d'initialiser libnotify\n" #~ msgid "Could not send notification via libnotify\n" #~ msgstr "Impossible d'envoyer une notification par libnotify\n" #~ msgid "Welcome to gnunet-gtk 0.8.1" #~ msgstr "Bienvenue dans gnunet-gtk 0.8.1" #~ msgid "" #~ " \n" #~ "gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to " #~ "eventually provide a universal, pluggable interface for all GNUnet " #~ "services.\n" #~ "\n" #~ "This is a beta release. Some advanced features are still missing. The " #~ "GNUnet homepage offers information about new versions of gnunet-gtk.\n" #~ "\n" #~ "Please read the text below for infomation about this release. We hope " #~ "that you will enjoy gnunet-gtk (especially once it is ready).\n" #~ "\n" #~ "Thank you,\n" #~ "\n" #~ " The GNUnet Team\n" #~ "\n" #~ "Changes from gnunet-gtk 0.8.0:\n" #~ "\n" #~ "This release adds a new command-line option (-t to start gnunet-gtk in " #~ "tray mode). Various minor UI bugs have also been fixed.\n" #~ "\n" #~ "Changes from gnunet-gtk 0.8.0pre1:\n" #~ "\n" #~ "This release primarily adds support for the new, simpler namespaces. " #~ "This release also includes various eye candy improvements, including some " #~ "new context menus (right-click) and support for initiating downloads by " #~ "double-clicking on the search result. The chat plugin now indicates " #~ "graphically which user is the local user and allows users to leave the " #~ "room (note that P2P support for chat is still missing in GNUnet, so you " #~ "can pretty much only chat with yourself at this point). Finally, this " #~ "release fixes problems with installing and finding of the icon for the " #~ "main window (for installations to directories other than /usr).\n" #~ "\n" #~ "Changes from gnunet-gtk 0.8.0pre0:\n" #~ "\n" #~ "This release adds support for the new search ranking features of " #~ "0.8.0pre1 including visualizing how well a result matches the search " #~ "terms and how likely it is that the result is available on the network. " #~ "This release also adds support for chat (GUI only, note that GNUnet does " #~ "not implement P2P chat yet). Various minor bugs were also fixed. The " #~ "code was updated to work with GNUnet 0.8.0pre1 (and will not work with " #~ "previous GNUnet versions).\n" #~ "\n" #~ "Changes from gnunet-gtk 0.7.3:\n" #~ "\n" #~ "This release fixes a deadlock and improves visualization of the current " #~ "connectivity status of gnunetd (including visualization using the tray " #~ "icon). Searches can now be paused and resumed. Various useless and " #~ "confusing features were removed (or at least are invisible with the " #~ "default GLADE skin). The GLADE file was updated to Glade version 3. The " #~ "code was updated to work with GNUnet 0.8.0pre0 (and will not work with " #~ "previous GNUnet versions).\n" #~ msgstr "" #~ " \n" #~ "gnunet-gtk est l'interface utilisateur GTK+ de GNUnet. Elle vise à " #~ "fournir une interface universelle et modulable pour tous les services " #~ "GNUnet.\n" #~ "\n" #~ "Ceci est une version bêta. Certaines fonctionnalités avancées manquent " #~ "encore. La page d'accueil de GNUnet propose des informations concernant " #~ "les nouvelles versions de gnunet-gtk.\n" #~ "\n" #~ "Veuillez lire le exte ci-dessous pour des informations concernant cette " #~ "version. Nous espérons que vous apprécierez gnunet-gtk (en particulier " #~ "lorsqu'il sera prêt).\n" #~ "\n" #~ "Merci,\n" #~ "\n" #~ " L'équipe GNUnet\n" #~ "\n" #~ "Modifications par rapport à gnunet-gtk 0.8.0 :\n" #~ "\n" #~ "Cette version apporte une nouvelle option en ligne de commande (-t pour " #~ "lancer gnunet-gtk en mode « zone de notification »). Divers bogues dans " #~ "l'interface utilisateur ont aussi été corrigés.\n" #~ "\n" #~ "Modifications par rapport à gnunet-gtk 0.8.0pre1 :" #~ "\n" #~ "\n" #~ "Cette version ajoute principalement la prise en charge des nouveaux " #~ "espaces de noms, qui sont maintenant plus simples. Cette version " #~ "comprend aussi diverses améliorations esthétiques, dont quelques menus " #~ "contextuels (clic droit) et le lancement d'un téléchargement par double " #~ "clic sur un résultat de recherche. Le greffon de clavardage indique " #~ "désormais visuellement quel est l'utilisateur local et permet aux " #~ "utilisateurs de quitter un salon (notez que la gestion du clavardage en " #~ "P2P manque toujours, et que vous ne pouvez pour l'instant que discuter " #~ "avec vous-même) Enfin, cette version corrige des problèmes " #~ "d'installation et de localisation de l'icône de la fenêtre principale " #~ "(pour les installations dans un répertoire différent de /usr).\n" #~ "\n" #~ "Modifications par rapport à gnunet-gtk 0.8.0pre0 :" #~ "\n" #~ "Cette version ajoute la prise en charge des nouvelles fonctions " #~ "d'évaluation des résultats de recherche de la version 0.8.0pre1, dont la " #~ "visualisation de la pertinence d'un résultat par rapport aux termes de " #~ "recherche, et de la disponibilité estimée du fichier sur le résaau. Cette " #~ "version ajoute aussi la prise en charge du clavardage (interface " #~ "graphique seulement, notez que GNUnet ne prend pas encore en charge le " #~ "chat en P2P). Plusieurs bogues mineurs ont aussi été corrigés. le code a " #~ "été mis à jour pour fonctionner avec GNUnet 0.8.0pre1 (et ne fonctionnera " #~ "pas avec des versions antérieures).\n" #~ "\n" #~ "Modifications par rapport à gnunet-gtk 0.7.3 :\n" #~ "\n" #~ "Cette version corrige un interblocage et améliore la visualisation de " #~ "l'état de connexion de gnunetd (dont une icône de notification). Les " #~ "recherches peuvent maintenant être mises en pause et reprises. Diverses " #~ "fonctions inutiles et sources de confusion ont été supprimées (ou du " #~ "moins sont invisibles avec le thème GLADE par défaut). Le fichier GLADE " #~ "à été mis à jour vers la version 3 de Glade. Le code a été mis à jour " #~ "pour fonctionner avec GNUnet 0.8.0pre0 (et ne fonctionnera pas avec les " #~ "versions précédentes de GNUnet).\n" #~ "\n" #~ "Modifications par rapport à gnunet-gtk 0.7.2c :\n" #~ "\n" #~ "Cette version ajoute la prise en charge du lancement de gnunetd et de " #~ "gnunet-setup à l'aide de gksu. Le code a été mis à jour pour fonctionner " #~ "avec GNUnet 0.7.3 (et ne fonctionnera pas avec les versions " #~ "précédentes). Cette version corrige aussi quelques fuites mémoire.\n" #~ "\n" #~ "Modifications par rapport à gnunet-gtk 0.7.1c :\n" #~ "\n" #~ "Cette version implémente les fonctions avancées de partage de fichiers " #~ "(en particulier l'assemblage interactif d'espaces de noms). La recherche " #~ "de contenu dans un espace de noms est finalement disponible. Les espaces " #~ "de noms trouvés sont affichés dans une fenêtre. il est aussi possible de " #~ "partager des fichiers sans anonymat en sélectionnant un niveau d'anonymat " #~ "de zéro. Vous serez averti que vous ne bénéficiez d'aucun anonymat par " #~ "la couleur rouge du compteur -- cela d'indique pas une erreur. Un nouvel " #~ "onglet affichant les pairs connus, leur bande passante actuellement " #~ "allouée et leurs niveaux de confiance respectifs a été ajouté.\n" #~ "\n" #~ "Modifications par rapport à gnunet-gtk 0.7.1 :\n" #~ "\n" #~ "Cette version ajoute des menus contextuels (clic droit) qui permettent de " #~ "copier dans le presse-papiers l'URI des résultats de recherche et des " #~ "fichiers publiés.\n" #~ msgid "_Welcome" #~ msgstr "A_ccueil" #~ msgid "Try to start the GNUnet Daemon gnunetd on localhost" #~ msgstr "" #~ "Essayer de lancer le démon GNUnet (gnunetd) sur le poste local (localhost)" #~ msgid "Start gnunet_d" #~ msgstr "Lancer gnunet_d" #~ msgid "Stops the GNUnet daemon gnunetd" #~ msgstr "Arrête le démon GNUnet (gnunetd)" #~ msgid "Sto_p gnunetd" #~ msgstr "A_rrêter gnunetd" #~ msgid "Run gnunet-setup in wizard mode" #~ msgstr "Lancer gnunet-setup en mode assistant" #~ msgid "Run gnunet-setup in standard configuration mode" #~ msgstr "Lancer gnunet-setup en mode de configuration standard" #~ msgid "gtk-edit" #~ msgstr "gtk-edit" #~ msgid "" #~ "Search GNUnet for content under the specified keyword (and, if " #~ "applicable, restrict the search to the given namespace)" #~ msgstr "" #~ "Rechercher dans GNUnet avec le mot-clé spécifié (et, le cas échéant," #~ "restreindre la recherche à l'espace de noms choisi)" #~ msgid "gtk-find" #~ msgstr "gtk-find" #~ msgid "with _anonymity" #~ msgstr "avec un _anonymat de" #~ msgid "" #~ "Specify the anonymity level for the search, 0 for no anonymity. Higher " #~ "values provide more privacy but also less performance." #~ msgstr "" #~ "Spécifier le niveau d'anonymat à utiliser pour la recherche : 0 pour " #~ "aucun anonymat, des valeurs plus grandes offrent plus d'anonymat mais " #~ "moins de performance." #~ msgid "" #~ "This is the rating that you have given this namespace so far. Ratings " #~ "are private and not shared with other users in any way. They are " #~ "supposed to help each user remember which namespace is worthwile for him." #~ msgstr "" #~ "Ceci est la note que vous avez donnée jusqu'ici à cet espace de noms. Les " #~ "notes sont privées et ne seront jamais partagées avec d'autres " #~ "utilisateurs. Elles sont là pour aider chaque utilisateur à se rappeler " #~ "quel espace de noms l'intéresse." #~ msgid "" #~ "Cancel the selected download (and all sub-downloads) and delete " #~ "incomplete download files" #~ msgstr "" #~ "Annuler le téléchargement sélectionné (ainsi que tous ses téléchargements " #~ "fils) et supprimer les fichiers partiels de téléchargement" #~ msgid "" #~ "Stop the selected download (and all sub-downloads) and remove them from " #~ "the list. This will NOT cause the deletion of files from incomplete " #~ "downloads." #~ msgstr "" #~ "Annuler le téléchargement sélectionné ainsi que tous ses téléchargements " #~ "fils, et les retirer de la liste. Ceci n'entraînera pas la suppression " #~ "des fichiers partiels de téléchargement." #~ msgid "Clear completed downloads from the list" #~ msgstr "Effacer les téléchargements terminés de la liste" #~ msgid "_Clean" #~ msgstr "_Nettoyer" #~ msgid "_Enter URI:" #~ msgstr "_Entrez un URI :" #~ msgid "Download the content specified by the URI" #~ msgstr "Télécharger le contenu désigné par l'URI" #~ msgid "Downloads" #~ msgstr "Téléchargements" #~ msgid "" #~ "Cancel the selected upload (and all sub-uploads) and remove them from the " #~ "list" #~ msgstr "" #~ "Annuler la publication sélectionnée ainsi que toutes ses publications " #~ "filles, et les retirer de la liste" #~ msgid "Clear completed uploads from the list" #~ msgstr "Effacer les téléchargements terminés de la liste" #~ msgid "Method:" #~ msgstr "Méthode :" #~ msgid "" #~ "Indexing will avoid copying the file into the GNUnet database. Instead, " #~ "GNUnet will try to add a symbolic link to the specified file. If that " #~ "fails, a copy of the file will be created. Indexing should be used if " #~ "the local machine is unlikely to ever be compromised by an adversary and " #~ "if the uploaded file will not be modified or moved in the future. " #~ "Indexing is more efficient than insertion." #~ msgstr "" #~ "L'indexation ne copiera pas le fichier dans la base de données de " #~ "GNUnet. Un lien vers ce fichier sera créé à la place. Si cela échoue, " #~ "une copie du fichier sera effectuée. L'indexation devrait être utilisée " #~ "si le poste local ne risque pas de tomber aux mains d'un adversaire, et " #~ "si le fichier ne sera ni modifié ni déplacé dans le futur. L'indexation " #~ "est plus efficace que l'insertion." #~ msgid "" #~ "Inserting a file means that an encrypted copy will be added to the GNUnet " #~ "database. Without the proper key (which is not stored in plaintext " #~ "anywhere) the file cannot be decrypted. Use this option for small files, " #~ "files that will be modified soon, files that maybe moved or if you are " #~ "afraid that an adversary may detect the file in plaintext on your machine " #~ "(after compromising your machine)." #~ msgstr "" #~ "L'insertion d'un fichier signifie qu'une copie chiffrée sera ajoutée à la " #~ "base de données de GNUnet. Sans la clé adaptée (qui n'est enregistrée " #~ "nulle part en texte clair), le fichier ne pourra pas être déchiffré. " #~ "Utilisez cette option pour de petits fichiers, pour des fichiers qui " #~ "seront modifiés bientôt ou si vous avez peur qu'un adversaire puisse " #~ "détecter le fichier en clair sur votre poste (après l'avoir compromis)." #~ msgid "I_nsert" #~ msgstr "_insérer" #~ msgid "Scope:" #~ msgstr "Espace :" #~ msgid "Recursively publish an entire directory tree" #~ msgstr "Publier récursivement un arbre de répertoires entier" #~ msgid "_Recursive (for entire directories)" #~ msgstr "_récursif (pour des dossiers entiers)" #~ msgid "" #~ "Should it be possible to directly find files in the directory? If " #~ "unchecked, it will only be possible for the directory itself to be found " #~ "with a normal keyword search. This option only really makes a difference " #~ "for uploads of directories." #~ msgstr "" #~ "Doit-il être possible de trouver directement les fichiers contenus dans " #~ "le répertoire ? Si cette option n'est pas cochée, seul le répertoire lui-" #~ "même pourra être trouvé dans une recherche normale par mots-clés. Elle " #~ "ne s'applique qu'à la publication de dossiers." #~ msgid "Add keywords for files in directories" #~ msgstr "Ajouter des mots-clés pour les fichiers inclus dans les dossiers" #~ msgid "" #~ "Share the specified file with the selected options (you will then be " #~ "prompted to enter meta-data and keywords)" #~ msgstr "" #~ "Partager le fichier spécifié avec les options choisies (vous pourrez " #~ "ensuite entrer les mots-clés et les méta-données)" #~ msgid "Browse local computer for files (or directories) to publish" #~ msgstr "" #~ "Parcourir le poste local pour trouver les fichiers (ou des dossiers) à " #~ "publier" #~ msgid "_Browse" #~ msgstr "Pa_rcourir" #~ msgid "Only publish a single file" #~ msgstr "Publier seulement un fichier" #~ msgid "" #~ "Controls if GNUnet should (automatically) extract metadata for files. If " #~ "unchecked, the default metadata for the upload will only contain the " #~ "filename. If checked, GNU libextractor will be used to provide " #~ "additional metadata (such as thumbnails). The option only applies when a " #~ "directory is uploaded. For individual files, GNU libextractor is always " #~ "used (you will have a chance to edit the extracted metadata in a dialog)." #~ msgstr "" #~ "Contrôle si GNUnet doit (automatiquement) extraire des métadonnées " #~ "décrivant les fichiers. Si cette option n'est pas cochée, les " #~ "métadonnées par défaut pour cette publication contiendront seulement le " #~ "nom du fichier. Si elle est cochée, GNU libextractor sera utilisé pour " #~ "fournir des métadonnées supplémentaires, (par exemple des vignettes). " #~ "Cette option est seulement valable pour la publication de dossiers. Pour " #~ "des fichiers individuels, GNU libextractor est toujours utilisé (vous " #~ "pourrez ensuite éditer les métadonnées extraites)." #~ msgid "Use libextractor for files in directories" #~ msgstr "Utiliser libextractor pour les fichiers inclus dans les dossiers" #~ msgid "" #~ "What level of sender-anonymity is desired when sharing this particular " #~ "file? 0 allows direct connections (no anonymity). Higher levels require " #~ "increasing amounts of cover traffic per shared block, increasing your " #~ "privacy at the expense of efficiency." #~ msgstr "" #~ "Quel niveau d'anonymat pour l'envoi désirez-vous lorsque vous partagez ce " #~ "fichier ? 0 autorise des connections directes (pas d'anonymat). Des " #~ "niveaux plus hauts demandent plus de débit de camouflage par bloc " #~ "partagé, ce qui améliore votre anonymat aux dépens de l'efficacité." #~ msgid "" #~ "How important is the file (used to prioritize data in the local " #~ "datastore)." #~ msgstr "" #~ "Quelle est l'importance du fichier (utilisée pour classer les fichiers " #~ "par ordre de priorité dans la base de données locale)." #~ msgid "gtk-new" #~ msgstr "gtk-new" #~ msgid "gtk-delete" #~ msgstr "gtk-delete" #~ msgid "" #~ "Will prevent future insertions into the namespace (will not delete " #~ "content in the namespace)" #~ msgstr "" #~ "Ceci rendra impossible toute future publication dans cet espace de noms " #~ "(mais ne supprimera pas son contenu déjà publié)" #~ msgid "end collection (will not delete content already in the collection)" #~ msgstr "Arrêter une collection (ne supprimera pas son contenu déjà publié)" #~ msgid "Available content" #~ msgstr "Contenu disponible" #~ msgid "" #~ "Should GNUnet track available content (for publishing in namespaces)?" #~ msgstr "" #~ "Est-ce que GNUnet doit garder trace du contenu disponible (pour la " #~ "publication dans des espaces de noms) ?" #~ msgid "Track available content" #~ msgstr "garder trace du contenu disponible" #~ msgid "Delete the tracked available content shown below" #~ msgstr "Efface la liste du contenu disponible connu affichée ci-dessous" #~ msgid "_Join room" #~ msgstr "_Joindre ce salon" #~ msgid "_Moniker" #~ msgstr "Pseu_do" #~ msgid "_Room Name" #~ msgstr "_Nom du salon :" #~ msgid "Cha_t" #~ msgstr "_Clavardage" #~ msgid "_Logs" #~ msgstr "_Journaux" #~ msgid "Edit File Information" #~ msgstr "Editer les informations sur le fichier" #~ msgid "This dialog is used to edit information about shared files." #~ msgstr "" #~ "Cette fenêtre est utilisée pour éditer les informations sur les fichiers " #~ "partagés." #~ msgid "Please provide meta-data and keywords for the content." #~ msgstr "" #~ "Veuillez fournir des méta-données et des mots-clés pour le contenu à " #~ "publier." #~ msgid "Type of the metadata that will be added" #~ msgstr "Type de la métadonnée à ajouter" #~ msgid "Enter metadata about the upload" #~ msgstr "Entrez des métadonnées décrivant cette publication" #~ msgid "Value Entry" #~ msgstr "Valeur de l'entrée" #~ msgid "" #~ "Enter the value for the meta-data of the specified type here.\n" #~ "Press ENTER to add the data." #~ msgstr "" #~ "Entrez la valeur de la méta-donnée du type indiqué ici.\n" #~ "Pressez Entrée pour ajouter ces données." #~ msgid "" #~ "Add the given description to the meta-data describing the uploaded file." #~ msgstr "" #~ "Ajouter la description fournie aux méta-données qui décrivent le fichier " #~ "à publier." #~ msgid "" #~ "Remove the selected descriptions from the meta-data describing the " #~ "uploaded file." #~ msgstr "" #~ "Supprimer les descriptions sélectionnées des méta-données qui décrivent " #~ "le fichier à publier." #~ msgid "Select entries and use the button to delete keywords." #~ msgstr "" #~ "Sélectionnez une entrée et utilisez le bouton pour supprimer des mots-" #~ "clés." #~ msgid "Meta-data" #~ msgstr "Meta-données" #~ msgid "Enter keywords" #~ msgstr "Entrez des mots-clés" #~ msgid "" #~ "Add the specified keyword to the list of keywords under which the file or " #~ "directory will be found." #~ msgstr "" #~ "Ajouter le mot-clé indiqué à la liste des mots-clés avec lesquels le " #~ "fichier ou le répertoire sera trouvé." #~ msgid "" #~ "Remove the selected keywords from the list of keywords under which the " #~ "file or directory will be found." #~ msgstr "" #~ "Supprimer les mots-clés sélectionnés de la liste des mots-clés avec " #~ "lesquels le fichier ou le dossier sera trouvé." #~ msgid "Lists all of the keywords that will be used." #~ msgstr "Liste de tous les mots-clés qui seront utilisés." #~ msgid "Keywords" #~ msgstr "Mots-clés" #~ msgid "Select Preview" #~ msgstr "Choisir un aperçu" #~ msgid "Cancel the publication." #~ msgstr "Annuler la publication." #~ msgid "metaDataDialogCancelButton" #~ msgstr "metaDataDialogCancelButton" #~ msgid "Abort the upload operation." #~ msgstr "Annuler l'opération de publication." #~ msgid "" #~ "Confirm the displayed meta-data and keywords and proceed with the " #~ "publication." #~ msgstr "" #~ "Confirmer les métadonnées et les mots-clés affichés et lancer la " #~ "publication." #~ msgid "Metadata for the selected search result" #~ msgstr "Métadonnées concernant le résultat de recherche selectionné" #~ msgid "File Information" #~ msgstr "Informations sur le fichier" #~ msgid "gtk-close" #~ msgstr "gtk-close" #~ msgid "" #~ "List of search results. Directories must first be downloaded before " #~ "their contents will be displayed." #~ msgstr "" #~ "Liste des résultats de la recherche. Les répertoires doivent être " #~ "téléchargés pour que leur contenu apparaisse." #~ msgid "Standard view" #~ msgstr "Vue standard" #~ msgid "Download selected files." #~ msgstr "Télécharger les fichiers sélectionnés." #~ msgid "Down_load" #~ msgstr "Téléchar_ger" #~ msgid "" #~ "If the selected file is a directory, immediately try to download all " #~ "files in the directory as well." #~ msgstr "" #~ "Si le fichier sélectionné est un répertoire, essayer immédiatement de " #~ "télécharger tous les fichiers qu'il contient." #~ msgid "with anon_ymity" #~ msgstr "avec l'anon_ymat" #~ msgid "" #~ "Specify the desired anonymity level for this download. A value of 0 means " #~ "no receiver anonymity (allows direct connection). Use higher values for " #~ "increased privacy at the expense of performance." #~ msgstr "" #~ "Spécifiez le niveau d'anonymat désiré pour ce téléchargement. Une valeur " #~ "de 0 signifie qu'il n'y a pas d'anonymat pour le receveur (connexions " #~ "directes autorisées). Utilisez des valeurs plus hautes pour plus de " #~ "confidentialité, aux dépens de la performance." #~ msgid "Pause the search" #~ msgstr "Mettre cette recherche en pause" #~ msgid "gtk-media-pause" #~ msgstr "gtk-media-pause" #~ msgid "Resume the search" #~ msgstr "Relancer cette recherche" #~ msgid "_Resume" #~ msgstr "_Reprendre" #~ msgid "Close search tab (also aborts search)" #~ msgstr "Fermer l'onglet de recherche (annule aussi la recherche)" #~ msgid "Namespace Contents" #~ msgstr "Contenu de l'espace de noms" #~ msgid "" #~ "List of the files and directories that have been added to this namespace " #~ "so far." #~ msgstr "" #~ "Liste des fichiers et répertoires publiés dans cet espace de noms " #~ "jusqu'ici." #~ msgid "Add content to the namespace" #~ msgstr "Ajouter du contenu à cet espace de noms" #~ msgid "Publish an update to the selected updatable content." #~ msgstr "Publier une mise à jour du contenu dynamique sélectionné." #~ msgid "U_pdate" #~ msgstr "_Mettre à jour" #~ msgid "Chat" #~ msgstr "Clavardage" #~ msgid "The current conversation in this chat room" #~ msgstr "La conversation actuelle dans cette salle de clavardage" #~ msgid "Broadcast the message to all participants in the current chat room" #~ msgstr "" #~ "Envoyer le message à tous les participants de la salle de clavardage " #~ "actuelle" #~ msgid "Send" #~ msgstr "Envoyer" #~ msgid "The gnunet-gtk about dialog" #~ msgstr "La boîte de dialogue à propos de gnunet-gtk" #~ msgid "(C) 2001-2009 Christian Grothoff (and other contributing authors)" #~ msgstr "(C) 2001-2009 Christian Grothoff (et autres contributeurs)" #~ msgid "https://gnunet.org/" #~ msgstr "https://gnunet.org/" #~ msgid "GNUnet Website" #~ msgstr "Site Web de GNUnet" #~ msgid "Cancel selecting file to publish." #~ msgstr "Abandonner la sélection du fichier à publier." #~ msgid "Select this file (or directory) for the publication." #~ msgstr "Sélectionner ce fichier (ou dossier) pour la publication." #~ msgid "Please provide information about the namespace:" #~ msgstr "Merci de fournir des informations à propos de cet espace de noms :" #~ msgid "Type of the metadata to be added" #~ msgstr "Type de la métadonnée à ajouter" #~ msgid "Enter meta-data (descriptions) for this namespace" #~ msgstr "Entrez des méta-données (descriptions) pour cet espace de noms" #~ msgid "Add the given metadata entry to the metadata for this namespace" #~ msgstr "" #~ "Ajouter la métadonnée fournie aux métadonnées décrivant cet espace de noms" #~ msgid "" #~ "Remove the selected metadata entry from the metadata for this namespace" #~ msgstr "" #~ "Supprimer la métadonnée sélectionnée des métadonnées décrivant cet espace " #~ "de noms" #~ msgid "Metadata describing the namespace (used in advertisements)" #~ msgstr "" #~ "Métadonnées décrivant l'espace de noms (utilisées dans les annonces)" #~ msgid "Metadata" #~ msgstr "Metadonnées" #~ msgid "" #~ "The namespace root is the file or directory in the namespace that will be " #~ "advertised to other users. Typically it contains a directory with the " #~ "contents of the namespace. You are free in your choice of identifier for " #~ "the root." #~ msgstr "" #~ "La racine de l'espace de noms est le fichier ou le dossier de l'espace de " #~ "noms qui sera annoncé aux autres utilisateurs. Elle contient " #~ "habituellement un dossier avec le contenu de l'espace de noms. Vous " #~ "pouvez choisir librement l'identifiant de la racine." #~ msgid "Anonymity (for namespace advertisement):" #~ msgstr "Anonymat (pour l'annonce de l'espace de noms) :" #~ msgid "" #~ "Enter a keyword under which advertisements for this namespace will be " #~ "published." #~ msgstr "" #~ "Entrez un mot-clé sous lequel les annonces concernant cet espace de noms " #~ "seront publiées." #~ msgid "" #~ "Add the given keyword to the list of keywords under which advertisements " #~ "for the namespace will be published" #~ msgstr "" #~ "Ajouter le mot-clé fourni à la liste des mots-clés sous lesquels les " #~ "annonces concernant cet espace de noms seront publiées" #~ msgid "" #~ "Remove the selected keyword from the list of keywords under which " #~ "advertisements for the namespace will be published" #~ msgstr "" #~ "Ajouter le mot-clé fourni à la liste de mots-clés sous lesquels les " #~ "annonces concernant cet espace de noms seront publiées." #~ msgid "Select entries and use the button to delete keywords" #~ msgstr "" #~ "Sélectionnez des entrées et utilisez le bouton pour supprimer des mots-" #~ "clés" #~ msgid "Cancel namespace creation" #~ msgstr "Annuler la création de l'espace de noms." #~ msgid "" #~ "Confirm the specified data. Creates the namespace and publishes the " #~ "advertisements." #~ msgstr "" #~ "Confirme les données spécifiées. Crée l'espace de noms et publie les " #~ "annonces." #~ msgid "Close the selected search" #~ msgstr "Fermer la recherche sélectionnée" #~ msgid "_Close" #~ msgstr "_Fermer" #~ msgid "Add File to Namespace" #~ msgstr "Ajouter un fichier à cet espace de noms" #~ msgid "" #~ "Please provide an identifier for the content and select the update policy." #~ msgstr "" #~ "Veuillez fournir un identifiant pour ce contenu et sélectionner la règle " #~ "choisie pour la mise à jour." #~ msgid "Anonymit_y:" #~ msgstr "Anon_ymat :" #~ msgid "_Next Identifier:" #~ msgstr "Identifiant suiva_nt :" #~ msgid "Edit Collection Information" #~ msgstr "Éditer les informations sur la collection" #~ msgid "Please provide meta-data and an identifier for the collection:" #~ msgstr "" #~ "Merci de fournir des métadonnées et un identifiant décrivant cette " #~ "collection :" #~ msgid "" #~ "Add the given description to the meta-data describing the published file" #~ msgstr "" #~ "Ajouter la description fournie aux métadonnées décrivant le fichier publié" #~ msgid "Cancel the publication" #~ msgstr "Annuler la publication" #~ msgid "" #~ "Confirm the displayed meta-data and keywords and proceed with the " #~ "publication" #~ msgstr "" #~ "Confirmer les métadonnées et les mots-clés affichés et lancer la " #~ "publication." #~ msgid "Update File in Namespace" #~ msgstr "Mettre à jour un fichier dans un espace de noms" #~ msgid "" #~ "Please provide information about the update to the content in the " #~ "namespace." #~ msgstr "" #~ "Merci de fournir des informations à propos de la mise à jour du contenu " #~ "de cet espace de noms." #~ msgid "Identifier:" #~ msgstr "Identifiant :" #~ msgid "BUG: SET ME!" #~ msgstr "BUG : CORRIGEZ-MOI !" #~ msgid "Stop and close gnunet-gtk." #~ msgstr "Arrêter et fermer gnunet-gtk." #~ msgid "Search Tab Label with Close Button" #~ msgstr "Onglet de recherche avec un bouton de fermeture" #~ msgid "FIXME" #~ msgstr "CORRIGEZ-MOI" #~ msgid "Stop the search and close the tab" #~ msgstr "Arrêter la recherche et ferme l'onglet" #~ msgid "Select filename under which the search results should be saved" #~ msgstr "" #~ "Choisissez le nom du fichier dans lequel les résultats de la recherche " #~ "seront enregistrés" #~ msgid "Chat Tab Label with Close Button" #~ msgstr "Étiquette d'onglet de clavardage avec un bouton de fermeture" #~ msgid "Leave the chat room and close the tab" #~ msgstr "Quitter le salon de discussion et fermer l'onglet" #~ msgid "Display metadata" #~ msgstr "Afficher les métadonnées" #~ msgid "gtk-dialog-info" #~ msgstr "gtk-dialog-info" #~ msgid "gtk-stop" #~ msgstr "gtk-stop" #~ msgid "Location URIs are not yet supported" #~ msgstr "Les URI de localisation ne sont pas encore prises en charge" #~ msgid "You don't have rights to write to the provided configuration file." #~ msgstr "" #~ "Vous n'avez pas les permissions nécessaires pour écrire sur le fichier de " #~ "configuration indiqué." #~ msgid "Failed to run the configuration tool (gnunet-setup): %s" #~ msgstr "Impossible de lancer l'outil de configuration (gnunet-setup) : %s" #~ msgid "Results" #~ msgstr "Résultats" #~ msgid "added" #~ msgstr "ajouté" #~ msgid "shared" #~ msgstr "partagé" #~ msgid "started" #~ msgstr "démarré" #~ msgid "completed" #~ msgstr "terminé" #~ msgid "--sporadic update--" #~ msgstr "--mise à jour sporadique--" #~ msgid "--no update--" #~ msgstr "--pas de mise à jour--" #~ msgid "Failed to parse given time interval!" #~ msgstr "Impossible de décoder l'intervalle de temps fourni !" #~ msgid "" #~ "Failed to create namespace `%s'.Consult logs, most likely error is that a " #~ "namespace with that name already exists." #~ msgstr "" #~ "Impossible de créer l'espace de noms « %s ». Consultez les journaux, la " #~ "cause d'erreur la plus probable est qu'un espace de noms portant ce nom " #~ "existe déjà." #~ msgid "never" #~ msgstr "jamais" #~ msgid "Publication Frequency" #~ msgstr "Fréquence de publication" #~ msgid "Next Publication Date" #~ msgstr "Prochaine date de publication" #~ msgid "Last ID" #~ msgstr "ID Précédent" #~ msgid "Next ID" #~ msgstr "Prochain ID" #~ msgid "unspecified" #~ msgstr "non spécifié" #~ msgid "Search Overview" #~ msgstr "Résumé des recherches" #~ msgid "Cancel the selected search and remove it from the list" #~ msgstr "Annuler la recherche sélectionnée et la retirer de la liste" #~ msgid "Stat_us" #~ msgstr "_Activité" #~ msgid "Search and _Download" #~ msgstr "Recherche et _téléchargement" #~ msgid "Abort the search, but keep search tab open" #~ msgstr "Annuler cette recherche, mais laisser l'onglet ouvert" #~ msgid "_Update Interval:" #~ msgstr "_Intervalle de mise à jour :" #~ msgid "" #~ "--no update--\n" #~ "--sporadic update--\n" #~ "1 day\n" #~ "2 days\n" #~ "1 week\n" #~ "1 month\n" #~ "1 year\n" #~ msgstr "" #~ "--pas de mise à jour--\n" #~ "--mise à jour sporadique--\n" #~ "1 jour\n" #~ "2 jours\n" #~ "1 semaine\n" #~ "1 mois\n" #~ "1 an\n" gnunet-gtk-0.9.3/po/quot.sed0000644000175000017500000000023111406350225012624 00000000000000s/"\([^"]*\)"/“\1â€/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“â€/""/g gnunet-gtk-0.9.3/po/boldquot.sed0000644000175000017500000000033111406350225013466 00000000000000s/"\([^"]*\)"/“\1â€/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“â€/""/g s/“/“/g s/â€/â€/g s/‘/‘/g s/’/’/g gnunet-gtk-0.9.3/po/POTFILES.in0000644000175000017500000000607111753203057012731 00000000000000src/fs/gnunet-fs-gtk_about.c src/fs/gnunet-fs-gtk_advertise-pseudonym.c src/fs/gnunet-fs-gtk_anonymity-widgets.c src/fs/gnunet-fs-gtk.c src/fs/gnunet-fs-gtk_common.c src/fs/gnunet-fs-gtk_create-pseudonym.c src/fs/gnunet-fs-gtk_download-save-as.c src/fs/gnunet-fs-gtk_event-handler.c src/fs/gnunet-fs-gtk_main-window-meta-data-context-menu.c src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c src/fs/gnunet-fs-gtk_main-window-search.c src/fs/gnunet-fs-gtk_main-window-view-toggles.c src/fs/gnunet-fs-gtk_namespace_manager.c src/fs/gnunet-fs-gtk_open-directory.c src/fs/gnunet-fs-gtk_open-uri.c src/fs/gnunet-fs-gtk_publish-dialog.c src/fs/gnunet-fs-gtk_publish-edit-dialog.c src/fs/gnunet-fs-gtk_unindex.c src/fs/metatypes.c src/gns/gnunet-gns-gtk_about.c src/gns/gnunet-gns-gtk.c src/gns/gnunet-gns-gtk_zone.c src/lib/about.c src/lib/eventloop.c src/lib/glade.c src/lib/nls.c src/lib/os_installation.c src/lib/trayicon.c src/peerinfo/gnunet-peerinfo-gtk-about.c src/peerinfo/gnunet-peerinfo-gtk.c src/peerinfo/gnunet-peerinfo-gtk-flags.c src/setup/gnunet-setup.c src/setup/gnunet-setup-datacache-config.c src/setup/gnunet-setup-datacache-plugins.c src/setup/gnunet-setup-datastore-config.c src/setup/gnunet-setup-datastore-plugins.c src/setup/gnunet-setup-hostlist-editing.c src/setup/gnunet-setup-hostlist-server.c src/setup/gnunet-setup-options.c src/setup/gnunet-setup-transport.c src/setup/gnunet-setup-transport-http.c src/setup/gnunet-setup-transport-https.c src/setup/gnunet-setup-transport-plugins.c src/setup/gnunet-setup-transport-tcp.c src/setup/gnunet-setup-transport-test.c src/setup/gnunet-setup-transport-udp.c src/statistics/functions.c src/statistics/gnunet-statistics-gtk-about.c src/statistics/gnunet-statistics-gtk.c src/statistics/gtk_statistics.c src/statistics/gtk_statistics_demo.c src/statistics/statistics.c contrib/gnunet_fs_gtk_about_window.glade contrib/gnunet_fs_gtk_create_namespace_dialog.glade contrib/gnunet_fs_gtk_download_as_dialog.glade contrib/gnunet_fs_gtk_edit_publication.glade contrib/gnunet_fs_gtk_main_window.glade contrib/gnunet_fs_gtk_namespace_manager.glade contrib/gnunet_fs_gtk_open_directory_dialog.glade contrib/gnunet_fs_gtk_open_url_dialog.glade contrib/gnunet_fs_gtk_progress_dialog.glade contrib/gnunet_fs_gtk_publish_dialog.glade contrib/gnunet_fs_gtk_publish_directory_dialog.glade contrib/gnunet_fs_gtk_publish_file_dialog.glade contrib/gnunet_fs_gtk_publish_tab.glade contrib/gnunet_fs_gtk_search_tab.glade contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade contrib/gnunet_fs_gtk_unindex.glade contrib/gnunet_gns_gtk_about_window.glade contrib/gnunet_gns_gtk_main_window.glade contrib/gnunet_gns_gtk_zone_open.glade contrib/gnunet_gtk_status_bar_menu.glade contrib/gnunet_peerinfo_gtk_about_dialog.glade contrib/gnunet_peerinfo_gtk_about_window.glade contrib/gnunet_peerinfo_gtk_main_window.glade contrib/gnunet_setup_about_dialog.glade contrib/gnunet_setup_about_window.glade contrib/gnunet_setup_gtk_main_window.glade contrib/gnunet_statistics_gtk_about_dialog.glade contrib/gnunet_statistics_gtk_about_window.glade contrib/gnunet_statistics_gtk_main_window.glade gnunet-gtk-0.9.3/po/vi.gmo0000644000175000017500000013253411762217326012306 00000000000000Þ•ì%¼Pv;Q0È=,ù=Q&>x> >œ>•¯> E@P@`@\e@Â@8Ó@ AA0*A [AgAmArA xA„A›A ¤A¹®AmhC>k°@ª°kë°)W±±™±•¶±L³_³x³p}³î³]´ b´"l´V´æ´ µ µ µ µ+µHµ Oµ     GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS # connected nodes (100% = connection table size)Average (red) effectiveness (100% = perfect)CPU load (red), IO load (green), Network upload (yellow), Network download (blue)Connected to %Lu peersConnectivityDatastore capacityDi Ma Jens Palsberg Christian Grothoff Nils Durner Mathieu Eric Haumant milan@skoid.org Hiroshi Yamauchi Adam Welc Bogdan Carbunar Steven Michael Murphy Phan Vinh Thinh Daniel Nylander IdentifierInbound TrafficNameNoise (red), Content (green), Queries (yellow), Hellos (blue), other (gray), limit (magenta)Outbound TrafficPersistent file-sharing data (red) and DHT cache (green)PreviewRouting EffectivenessSpent (red), Earned (green) and Awarded (yellow)System loadTrustTypeValue_Anonymity:_Copy URI to Clipboard_General_Keyword:Project-Id-Version: gnunet-gtk 0.8.1 Report-Msgid-Bugs-To: bug-gnunet@gnu.org POT-Creation-Date: 2012-06-01 21:58+0200 PO-Revision-Date: 2010-02-11 21:43+0930 Last-Translator: Clytie Siddall Language-Team: Vietnamese Language: vi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0; X-Generator: LocFactoryEditor 1.8 Giấy phép Công cá»™ng GNU Phiên bản 2, Tháng 6/1991 Translated/Dịch: 2006-07-10 http://vi.wikisource.org/wiki/GPL Translator/Dịch giả: Clytie Siddall Reviewer/Biên tập viên: Trần Thế Trung This is an unofficial translation of the GNU General Public License into Vietnamese. It was not published by the Free Software Foundation, and does not legally state the distribution terms for software that uses the GNU GPL--only the original English text of the GNU GPL does that. However, we hope that this translation will help Vietnamese speakers understand the GNU GPL better. Äây là má»™t bản dịch tiếng Việt không chính thức cá»§a Giấy phép Công cá»™ng GNU (GPL). Nó không được xuất bản bởi Tổ Chức Phần Má»m Tá»± Do, và không tuyên bố má»™t cách hợp pháp các Ä‘iá»u kiện phát hành phần má»m sá»­ dụng GPL — chỉ có bản tiếng Anh gốc cá»§a GPL là hợp pháp. Tuy nhiên, chúng tôi mong muốn bản dịch này sẽ giúp đỡ ngưá»i nói tiếng Việt hiểu khá hÆ¡n GPL. Bản quyá»n © năm 1989, 1991 cá»§a Tổ chức Phần má»m Tá»± do. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA (Mỹ) Má»i ngưá»i Ä‘á»u Ä‘uợc quyá»n sao chép và phân phối nguyên văn tài liệu giấy phép này, nhưng không được phép thay đổi nó. Lá»i mở đầu Giấy phép sá»­ dụng cá»§a hầu hết các phần má»m được thiết kế để bạn không được tá»± do chia sẻ và thay đổi phần má»m đó. Trái lại, Giấy phép Công cá»™ng GNU dá»± định đảm bảo cho bạn được tá»± do chia sẻ và thay đổi phần má»m má»™t cách tá»± do, và đảm bảo phần má»m tá»± do cho má»i ngưá»i sá»­ dụng. Giấy phép Công cá»™ng GNU này áp dụng cho hầu hết những phần má»m cá»§a Tổ chức Phần má»m Tá»± do, và cho bất kỳ chương trình máy tính nào khác mà tác giả cá»§a nó cam kết sá»­ dụng nó. (Má»™t số phần má»m khác cá»§a Tổ chức Phần má»m Tá»± do dùng Giấy phép Thư viện Công cá»™ng GNU thay thế.) Bạn cÅ©ng có thể áp dụng giấy phép này cho các chương trình do bạn làm ra. Khi chúng tôi nói vá» phần má»m tá»± do, chúng tôi đỠcập đến sá»± tá»± do sá»­ dụng, chứ không phải là giá cả. Giấy phép Công cá»™ng GNU cá»§a chúng tôi được thiết kế để đảm bảo bạn có quyá»n tá»± do phát hành bản sao cá»§a phần má»m tá»± do (và thu tiá»n dịch vụ này nếu muốn), nhận mã nguồn hoặc có khả năng lấy nó nếu bạn muốn, bạn có thể thay đổi phần má»m hay sá»­ dụng bất kỳ Ä‘oạn nào cá»§a nó trong chương trình tá»± do má»›i; và để giúp bạn biết rõ là bạn có thể làm những Ä‘iá»u này. Äể bảo vệ quyá»n lợi cá»§a bạn, chúng tôi cần đưa ra những hạn chế để cấm bất cứ ai phá»§ nhận bạn có những quyá»n này hay đòi há»i bạn từ bá» nó. Những sá»± hạn chế này được hiểu là má»™t số trách nhiệm nhất thiết cá»§a bạn nếu bạn phát hành bản sao cá»§a phần má»m hoặc sá»­a đổi nó. Chẳng hạn, nếu bạn phát hành bản sao cá»§a chương trình như vậy, dù là cho không hay thu tiá»n, bạn phải trao cho ngưá»i nhận tất cả những quyá»n bạn có. Bạn phải chắc chắn là há» cÅ©ng nhận được hay có thể lấy mã nguồn. Và bạn cÅ©ng phải cho há» biết những Ä‘iá»u kiện này, để há» biết những quyá»n cá»§a há». Chúng tôi bảo vệ các quyá»n cá»§a bạn qua hai bước: (1) bản quyá»n tác giả cá»§a phần má»m và (2) trao cho bạn giấy phép này để bạn có quyá»n hợp pháp sao chép, phát hành và/hay sá»­a đổi phần má»m. HÆ¡n nữa, để bảo vệ tác giả và chính chúng tôi, chúng tôi muốn chắc chắn là má»i ngưá»i hiểu rằng phần má»m tá»± do này không có bảo hành. Nếu phần má»m bị sá»­a đổi bởi ngưá»i khác và được phân phát tiếp, chúng tôi muốn ngưá»i nhận biết rằng cái mà há» có đó không phải là bản gốc, vì vậy, bất kỳ lá»—i nào do ngưá»i khác gây ra sẽ không làm mang tiếng đến tác giả gốc. Cuối cùng, chương trình tá»± do nào cÅ©ng luôn bị Ä‘e dá»a bởi bằng sáng chế phần má»m. Chúng tôi muốn tránh nguy cÆ¡ việc những ngưá»i phát hành lại chương trình tá»± do sẽ giành bằng sáng chế riêng, sở hữu chương trình đó. Äể ngăn ngừa Ä‘iá»u này, chúng tôi đã làm rõ rằng bằng sáng chế phải cấp cho má»i ngưá»i sá»­ dụng tá»± do, hoặc không cấp cho bất kỳ ai hết. Sau đây là những Ä‘iá»u kiện và Ä‘iá»u khoản chính xác đối vá»›i việc sao chép, phát hành và sá»­a đổi. GIẤY PHÉP CÔNG CỘNG GNU ÄIỀU KIỆN SAO CHÉP, PHÃT HÀNH VÀ SỬA Äá»”I Phần 0. Giấy phép này áp dụng cho bất kỳ chương trình nào hay sản phẩm nào khác có thông báo được chèn vào bởi ngưá»i giữ tác quyá»n nói rằng nó có thể được phát hành theo các Ä‘iá»u khoản cá»§a GPL này. Cụm từ « Chương trình » dưới đây có nghÄ©a là bất kỳ chương trình máy tính hay sản phẩm như vậy, và « sản phẩm dá»±a trên Chương trình » có nghÄ©a là Chương trình hay bất kỳ sản phẩm nào bắt nguồn từ nó dưới luật bản quyá»n: tức là, sản phẩm chứa Chương trình đó hay má»™t phần cá»§a nó, hoặc đúng nguyên văn hoặc vá»›i sá»± sá»­a đổi và/hoặc được dịch sang má»™t ngôn ngữ khác. (Kể từ câu này, việc dịch ngôn ngữ được bao gồm vô hạn trong thuật ngữ « sá»± sá»­a đổi ».) Ngưá»i được cấp Giấy phép được gá»i là « bạn ». Những hoạt động khác ngoài sá»± sao chép, phát hành và sá»­a đổi không được kiểm soát bởi Giấy phép này; nó ở ngoài phạm vi cá»§a giấy phép này. Hành động chạy Chương trình không bị hạn chế, và dữ liệu xuất từ Chương trình chỉ bị khống chế nếu ná»™i dung cá»§a nó tạo thành má»™t sản phẩm dá»±a vào Chương trình (không phụ thuá»™c vào việc vận hành Chương trình). Äiá»u đó đúng hay không phụ thuá»™c vào Ä‘iá»u mà Chương trình tạo ra. Phần 1. Bạn có quyá»n sao chép và phát hành bản sao đúng nguyên văn cá»§a mã nguồn cá»§a Chương trình như bạn đã nhận nó, bằng bất kỳ cách nào, miá»…n là bạn công bố rõ ràng và thích đáng trên má»—i bản sao má»™t thông báo tác quyá»n thích hợp và miá»…n trừ bảo hành; giữ nguyên vẹn má»i thông báo liên quan đến Giấy phép này và miá»…n trừ bảo hành; và đưa cho những ngưá»i nhận Chương trình khác má»™t bản sao cá»§a Giấy phép cùng vá»›i Chương trình. Bạn có thể thu phí cho việc gởi bản sao, và bạn có thể tùy ý đỠnghị cung cấp dịch vụ bảo hành có thu phí. Phần 2. Bạn có quyá»n sá»­a đổi bản sao cá»§a mình hay cá»§a Chương trình hoặc Ä‘oạn nào cá»§a nó để tạo má»™t sản phẩm dá»±a vào Chương trình, và sao chép và phát hành sá»± sá»­a đổi hay sản phẩm như vậy theo Ä‘iá»u khoản cá»§a phần 1 nêu trên, miá»…n là bạn cÅ©ng tuân theo tất cả các Ä‘iá»u kiện sau: a) Bạn phải làm cho má»—i tập tin đã sá»­a đổi chứa thông báo dá»… thấy nói rằng bạn đã thay đổi tập tin đó và hiển thị ngày tháng cá»§a sá»± thay đổi nào. b) Bạn phải làm cho sản phẩm mà bạn phát hành hay xuất bản, toàn bá»™ hay má»™t phần có chứa hay bắt nguồn từ Chương trình hay các phần cá»§a nó, được cấp toàn bá»™ miá»…n phí cho ngưá»i khác vá»›i Ä‘iá»u kiện cá»§a Giấy phép này. c) Nếu chương trình bị sá»­a đổi có Ä‘á»c tương tác lệnh khi chạy, bạn phải làm nó, khi được khởi chạy bằng cách thông thưá»ng nhất qua tương tác như vậy, in ra hay hiển thị má»™t lá»i loan báo gồm có thông báo quyá»n tác giả thích hợp và thông báo không có bảo hành (nếu không, nói rằng bạn cung cấp việc bảo hành) và rằng ngưá»i dùng có quyá»n phát hành lại chương trình đó vá»›i những Ä‘iá»u kiện này, và thông tin cho ngưá»i dùng biết cách xem má»™t bản sao cá»§a Giấy phép này. (Ngoại lệ: nếu Chương trình chính nó là tương tác nhưng vốn không in ra lá»i loan báo như vậy, sản phẩm cá»§a bạn đựa vào Chương trình không bắt buá»™c phải in ra lá»i loan báo như vậy). Những Ä‘iá»u kiện này áp dụng cho toàn bá»™ sản phẩm bị sá»­a đổi. Nếu có thể nhận ra phần riêng cá»§a sản phẩm đó không bắt nguồn từ Chương trình, và các phần này có thể được xem má»™t cách hợp lý là sản phẩm riêng và không phụ thuá»™c, thì Giấy phép này, và các Ä‘iá»u kiện cá»§a nó, không áp dụng cho những phần riêng đó khi bạn phát hành chúng là sản phẩm riêng. Tuy nhiên, khi bạn phát hành những phần đó cùng vá»›i toàn bá»™ sản phẩm dá»±a vào Chương trình, sá»± phát hành toàn bá»™ này phải tuân theo Ä‘iá»u kiện cá»§a Giấy phép này, cung cấp cho má»i ngưá»i có quyá»n bao trùm toàn bá»™ sản phẩm, bao quát tất cả má»i phần cá»§a nó, bất kể ai đã tạo nó. Như thế thì phần này không đự định yêu cầu quyá»n hay không thừa nhận quyá»n cá»§a bạn vá» sản phẩm mà toàn bá»™ là do bạn tạo ra; mà phần này định nói vá» quyá»n hạn trong Ä‘iá»u khiển sá»± phát hành sản phẩm bắt nguồn từ hay sản phẩm hợp tác tập thể dá»±a vào Chương trình. HÆ¡n nữa, việc chứa các sản phẩm khác không dá»±a vào Chương trình cùng vá»›i Chương trình (hay vá»›i sản phẩm dá»±a vào Chương trình) trên thiết bị lưu trữ hay vật phát hành không nằm trong phạm vi cá»§a Giấy phép này. Phần 3. Bạn có quyá»n sao chép và phát hành Chương trình (hoặc sản phẩm dá»±a vào nó, dưới Phần 2) trong dạng thức mã đối tượng hay tập tin chạy được vá»›i Ä‘iá»u kiện cá»§a Phần 1 và 2 bên trên, miá»…n là bạn cÅ©ng làm má»™t trong số những việc sau đây: a) Kèm theo toàn bá»™ mã nguồn tương ứng mà máy có thể Ä‘á»c được, được phát hành vá»›i Ä‘iá»u kiện cá»§a Phần 1 và 2 bên trên, trên thiết bị lưu trữ thưá»ng dùng để trao đổi phần má»m; hay b) Kèm theo lá»i má»i ghi trên giấy, hợp lệ trong ít nhất ba năm sau, cung cấp cho bất cứ ngưá»i khác nào, vá»›i giá không lá»›n hÆ¡n giá cần thiết để phân phát các mã nguồn đó, má»™t bản sao, mà máy có thể Ä‘á»c được, cá»§a toàn bá»™ mã nguồn tương ứng, để được phát hành vá»›i Ä‘iá»u kiện cá»§a Phần 1 và 2 bên trên, trên thiết bị lưu trữ thưá»ng dùng để trao đổi phần má»m; hay c) Kèm theo các thông tin bạn đã nhận vá» lá»i má»i phát hành mã nguồn tương ứng. (Tùy chá»n này chỉ được phép khi phát hành không thương mại, và chỉ khi bạn đã nhận chương trình trong dạng thức mã đối tượng hay tập tin chạy được cùng vá»›i lá»i má»i như vậy, tùy theo Phần phụ (b) trên). Mã nguồn cá»§a sản phẩm có nghÄ©a là dạng thức sản phẩm được ưa thích khi sá»­a đổi nó. Äối vá»›i sản phẩm là tập tin chạy được, toàn bá»™ mã nguồn có nghÄ©a là tất cả các mã nguồn cho má»i mô-Ä‘un đã chứa, cá»™ng vá»›i bất cứ tập tin xác định giao diện tương ứng, cá»™ng vá»›i các tập lệnh được dùng để Ä‘iá»u khiển tiến trình biên dịch và cài đặt tập tin chạy được. Tuy nhiên, ngoại lệ đặc biệt là mã nguồn được phát hành không cần phải bao gồm những gì được phát hành bình thưá»ng (trong dạng thức hoặc nguồn hoặc nhị phân) vá»›i các thành phần chính (bá»™ biên dịch, hạt nhân v.v.) cá»§a hệ Ä‘iá»u hành nÆ¡i tập tin chạy được hoạt động, trừ khi thành phần kèm theo cần thiết để chạy tập tin. Nếu việc phát hành mã chạy được hay mã đối tượng được làm bằng cách trao truy cập sao chép từ má»™t nÆ¡i đã xác định, thì việc trao các truy cập sao chép tương đương đến mã nguồn đó từ cùng nÆ¡i đó được tính là sá»± phát hành mã nguồn, mặc dù ngưá»i khác không bắt buá»™c phải sao chép mã nguồn cùng vá»›i mã đối tượng. Phần 4. Không cho phép bạn sao chép, sá»­a đổi, cấp giấy phép phụ hay phát hành Chương trình, trừ vá»›i Ä‘iá»u kiện được diá»…n tả dứt khoát trong Giấy phép này. Bất kỳ sá»± cố gắng nào trong việc sao chép, sá»­a đổi, cấp giấy phép phụ hay phát hành Chương trình bằng cách khác bị bãi bá», và sẽ kết thúc các quyá»n cá»§a bạn dưới Giấy phép này. Tuy nhiên, ngưá»i khác đã nhận bản sao hay quyá»n từ bạn dưới Giấy phép này sẽ không bị ảnh hưởng, miá»…n là há» tiếp tục tuân theo hoàn toàn. Phần 5. Bạn không bắt buá»™c phải chấp nhận Giấy phép này, vì bạn chưa ký tên vào nó. Tuy nhiên, không có gì khác cho phép bạn sá»­a đổi hay phát hành Chương trình hay sản phẩm bắt nguồn từ nó. Các hành động này bị pháp luật cấm nếu bạn không chấp nhận Giấy phép này. Vì vậy, bằng cách sá»­a đổi hay phát hành Chương trình (hay sản phẩm dá»±a vào nó), bạn ngụ ý sá»± chấp nhận Giấy phép này để làm như thế, gồm má»i Ä‘iá»u kiện sao chép, phát hành hay sá»­a đổi Chương trình hay sản phẩm dá»±a vào nó. Phần 6. Má»—i lần bạn phát hành lại Chương trình (hay sản phẩm dá»±a vào nó), ngưá»i nhận có thể nhận tá»± động má»™t giấy phép từ ngưá»i cấp gốc, để sao chép, phát hành hay sá»­a đổi Chương trình vá»›i Ä‘iá»u kiện này. Không cho phép bạn hạn chế thêm cách ngưá»i dùng sá»­ dụng các quyá»n đã được cấp trong Giấy phép này. Bạn cÅ©ng không phải chịu trách nhiệm vá» việc ép buá»™c ngưá»i khác tuân theo Ä‘iá»u kiện cá»§a Giấy phép này. Phần 7. Nếu, do kết quả cá»§a quyết định cá»§a toà án hay các cáo buá»™c vi phạm bằng sáng chế hay vì bất cứ lý do nào (không bị giá»›i hạn trong vấn đỠbằng sáng chế), bạn bị ép buá»™c chấp nhận Ä‘iá»u kiện (hoặc vì quyết định cá»§a toà án, sá»± thoả thuận hoặc cách khác nào) mà mâu thuẫn Ä‘iá»u kiện cá»§a Giấy phép này, trưá»ng hợp này không miá»…n cho bạn không phải thá»a mãn Ä‘iá»u kiện cá»§a Giấy phép này. Nếu bạn không thể phát hành bằng cách thá»a mãn đồng thá»i các giao ước cá»§a bạn dưới Giấy phép này và bất kỳ giao ước thích hợp khác, thì kết quả là không cho phép bạn phát hành Chương trình bằng cách nào cả. Lấy thí dụ, nếu má»™t bằng sáng chế nào đó không cho phép sá»± phát hành lại Chương trình má»™t cách miá»…n tiá»n bản quyá»n phát minh cho má»i ngưá»i nhận bản sao từ bạn má»™t cách trá»±c tiếp hay gián tiếp, thì cách duy nhất bạn có thể thá»a cả bằng đó và Giấy phép này là hoàn toàn không phát hành Chương trình. Nếu Ä‘oạn nào trong phần này được quyết định là không hợp lệ hay không thể được ép buá»™c trong bất kỳ trưá»ng hợp riêng nào, Ä‘oạn còn lại dá»± định áp dụng được, và toàn bá»™ phần dá»± định áp dụng trong các trưá»ng hợp khác. Không phải là mục đích cá»§a phần này để xúi giục bạn vi phạm bằng sáng chế nào hay lá»i yêu sách quyá»n tài sản khác, hoặc để không thừa nhận sá»± hợp lệ cá»§a lá»i yêu sách như vậy; phần này có mục đích duy nhất là bảo vệ tình trạng nguyên vẹn cá»§a hệ thống phát hành phần má»m tá»± do, mà được thá»±c thi bởi các áp dụng giấy phép công cá»™ng. Nhiá»u ngưá»i đã đóng góp rá»™ng lượng cho má»™t phạm vị rá»™ng cá»§a các phần má»m được phát hành qua hệ thống đó, nhá» sá»± thá»±c thi ná»n bỉ hệ thống đó: tùy tác giả / ngưá»i tặng quyết định nếu há» muốn phát hành phần má»m qua hệ thống khác nào, và ngưá»i được cấp Giấy phép không thể Ä‘iá»u khiển cách quyết định đó. Phần này dá»± định diá»…n tả rõ ràng hoàn toàn kết quả được hiểu cá»§a phần còn lại cá»§a Giấy phép này. Phần 8. Nếu sá»± phát hành và/hay cách sá»­ dụng Chương trình bị hạn chế trong má»™t số quốc gia nào đó, hoặc bởi bằng sáng chế hoặc bởi giao diện có bản quyá»n tác giả, ngưá»i giữ tác quyá»n gốc đã đặt Chương trình dưới Giấy phép này có khả năng thêm sá»± hạn chế phát hành địa lý riêng loại trừ những quốc gia đó, để cho phép phát hành chỉ trong hay giữa các quốc gia không bị loại trừ như thế. Trong trưá»ng hợp như vậy, Giấy phép này hợp nhất sá»± hạn chế đó như là nó được ghi trong thân cá»§a Giấy phép này. Phần 9. Tổ chức Phần má»m Tá»± do có thể xuất bản phiên bản đã sá»­a đổi và/hay má»›i cá»§a Giấy phép Công cá»™ng GNU. Phiên bản má»›i như vậy sẽ có tinh thần tương tá»± vá»›i phiên bản hiện thá»i, nhưng có thể khác biệt trong chi tiết để giải quyết vấn đỠmá»›i. Má»—i phiên bản được gán má»™t số hiệu phân biệt phiên bản đó. Nếu Chương trình xác định số phiên bản riêng cá»§a Giấy phép này áp dụng cho nó, « và bất kỳ phiên bản sau nào », bạn có tùy chá»n thá»a Ä‘iá»u kiện hoặc cá»§a phiên bản đó, hoặc cá»§a bất kỳ phiên bản sau nào được xuất bản bởi Tổ chức Phần má»m Tá»± do. Nếu Chương trình không xác định số phiên bản riêng cá»§a Giấy phép này, bạn có khả năng chá»n bất kỳ phiên bản nào cá»§a Giấy phép này đã được xuất bản bởi Tổ chức Phần má»m Tá»± do. Phần 10. Nếu bạn muốn hợp nhất phần nào cá»§a Chương trình vào chương trình tá»± do khác có Ä‘iá»u kiện phát hành khác GPL, hãy xin phép tác giả. Äối vá»›i phần má»m có bản quyá»n tác giả cá»§a Tổ chức Phần má»m Tá»± do, hãy viết thư cho Tổ chức Phần má»m Tá»± do : thỉng thoảng chúng tôi cho phép ngoại lệ trong trưá»ng hợp này. Quyết định cá»§a chúng tôi sẽ được hướng dẫn bởi hai mục đích là sá»± bảo tồn trạng thái tá»± do cá»§a má»i Ä‘iá»u bắt nguồn từ phần má»m tá»± do cá»§a chúng tôi, và sá»± đẩy mạnh sá»± chia sẻ và sá»­ dụng lại phần má»m má»™t cách chung. KHÔNG BẢO HÀNH Phần 11. VÃŒ CHƯƠNG TRÃŒNH ÄÃ ÄÆ¯á»¢C CẤP PHÉP MIỄN PHÃ, KHÔNG CÓ BẢO HÀNH Äá»I VỚI CHƯƠNG TRÃŒNH NÀY, VỚI ÄIỀU KIỆN ÄÆ¯á»¢C PHÃP LUẬT CHO PHÉP. TRỪ KHI XÃC ÄỊNH KHÃC BẰNG TÀI LIỆU GIẤY TỜ, CÃC NGƯỜI GIá»® BẢN QUYỀN TÃC GIẢ VÀ/HAY NGƯỜI KHÃC CUNG CẤP CHƯƠNG TRÃŒNH NÀY « NHƯ THẾ », KHÔNG CÓ BẢO HÀNH GÃŒ CẢ, KHÔNG PHÃT BIỂU NÓ, CŨNG KHÔNG NGỤ à NÓ, Gá»’M, NHƯNG KHÔNG BỊ HẠN CHẾ BỞI, Sá»° BẢO ÄẢM Äà NGỤ à TÃŒNH TRẠNG CÓ THỂ BÃN ÄÆ¯á»¢C VÀ Sá»° THÃCH HỢP VỚI MỘT MỤC ÄÃCH DỨT KHOÃT. MỌI RỦI RO VỀ CHẤT LƯỢNG, ÄỘ CHÃNH XÃC VÀ HIỆU SUẤT CỦA CHƯƠNG TRÃŒNH NÀY BẠN SẼ Tá»° CHỊU. NẾU CHƯƠNG TRÃŒNH NÀY GÂY RA HƯ HỎNG, BẠN GÃNH VÃC HOÀN TOÀN TRÃCH NGHIỆM TRẢ TIỀN DỊCH VỤ GIÚP Äá»  HAY SỪA CHá»®A. Phần 12. KHÔNG CÓ TRƯỜNG HỢP NÀO (TRỪ KHI PHÃP LUẬT YÊU CẦU HAY KHI ÄÆ¯á»¢C THỎA THUẬN BẰNG TÀI LIỆU GIẤY TỜ) MÀ BẤT KỲ NGƯỜI GIá»® BẢN QUYỀN TÃC GIẢ NÀO, HAY BẤT KỲ NGƯỜI KHÃC NÀO CÓ THỂ SỬA Äá»”I VÀ/HAY PHÃT HÀNH LẠI CHƯƠNG TRÃŒNH NHƯ ÄÆ¯á»¢C PHÉP BÊN TRÊN, SẼ CÓ TRÃCH NHIỆM VỀ PHÃP Là Bá»’I THƯỜNG, Gá»’M BẤT KỲ Bá»’I THƯỜNG KIỂU Tá»”NG QUÃT, ÄẶC BIỆT, NGẪU NHIÊN HAY DO HẬU QUẢ DO SỬ DỤNG HAY Sá»° KHÔNG CÓ KHẢ NÄ‚NG SỬ DỤNG CHƯƠNG TRÃŒNH NÀY (Gá»’M NHƯNG KHÔNG PHẢI BỊ HẠN THẾ BỞI Sá»° MẤT Dá»® LIỆU HAY Dá»® LIỆU BỊ LÀM CHO KHÔNG CHÃNH XÃC HAY CÃC MẤT MÃT CỦA BẠN HAY NGƯỜI KHÃC HAY Sá»° KHÔNG HOẠT ÄỘNG ÄÆ¯á»¢C CHƯƠNG TRÃŒNH NÀY VỚI CHƯƠNG TRÃŒNH KHÃC), THẬM CHà NẾU BẠN HAY NGƯỜI KHÃC ÄÃ ÄÆ¯á»¢C BÃO BIẾT CÓ KHẢ NÄ‚NG THIỆT HẠI NHƯ VẬY. KẾT THÚC CỦA ÄIỀU KIỆN Cách áp dụng Ä‘iá»u kiện này cho các chương trình má»›i cá»§a bạn Nếu bạn phát triển chương trình má»›i, và muốn làm cho nó có ích nhiá»u nhất cho má»i ngưá»i, phương pháp tốt nhất đạt được mục đích này là làm cho nó là phần má»m tá»± do mà má»i ngưá»i có thể phát hành lại và sá»­a đổi vá»›i Ä‘iá»u kiện này. Äể làm như thế, hãy đính các thông báo theo đây kèm chương trình. Cách an toàn nhất là đính chúng vào đầu cá»§a má»—i tập tin mã nguồn, để thể hiện cách thông báo không có bảo hành má»™t cách hữu hiệu nhất; và má»—i tập tin nên chứa ít nhất Ä‘oạn « Tác quyá»n » và thông tin chỉ tá»›i nÆ¡i tìm được thông báo đầy đủ. ——————————————mẫu tiếng Anh bắt đầu {má»™t Ä‘oạn ghi tên chương trình và mô tả ngắn.} Copyright © {năm tên cá»§a tác giả} 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ——————————————mẫu tiếng Anh kết thúc [Bản dịch: {má»™t Ä‘oạn ghi tên chương trình và mô tả ngắn.} Tác quyá»n © {năm tên cá»§a tác giả} {má»™t Ä‘oạn ghi tên chương trình và mô tả ngắn.} Tác quyá»n © {năm tên cá»§a tác giả} Chương trình này là phần má»m tá»± do; bạn có thể phát hành lại nó và/hoặc sá»­a đổi nó vá»›i Ä‘iá»u kiện cá»§a Giấy phép Công cá»™ng GNU như được xuất bản bởi Tổ chức Phần má»m Tá»± do; hoặc phiên bản 2 cá»§a Giấy phép này, hoặc (tùy chá»n) bất kỳ phiên bản sau nào. Chương trình này được phát hành vì mong muốn nó có ích, nhưng KHÔNG CÓ BẢO HÀNH GÃŒ CẢ, THẬM CHà KHÔNG CÓ BẢO ÄẢM ÄÆ¯á»¢C NGỤ à KHẢ NÄ‚NG BÃN HAY KHẢ NÄ‚NG LÀM ÄÆ¯á»¢C VIỆC DỨT KHOÃT. Xem Giấy phép Công cá»™ng GNU để biết thêm chi tiết. Bạn đã nhận má»™t bản sao cá»§a Giấy phép Công cá»™ng GNU cùng vá»›i chương trình này; nếu không, hãy viết thư cho Tổ chức Phần má»m Tá»± do, số 51 ÄÆ°á»ng Franklin, Tầng thứ năm, Thành Phố Boston, Tỉnh MA số bưu Ä‘iện 02110-1301 Mỹ. ] Bạn cÅ©ng nên thêm thông tin vá» cách liên lạc vá»›i bạn bằng cả thư bưu Ä‘iện lẫn thư Ä‘iện tá»­. Nếu chương trình có khả năng tương tác, hãy làm cho nó xuất thông báo ngắn như sau khi nó khởi chạy trong chế độ tương tác (hãy thay thế má»—i Ä‘oạn nằm trong {dấu ngoặc móc}): _________________________mẫu tiếng Anh bắt đầu {Tên chương trình phiên bản Sá»}, Copyright © {năm tên cá»§a tác giả} {Tên chương trình} comes with absolutely no warranty; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. ————————————-mẫu tiếng Anh kết thúc [Bản dịch: {Tên chương trình phiên bản Sá»}, Tác quyá»n © {năm tên cá»§a tác giả} {Tên chương trình} không có bảo hành gì cả; để xem chi tiết, hãy gõ lệnh « show w ». Äây là phần má»m tá»± do, và bạn có quyá»n phát hành lại nó vá»›i má»™t số Ä‘iá»u kiện; hãy gõ « show c » để xem chi tiết. ] Hai lệnh `show w' và `show c' nên hiển thị các phần thích hợp cá»§a Giấy phép Công cá»™ng GNU. Tất nhiên, bạn có thể chá»n lệnh khác thích hợp vá»›i chương trình cá»§a mình, ví dụ lệnh trong bàn Ä‘iá»u khiển, cú nhắp con chuá»™t hay mục trình đơn. Bạn cÅ©ng nên yêu cầu ngưá»i chá»§ cá»§a bạn (nếu bạn làm việc lập trình viên trong má»™t công ty) hay trưá»ng há»c cá»§a bạn, nếu có, ký tên vào « đơn từ chối trách nhiệm tác quyá»n » vá» chương trình này, nếu cần. Äây là má»™t mẫu ví dụ : {hãy thay thế Ä‘oạn nằm trong dấu ngoặc móc} _________________________mẫu tiếng Anh bắt đầu {Tên công ty hay trưá»ng}, hereby disclaims all copyright interest in the program `{Tên chương trình}' (which {chức năng cá»§a chương trình}) written by {tên tác giả}. ———————---------mẫu tiếng Anh kết thúc [Bản dịch: {Tên công ty/trưá»ng} bằng cách này từ chối bất kỳ sá»± sở hữu chương trình `{Tên chương trình}' ({kiểu chương trình}) được tạo bởi {Tên lập trình viên}. {chữ ký cá»§a chá»§}, {ngày tháng} {tên và chức vụ cá»§a chá»§} ] Giấy phép Công cá»™ng GNU này không cho phép ai hợp nhất chương trình cá»§a bạn vào chương trình đã sở hữu. Nếu chương trình cá»§a bạn là thư viện trình con, có lẽ bạn muốn cho phép ứng dụng sở hữu liên kết vá»›i thư viện này. Nếu có, bạn hãy sá»­ dụng Giấy phép Công cá»™ng GNU Phụ (LGPL) thay vào Giấy phép này. Verbatim copying and distribution of this translation of the GNU GPL is permitted in any medium without royalty provided this notice is preserved. Má»i ngưá»i Ä‘á»u Ä‘uợc quyá»n sao chép và phân phối nguyên văn bản dịch giấy phép này, thông qua bất cứ phương tiện nào, miá»…n tiá»n bản quyá»n phát minh, miá»…n là thông báo này được bảo tồn. # nút đã kết nối (100% = kích cỡ bảng kết nối)Äá»™ hữu hiệu trung bình (màu Ä‘á»): 100% = hoàn toàn.Trá»ng tải CPU (Ä‘á»), Trá»ng tải VR (lục), Tải lên mạng (vàng), Tải xuống mạng (xanh)Có kết nối tá»›i %Lu đồng đẳngKhả năng kết nốiSức chứa kho dữ liệuDi Ma Jens Palsberg Christian Grothoff Nils Durner Mathieu Eric Haumant milan@skoid.org Hiroshi Yamauchi Adam Welc Bogdan Carbunar Steven Michael Murphy Phan Vinh Thinh Daniel Nylander Bá»™ nhận diệnDữ liệu gá»­i đếnTênNhiá»…u (Ä‘á»), Ná»™i dung (lục), Há»i (vàng), Lá»i chào (xanh), khác (xám), hạn chế (đỠtươi)Dữ liệu gá»­i Ä‘iDữ liệu chia sẻ tập tin bá»n bỉ (màu Ä‘á») và bá»™ nhá»› tạm DHT (màu lục)Xem thá»­Äá»™ hữu hiệu định tuyếnÄã tiêu phí (màu Ä‘á»), giành được (màu lục) và đã cấp (màu vàng)Trá»ng tải hệ thốngTin cậyKiểuGiá trị_Giấu tên:_Chép URI vào bảng nhápChun_g_Từ khóa:gnunet-gtk-0.9.3/po/Rules-quot0000644000175000017500000000337611406350225013157 00000000000000# Special Makefile rules for English message catalogs with quotation marks. DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot .SUFFIXES: .insert-header .po-update-en en@quot.po-create: $(MAKE) en@quot.po-update en@boldquot.po-create: $(MAKE) en@boldquot.po-update en@quot.po-update: en@quot.po-update-en en@boldquot.po-update: en@boldquot.po-update-en .insert-header.po-update-en: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ ll=`echo $$lang | sed -e 's/@.*//'`; \ LC_ALL=C; export LC_ALL; \ cd $(srcdir); \ if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "creation of $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi en@quot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header en@boldquot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header mostlyclean: mostlyclean-quot mostlyclean-quot: rm -f *.insert-header gnunet-gtk-0.9.3/po/tr.gmo0000644000175000017500000010636411762217326012317 00000000000000Þ•” hv;i0à< =•=´>Ä>Í>Ò>ã>ë> ð>ü> ??¡?ôI¸@<­ŠꊕùŠ Œ œŒªŒ °Œ ½ŒÇŒ Όڌ áŒìŒ      GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS # connected nodes (100% = connection table size)ConnectivityDi Ma Jens Palsberg Christian Grothoff Nils Durner Mathieu Eric Haumant milan@skoid.org Hiroshi Yamauchi Adam Welc Bogdan Carbunar Steven Michael Murphy Phan Vinh Thinh Daniel Nylander Inbound TrafficMetadataNameOutbound TrafficPreviewType_Anonymity:_General_Keyword:_Name:Project-Id-Version: gnunet-gtk 0.7.0d.tr Report-Msgid-Bugs-To: bug-gnunet@gnu.org POT-Creation-Date: 2012-06-01 21:58+0200 PO-Revision-Date: 2006-11-02 21:03+0200 Last-Translator: Nilgün Belma Bugüner Language-Team: Turkish Language: tr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.1 GNU GENEL KAMU LİSANSI 2. sürüm, Haziran 1991 Copyright © 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Bu lisans belgesini birebir kopyalarını yapma ve dağıtma izni herkese verilmiÅŸtir, fakat metinde deÄŸiÅŸiklik yapma izni yoktur. Bu, GNU Genel Kamu Lisansının (GPL) Türkçe'ye gayrıresmi çevirisidir. Bu çeviri Free Software Foundation tarafından yayınlanmamış olup GNU GPL kullanan yazılımların dağıtım ÅŸartlarını belirleme açısından hukuki baÄŸlayıcılığı yoktur -- Hukuki açıdan yalnızca GNU GPL'in İngilizce metni baÄŸlayıcıdır. Asıl metin http://www.fsf.org/licensing/licenses/gpl.html adresinden temin edilebilir. Bu çeviri, http://belgeler.org/howto/gpl.html adresinden alıntıdır. This is an unofficial translation of the GNU General Public License into Turkish. It was not published by the Free Software Foundation, and does not legally state the distribution terms for software that uses the GNU GPL--only the original English text of the GNU GPL does that. However, we hope that this translation will help Turkish speakers understand the GNU GPL better. Önsöz Yazılım lisanslarının çoÄŸu sizin yazılımı paylaÅŸma ve deÄŸiÅŸtirme hakkınızın elinizden alınması için hazırlanmıştır. Buna karşılık, GNU Genel Kamu Lisansı sizin özgür yazılımları deÄŸiÅŸtirme ve paylaÅŸma hakkınızın mahfuz tutulması ve yazılımın bütün kullanıcıları için özgür olması amacı ile yazılmıştır. Bu Genel Kamu Lisansı, Free Software Foundation'un çoÄŸu yazılımı ve bu lisansı kullanmayı düstur edinen diÄŸer yazılımcıların yazılımları için kullanılmaktadır. (Free Software Foundation'un bazı yazılımları GNU Kısıtlı Genel Kamu Lisansı -- GNU LGPL -- altında dağıtılmaktadır.) Siz de bu lisansı yazılımlarınıza uygulayabilirsiniz. Özgür yazılımdan bahsettiÄŸimiz zaman fiyattan deÄŸil, özgürlükten bahsediyoruz. Bizim Genel Kamu Lisanslarımız, sizin özgür yazılımların kopyalarını dağıtma özgürlüğünüzü (ve isterseniz bu hizmet için para almanızı), yazılım kaynak kodlarının size dağıtım esnasında veya eÄŸer isterseniz verilmesini, yazılımı deÄŸiÅŸtirebilmenizi, yazılımın parçalarını yeni yazılımlar içerisinde kullanabilmenizi ve bunları yapabileceÄŸinizi bilmenizi saÄŸlamaktadır. Haklarınızı koruyabilmemiz için sizin haklarınızı kısıtlama veya sizin bu haklarınızdan feragat etmenizi isteme yollarını yasaklayıcı bazı kısıtlamalar getirmemiz gerekmektedir. Bu kısıtlamalar eÄŸer özgür yazılım dağıtıyor veya deÄŸiÅŸtiriyorsanız size bazı yükümlülükler getirmektedir. ÖrneÄŸin böyle bir programın kopyalarını, bedava veya ücret karşılığı dağıtıyorsanız alıcılara sizin sahip olduÄŸunuz bütün hakları saÄŸlamalısınız. Onların da kaynak kodlarına sahip olmalarını veya ulaÅŸabilmelerini saÄŸlamalısınız. Onlara da haklarını bilebilmeleri için bu ÅŸartları göstermelisiniz. Haklarınızın korunması iki aÅŸamada gerçekleÅŸmektedir: 1. Yazılıma telif hakkı alınmaktadır. 2. Yazılım lisansı olarak size, hukuki olarak, yazılımı kopyalama, dağıtma ve/veya deÄŸiÅŸtirme hakkı tanıyan bu lisans sunulmaktadır. Ayrıca, yazarların ve bizim korunmamız için bu özgür yazılımın herhangi bir garantisi olmadığını herkesin anlamasını istiyoruz. EÄŸer yazılım baÅŸkası tarafından deÄŸiÅŸtirilmiÅŸ ve deÄŸiÅŸtirilmiÅŸ hali ile tarafınıza ulaÅŸtırılmış ise alıcıların, ellerinde olan yazılımın orjinal olmadığını, dolayısıyla baÅŸkaları tarafından eklenen problemlerin ilk yazarların şöhretlerine olumsuz etkide bulunmaması gerektiÄŸini bilmelerini istiyoruz. Son olarak, bütün özgür yazılımlar yazılım patentleri tarafından sürekli tehdit altında bulunmaktadır. Özgür bir yazılımın dağıtıcılarının bireysel olarak patent lisansı almalarını ve bu yol ile yazılımı müseccel hale getirmelerine imkan vermemek istiyoruz. Bunu engellemek için, yazılım için alınacak her patentin herkesin özgürce kullanımına izin vermesi veya patentlenmemesi gerektiÄŸini açık olarak ortaya koyuyoruz. Kopyalama, dağıtım ve deÄŸiÅŸtirme ile ilgili kesin ÅŸart ve kayıtlar aÅŸağıda yer almaktadır. GNU GENEL KAMU LİSANSI KOPYALAMA, DAÄžITIM VE DEĞİŞTİRME İLE İLGİLİ ÅžART VE KAYITLAR 0. Bu Lisans, telif hakkı sahibi tarafından içerisine bu Genel Kamu Lisansı altında dağıtıldığına dair ibare konmuÅŸ olan herhangi bir yazılım veya baÅŸka eseri kapsamaktadır. AÅŸağıda "Yazılım", bu kapsamdaki herhangi bir yazılım veya eser, "Yazılımı baz alan ürün", ise Yazılım veya telif kanunu altında Yazılım'dan iÅŸtikak etmiÅŸ, yani Yazılım'ın tamamını veya bir parçasını, deÄŸiÅŸtirmeden veya deÄŸiÅŸiklikler ile veya baÅŸka bir dile tercüme edilmiÅŸ hali ile içeren herhangi bir ürün, manasında kullanlmaktadır. (Bundan sonra tercüme "deÄŸiÅŸtirme" kapsamında sınırsız olarak içerilecektir.) Her ruhsat sahibine "siz" olarak hitap edilmektedir. Kopyalama, dağıtım ve deÄŸiÅŸtirme haricinde kalan faaliyetler bu Lisans'ın kapsamı dışındadırlar. Yazılım'ı çalıştırma eylemi sınırlandırılmamıştır ve Yazılım'ın çıktısı yalnızca çıktının içeriÄŸi (Yazılım'ı çalıştırmak yolu ile elde edilmesinden bağımsız olarak) Yazılım'ı baz alan ürün kapsamına girer ise bu Lisans kapsamındadır. Bu koÅŸulun saÄŸlanıp saÄŸlanmadığı Yazılım'ın ne yaptığı ile ilgilidir. 1. Yazılım'ın kaynak kodlarını birebir, aldığınız ÅŸekilde, herhangi bir ortamda ve vasıta ile, uygun ve görünür bir ÅŸekilde telif hakkı bildirimi ve garantisiz olduÄŸuna dair bildirim koymak, bu Lisans'dan bahseden herhangi bir bildirimi aynen muhafaza etmek ve bütün diÄŸer alıcılara Yazılım ile birlikte bu Lisans'ın bir kopyasını vermek ÅŸartı ile kopyalayabilir ve dağıtabilirsiniz. Kopyalamak fiili iÅŸlemi için bir ücret talep edebilir ve sizin seçiminize baÄŸlı olarak ücret karşılığı garanti verebilirsiniz. 2. Yazılım'ın kopyasını veya kopyalarını veya herhangi bir parçasını deÄŸiÅŸtirerek Yazılım'ı baz alan ürün elde edebilir, bu deÄŸiÅŸiklikleri veya ürünün kendisini yukarıda 1. bölümdeki ÅŸartlar dahilinde ve aÅŸağıda sıralanan ÅŸartların yerine getirilmesi koÅŸulu ile kopyalayabilir ve dağıtabilirsiniz. 1. DeÄŸiÅŸtirilen dosyaların görünür bir ÅŸekilde dosyaların sizin tarafınızdan deÄŸiÅŸtirildiÄŸine dair, tarihli bir bildirim içermesini saÄŸlamalısınız. 2. Yazılım'dan veya Yazılım'ın bir parçasından tamamen veya kısmen iÅŸtikak etmiÅŸ ve sizin tarafınızdan dağıtılan veya yayınlanan herhangi bir ürünün bütün üçüncü ÅŸahıslara bu Lisans ÅŸartları altında ücretsiz olarak ruhsatlanmasını saÄŸlamalısınız. 3. EÄŸer deÄŸiÅŸtirilen yazılım olaÄŸan kullanım altında komutları etkileÅŸimli olarak alıyor ise, yazılım, en olaÄŸan kullanım için etkileÅŸimli olarak çalıştırıldığı zaman uygun bir telif hakkı bildirimi, garantisi olmadığına (veya sizin tarafınızdan garanti verildiÄŸine), kullanıcıların bu yazılımı bu ÅŸartlar altında tekrar dağıtabileceklerine ve kullanıcının bu Lisansın bir kopyasını nasıl görebileceÄŸine dair bir bildirim yazdırmalı veya göstermelidir. (İstisna: EÄŸer Yazılım'ın kendisi interaktif ise fakat böyle bir bildirimi olaÄŸan kullanım esnasında yazdırmıyor ise, sizin Yazılım'ı temel alan ürününüz böyle bir bildirimde bulunmak zorunda deÄŸildir.) Bu ÅŸartlar deÄŸiÅŸtirilmiÅŸ eserin tamamını kapsamaktadır. EÄŸer eserin tespit edilebilir kısımları Yazılım'dan iÅŸtikak etmemiÅŸ ise ve makul surette kendi baÅŸlarına bağımsız ve ayrı eserler olarak kabul edilebilir ise, o zaman bu Lisans ve ÅŸartları, bu parçaları ayrı eser olarak dağıttığınız zaman baÄŸlayıcı deÄŸildir. Fakat, aynı parçaları Yazılım'ı temel alan bir ürün bütününün bir parçası olarak dağıttığınız zaman bütünün dağıtımı, diÄŸer ruhsat sahiplerine verilen izinlerin bütüne ait olduÄŸu ve parçalarına, yazarının kim olduÄŸuna bakılmaksızın bütün parçalarına tek tek ve müşterek olarak uygulandığı bu Lisans ÅŸartlarına uygun olmalıdır. Bu bölümün hedefi tamamen sizin tarafınızdan yazılan bir eser üzerinde hak iddia etmek veya sizin böyle bir eser üzerindeki haklarınıza muhalefet etmek deÄŸil, Yazılım'ı temel alan, Yazılım'dan iÅŸtikak etmiÅŸ veya müşterek olarak ortaya çıkarılmış eserlerin dağıtımını kontrol etme haklarını düzenlemektir. Buna ek olarak, Yazılım'ı temel almayan herhangi bir ürünün Yazılım ile (veya Yazılım'ı temel alan bir ürün ile) bir bilgi saklama ortamında veya bir dağıtım ortamında beraber tutulması diÄŸer eseri bu Lisans kapsamına sokmaz. 3. Yazılım'ı (veya 2. bölümde tanımlandığı hali ile onu temel alan bir ürünü) ara derlenmiÅŸ veya uygulama hali ile 1. ve 2. Bölüm'deki ÅŸartlar dahilinde ve aÅŸağıda sıralanan yöntemlerden birisine uygun olarak kopyalayabilir ve dağıtabilirsiniz. 1. Yaygın olarak yazılım dağıtımında kullanılan bir ortam üzerinde, yukarıda 1. ve 2. Bölüm'de bulunan ÅŸartlar dahilinde, bilgisayar tarafından okunabilir kaynak kodlarının tamamı ile birlikte dağıtmak. 2. Herhangi bir üçüncü ÅŸahsa, fiziksel olarak dağıtımı gerçekleÅŸtirme masrafınızdan daha fazla ücret almayarak, yaygın olarak yazılım dağıtımında kullanılan bir ortam üzerinde, yukarıda 1. ve 2. Bölüm'de bulunan ÅŸartlar dahilinde, bilgisayar tarafından okunabilir kaynak kodlarının tamamını dağıtacağınıza dair en az üç yıl geçerli olacak yazılı bir taahhütname ile birlikte dağıtmak. 3. Size verilmiÅŸ olan ilgili kaynak kodunu dağıtma taahhütnamesi ile birlikte dağıtmak. (Bu alternatif yalnızca ticari olmayan dağıtımlar için ve yalnızca siz de yazılımı ara derlenmiÅŸ veya uygulama biçeminde ve yukarıda b) bölümünde anlatılan ÅŸekli ile bir taahhütname ile birlikte almış iseniz geçerlidir.) Bir eserin kaynak kodu, esere deÄŸiÅŸtirme yapmak için en uygun yöntem ve imkan anlamında kullanılmaktadır. Uygulama biçeminde bir eser için, kaynak kodu, içerdiÄŸi bütün parçalar için ilgili kaynak kodları, ilgili arayüz tanım dosyaları ve derleme ve yükleme iÅŸlemlerinde kullanılan bütün betikler anlamında kullanılmaktadır. Bir istisna olarak, dağıtılan kaynak kodu, genelde uygulamanın üzerinde çalışacağı iÅŸletim sisteminin ana parçaları (derleyici, çekirdek v.b.) ile birlikte dağıtılan herhangi bir bileÅŸeni,eÄŸer ilgili bileÅŸen, uygulama ile birlikte dağıtılmıyorsa, içermek zorunda deÄŸildir. EÄŸer uygulama veya ara derlenmiÅŸ biçemde yazılımın dağıtımı belli bir yere eriÅŸim ve oradan kopyalama imkanı olarak yapılıyorsa, aynı yerden, aynı koÅŸullar altında kaynak koduna eriÅŸim imkanı saÄŸlamak, üçüncü ÅŸahısların ara derlenmiÅŸ ve uygulama biçemleri ile birlikte kaynak kodunu kopyalama zorunlulukları olmasa bile kaynak kodunu dağıtmak olarak kabul edilmektedir. 4. Yazılım'ı bu Lisans'ta sarih olarak belirtilen ÅŸartlar haricinde kopyalayamaz, deÄŸiÅŸtiremez, ruhsat hakkını veremez ve dağıtamazsınız. Buna aykırı herhangi bir kopyalama, deÄŸiÅŸtirme, ruhsat hakkı verme veya dağıtımda bulunma hükümsüzdür ve böyle bir teÅŸebbüs halinde bu Lisans altındaki bütün haklarınız iptal edilir. Sizden, bu Lisans kapsamında kopya veya hak almış olan üçüncü ÅŸahıslar, Lisans ÅŸartlarına uygunluklarını devam ettirdikleri sürece, ruhsat haklarını muhafaza edeceklerdir. 5. Bu Lisans sizin tarafınızdan imzalanmadığı için bu Lisans'ı kabul etmek zorunda deÄŸilsiniz. Fakat, size Yazılım'ı veya onu baz alan ürünleri deÄŸiÅŸtirmek veya dağıtmak için izin veren baÅŸka bir belge yoktur. EÄŸer bu Lisans'ı kabul etmiyorsanız bu eylemler kanun tarafından sizin için yasaklanmıştır. Dolayısıyla, Yazılım'ı (veya onu baz alan bir ürünü) deÄŸiÅŸtirmeniz veya dağıtmanız bu Lisans'ı ve Lisans'ın Yazılım'ı veya ondan iÅŸtikak etmiÅŸ bütün eserleri kopyalamak, deÄŸiÅŸtirmek ve dağıtmak için getirdiÄŸi ÅŸart ve kayıtları kabul ettiÄŸiniz manasına gelmektedir. 6. Yazılım'ı (veya onu baz alan herhangi bir ürünü) yeniden dağıttığınız her defada alıcı, ilk ruhsat sahibinden otomatik olarak Yazılım'ı bu ÅŸartlar ve kayıtlar dahilinde kopyalamak, deÄŸiÅŸtirmek ve dağıtmak için ruhsat almaktadır. Alıcının burada verilen hakları kullanmasına ek bir takım kısıtlamalar getiremezsiniz. Üçüncü ÅŸahısları bu Lisans mucibince hareket etmeye mecbur etmek sizin sorumluluk ve yükümlülüğünüz altında deÄŸildir. 7. EÄŸer bir mahkeme kararı veya patent ihlal iddiası veya herhangi baÅŸka bir (patent meseleleri ile sınırlı olmayan) sebep sonucunda size, bu Lisans'ın ÅŸart ve kayıtlarına aykırı olan bir takım (mahkeme kararı, özel anlaÅŸma veya baÅŸka bir ÅŸekilde) kısıtlamalar getirilirse, bu sizi bu Lisans ÅŸart ve kayıtlarına uyma mecburiyetinden serbest bırakmaz. EÄŸer aynı anda hem bu Lisans'ın ÅŸartlarını yerine getiren hem de diÄŸer kısıtlamalara uygun olan bir ÅŸekilde Yazılım'ı dağıtamıyorsanız, o zaman Yazılım'ı dağıtamazsınız. ÖrneÄŸin, eÄŸer bir patent lisansı doÄŸrudan veya dolaylı olarak sizden kopya alacak olan üçüncü ÅŸahısların bedel ödemeksizin Yazılım'ı dağıtmalarına hak tanımıyorsa o zaman sizin hem bu koÅŸulu hem de Lisans koÅŸullarını yerine getirmenizin tek yolu Yazılım'ı dağıtmamak olacaktır. EÄŸer bu bölümün herhangi bir parçası herhangi bir ÅŸart altında uygulanamaz veya hatalı bulunur ise o ÅŸartlar dahilinde bölümün geri kalan kısmı, bütün diÄŸer ÅŸartlar altında da bölümün tamamı geçerlidir. Bu bölümün amacı sizin patent haklarını, herhangi bir mülkiyet hakkını ihlal etmenize yol açmak veya bu hakların geçerliliÄŸine muhalefet etmenizi saÄŸlamak deÄŸildir; bu bölümün bütün amacı kamu lisans uygulamaları ile oluÅŸturulan özgür yazılım dağıtım sisteminin bütünlüğünü ve iÅŸlerliÄŸini korumaktır. Bu sistemin tutarlı uygulanmasına dayanarak pek çok kiÅŸi bu sistemle dağıtılan geniÅŸ yelpazedeki yazılımlara katkıda bulunmuÅŸtur; yazılımını bu veya baÅŸka bir sistemle dağıtmak kararı yazara aittir, herhangi bir kullanıcı bu kararı veremez. Bu bölüm Lisans'ın geri kalanının doÄŸurduÄŸu sonuçların ne olduÄŸunu açıklığa kavuÅŸturmak amacını gütmektedir. 8. EÄŸer Yazılım'ın kullanımı ve/veya dağıtımı bazı ülkelerde telif hakkı taşıyan arayüzler veya patentler yüzünden kısıtlanırsa, Yazılım'ı bu Lisans kapsamına ilk koyan telif hakkı sahibi, Yazılım'ın yalnızca bu ülkeler haricinde dağıtılabileceÄŸine dair açık bir coÄŸrafi dağıtım kısıtlaması koyabilir. Böyle bir durumda bu Lisans bu kısıtlamayı sanki Lisans'ın içerisine yazılmış gibi kapsar. 9. Free Software Foundation zaman zaman Genel Kamu Lisansı'nın yeni ve/veya deÄŸiÅŸtirilmiÅŸ biçimlerini yayınlayabilir. Böyle yeni sürümler mana olarak ÅŸimdiki haline benzer olacaktır, fakat doÄŸacak yeni problemler veya kaygılara cevap verecek ÅŸekilde ayrıntıda farklılık arzedebilir. Her yeni biçime ayırdedici bir sürüm numarası verilmektedir. EÄŸer Yazılım bir sürüm numarası belirtiyor ve "bu ve bundan sonraki sürümler" altında dağıtılıyorsa, belirtilen sürüm veya Free Software Foundation tarafından yayınlanan herhangi sonraki bir sürümün ÅŸart ve kayıtlarına uymakta serbestsiniz. EÄŸer Yazılım Lisans için bir sürüm numarası belirtmiyor ise, Free Software Foundation tarafından yayınlanmış olan herhangi bir sürümün ÅŸart ve kayıtlarına uymakta serbestsiniz. 10. EÄŸer bu Yazılım'ın parçalarını dağıtım koÅŸulları farklı olan baÅŸka özgür yazılımların içerisinde kullanmak isterseniz, yazara sorarak izin isteyin. Telif hakkı Free Software Foundation'a ait olan yazılımlar için Free Software Foundation'a yazın, bazen istisnalar kabul edilmektedir. Kararımız, özgür yazılımlarımızdan iÅŸtikak etmiÅŸ yazılımların özgür statülerini korumak ve genel olarak yazılımların yeniden kullanılabilirliÄŸini ve paylaşımını saÄŸlamak amaçları doÄŸrultusunda ÅŸekillenecektir. GARANTİ YOKTUR 11. BU YAZILIM ÜCRETSİZ OLARAK RUHSATLANDIÄžI İÇİN, YAZILIM İÇİN İLGİLİ KANUNLARIN İZİN VERDİĞİ ÖLÇÜDE HERHANGİ BİR GARANTİ VERİLMEMEKTEDİR. AKSİ YAZILI OLARAK BELİRTİLMEDİĞİ MÜDDETÇE TELİF HAKKI SAHİPLERİ VE/VEYA BAÅžKA ÅžAHISLAR YAZILIMI "OLDUÄžU GİBİ", AŞİKAR VEYA ZIMNEN, SATILABİLİRLİĞİ VEYA HERHANGİ BİR AMACA UYGUNLUÄžU DA DAHİL OLMAK ÜZERE HİÇBİR GARANTİ VERMEKSİZİN DAÄžITMAKTADIRLAR. YAZILIMIN KALİTESİ VEYA BAÅžARIMI İLE İLGİLİ TÜM SORUNLAR SİZE AİTTİR. YAZILIMDA HERHANGİ BİR BOZUKLUKTAN DOLAYI DOÄžABİLECEK OLAN BÜTÜN SERVİS, TAMİR VEYA DÜZELTME MASRAFLARI SİZE AİTTİR. 12. İLGİLİ KANUNUN İCBAR ETTİĞİ DURUMLAR VEYA YAZILI ANLAÅžMA HARİCİNDE HERHANGİ BİR ÅžEKİLDE TELİF HAKKI SAHİBİ VEYA YUKARIDA İZİN VERİLDİĞİ ÅžEKİLDE YAZILIMI DEĞİŞTİREN VEYA YENİDEN DAÄžITAN HERHANGİ BİR KİŞİ, YAZILIMIN KULLANIMI VEYA KULLANILAMAMASI (VEYA VERİ KAYBI OLUÅžMASI, VERİNİN YANLIÅž HALE GELMESİ, SİZİN VEYA ÜÇÜNCÜ ÅžAHISLARIN ZARARA UÄžRAMASI VEYA YAZILIMIN BAÅžKA YAZILIMLARLA BERABER ÇALIÅžAMAMASI) YÜZÜNDEN OLUÅžAN GENEL, ÖZEL, DOÄžRUDAN YA DA DOLAYLI HERHANGİ BİR ZARARDAN, BÖYLE BİR TAZMİNAT TALEBİ TELİF HAKKI SAHİBİ VEYA İLGİLİ KİŞİYE BİLDİRİLMİŞ OLSA DAHİ, SORUMLU DEĞİLDİR. ÅžART VE KAYITLARIN SONU # baÄŸlı düğüm miktarı (100% = baÄŸlantı tablosu boyu)BaÄŸlanırlıkDi Ma Jens Palsberg Christian Grothoff Nils Durner Mathieu Eric Haumant milan@skoid.org Hiroshi Yamauchi Adam Welc Bogdan Carbunar Steven Michael Murphy Phan Vinh Thinh Daniel Nylander Gelen TrafikÖzniteliklerİsimGiden TrafikÖnizlemeTürü_Anonimlik:_Genel_Sözcük:İsi_m:gnunet-gtk-0.9.3/po/gnunet-gtk.pot0000644000175000017500000020376011762217326013773 00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: gnunet-gtk 0.9.3\n" "Report-Msgid-Bugs-To: bug-gnunet@gnu.org\n" "POT-Creation-Date: 2012-06-01 21:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: src/fs/gnunet-fs-gtk.c:438 src/gns/gnunet-gns-gtk.c:597 #: src/peerinfo/gnunet-peerinfo-gtk.c:527 #: src/statistics/gnunet-statistics-gtk.c:295 msgid "start in tray mode" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:55 #, c-format msgid "" "Failed to validate supposedly utf-8 string `%s' of length %u, assuming it to " "be a C string\n" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:245 #, c-format msgid "Selected file `%s' is not a GNUnet directory!\n" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:291 src/fs/gnunet-fs-gtk_common.c:300 msgid "no description supplied" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:795 #: contrib/gnunet_fs_gtk_main_window.glade:271 msgid "_Download" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:804 msgid "Download _recursively" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:813 msgid "Download _as..." msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:825 msgid "_Abort download" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:836 #: src/fs/gnunet-fs-gtk_event-handler.c:2914 msgid "_Copy URI to Clipboard" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:1577 msgid "Error!" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:1739 msgid "no URI" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:2924 msgid "_Abort publishing" msgstr "" #: src/fs/gnunet-fs-gtk_main-window-search.c:131 #, c-format msgid "Invalid keyword string `%s': %s" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1266 #, c-format msgid "Scanning directory `%s'.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1280 #, c-format msgid "Failed to scan `%s' (access error). Skipping.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1304 #, c-format msgid "Processed file `%s'.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1322 msgid "Operation failed (press cancel)\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1329 msgid "Scanner has finished.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:544 msgid "Select a type" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:546 msgid "Specify a value" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:991 #, c-format msgid "Could not load preview `%s' into memory\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:1159 msgid "" msgstr "" #: src/fs/gnunet-fs-gtk_unindex.c:332 #, c-format msgid "Could not access indexed file `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:152 src/gns/gnunet-gns-gtk.c:157 #, c-format msgid "New Pseudonym could not be set: `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:281 #, c-format msgid "" "Changes to autoshorten could not be written to configuration file: `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:286 #, c-format msgid "" "Changes to autoshorten option could not be written to configuration file: `" "%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:465 msgid "Namestore service is not running!\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:499 #, c-format msgid "Option `%s' missing in section `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:510 msgid "Failed to read or create private zone key\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:524 msgid "Failed to connect to namestore\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:555 #, c-format msgid "Editing zone %s" msgstr "" #: src/gns/gnunet-gns-gtk_zone.c:282 msgid "Record could not be deleted:" msgstr "" #: src/gns/gnunet-gns-gtk_zone.c:287 #, c-format msgid "" "%s\n" "%s\n" msgstr "" #: src/lib/glade.c:118 #, c-format msgid "Failed to load `%s': %s\n" msgstr "" #: src/lib/os_installation.c:284 #, c-format msgid "" "Could not determine installation path for %s. Set `%s' environment " "variable.\n" msgstr "" #: src/peerinfo/gnunet-peerinfo-gtk.c:493 #, c-format msgid "Failed to initialize communication with peerinfo service!\n" msgstr "" #: src/setup/gnunet-setup.c:115 src/setup/gnunet-setup.c:205 #: src/setup/gnunet-setup-options.c:393 src/setup/gnunet-setup-options.c:413 #, c-format msgid "Widget `%s' not found\n" msgstr "" #: src/setup/gnunet-setup.c:124 src/setup/gnunet-setup.c:139 #, c-format msgid "Invalid regular expression `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:170 #, c-format msgid "Failed to obtain option value from widget `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:219 #, c-format msgid "Failed to initialize widget `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:230 #, c-format msgid "No default value known for option `%s' in section `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:240 #, c-format msgid "Failed to initialize widget `%s' with value `%s'\n" msgstr "" #: src/setup/gnunet-setup-hostlist-server.c:174 msgid "" "Could not determine whether the hostlist daemon has an integrated hostlist " "server!\n" msgstr "" #: src/setup/gnunet-setup-options.c:353 msgid "the hostlist server" msgstr "" #: src/setup/gnunet-setup-options.c:357 msgid "the TCP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:361 msgid "the HTTP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:365 msgid "the HTTPS transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:401 #, c-format msgid "Specified widget `%s' is not a checkbutton\n" msgstr "" #: src/setup/gnunet-setup-options.c:421 #, c-format msgid "Specified widget `%s' is not a spinbutton\n" msgstr "" #: src/setup/gnunet-setup-options.c:478 #, c-format msgid "This port is already occupied by %s." msgstr "" #: src/setup/gnunet-setup-options.c:773 src/setup/gnunet-setup-options.c:781 #, c-format msgid "Option `%s' is not formatted correctly!\n" msgstr "" #: src/setup/gnunet-setup-options.c:792 src/setup/gnunet-setup-options.c:800 #, c-format msgid "`%s' is not a valid port number!\n" msgstr "" #: src/setup/gnunet-setup-options.c:1602 msgid "Should GNUnet exclusively connect to friends?" msgstr "" #: src/setup/gnunet-setup-options.c:1614 msgid "Friends file containing the list of friendly peers" msgstr "" #: src/setup/gnunet-setup-options.c:1626 msgid "Minimum number of friendly connections" msgstr "" #: src/setup/gnunet-setup-options.c:1638 msgid "Topology should always be loaded" msgstr "" #: src/setup/gnunet-setup-options.c:1651 msgid "Should hostlist support be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1664 msgid "Should file-sharing be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1676 msgid "Should GNUnet learn about other peers using hostlists" msgstr "" #: src/setup/gnunet-setup-options.c:1688 msgid "Should GNUnet learn hostlists from other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1700 msgid "Should this peer offer a hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1712 msgid "Should this peer advertise its hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1724 msgid "Port this peers hostlist should be offered on" msgstr "" #: src/setup/gnunet-setup-options.c:1756 msgid "Known hostlist URLs" msgstr "" #: src/setup/gnunet-setup-options.c:1767 msgid "How many bytes per second are we allowed to transmit?" msgstr "" #: src/setup/gnunet-setup-options.c:1779 msgid "How many bytes per second are we allowed to receive?" msgstr "" #: src/setup/gnunet-setup-options.c:1793 msgid "Enable communication via TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1805 msgid "Enable communication via UDP" msgstr "" #: src/setup/gnunet-setup-options.c:1817 msgid "Enable communication via HTTP" msgstr "" #: src/setup/gnunet-setup-options.c:1829 msgid "Enable communication via HTTPS" msgstr "" #: src/setup/gnunet-setup-options.c:1841 msgid "Enable communication via DV" msgstr "" #: src/setup/gnunet-setup-options.c:1853 msgid "Enable communication via WLAN" msgstr "" #: src/setup/gnunet-setup-options.c:1865 msgid "Port we bind to for TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1877 msgid "Port visible to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1889 msgid "Check if this peer is behind a NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1901 msgid "Check if the NAT has been configured manually to forward ports" msgstr "" #: src/setup/gnunet-setup-options.c:1913 msgid "Enable NAT traversal with UPnP/PMP" msgstr "" #: src/setup/gnunet-setup-options.c:1926 msgid "Enable NAT traversal with ICMP as server" msgstr "" #: src/setup/gnunet-setup-options.c:1939 msgid "External (public) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1951 msgid "Enable NAT traversal with ICMP as client" msgstr "" #: src/setup/gnunet-setup-options.c:1963 msgid "Internal (private) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1975 msgid "Disable IPv6 support" msgstr "" #: src/setup/gnunet-setup-options.c:1988 msgid "Port for inbound UDP packets, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2000 msgid "Port for inbound HTTP connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2012 msgid "Port for inbound HTTPS connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2026 msgid "Use sqLite to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2038 msgid "Use MySQL to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2050 msgid "Use Postgres to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2062 src/setup/gnunet-setup-options.c:2207 msgid "Name for the MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2074 src/setup/gnunet-setup-options.c:2219 msgid "Configuration file for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2086 src/setup/gnunet-setup-options.c:2231 msgid "Username for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2098 src/setup/gnunet-setup-options.c:2243 msgid "Password for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2110 src/setup/gnunet-setup-options.c:2255 msgid "Name of host running MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2122 src/setup/gnunet-setup-options.c:2279 msgid "Port of MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2134 src/setup/gnunet-setup-options.c:2291 msgid "Configuration for Postgres (passed to PQconnectdb)" msgstr "" #: src/setup/gnunet-setup-options.c:2147 msgid "Should we try to push our content to other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2159 msgid "Are we allowed to cache content received from other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2171 msgid "Use sqLite to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2183 msgid "Use MySQL to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2195 msgid "Use Postgres to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2267 msgid "Name of monitoring interface to use (monX)" msgstr "" #: src/setup/gnunet-setup-options.c:2305 msgid "Should the VPN/PT be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2319 msgid "Tunnel IPv4 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2333 msgid "Tunnel IPv6 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2346 msgid "Tunnel DNS traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2358 msgid "Name of the virtual interface the GNUnet VPN should create" msgstr "" #: src/setup/gnunet-setup-options.c:2370 msgid "IPv4 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2382 msgid "IPv4 network mask to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2394 msgid "IPv6 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2406 msgid "IPv6 network prefix length to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2422 msgid "" "Activate the VPN exit to provide services and/or to enable others to use " "your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2435 msgid "" "IP address of the external DNS resolver to use (values from your resolve." "conf are usually appropriate))" msgstr "" #: src/setup/gnunet-setup-options.c:2448 msgid "" "Allow other peers to perform DNS resolutions using your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2461 msgid "" "Name of the virtual interface the GNUnet exit service should create for " "traffic exiting the VPN to the Internet" msgstr "" #: src/setup/gnunet-setup-options.c:2473 msgid "IPv4 address to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2485 msgid "IPv4 network mask to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2497 msgid "IPv6 address to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2510 msgid "IPv6 network prefix length to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2524 msgid "" "Allow other users to use your Internet connection for UDP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2537 msgid "" "Allow other users to use your Internet connection for TCP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2551 msgid "Should the GNS be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2564 msgid "Specification of .gnunet TLD" msgstr "" #: src/statistics/functions.c:519 msgid "Connectivity" msgstr "" #: src/statistics/functions.c:520 msgid "# connected nodes (100% = connection table size)" msgstr "" #: src/statistics/functions.c:528 msgid "System load" msgstr "" #: src/statistics/functions.c:530 msgid "" "CPU load (red), IO load (green), Network upload (yellow), Network download " "(blue)" msgstr "" #: src/statistics/functions.c:538 msgid "Datastore capacity" msgstr "" #: src/statistics/functions.c:539 msgid "Persistent file-sharing data (red) and DHT cache (green)" msgstr "" #: src/statistics/functions.c:547 msgid "Inbound Traffic" msgstr "" #: src/statistics/functions.c:549 src/statistics/functions.c:559 msgid "" "Noise (red), Content (green), Queries (yellow), Hellos (blue), other (gray), " "limit (magenta)" msgstr "" #: src/statistics/functions.c:557 msgid "Outbound Traffic" msgstr "" #: src/statistics/functions.c:567 msgid "Trust" msgstr "" #: src/statistics/functions.c:568 msgid "Spent (red), Earned (green) and Awarded (yellow)" msgstr "" #: src/statistics/functions.c:576 msgid "Routing Effectiveness" msgstr "" #: src/statistics/functions.c:577 msgid "Average (red) effectiveness (100% = perfect)" msgstr "" #: src/statistics/gnunet-statistics-gtk.c:264 msgid "Failed to initiate connection with statistics service\n" msgstr "" #: src/statistics/statistics.c:434 #, c-format msgid "Connected to %Lu peers" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:96 #: contrib/gnunet_gns_gtk_about_window.glade:87 #: contrib/gnunet_peerinfo_gtk_about_window.glade:158 #: contrib/gnunet_setup_about_window.glade:158 #: contrib/gnunet_statistics_gtk_about_window.glade:158 msgid "Developed by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:128 #: contrib/gnunet_gns_gtk_about_window.glade:118 #: contrib/gnunet_peerinfo_gtk_about_window.glade:190 #: contrib/gnunet_setup_about_window.glade:190 #: contrib/gnunet_statistics_gtk_about_window.glade:190 msgid "Documented by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:161 #: contrib/gnunet_gns_gtk_about_window.glade:150 #: contrib/gnunet_peerinfo_gtk_about_window.glade:223 #: contrib/gnunet_setup_about_window.glade:223 #: contrib/gnunet_statistics_gtk_about_window.glade:223 msgid "Translated by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:194 #: contrib/gnunet_gns_gtk_about_window.glade:182 #: contrib/gnunet_peerinfo_gtk_about_window.glade:256 #: contrib/gnunet_setup_about_window.glade:256 #: contrib/gnunet_statistics_gtk_about_window.glade:256 msgid "Artwork by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:239 #: contrib/gnunet_gns_gtk_about_window.glade:222 #: contrib/gnunet_peerinfo_gtk_about_window.glade:301 #: contrib/gnunet_setup_about_window.glade:301 #: contrib/gnunet_statistics_gtk_about_window.glade:301 msgid "Credits" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:254 #: contrib/gnunet_gns_gtk_about_window.glade:235 #: contrib/gnunet_peerinfo_gtk_about_window.glade:316 #: contrib/gnunet_setup_about_window.glade:316 #: contrib/gnunet_statistics_gtk_about_window.glade:316 msgid "License" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:361 #: contrib/gnunet_gns_gtk_about_window.glade:338 #: contrib/gnunet_peerinfo_gtk_about_window.glade:65 #: contrib/gnunet_setup_about_window.glade:65 #: contrib/gnunet_statistics_gtk_about_window.glade:65 msgid "" "License should be loaded here at runtime from the license file (no need to " "copy the whole GPL in here...)." msgstr "" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:10 msgid "Create namespace" msgstr "" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:31 msgid "_Name:" msgstr "" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:15 msgid "Save file as..." msgstr "" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:36 #: contrib/gnunet_fs_gtk_open_url_dialog.glade:79 msgid "_Anonymity:" msgstr "" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:65 msgid "_recursive" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:121 msgid "_Publication type:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:282 msgid "Select file" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:330 msgid "Preview:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:362 msgid "_Keyword:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:510 msgid "_Index file:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:551 msgid "_Root keyword:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:595 msgid "A_nonymity:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:653 msgid "_Priority:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:698 msgid "_Expriation year:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:744 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:118 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:129 msgid "_Replication:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:787 msgid "Publication options:" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:199 msgid "gnunet-fs-gtk" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:233 msgid "_File sharing" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:240 msgid "_Publish" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:244 msgid "Publish files or directories on GNUnet" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:258 msgid "_List indexed files" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:275 msgid "Download a file or directory with a known URI." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:286 msgid "_Open GNUnet directory" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:290 msgid "" "Use this option to browse a GNUnet directory file that has been previously " "downloaded." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:307 msgid "_Create pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:311 msgid "" "Create a pseudonym for publishing content. Note that you can also publish " "content anonymously (without using a pseudonym)." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:322 msgid "_Advertise Pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:337 msgid "" "Opens namespace manager dialog to adjust the list of namespaces you want to " "use, as well as get detailed information about all discovered namespaces." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:338 #: contrib/gnunet_fs_gtk_main_window.glade:917 msgid "_Manage namespaces" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:355 msgid "" "Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:371 msgid "_Edit" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:383 msgid "Edit the system configuration." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:398 msgid "_View" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:409 msgid "Show meta data in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:410 msgid "Metadata" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:421 msgid "Show preview (when available)" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:422 msgid "Preview" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:433 msgid "Show search box in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:434 msgid "Search" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:449 #: contrib/gnunet_gns_gtk_main_window.glade:162 #: contrib/gnunet_peerinfo_gtk_main_window.glade:44 #: contrib/gnunet_statistics_gtk_main_window.glade:25 msgid "_Help" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:461 msgid "Display information about this version of gnunet-fs-gtk" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:489 msgid "Namespace:" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:556 msgid "Find:" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:592 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:106 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:61 msgid "Anonymity:" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:637 msgid "Type:" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:735 msgid "Thumbnail associated with the currently selected content" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:844 msgid "Copy selection" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:64 msgid "" "Saves all changes made in this dialog to disk without closing the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:80 msgid "Saves all changes made in this dialog to disk and closes the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:96 msgid "Closes the dialog. Changes made in this dialog will not be preserved." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:129 msgid "" "Known namespaces:\n" "Select a namespace to see its complete metadata. Click \"Delete\" to delete " "(forget) namespace.\n" "Namespace names are editable." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:160 msgid "Is mine" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:176 #: contrib/gnunet_fs_gtk_namespace_manager.glade:328 msgid "Rank" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:190 #: contrib/gnunet_fs_gtk_namespace_manager.glade:341 msgid "Name" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:208 #: contrib/gnunet_fs_gtk_namespace_manager.glade:354 msgid "Identifier" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:244 msgid "" "Makes GNUnet \"forget\" about selected known namespace.\n" "However, GNUnet will be able to learn about this namespace, if it ever " "discovers it again." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:257 msgid "Swap _Rank" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:262 msgid "" "Changes the rank value of the selected namespace in \"Known namespaces\" " "list.\n" "If it had rank 0, it's given rank -1, otherwise the sign of its rank is " "flipped.\n" "Only namespaces with positive ranks are displayed in \"Namespace order\" " "list." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:295 msgid "" "Namespace order:\n" "Drag rows to change namespace order, click \"Apply\" to save it." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:387 msgid "" "Convert the order in which namespaces are arranged in \"Namespace order\" " "list to ranks.\n" "Top namespace is assigned rank 0, namespace below it - rank 1, and so on." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:425 msgid "" "Selected namespace details:\n" "Metadata can be added, deleted and edited. Click \"Apply\" to save " "metadata changes." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:459 msgid "Type" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:472 msgid "Value" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:508 msgid "" "Adds a new metadata Type=Value pair to the list.\n" "This functionality is not available at the moment." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:526 msgid "" "Removes selected Type=Value pair from metadata list.\n" "The change will not last unless you click on \"Apply\" button before closing " "the window or selecing some other known namespace." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:545 msgid "" "Applies changes made in metadata list to currently selected known namespace." msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:6 msgid "Enter the URI to be downloaded" msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:26 msgid "_URI:" msgstr "" #: contrib/gnunet_fs_gtk_progress_dialog.glade:52 msgid "Messages" msgstr "" #: contrib/gnunet_fs_gtk_progress_dialog.glade:67 msgid "Preprocessing..." msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:28 msgid "Publish content on GNUnet" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:115 msgid "Add _File" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:126 msgid "_Create empty directory" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:142 msgid "Add _Directory" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:224 msgid "_Left" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:259 msgid "_Right" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:406 msgid "_Execute" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:423 msgid "_Cancel" msgstr "" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:51 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:75 msgid "Priority:" msgstr "" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:80 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:103 msgid "Expiration year:" msgstr "" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:196 msgid "Index files" msgstr "" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:8 msgid "Publish file..." msgstr "" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:173 msgid "Index file" msgstr "" #: contrib/gnunet_fs_gtk_publish_tab.glade:52 msgid "Progress" msgstr "" #: contrib/gnunet_fs_gtk_publish_tab.glade:90 msgid "Publishing" msgstr "" #: contrib/gnunet_fs_gtk_search_tab.glade:203 msgid "You shouldn't see this also" msgstr "" #: contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade:27 msgid "Select pseudonym..." msgstr "" #: contrib/gnunet_fs_gtk_unindex.glade:27 msgid "Indexed files" msgstr "" #: contrib/gnunet_fs_gtk_unindex.glade:110 msgid "Unindex the selected indexed file." msgstr "" #: contrib/gnunet_gns_gtk_about_window.glade:6 #: contrib/gnunet_gns_gtk_main_window.glade:67 msgid "gnunet-gns-gtk" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:13 msgid "Delete Record" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:29 msgid "Record expires in 1 day" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:39 msgid "Record expires in 1 week" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:49 msgid "Record expires in 1 year" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:59 msgid "Record never expires" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:83 msgid "_File" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:137 msgid "_Options" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:148 msgid "Automatically shorten names" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:209 msgid "Preferred zone name (PSEU):" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:222 msgid "" "Enter the preferred name for this zone here. The value will be stored in " "the PSEU record for your public key. This is the GNS equivalent of your " "domain name. You should try to pick a name that is globally unique." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:244 msgid "Copy the public key of this zone to the clipboard." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:264 msgid "SET TO PUBLIC KEY OF THE ZONE" msgstr "" #: contrib/gnunet_gns_gtk_zone_open.glade:9 msgid "Open zone file..." msgstr "" #: contrib/gnunet_gtk_status_bar_menu.glade:11 msgid "Quit" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:8 msgid "About gnunet-peerinfo-gtk" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:17 #: contrib/gnunet_setup_about_dialog.glade:17 #: contrib/gnunet_statistics_gtk_about_dialog.glade:17 msgid "(C) 2011 The GNUnet Project" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:19 #: contrib/gnunet_setup_about_dialog.glade:19 #: contrib/gnunet_statistics_gtk_about_dialog.glade:19 msgid "GNUnet: GNU's Framework for Secure P2P Networking" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:20 #: contrib/gnunet_setup_about_dialog.glade:20 #: contrib/gnunet_statistics_gtk_about_dialog.glade:20 msgid "" " GNU GENERAL PUBLIC LICENSE\n" " Version 2, June 1991\n" "\n" " Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n" " 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" " Everyone is permitted to copy and distribute verbatim copies\n" " of this license document, but changing it is not allowed.\n" "\n" " Preamble\n" "\n" " The licenses for most software are designed to take away your\n" "freedom to share and change it. By contrast, the GNU General Public\n" "License is intended to guarantee your freedom to share and change free\n" "software--to make sure the software is free for all its users. This\n" "General Public License applies to most of the Free Software\n" "Foundation's software and to any other program whose authors commit to\n" "using it. (Some other Free Software Foundation software is covered by\n" "the GNU Library General Public License instead.) You can apply it to\n" "your programs, too.\n" "\n" " When we speak of free software, we are referring to freedom, not\n" "price. Our General Public Licenses are designed to make sure that you\n" "have the freedom to distribute copies of free software (and charge for\n" "this service if you wish), that you receive source code or can get it\n" "if you want it, that you can change the software or use pieces of it\n" "in new free programs; and that you know you can do these things.\n" "\n" " To protect your rights, we need to make restrictions that forbid\n" "anyone to deny you these rights or to ask you to surrender the rights.\n" "These restrictions translate to certain responsibilities for you if you\n" "distribute copies of the software, or if you modify it.\n" "\n" " For example, if you distribute copies of such a program, whether\n" "gratis or for a fee, you must give the recipients all the rights that\n" "you have. You must make sure that they, too, receive or can get the\n" "source code. And you must show them these terms so they know their\n" "rights.\n" "\n" " We protect your rights with two steps: (1) copyright the software, and\n" "(2) offer you this license which gives you legal permission to copy,\n" "distribute and/or modify the software.\n" "\n" " Also, for each author's protection and ours, we want to make certain\n" "that everyone understands that there is no warranty for this free\n" "software. If the software is modified by someone else and passed on, we\n" "want its recipients to know that what they have is not the original, so\n" "that any problems introduced by others will not reflect on the original\n" "authors' reputations.\n" "\n" " Finally, any free program is threatened constantly by software\n" "patents. We wish to avoid the danger that redistributors of a free\n" "program will individually obtain patent licenses, in effect making the\n" "program proprietary. To prevent this, we have made it clear that any\n" "patent must be licensed for everyone's free use or not licensed at all.\n" "\n" " The precise terms and conditions for copying, distribution and\n" "modification follow.\n" "\n" " GNU GENERAL PUBLIC LICENSE\n" " TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n" "\n" " 0. This License applies to any program or other work which contains\n" "a notice placed by the copyright holder saying it may be distributed\n" "under the terms of this General Public License. The \"Program\", below,\n" "refers to any such program or work, and a \"work based on the Program\"\n" "means either the Program or any derivative work under copyright law:\n" "that is to say, a work containing the Program or a portion of it,\n" "either verbatim or with modifications and/or translated into another\n" "language. (Hereinafter, translation is included without limitation in\n" "the term \"modification\".) Each licensee is addressed as \"you\".\n" "\n" "Activities other than copying, distribution and modification are not\n" "covered by this License; they are outside its scope. The act of\n" "running the Program is not restricted, and the output from the Program\n" "is covered only if its contents constitute a work based on the\n" "Program (independent of having been made by running the Program).\n" "Whether that is true depends on what the Program does.\n" "\n" " 1. You may copy and distribute verbatim copies of the Program's\n" "source code as you receive it, in any medium, provided that you\n" "conspicuously and appropriately publish on each copy an appropriate\n" "copyright notice and disclaimer of warranty; keep intact all the\n" "notices that refer to this License and to the absence of any warranty;\n" "and give any other recipients of the Program a copy of this License\n" "along with the Program.\n" "\n" "You may charge a fee for the physical act of transferring a copy, and\n" "you may at your option offer warranty protection in exchange for a fee.\n" "\n" " 2. You may modify your copy or copies of the Program or any portion\n" "of it, thus forming a work based on the Program, and copy and\n" "distribute such modifications or work under the terms of Section 1\n" "above, provided that you also meet all of these conditions:\n" "\n" " a) You must cause the modified files to carry prominent notices\n" " stating that you changed the files and the date of any change.\n" "\n" " b) You must cause any work that you distribute or publish, that in\n" " whole or in part contains or is derived from the Program or any\n" " part thereof, to be licensed as a whole at no charge to all third\n" " parties under the terms of this License.\n" "\n" " c) If the modified program normally reads commands interactively\n" " when run, you must cause it, when started running for such\n" " interactive use in the most ordinary way, to print or display an\n" " announcement including an appropriate copyright notice and a\n" "\n" " notice that there is no warranty (or else, saying that you provide\n" " a warranty) and that users may redistribute the program under\n" " these conditions, and telling the user how to view a copy of this\n" " License. (Exception: if the Program itself is interactive but\n" " does not normally print such an announcement, your work based on\n" " the Program is not required to print an announcement.)\n" "\n" "These requirements apply to the modified work as a whole. If\n" "identifiable sections of that work are not derived from the Program,\n" "and can be reasonably considered independent and separate works in\n" "themselves, then this License, and its terms, do not apply to those\n" "sections when you distribute them as separate works. But when you\n" "distribute the same sections as part of a whole which is a work based\n" "on the Program, the distribution of the whole must be on the terms of\n" "this License, whose permissions for other licensees extend to the\n" "entire whole, and thus to each and every part regardless of who wrote it.\n" "\n" "Thus, it is not the intent of this section to claim rights or contest\n" "your rights to work written entirely by you; rather, the intent is to\n" "exercise the right to control the distribution of derivative or\n" "collective works based on the Program.\n" "\n" "In addition, mere aggregation of another work not based on the Program\n" "with the Program (or with a work based on the Program) on a volume of\n" "a storage or distribution medium does not bring the other work under\n" "the scope of this License.\n" "\n" " 3. You may copy and distribute the Program (or a work based on it,\n" "under Section 2) in object code or executable form under the terms of\n" "Sections 1 and 2 above provided that you also do one of the following:\n" "\n" " a) Accompany it with the complete corresponding machine-readable\n" " source code, which must be distributed under the terms of Sections\n" " 1 and 2 above on a medium customarily used for software interchange; " "or,\n" "\n" " b) Accompany it with a written offer, valid for at least three\n" " years, to give any third party, for a charge no more than your\n" " cost of physically performing source distribution, a complete\n" " machine-readable copy of the corresponding source code, to be\n" " distributed under the terms of Sections 1 and 2 above on a medium\n" " customarily used for software interchange; or,\n" "\n" " c) Accompany it with the information you received as to the offer\n" " to distribute corresponding source code. (This alternative is\n" " allowed only for noncommercial distribution and only if you\n" " received the program in object code or executable form with such\n" " an offer, in accord with Subsection b above.)\n" "\n" "The source code for a work means the preferred form of the work for\n" "making modifications to it. For an executable work, complete source\n" "code means all the source code for all modules it contains, plus any\n" "associated interface definition files, plus the scripts used to\n" "control compilation and installation of the executable. However, as a\n" "special exception, the source code distributed need not include\n" "anything that is normally distributed (in either source or binary\n" "form) with the major components (compiler, kernel, and so on) of the\n" "operating system on which the executable runs, unless that component\n" "itself accompanies the executable.\n" "\n" "If distribution of executable or object code is made by offering\n" "access to copy from a designated place, then offering equivalent\n" "access to copy the source code from the same place counts as\n" "distribution of the source code, even though third parties are not\n" "compelled to copy the source along with the object code.\n" "\n" " 4. You may not copy, modify, sublicense, or distribute the Program\n" "except as expressly provided under this License. Any attempt\n" "otherwise to copy, modify, sublicense or distribute the Program is\n" "void, and will automatically terminate your rights under this License.\n" "However, parties who have received copies, or rights, from you under\n" "this License will not have their licenses terminated so long as such\n" "parties remain in full compliance.\n" "\n" " 5. You are not required to accept this License, since you have not\n" "signed it. However, nothing else grants you permission to modify or\n" "distribute the Program or its derivative works. These actions are\n" "prohibited by law if you do not accept this License. Therefore, by\n" "modifying or distributing the Program (or any work based on the\n" "Program), you indicate your acceptance of this License to do so, and\n" "all its terms and conditions for copying, distributing or modifying\n" "the Program or works based on it.\n" "\n" " 6. Each time you redistribute the Program (or any work based on the\n" "Program), the recipient automatically receives a license from the\n" "original licensor to copy, distribute or modify the Program subject to\n" "these terms and conditions. You may not impose any further\n" "restrictions on the recipients' exercise of the rights granted herein.\n" "You are not responsible for enforcing compliance by third parties to\n" "this License.\n" "\n" " 7. If, as a consequence of a court judgment or allegation of patent\n" "infringement or for any other reason (not limited to patent issues),\n" "conditions are imposed on you (whether by court order, agreement or\n" "otherwise) that contradict the conditions of this License, they do not\n" "excuse you from the conditions of this License. If you cannot\n" "distribute so as to satisfy simultaneously your obligations under this\n" "License and any other pertinent obligations, then as a consequence you\n" "may not distribute the Program at all. For example, if a patent\n" "license would not permit royalty-free redistribution of the Program by\n" "all those who receive copies directly or indirectly through you, then\n" "the only way you could satisfy both it and this License would be to\n" "refrain entirely from distribution of the Program.\n" "\n" "If any portion of this section is held invalid or unenforceable under\n" "any particular circumstance, the balance of the section is intended to\n" "apply and the section as a whole is intended to apply in other\n" "circumstances.\n" "\n" "It is not the purpose of this section to induce you to infringe any\n" "patents or other property right claims or to contest validity of any\n" "such claims; this section has the sole purpose of protecting the\n" "integrity of the free software distribution system, which is\n" "implemented by public license practices. Many people have made\n" "generous contributions to the wide range of software distributed\n" "through that system in reliance on consistent application of that\n" "system; it is up to the author/donor to decide if he or she is willing\n" "to distribute software through any other system and a licensee cannot\n" "impose that choice.\n" "\n" "This section is intended to make thoroughly clear what is believed to\n" "be a consequence of the rest of this License.\n" "\n" " 8. If the distribution and/or use of the Program is restricted in\n" "certain countries either by patents or by copyrighted interfaces, the\n" "original copyright holder who places the Program under this License\n" "may add an explicit geographical distribution limitation excluding\n" "those countries, so that distribution is permitted only in or among\n" "countries not thus excluded. In such case, this License incorporates\n" "the limitation as if written in the body of this License.\n" "\n" " 9. The Free Software Foundation may publish revised and/or new versions\n" "of the General Public License from time to time. Such new versions will\n" "be similar in spirit to the present version, but may differ in detail to\n" "address new problems or concerns.\n" "\n" "Each version is given a distinguishing version number. If the Program\n" "specifies a version number of this License which applies to it and \"any\n" "later version\", you have the option of following the terms and conditions\n" "either of that version or of any later version published by the Free\n" "Software Foundation. If the Program does not specify a version number of\n" "this License, you may choose any version ever published by the Free " "Software\n" "Foundation.\n" "\n" " 10. If you wish to incorporate parts of the Program into other free\n" "programs whose distribution conditions are different, write to the author\n" "to ask for permission. For software which is copyrighted by the Free\n" "Software Foundation, write to the Free Software Foundation; we sometimes\n" "make exceptions for this. Our decision will be guided by the two goals\n" "of preserving the free status of all derivatives of our free software and\n" "of promoting the sharing and reuse of software generally.\n" "\n" " NO WARRANTY\n" "\n" " 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n" "FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n" "OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n" "PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER " "EXPRESSED\n" "OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n" "MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\n" "TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\n" "PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n" "REPAIR OR CORRECTION.\n" "\n" " 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n" "WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n" "REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n" "INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n" "OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n" "TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n" "YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n" "PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n" "POSSIBILITY OF SUCH DAMAGES.\n" "\n" " END OF TERMS AND CONDITIONS\n" msgstr "" #. TRANSLATORS: Replace this string with your names, one name per line. #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:338 #: contrib/gnunet_setup_about_dialog.glade:338 #: contrib/gnunet_statistics_gtk_about_dialog.glade:338 msgid "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" msgstr "" #: contrib/gnunet_peerinfo_gtk_main_window.glade:28 msgid "gnunet-peerinfo-gtk" msgstr "" #: contrib/gnunet_peerinfo_gtk_main_window.glade:53 msgid "Display information about this version of gnunet-peerinfo-gtk" msgstr "" #: contrib/gnunet_setup_about_dialog.glade:8 msgid "About gnunet-setup" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:43 msgid "gnunet-setup" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:76 msgid "Services:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:87 msgid "Topology" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:92 msgid "" "The topology subsystem is required as it ensures that your peer connects to " "other peers." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:106 msgid "Hostlist" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:110 msgid "" "Hostlist servers are used to find other peers. Here you can choose to offer " "a hostlist or simply configure which hostlists by other peers you want to " "use." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:124 msgid "File _Sharing" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:128 msgid "Enable GNUnet's file-sharing subsystem." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:143 msgid "PT/VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:147 msgid "" "Using the PT/VPN subsystems you can tunnel your Internet traffic over " "GNUnet. This is useful if you want to access the IPv4-Internet if you only " "have IPv6-connectivity or vice versa. Furthermore, if you are only " "connected to other peers using WLAN, you could also get Internet access in " "the first place by routing IP traffic over GNUnet." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:160 msgid "EXIT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:164 msgid "" "By offering an EXIT service, you can allow other peers to use your Internet " "connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your " "machine will be seen as the origin of the traffic, this might be risky in " "some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN " "interception for IPv4 and IPv6 on the same machine will still give you 4to6 " "and 6to4 protocol translation, allowing you to access IPv4-only servers from " "IPv6-only clients and IPv6-only servers from IPv4-only clients." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:177 msgid "GNS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:181 msgid "" "The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make " "the \".gnunet\" TLD available on your system. You will be in charge of your " "\".gnunet\" TLD." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:199 msgid "Service Configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:225 msgid "F_2F only" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:252 msgid "Friends file:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:281 msgid "Min. connected friends:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:311 msgid "Friend-to-Friend Configuration (restricts P2P connections)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:340 msgid "Use Hostlists to bootstrap" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:356 msgid "Learn Servers from P2P Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:386 msgid "Run Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:402 msgid "Advertise Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:422 #: contrib/gnunet_setup_gtk_main_window.glade:2286 #: contrib/gnunet_setup_gtk_main_window.glade:2783 msgid "Port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:470 msgid "Known Hostlist Servers:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:539 msgid "Hostlist Configuration (for bootstrapping the network)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:554 msgid "_General" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:584 msgid "Max. download bandwidth (B/s):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:611 msgid "Max. upload bandwidth (B/s)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:644 msgid "Bandwidth Configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:673 msgid "Peer is behind _NAT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:677 msgid "" "Check this box if your machine is behind a NAT box (router that performs " "network address translation). Leave off if your machine has a globally " "unique IPv4 address. NAT options only impact IPv4 addresses at this time." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:691 msgid "Attempt automatic configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:706 msgid "Disable IPv_6 support" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:710 msgid "" "Disable advertising IPv6 addresses. Check this box if you know that your " "system has no IPv6 Internet connectivity." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:751 msgid "NAT ports have been opened manually" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:755 msgid "" "Set this option if you have configured your NAT to forward the ports for the " "various enabled GNUnet transports. If the external ports are different, the " "respective values of the external port should be specified under " "\"advertised port\" for the respective transport. You also need to specify " "the \"External (public) IPv4 address\" of your NAT box below." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:766 msgid "Enable NAT traversal via UPnP or PMP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:770 msgid "This option enables the use of upnpc from miniupnpd for NAT traversal" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:782 msgid "Enable NAT traversal using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:786 msgid "" "This option enables the use of the \"Autonomous NAT Traversal\" method " "(presented at P2P 2010). It requires gnunet-helper-nat-server to be " "installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:802 msgid "" "Globally visible IP address of your system (IP address of the external " "interface of your NAT). You can also specify a hostname, in which case " "GNUnet will periodically look up the hostname in DNS to determine our " "external IP address (DynDNS setup)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:803 msgid "External (public) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:834 msgid "Enable connecting to NATed peers using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:838 msgid "" "This method allows this peer to initiate connections to NATed peers using " "the 'Autonomous NAT traversal' method (presented at P2P 2010). It requires " "having gnunet-helper-nat-client installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:855 msgid "" "Specify the IPv4 address of your computers main network interface (typically " "eth0 or wlan0)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:856 msgid "Internal (private) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:902 msgid "NAT Traversal Configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:920 msgid "_Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:948 msgid "Plugins to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:959 msgid "_TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:978 msgid "_UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:996 msgid "_HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1015 msgid "HTTP_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1034 msgid "D_V" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1051 msgid "_WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1089 #: contrib/gnunet_setup_gtk_main_window.glade:1276 #: contrib/gnunet_setup_gtk_main_window.glade:1455 #: contrib/gnunet_setup_gtk_main_window.glade:1636 msgid "Bind to port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1118 msgid "Use Port \"0\" to only allow outgoing TCP connections" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1141 #: contrib/gnunet_setup_gtk_main_window.glade:1317 #: contrib/gnunet_setup_gtk_main_window.glade:1496 #: contrib/gnunet_setup_gtk_main_window.glade:1677 msgid "Advertised port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1170 #: contrib/gnunet_setup_gtk_main_window.glade:1342 #: contrib/gnunet_setup_gtk_main_window.glade:1523 #: contrib/gnunet_setup_gtk_main_window.glade:1704 msgid "" "External port visible on our public IP address after mappings by NAT/" "firewalls" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1199 #: contrib/gnunet_setup_gtk_main_window.glade:1372 #: contrib/gnunet_setup_gtk_main_window.glade:1553 #: contrib/gnunet_setup_gtk_main_window.glade:1734 #: contrib/gnunet_setup_gtk_main_window.glade:2336 #: contrib/gnunet_setup_gtk_main_window.glade:2417 #: contrib/gnunet_setup_gtk_main_window.glade:2833 #: contrib/gnunet_setup_gtk_main_window.glade:2916 msgid "Test configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1203 #: contrib/gnunet_setup_gtk_main_window.glade:1376 #: contrib/gnunet_setup_gtk_main_window.glade:1557 #: contrib/gnunet_setup_gtk_main_window.glade:1738 msgid "" "Test your network configuration by contacting a public gnunet-nat-server and " "asking it to establish a connection to your system for testing. This test " "can only work if you are not running your peer at the time you run the test." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1215 #: contrib/gnunet_setup_gtk_main_window.glade:1388 #: contrib/gnunet_setup_gtk_main_window.glade:1569 #: contrib/gnunet_setup_gtk_main_window.glade:1750 #: contrib/gnunet_setup_gtk_main_window.glade:2349 #: contrib/gnunet_setup_gtk_main_window.glade:2430 #: contrib/gnunet_setup_gtk_main_window.glade:2846 #: contrib/gnunet_setup_gtk_main_window.glade:2929 msgid "Configuration works!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1227 #: contrib/gnunet_setup_gtk_main_window.glade:1400 #: contrib/gnunet_setup_gtk_main_window.glade:1581 #: contrib/gnunet_setup_gtk_main_window.glade:1762 msgid "Test failed!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1258 msgid "TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1275 #: contrib/gnunet_setup_gtk_main_window.glade:1454 #: contrib/gnunet_setup_gtk_main_window.glade:1635 msgid "" "Port number that GNUnet's UDP transport should bind to on the local system" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1434 msgid "UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1615 msgid "HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1796 msgid "HTTPS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1818 msgid "DV" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1835 msgid "Name of _Monitor Interface" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1876 msgid "WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1895 msgid "Transport Configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1907 msgid "_Transports" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1933 msgid "Enable unsolicited content transmission from this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1950 msgid "Enable caching content at this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1969 msgid "File Sharing Options" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1999 msgid "Database Backend to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2014 #: contrib/gnunet_setup_gtk_main_window.glade:2128 #: contrib/gnunet_setup_gtk_main_window.glade:2507 #: contrib/gnunet_setup_gtk_main_window.glade:2621 msgid "sqLite" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2031 #: contrib/gnunet_setup_gtk_main_window.glade:2328 #: contrib/gnunet_setup_gtk_main_window.glade:2524 #: contrib/gnunet_setup_gtk_main_window.glade:2825 msgid "MySQL" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2049 #: contrib/gnunet_setup_gtk_main_window.glade:2409 #: contrib/gnunet_setup_gtk_main_window.glade:2542 #: contrib/gnunet_setup_gtk_main_window.glade:2908 msgid "Postgres" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2084 #: contrib/gnunet_setup_gtk_main_window.glade:2577 msgid "Quota (bytes):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2122 #: contrib/gnunet_setup_gtk_main_window.glade:2615 msgid "No setup required." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2144 #: contrib/gnunet_setup_gtk_main_window.glade:2637 msgid "MySQL database name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2158 #: contrib/gnunet_setup_gtk_main_window.glade:2651 msgid "gnunet" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2178 #: contrib/gnunet_setup_gtk_main_window.glade:2671 msgid "Configuration file:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2206 #: contrib/gnunet_setup_gtk_main_window.glade:2700 msgid "Username:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2230 #: contrib/gnunet_setup_gtk_main_window.glade:2725 msgid "Password:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2261 #: contrib/gnunet_setup_gtk_main_window.glade:2757 msgid "MySQL Server Hostname:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2275 #: contrib/gnunet_setup_gtk_main_window.glade:2771 msgid "localhost" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2358 #: contrib/gnunet_setup_gtk_main_window.glade:2439 #: contrib/gnunet_setup_gtk_main_window.glade:2856 #: contrib/gnunet_setup_gtk_main_window.glade:2938 msgid "Configuration error!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2377 #: contrib/gnunet_setup_gtk_main_window.glade:2875 msgid "Configuration:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2464 msgid "Configure Datastore (persistent storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2492 msgid "Datacache:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2964 msgid "Configure Datacache (temporary storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2981 msgid "_File Sharing" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3011 msgid "Tunnel IPv4 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3015 msgid "" "By enabling this option, all of your IPv4-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 4over6 " "tunneling and 4to6 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3027 msgid "Tunnel IPv6 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3031 msgid "" "By enabling this option, all of your IPv6-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 6over4 " "tunneling and 6to4 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3043 msgid "Tunnel DNS Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3047 msgid "" "Enabling this option will cause your DNS traffic to be routed via the GNUnet " "network to some other peer offering DNS exit functionality. This is needed " "if you have no Internet access (and are thus tunnelling both IPv4 and IPv6 " "traffic over GNUnet). If you have regular Internet access, this option only " "makes sense if you want to get some 'weak' anonymity by tunnelling all of " "your traffic over GNUnet (using the network as a 1-hop proxy in the worst-" "case, so this does not provide you with strong anonymity)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3072 msgid "Protocol Translation and Tunneling Configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3102 msgid "_Interface name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3115 msgid "" "Name of the TUN interface GNUnet will create for intercepting outgoing " "Internet traffic from your machine. The default \"gnunet-vpn\" is almost " "always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3135 msgid "IPv4 address for interface:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3157 #: contrib/gnunet_setup_gtk_main_window.glade:3209 #: contrib/gnunet_setup_gtk_main_window.glade:3439 #: contrib/gnunet_setup_gtk_main_window.glade:3493 msgid "/" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3187 msgid "IPv6 address for interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3241 msgid "VPN Interface Configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3260 msgid "" "Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, " "6over4, 4over6) facilities" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3261 msgid "_VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3291 msgid "Enable DNS Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3306 msgid "Enable IPv4 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3310 msgid "" "This option will allow other peers to send IPv4 traffic to the Internet " "using your network connection." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3322 msgid "Enable IPv6 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3326 msgid "" "This option will allow other peers to send IPv6 traffic to the Internet " "using your network connection. You should make sure that you have IPv6-" "support before enabling this option." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3349 msgid "IP Address of external DNS Resolver:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3381 msgid "Exit interface name: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3393 msgid "" "Name of the TUN interface GNUnet will create for Internet traffic exiting " "GNUnet via your machine. The default \"gnunet-exit\" is almost always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3416 msgid "IPv4 address for Exit interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3428 msgid "" "Use a private IPv4 network here that does not conflict with your existing " "setup (i.e. something like 10.53.0.1/255.255.0.0 or " "192.168.0.1/255.255.0.0). " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3470 msgid "IPv6 address for Exit interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3482 msgid "" "This should be a globally routed IPv6 subnet of your host. Alternatively, " "if your kernel supports IPv6-NAT, you can pick any site-local prefix and " "manually configure IPv6-NAT." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3525 msgid "GNUnet Exit Configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3544 msgid "_Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3574 msgid "_Preferred Name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3612 msgid "Cryptographic Identity:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3662 msgid "Domain Owner Information" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3775 msgid "GNS Database" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3794 msgid "GN_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3810 msgid "Welcome to gnunet-setup." msgstr "" #: contrib/gnunet_statistics_gtk_about_dialog.glade:8 msgid "About gnunet-statistics-gtk" msgstr "" #: contrib/gnunet_statistics_gtk_main_window.glade:6 msgid "gnunet-statistics-gtk" msgstr "" #: contrib/gnunet_statistics_gtk_main_window.glade:36 msgid "Display information about this version of gnunet-statistics-gtk" msgstr "" #: contrib/gnunet_statistics_gtk_main_window.glade:73 msgid "_Connections" msgstr "" #: contrib/gnunet_statistics_gtk_main_window.glade:97 msgid "_Traffic" msgstr "" #: contrib/gnunet_statistics_gtk_main_window.glade:122 msgid "_Storage" msgstr "" gnunet-gtk-0.9.3/po/da.gmo0000644000175000017500000010136611762217326012253 00000000000000Þ•ì%¼Pv;Q0È=,ù=Q&>x> >œ>•¯> E@P@`@\e@Â@8Ó@ AA0*A [AgAmArA xA„A›A ¤Ag®Av;C=~3Ë~lÿ~l ˆ”¶£Zi{s€ô;‚ A‚N‚.`‚‚ ‚§‚¬‚ ³‚À‚ à‚ ê‚     GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS # connected nodes (100% = connection table size)Average (red) effectiveness (100% = perfect)CPU load (red), IO load (green), Network upload (yellow), Network download (blue)Connected to %Lu peersConnectivityDatastore capacityDi Ma Jens Palsberg Christian Grothoff Nils Durner Mathieu Eric Haumant milan@skoid.org Hiroshi Yamauchi Adam Welc Bogdan Carbunar Steven Michael Murphy Phan Vinh Thinh Daniel Nylander IdentifierInbound TrafficNameNoise (red), Content (green), Queries (yellow), Hellos (blue), other (gray), limit (magenta)Outbound TrafficPersistent file-sharing data (red) and DHT cache (green)PreviewRouting EffectivenessSpent (red), Earned (green) and Awarded (yellow)System loadTrustTypeValue_Anonymity:_Copy URI to Clipboard_General_Keyword:Project-Id-Version: gnunet-gtk-0.8.1 Report-Msgid-Bugs-To: bug-gnunet@gnu.org POT-Creation-Date: 2012-06-01 21:58+0200 PO-Revision-Date: 2010-02-28 12:25+0100 Last-Translator: Joe Hansen Language-Team: Danish Language: da MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS # forbundne knuder (100 % = størrelse pÃ¥ forbindelsestabel)Gennemsnitlig (rød) effektivitet (100 % = perfekt)CPU-belastning (rød), IO-belastning (grøn), udgÃ¥ende netværksoverførsel (gul), netværkshentning (blÃ¥)Forbundet til %Lu modparterTilslutningLagerkapacitetDi Ma Jens Palsberg Christian Grothoff Nils Durner Mathieu Eric Haumant milan@skoid.org Hiroshi Yamauchi Adam Welc Bogdan Carbunar Steven Michael Murphy Phan Vinh Thinh Daniel Nylander Joe Hansen IdentifikationIndgÃ¥ende trafikNavnStøj (rød), indhold (grøn), forespørgsler (gul), hallobeskeder (blÃ¥), andre (grÃ¥), begrænsning (magentarød)UdgÃ¥ende trafikVedvarende fildelingsdata (rød) og DHT-mellemlager (grøn)ForhÃ¥ndsvisRutereffektivitetBrugt (rød), optjent (grøn) og tildelt (gul)SystembelastningTillidTypeVærdi_Anonymitet:_Kopier URI til udklipsholderen_Generelt_Nøgleord:gnunet-gtk-0.9.3/po/tr.po0000644000175000017500000034527511762217326012161 00000000000000# Turkish translations for gnunet-gtk # Copyright (C) 2006 Free Software Foundation, Inc. # This file is distributed under the same license as the gnunet-gtk package. # # Nilgün Belma Bugüner , 2006. # Bu dosyayı güncellemeyi biri üstlenirse memnun olurum. msgid "" msgstr "" "Project-Id-Version: gnunet-gtk 0.7.0d.tr\n" "Report-Msgid-Bugs-To: bug-gnunet@gnu.org\n" "POT-Creation-Date: 2012-06-01 21:58+0200\n" "PO-Revision-Date: 2006-11-02 21:03+0200\n" "Last-Translator: Nilgün Belma Bugüner \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.1\n" #: src/fs/gnunet-fs-gtk.c:438 src/gns/gnunet-gns-gtk.c:597 #: src/peerinfo/gnunet-peerinfo-gtk.c:527 #: src/statistics/gnunet-statistics-gtk.c:295 msgid "start in tray mode" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:55 #, c-format msgid "" "Failed to validate supposedly utf-8 string `%s' of length %u, assuming it to " "be a C string\n" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:245 #, c-format msgid "Selected file `%s' is not a GNUnet directory!\n" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:291 src/fs/gnunet-fs-gtk_common.c:300 #, fuzzy msgid "no description supplied" msgstr "Albüm durdu.\n" #: src/fs/gnunet-fs-gtk_event-handler.c:795 #: contrib/gnunet_fs_gtk_main_window.glade:271 #, fuzzy msgid "_Download" msgstr "İ_ndir" #: src/fs/gnunet-fs-gtk_event-handler.c:804 msgid "Download _recursively" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:813 #, fuzzy msgid "Download _as..." msgstr "İ_ndir" #: src/fs/gnunet-fs-gtk_event-handler.c:825 #, fuzzy msgid "_Abort download" msgstr "İ_ndir" #: src/fs/gnunet-fs-gtk_event-handler.c:836 #: src/fs/gnunet-fs-gtk_event-handler.c:2914 msgid "_Copy URI to Clipboard" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:1577 msgid "Error!" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:1739 #, fuzzy msgid "no URI" msgstr "Evrensel Özkaynak Betimleyici (URI)" #: src/fs/gnunet-fs-gtk_event-handler.c:2924 #, fuzzy msgid "_Abort publishing" msgstr "Yayanlanmamış dosya ismi" #: src/fs/gnunet-fs-gtk_main-window-search.c:131 #, c-format msgid "Invalid keyword string `%s': %s" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1266 #, c-format msgid "Scanning directory `%s'.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1280 #, c-format msgid "Failed to scan `%s' (access error). Skipping.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1304 #, c-format msgid "Processed file `%s'.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1322 msgid "Operation failed (press cancel)\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1329 msgid "Scanner has finished.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:544 #, fuzzy msgid "Select a type" msgstr "Tüm dosyaları seçer" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:546 msgid "Specify a value" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:991 #, c-format msgid "Could not load preview `%s' into memory\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:1159 msgid "" msgstr "" #: src/fs/gnunet-fs-gtk_unindex.c:332 #, c-format msgid "Could not access indexed file `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:152 src/gns/gnunet-gns-gtk.c:157 #, c-format msgid "New Pseudonym could not be set: `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:281 #, c-format msgid "" "Changes to autoshorten could not be written to configuration file: `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:286 #, c-format msgid "" "Changes to autoshorten option could not be written to configuration file: `" "%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:465 msgid "Namestore service is not running!\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:499 #, c-format msgid "Option `%s' missing in section `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:510 msgid "Failed to read or create private zone key\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:524 #, fuzzy msgid "Failed to connect to namestore\n" msgstr "İçerik isim alanına yerleÅŸtirilemedi (günlük kayıtlarına bakınız)\n" #: src/gns/gnunet-gns-gtk.c:555 #, fuzzy, c-format msgid "Editing zone %s" msgstr "Çalışan Uygulamalar" #: src/gns/gnunet-gns-gtk_zone.c:282 msgid "Record could not be deleted:" msgstr "" #: src/gns/gnunet-gns-gtk_zone.c:287 #, c-format msgid "" "%s\n" "%s\n" msgstr "" #: src/lib/glade.c:118 #, fuzzy, c-format msgid "Failed to load `%s': %s\n" msgstr "`%s' eklentisi yüklenemedi\n" #: src/lib/os_installation.c:284 #, c-format msgid "" "Could not determine installation path for %s. Set `%s' environment " "variable.\n" msgstr "" #: src/peerinfo/gnunet-peerinfo-gtk.c:493 #, c-format msgid "Failed to initialize communication with peerinfo service!\n" msgstr "" #: src/setup/gnunet-setup.c:115 src/setup/gnunet-setup.c:205 #: src/setup/gnunet-setup-options.c:393 src/setup/gnunet-setup-options.c:413 #, c-format msgid "Widget `%s' not found\n" msgstr "" #: src/setup/gnunet-setup.c:124 src/setup/gnunet-setup.c:139 #, c-format msgid "Invalid regular expression `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:170 #, fuzzy, c-format msgid "Failed to obtain option value from widget `%s'\n" msgstr "`%s' için müdahale edilemiyor\n" #: src/setup/gnunet-setup.c:219 #, fuzzy, c-format msgid "Failed to initialize widget `%s'\n" msgstr "`%s' için müdahale edilemiyor\n" #: src/setup/gnunet-setup.c:230 #, c-format msgid "No default value known for option `%s' in section `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:240 #, c-format msgid "Failed to initialize widget `%s' with value `%s'\n" msgstr "" #: src/setup/gnunet-setup-hostlist-server.c:174 msgid "" "Could not determine whether the hostlist daemon has an integrated hostlist " "server!\n" msgstr "" #: src/setup/gnunet-setup-options.c:353 msgid "the hostlist server" msgstr "" #: src/setup/gnunet-setup-options.c:357 msgid "the TCP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:361 msgid "the HTTP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:365 msgid "the HTTPS transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:401 #, c-format msgid "Specified widget `%s' is not a checkbutton\n" msgstr "" #: src/setup/gnunet-setup-options.c:421 #, c-format msgid "Specified widget `%s' is not a spinbutton\n" msgstr "" #: src/setup/gnunet-setup-options.c:478 #, c-format msgid "This port is already occupied by %s." msgstr "" #: src/setup/gnunet-setup-options.c:773 src/setup/gnunet-setup-options.c:781 #, c-format msgid "Option `%s' is not formatted correctly!\n" msgstr "" #: src/setup/gnunet-setup-options.c:792 src/setup/gnunet-setup-options.c:800 #, c-format msgid "`%s' is not a valid port number!\n" msgstr "" #: src/setup/gnunet-setup-options.c:1602 msgid "Should GNUnet exclusively connect to friends?" msgstr "" #: src/setup/gnunet-setup-options.c:1614 msgid "Friends file containing the list of friendly peers" msgstr "" #: src/setup/gnunet-setup-options.c:1626 msgid "Minimum number of friendly connections" msgstr "" #: src/setup/gnunet-setup-options.c:1638 msgid "Topology should always be loaded" msgstr "" #: src/setup/gnunet-setup-options.c:1651 msgid "Should hostlist support be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1664 msgid "Should file-sharing be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1676 msgid "Should GNUnet learn about other peers using hostlists" msgstr "" #: src/setup/gnunet-setup-options.c:1688 msgid "Should GNUnet learn hostlists from other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1700 msgid "Should this peer offer a hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1712 msgid "Should this peer advertise its hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1724 msgid "Port this peers hostlist should be offered on" msgstr "" #: src/setup/gnunet-setup-options.c:1756 msgid "Known hostlist URLs" msgstr "" #: src/setup/gnunet-setup-options.c:1767 msgid "How many bytes per second are we allowed to transmit?" msgstr "" #: src/setup/gnunet-setup-options.c:1779 msgid "How many bytes per second are we allowed to receive?" msgstr "" #: src/setup/gnunet-setup-options.c:1793 msgid "Enable communication via TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1805 msgid "Enable communication via UDP" msgstr "" #: src/setup/gnunet-setup-options.c:1817 msgid "Enable communication via HTTP" msgstr "" #: src/setup/gnunet-setup-options.c:1829 msgid "Enable communication via HTTPS" msgstr "" #: src/setup/gnunet-setup-options.c:1841 msgid "Enable communication via DV" msgstr "" #: src/setup/gnunet-setup-options.c:1853 msgid "Enable communication via WLAN" msgstr "" #: src/setup/gnunet-setup-options.c:1865 msgid "Port we bind to for TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1877 msgid "Port visible to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1889 msgid "Check if this peer is behind a NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1901 msgid "Check if the NAT has been configured manually to forward ports" msgstr "" #: src/setup/gnunet-setup-options.c:1913 msgid "Enable NAT traversal with UPnP/PMP" msgstr "" #: src/setup/gnunet-setup-options.c:1926 msgid "Enable NAT traversal with ICMP as server" msgstr "" #: src/setup/gnunet-setup-options.c:1939 msgid "External (public) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1951 msgid "Enable NAT traversal with ICMP as client" msgstr "" #: src/setup/gnunet-setup-options.c:1963 msgid "Internal (private) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1975 msgid "Disable IPv6 support" msgstr "" #: src/setup/gnunet-setup-options.c:1988 msgid "Port for inbound UDP packets, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2000 msgid "Port for inbound HTTP connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2012 msgid "Port for inbound HTTPS connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2026 msgid "Use sqLite to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2038 msgid "Use MySQL to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2050 msgid "Use Postgres to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2062 src/setup/gnunet-setup-options.c:2207 msgid "Name for the MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2074 src/setup/gnunet-setup-options.c:2219 msgid "Configuration file for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2086 src/setup/gnunet-setup-options.c:2231 msgid "Username for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2098 src/setup/gnunet-setup-options.c:2243 msgid "Password for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2110 src/setup/gnunet-setup-options.c:2255 msgid "Name of host running MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2122 src/setup/gnunet-setup-options.c:2279 msgid "Port of MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2134 src/setup/gnunet-setup-options.c:2291 msgid "Configuration for Postgres (passed to PQconnectdb)" msgstr "" #: src/setup/gnunet-setup-options.c:2147 msgid "Should we try to push our content to other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2159 msgid "Are we allowed to cache content received from other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2171 msgid "Use sqLite to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2183 msgid "Use MySQL to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2195 msgid "Use Postgres to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2267 msgid "Name of monitoring interface to use (monX)" msgstr "" #: src/setup/gnunet-setup-options.c:2305 msgid "Should the VPN/PT be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2319 msgid "Tunnel IPv4 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2333 msgid "Tunnel IPv6 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2346 msgid "Tunnel DNS traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2358 msgid "Name of the virtual interface the GNUnet VPN should create" msgstr "" #: src/setup/gnunet-setup-options.c:2370 msgid "IPv4 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2382 msgid "IPv4 network mask to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2394 msgid "IPv6 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2406 msgid "IPv6 network prefix length to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2422 msgid "" "Activate the VPN exit to provide services and/or to enable others to use " "your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2435 msgid "" "IP address of the external DNS resolver to use (values from your resolve." "conf are usually appropriate))" msgstr "" #: src/setup/gnunet-setup-options.c:2448 msgid "" "Allow other peers to perform DNS resolutions using your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2461 msgid "" "Name of the virtual interface the GNUnet exit service should create for " "traffic exiting the VPN to the Internet" msgstr "" #: src/setup/gnunet-setup-options.c:2473 msgid "IPv4 address to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2485 msgid "IPv4 network mask to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2497 msgid "IPv6 address to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2510 msgid "IPv6 network prefix length to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2524 msgid "" "Allow other users to use your Internet connection for UDP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2537 msgid "" "Allow other users to use your Internet connection for TCP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2551 msgid "Should the GNS be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2564 msgid "Specification of .gnunet TLD" msgstr "" #: src/statistics/functions.c:519 msgid "Connectivity" msgstr "BaÄŸlanırlık" #: src/statistics/functions.c:520 msgid "# connected nodes (100% = connection table size)" msgstr "# baÄŸlı düğüm miktarı (100% = baÄŸlantı tablosu boyu)" #: src/statistics/functions.c:528 msgid "System load" msgstr "" #: src/statistics/functions.c:530 msgid "" "CPU load (red), IO load (green), Network upload (yellow), Network download " "(blue)" msgstr "" #: src/statistics/functions.c:538 msgid "Datastore capacity" msgstr "" #: src/statistics/functions.c:539 msgid "Persistent file-sharing data (red) and DHT cache (green)" msgstr "" #: src/statistics/functions.c:547 msgid "Inbound Traffic" msgstr "Gelen Trafik" #: src/statistics/functions.c:549 src/statistics/functions.c:559 #, fuzzy msgid "" "Noise (red), Content (green), Queries (yellow), Hellos (blue), other (gray), " "limit (magenta)" msgstr "Parazit (kırmızı), İçerik (yeÅŸil), Sorgular (sarı), diÄŸer (mavi)" #: src/statistics/functions.c:557 msgid "Outbound Traffic" msgstr "Giden Trafik" #: src/statistics/functions.c:567 msgid "Trust" msgstr "" #: src/statistics/functions.c:568 msgid "Spent (red), Earned (green) and Awarded (yellow)" msgstr "" #: src/statistics/functions.c:576 msgid "Routing Effectiveness" msgstr "" #: src/statistics/functions.c:577 msgid "Average (red) effectiveness (100% = perfect)" msgstr "" #: src/statistics/gnunet-statistics-gtk.c:264 msgid "Failed to initiate connection with statistics service\n" msgstr "" #: src/statistics/statistics.c:434 #, c-format msgid "Connected to %Lu peers" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:96 #: contrib/gnunet_gns_gtk_about_window.glade:87 #: contrib/gnunet_peerinfo_gtk_about_window.glade:158 #: contrib/gnunet_setup_about_window.glade:158 #: contrib/gnunet_statistics_gtk_about_window.glade:158 msgid "Developed by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:128 #: contrib/gnunet_gns_gtk_about_window.glade:118 #: contrib/gnunet_peerinfo_gtk_about_window.glade:190 #: contrib/gnunet_setup_about_window.glade:190 #: contrib/gnunet_statistics_gtk_about_window.glade:190 msgid "Documented by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:161 #: contrib/gnunet_gns_gtk_about_window.glade:150 #: contrib/gnunet_peerinfo_gtk_about_window.glade:223 #: contrib/gnunet_setup_about_window.glade:223 #: contrib/gnunet_statistics_gtk_about_window.glade:223 msgid "Translated by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:194 #: contrib/gnunet_gns_gtk_about_window.glade:182 #: contrib/gnunet_peerinfo_gtk_about_window.glade:256 #: contrib/gnunet_setup_about_window.glade:256 #: contrib/gnunet_statistics_gtk_about_window.glade:256 msgid "Artwork by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:239 #: contrib/gnunet_gns_gtk_about_window.glade:222 #: contrib/gnunet_peerinfo_gtk_about_window.glade:301 #: contrib/gnunet_setup_about_window.glade:301 #: contrib/gnunet_statistics_gtk_about_window.glade:301 #, fuzzy msgid "Credits" msgstr "Destekleyenleri göster" #: contrib/gnunet_fs_gtk_about_window.glade:254 #: contrib/gnunet_gns_gtk_about_window.glade:235 #: contrib/gnunet_peerinfo_gtk_about_window.glade:316 #: contrib/gnunet_setup_about_window.glade:316 #: contrib/gnunet_statistics_gtk_about_window.glade:316 msgid "License" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:361 #: contrib/gnunet_gns_gtk_about_window.glade:338 #: contrib/gnunet_peerinfo_gtk_about_window.glade:65 #: contrib/gnunet_setup_about_window.glade:65 #: contrib/gnunet_statistics_gtk_about_window.glade:65 msgid "" "License should be loaded here at runtime from the license file (no need to " "copy the whole GPL in here...)." msgstr "" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:10 #, fuzzy msgid "Create namespace" msgstr "İsim Alanı OluÅŸturun" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:31 msgid "_Name:" msgstr "İsi_m:" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:15 msgid "Save file as..." msgstr "" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:36 #: contrib/gnunet_fs_gtk_open_url_dialog.glade:79 msgid "_Anonymity:" msgstr "_Anonimlik:" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:65 msgid "_recursive" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:121 #, fuzzy msgid "_Publication type:" msgstr "Sonraki Yayın Tarihi" #: contrib/gnunet_fs_gtk_edit_publication.glade:282 #, fuzzy msgid "Select file" msgstr "Tüm dosyaları seçer" #: contrib/gnunet_fs_gtk_edit_publication.glade:330 #, fuzzy msgid "Preview:" msgstr "_Önizleme:" #: contrib/gnunet_fs_gtk_edit_publication.glade:362 msgid "_Keyword:" msgstr "_Sözcük:" #: contrib/gnunet_fs_gtk_edit_publication.glade:510 #, fuzzy msgid "_Index file:" msgstr "_Betimleyici:" #: contrib/gnunet_fs_gtk_edit_publication.glade:551 #, fuzzy msgid "_Root keyword:" msgstr "_Sözcük:" #: contrib/gnunet_fs_gtk_edit_publication.glade:595 #, fuzzy msgid "A_nonymity:" msgstr "_Anonimlik:" #: contrib/gnunet_fs_gtk_edit_publication.glade:653 msgid "_Priority:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:698 msgid "_Expriation year:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:744 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:118 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:129 #, fuzzy msgid "_Replication:" msgstr "Uygulama" #: contrib/gnunet_fs_gtk_edit_publication.glade:787 #, fuzzy msgid "Publication options:" msgstr "Yayınlama Sıklığı" #: contrib/gnunet_fs_gtk_main_window.glade:199 #, fuzzy msgid "gnunet-fs-gtk" msgstr "GNUnet-gtk" #: contrib/gnunet_fs_gtk_main_window.glade:233 #, fuzzy msgid "_File sharing" msgstr "Dosya _Paylaşımı" #: contrib/gnunet_fs_gtk_main_window.glade:240 msgid "_Publish" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:244 msgid "Publish files or directories on GNUnet" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:258 #, fuzzy msgid "_List indexed files" msgstr "_Betimleyici:" #: contrib/gnunet_fs_gtk_main_window.glade:275 msgid "Download a file or directory with a known URI." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:286 msgid "_Open GNUnet directory" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:290 msgid "" "Use this option to browse a GNUnet directory file that has been previously " "downloaded." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:307 msgid "_Create pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:311 msgid "" "Create a pseudonym for publishing content. Note that you can also publish " "content anonymously (without using a pseudonym)." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:322 msgid "_Advertise Pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:337 msgid "" "Opens namespace manager dialog to adjust the list of namespaces you want to " "use, as well as get detailed information about all discovered namespaces." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:338 #: contrib/gnunet_fs_gtk_main_window.glade:917 #, fuzzy msgid "_Manage namespaces" msgstr "İsim Alanı OluÅŸturun" #: contrib/gnunet_fs_gtk_main_window.glade:355 msgid "" "Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:371 msgid "_Edit" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:383 msgid "Edit the system configuration." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:398 msgid "_View" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:409 msgid "Show meta data in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:410 msgid "Metadata" msgstr "Öznitelikler" #: contrib/gnunet_fs_gtk_main_window.glade:421 msgid "Show preview (when available)" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:422 msgid "Preview" msgstr "Önizleme" #: contrib/gnunet_fs_gtk_main_window.glade:433 msgid "Show search box in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:434 #, fuzzy msgid "Search" msgstr "A_ra" #: contrib/gnunet_fs_gtk_main_window.glade:449 #: contrib/gnunet_gns_gtk_main_window.glade:162 #: contrib/gnunet_peerinfo_gtk_main_window.glade:44 #: contrib/gnunet_statistics_gtk_main_window.glade:25 msgid "_Help" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:461 msgid "Display information about this version of gnunet-fs-gtk" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:489 #, fuzzy msgid "Namespace:" msgstr "_İsim alanı" #: contrib/gnunet_fs_gtk_main_window.glade:556 msgid "Find:" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:592 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:106 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:61 #, fuzzy msgid "Anonymity:" msgstr "_Anonimlik:" #: contrib/gnunet_fs_gtk_main_window.glade:637 #, fuzzy msgid "Type:" msgstr "_Öznitelik:" #: contrib/gnunet_fs_gtk_main_window.glade:735 msgid "Thumbnail associated with the currently selected content" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:844 #, fuzzy msgid "Copy selection" msgstr "Al_büm" #: contrib/gnunet_fs_gtk_namespace_manager.glade:64 msgid "" "Saves all changes made in this dialog to disk without closing the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:80 msgid "Saves all changes made in this dialog to disk and closes the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:96 msgid "Closes the dialog. Changes made in this dialog will not be preserved." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:129 msgid "" "Known namespaces:\n" "Select a namespace to see its complete metadata. Click \"Delete\" to delete " "(forget) namespace.\n" "Namespace names are editable." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:160 msgid "Is mine" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:176 #: contrib/gnunet_fs_gtk_namespace_manager.glade:328 msgid "Rank" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:190 #: contrib/gnunet_fs_gtk_namespace_manager.glade:341 msgid "Name" msgstr "İsim" #: contrib/gnunet_fs_gtk_namespace_manager.glade:208 #: contrib/gnunet_fs_gtk_namespace_manager.glade:354 #, fuzzy msgid "Identifier" msgstr "Betimleyici:" #: contrib/gnunet_fs_gtk_namespace_manager.glade:244 msgid "" "Makes GNUnet \"forget\" about selected known namespace.\n" "However, GNUnet will be able to learn about this namespace, if it ever " "discovers it again." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:257 msgid "Swap _Rank" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:262 msgid "" "Changes the rank value of the selected namespace in \"Known namespaces\" " "list.\n" "If it had rank 0, it's given rank -1, otherwise the sign of its rank is " "flipped.\n" "Only namespaces with positive ranks are displayed in \"Namespace order\" " "list." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:295 msgid "" "Namespace order:\n" "Drag rows to change namespace order, click \"Apply\" to save it." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:387 msgid "" "Convert the order in which namespaces are arranged in \"Namespace order\" " "list to ranks.\n" "Top namespace is assigned rank 0, namespace below it - rank 1, and so on." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:425 msgid "" "Selected namespace details:\n" "Metadata can be added, deleted and edited. Click \"Apply\" to save " "metadata changes." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:459 msgid "Type" msgstr "Türü" #: contrib/gnunet_fs_gtk_namespace_manager.glade:472 #, fuzzy msgid "Value" msgstr "_DeÄŸeri:" #: contrib/gnunet_fs_gtk_namespace_manager.glade:508 msgid "" "Adds a new metadata Type=Value pair to the list.\n" "This functionality is not available at the moment." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:526 msgid "" "Removes selected Type=Value pair from metadata list.\n" "The change will not last unless you click on \"Apply\" button before closing " "the window or selecing some other known namespace." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:545 msgid "" "Applies changes made in metadata list to currently selected known namespace." msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:6 #, fuzzy msgid "Enter the URI to be downloaded" msgstr "Seçili indirmeyi iptal eder" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:26 #, fuzzy msgid "_URI:" msgstr "Evrensel Özkaynak Betimleyici (URI)" #: contrib/gnunet_fs_gtk_progress_dialog.glade:52 #, fuzzy msgid "Messages" msgstr "İletiler" #: contrib/gnunet_fs_gtk_progress_dialog.glade:67 msgid "Preprocessing..." msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:28 msgid "Publish content on GNUnet" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:115 msgid "Add _File" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:126 msgid "_Create empty directory" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:142 msgid "Add _Directory" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:224 msgid "_Left" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:259 msgid "_Right" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:406 msgid "_Execute" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:423 #, fuzzy msgid "_Cancel" msgstr "Geli_ÅŸkin" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:51 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:75 msgid "Priority:" msgstr "" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:80 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:103 msgid "Expiration year:" msgstr "" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:196 #, fuzzy msgid "Index files" msgstr "_Betimleyici:" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:8 #, fuzzy msgid "Publish file..." msgstr "Yayanlanmamış dosya ismi" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:173 msgid "Index file" msgstr "" #: contrib/gnunet_fs_gtk_publish_tab.glade:52 msgid "Progress" msgstr "" #: contrib/gnunet_fs_gtk_publish_tab.glade:90 #, fuzzy msgid "Publishing" msgstr "Yayanlanmamış dosya ismi" #: contrib/gnunet_fs_gtk_search_tab.glade:203 msgid "You shouldn't see this also" msgstr "" #: contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade:27 msgid "Select pseudonym..." msgstr "" #: contrib/gnunet_fs_gtk_unindex.glade:27 #, fuzzy msgid "Indexed files" msgstr "_Betimleyici:" #: contrib/gnunet_fs_gtk_unindex.glade:110 #, fuzzy msgid "Unindex the selected indexed file." msgstr "_Betimleyici:" #: contrib/gnunet_gns_gtk_about_window.glade:6 #: contrib/gnunet_gns_gtk_main_window.glade:67 #, fuzzy msgid "gnunet-gns-gtk" msgstr "GNUnet-gtk" #: contrib/gnunet_gns_gtk_main_window.glade:13 msgid "Delete Record" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:29 msgid "Record expires in 1 day" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:39 msgid "Record expires in 1 week" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:49 msgid "Record expires in 1 year" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:59 msgid "Record never expires" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:83 #, fuzzy msgid "_File" msgstr "Dosya ismi" #: contrib/gnunet_gns_gtk_main_window.glade:137 #, fuzzy msgid "_Options" msgstr "BaÄŸlanırlık" #: contrib/gnunet_gns_gtk_main_window.glade:148 msgid "Automatically shorten names" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:209 msgid "Preferred zone name (PSEU):" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:222 msgid "" "Enter the preferred name for this zone here. The value will be stored in " "the PSEU record for your public key. This is the GNS equivalent of your " "domain name. You should try to pick a name that is globally unique." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:244 msgid "Copy the public key of this zone to the clipboard." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:264 msgid "SET TO PUBLIC KEY OF THE ZONE" msgstr "" #: contrib/gnunet_gns_gtk_zone_open.glade:9 msgid "Open zone file..." msgstr "" #: contrib/gnunet_gtk_status_bar_menu.glade:11 msgid "Quit" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:8 #, fuzzy msgid "About gnunet-peerinfo-gtk" msgstr "GNUnet-gtk" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:17 #: contrib/gnunet_setup_about_dialog.glade:17 #: contrib/gnunet_statistics_gtk_about_dialog.glade:17 msgid "(C) 2011 The GNUnet Project" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:19 #: contrib/gnunet_setup_about_dialog.glade:19 #: contrib/gnunet_statistics_gtk_about_dialog.glade:19 msgid "GNUnet: GNU's Framework for Secure P2P Networking" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:20 #: contrib/gnunet_setup_about_dialog.glade:20 #: contrib/gnunet_statistics_gtk_about_dialog.glade:20 msgid "" " GNU GENERAL PUBLIC LICENSE\n" " Version 2, June 1991\n" "\n" " Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n" " 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" " Everyone is permitted to copy and distribute verbatim copies\n" " of this license document, but changing it is not allowed.\n" "\n" " Preamble\n" "\n" " The licenses for most software are designed to take away your\n" "freedom to share and change it. By contrast, the GNU General Public\n" "License is intended to guarantee your freedom to share and change free\n" "software--to make sure the software is free for all its users. This\n" "General Public License applies to most of the Free Software\n" "Foundation's software and to any other program whose authors commit to\n" "using it. (Some other Free Software Foundation software is covered by\n" "the GNU Library General Public License instead.) You can apply it to\n" "your programs, too.\n" "\n" " When we speak of free software, we are referring to freedom, not\n" "price. Our General Public Licenses are designed to make sure that you\n" "have the freedom to distribute copies of free software (and charge for\n" "this service if you wish), that you receive source code or can get it\n" "if you want it, that you can change the software or use pieces of it\n" "in new free programs; and that you know you can do these things.\n" "\n" " To protect your rights, we need to make restrictions that forbid\n" "anyone to deny you these rights or to ask you to surrender the rights.\n" "These restrictions translate to certain responsibilities for you if you\n" "distribute copies of the software, or if you modify it.\n" "\n" " For example, if you distribute copies of such a program, whether\n" "gratis or for a fee, you must give the recipients all the rights that\n" "you have. You must make sure that they, too, receive or can get the\n" "source code. And you must show them these terms so they know their\n" "rights.\n" "\n" " We protect your rights with two steps: (1) copyright the software, and\n" "(2) offer you this license which gives you legal permission to copy,\n" "distribute and/or modify the software.\n" "\n" " Also, for each author's protection and ours, we want to make certain\n" "that everyone understands that there is no warranty for this free\n" "software. If the software is modified by someone else and passed on, we\n" "want its recipients to know that what they have is not the original, so\n" "that any problems introduced by others will not reflect on the original\n" "authors' reputations.\n" "\n" " Finally, any free program is threatened constantly by software\n" "patents. We wish to avoid the danger that redistributors of a free\n" "program will individually obtain patent licenses, in effect making the\n" "program proprietary. To prevent this, we have made it clear that any\n" "patent must be licensed for everyone's free use or not licensed at all.\n" "\n" " The precise terms and conditions for copying, distribution and\n" "modification follow.\n" "\n" " GNU GENERAL PUBLIC LICENSE\n" " TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n" "\n" " 0. This License applies to any program or other work which contains\n" "a notice placed by the copyright holder saying it may be distributed\n" "under the terms of this General Public License. The \"Program\", below,\n" "refers to any such program or work, and a \"work based on the Program\"\n" "means either the Program or any derivative work under copyright law:\n" "that is to say, a work containing the Program or a portion of it,\n" "either verbatim or with modifications and/or translated into another\n" "language. (Hereinafter, translation is included without limitation in\n" "the term \"modification\".) Each licensee is addressed as \"you\".\n" "\n" "Activities other than copying, distribution and modification are not\n" "covered by this License; they are outside its scope. The act of\n" "running the Program is not restricted, and the output from the Program\n" "is covered only if its contents constitute a work based on the\n" "Program (independent of having been made by running the Program).\n" "Whether that is true depends on what the Program does.\n" "\n" " 1. You may copy and distribute verbatim copies of the Program's\n" "source code as you receive it, in any medium, provided that you\n" "conspicuously and appropriately publish on each copy an appropriate\n" "copyright notice and disclaimer of warranty; keep intact all the\n" "notices that refer to this License and to the absence of any warranty;\n" "and give any other recipients of the Program a copy of this License\n" "along with the Program.\n" "\n" "You may charge a fee for the physical act of transferring a copy, and\n" "you may at your option offer warranty protection in exchange for a fee.\n" "\n" " 2. You may modify your copy or copies of the Program or any portion\n" "of it, thus forming a work based on the Program, and copy and\n" "distribute such modifications or work under the terms of Section 1\n" "above, provided that you also meet all of these conditions:\n" "\n" " a) You must cause the modified files to carry prominent notices\n" " stating that you changed the files and the date of any change.\n" "\n" " b) You must cause any work that you distribute or publish, that in\n" " whole or in part contains or is derived from the Program or any\n" " part thereof, to be licensed as a whole at no charge to all third\n" " parties under the terms of this License.\n" "\n" " c) If the modified program normally reads commands interactively\n" " when run, you must cause it, when started running for such\n" " interactive use in the most ordinary way, to print or display an\n" " announcement including an appropriate copyright notice and a\n" "\n" " notice that there is no warranty (or else, saying that you provide\n" " a warranty) and that users may redistribute the program under\n" " these conditions, and telling the user how to view a copy of this\n" " License. (Exception: if the Program itself is interactive but\n" " does not normally print such an announcement, your work based on\n" " the Program is not required to print an announcement.)\n" "\n" "These requirements apply to the modified work as a whole. If\n" "identifiable sections of that work are not derived from the Program,\n" "and can be reasonably considered independent and separate works in\n" "themselves, then this License, and its terms, do not apply to those\n" "sections when you distribute them as separate works. But when you\n" "distribute the same sections as part of a whole which is a work based\n" "on the Program, the distribution of the whole must be on the terms of\n" "this License, whose permissions for other licensees extend to the\n" "entire whole, and thus to each and every part regardless of who wrote it.\n" "\n" "Thus, it is not the intent of this section to claim rights or contest\n" "your rights to work written entirely by you; rather, the intent is to\n" "exercise the right to control the distribution of derivative or\n" "collective works based on the Program.\n" "\n" "In addition, mere aggregation of another work not based on the Program\n" "with the Program (or with a work based on the Program) on a volume of\n" "a storage or distribution medium does not bring the other work under\n" "the scope of this License.\n" "\n" " 3. You may copy and distribute the Program (or a work based on it,\n" "under Section 2) in object code or executable form under the terms of\n" "Sections 1 and 2 above provided that you also do one of the following:\n" "\n" " a) Accompany it with the complete corresponding machine-readable\n" " source code, which must be distributed under the terms of Sections\n" " 1 and 2 above on a medium customarily used for software interchange; " "or,\n" "\n" " b) Accompany it with a written offer, valid for at least three\n" " years, to give any third party, for a charge no more than your\n" " cost of physically performing source distribution, a complete\n" " machine-readable copy of the corresponding source code, to be\n" " distributed under the terms of Sections 1 and 2 above on a medium\n" " customarily used for software interchange; or,\n" "\n" " c) Accompany it with the information you received as to the offer\n" " to distribute corresponding source code. (This alternative is\n" " allowed only for noncommercial distribution and only if you\n" " received the program in object code or executable form with such\n" " an offer, in accord with Subsection b above.)\n" "\n" "The source code for a work means the preferred form of the work for\n" "making modifications to it. For an executable work, complete source\n" "code means all the source code for all modules it contains, plus any\n" "associated interface definition files, plus the scripts used to\n" "control compilation and installation of the executable. However, as a\n" "special exception, the source code distributed need not include\n" "anything that is normally distributed (in either source or binary\n" "form) with the major components (compiler, kernel, and so on) of the\n" "operating system on which the executable runs, unless that component\n" "itself accompanies the executable.\n" "\n" "If distribution of executable or object code is made by offering\n" "access to copy from a designated place, then offering equivalent\n" "access to copy the source code from the same place counts as\n" "distribution of the source code, even though third parties are not\n" "compelled to copy the source along with the object code.\n" "\n" " 4. You may not copy, modify, sublicense, or distribute the Program\n" "except as expressly provided under this License. Any attempt\n" "otherwise to copy, modify, sublicense or distribute the Program is\n" "void, and will automatically terminate your rights under this License.\n" "However, parties who have received copies, or rights, from you under\n" "this License will not have their licenses terminated so long as such\n" "parties remain in full compliance.\n" "\n" " 5. You are not required to accept this License, since you have not\n" "signed it. However, nothing else grants you permission to modify or\n" "distribute the Program or its derivative works. These actions are\n" "prohibited by law if you do not accept this License. Therefore, by\n" "modifying or distributing the Program (or any work based on the\n" "Program), you indicate your acceptance of this License to do so, and\n" "all its terms and conditions for copying, distributing or modifying\n" "the Program or works based on it.\n" "\n" " 6. Each time you redistribute the Program (or any work based on the\n" "Program), the recipient automatically receives a license from the\n" "original licensor to copy, distribute or modify the Program subject to\n" "these terms and conditions. You may not impose any further\n" "restrictions on the recipients' exercise of the rights granted herein.\n" "You are not responsible for enforcing compliance by third parties to\n" "this License.\n" "\n" " 7. If, as a consequence of a court judgment or allegation of patent\n" "infringement or for any other reason (not limited to patent issues),\n" "conditions are imposed on you (whether by court order, agreement or\n" "otherwise) that contradict the conditions of this License, they do not\n" "excuse you from the conditions of this License. If you cannot\n" "distribute so as to satisfy simultaneously your obligations under this\n" "License and any other pertinent obligations, then as a consequence you\n" "may not distribute the Program at all. For example, if a patent\n" "license would not permit royalty-free redistribution of the Program by\n" "all those who receive copies directly or indirectly through you, then\n" "the only way you could satisfy both it and this License would be to\n" "refrain entirely from distribution of the Program.\n" "\n" "If any portion of this section is held invalid or unenforceable under\n" "any particular circumstance, the balance of the section is intended to\n" "apply and the section as a whole is intended to apply in other\n" "circumstances.\n" "\n" "It is not the purpose of this section to induce you to infringe any\n" "patents or other property right claims or to contest validity of any\n" "such claims; this section has the sole purpose of protecting the\n" "integrity of the free software distribution system, which is\n" "implemented by public license practices. Many people have made\n" "generous contributions to the wide range of software distributed\n" "through that system in reliance on consistent application of that\n" "system; it is up to the author/donor to decide if he or she is willing\n" "to distribute software through any other system and a licensee cannot\n" "impose that choice.\n" "\n" "This section is intended to make thoroughly clear what is believed to\n" "be a consequence of the rest of this License.\n" "\n" " 8. If the distribution and/or use of the Program is restricted in\n" "certain countries either by patents or by copyrighted interfaces, the\n" "original copyright holder who places the Program under this License\n" "may add an explicit geographical distribution limitation excluding\n" "those countries, so that distribution is permitted only in or among\n" "countries not thus excluded. In such case, this License incorporates\n" "the limitation as if written in the body of this License.\n" "\n" " 9. The Free Software Foundation may publish revised and/or new versions\n" "of the General Public License from time to time. Such new versions will\n" "be similar in spirit to the present version, but may differ in detail to\n" "address new problems or concerns.\n" "\n" "Each version is given a distinguishing version number. If the Program\n" "specifies a version number of this License which applies to it and \"any\n" "later version\", you have the option of following the terms and conditions\n" "either of that version or of any later version published by the Free\n" "Software Foundation. If the Program does not specify a version number of\n" "this License, you may choose any version ever published by the Free " "Software\n" "Foundation.\n" "\n" " 10. If you wish to incorporate parts of the Program into other free\n" "programs whose distribution conditions are different, write to the author\n" "to ask for permission. For software which is copyrighted by the Free\n" "Software Foundation, write to the Free Software Foundation; we sometimes\n" "make exceptions for this. Our decision will be guided by the two goals\n" "of preserving the free status of all derivatives of our free software and\n" "of promoting the sharing and reuse of software generally.\n" "\n" " NO WARRANTY\n" "\n" " 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n" "FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n" "OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n" "PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER " "EXPRESSED\n" "OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n" "MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\n" "TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\n" "PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n" "REPAIR OR CORRECTION.\n" "\n" " 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n" "WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n" "REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n" "INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n" "OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n" "TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n" "YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n" "PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n" "POSSIBILITY OF SUCH DAMAGES.\n" "\n" " END OF TERMS AND CONDITIONS\n" msgstr "" " GNU GENEL KAMU LİSANSI\n" " 2. sürüm, Haziran 1991\n" "\n" " Copyright © 1989, 1991 Free Software Foundation, Inc.\n" " 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" "Bu lisans belgesini birebir kopyalarını yapma ve dağıtma izni\n" "herkese verilmiÅŸtir, fakat metinde deÄŸiÅŸiklik yapma izni yoktur.\n" "\n" "Bu, GNU Genel Kamu Lisansının (GPL) Türkçe'ye gayrıresmi çevirisidir.\n" "Bu çeviri Free Software Foundation tarafından yayınlanmamış olup\n" "GNU GPL kullanan yazılımların dağıtım ÅŸartlarını belirleme açısından\n" "hukuki baÄŸlayıcılığı yoktur -- Hukuki açıdan yalnızca GNU GPL'in\n" "İngilizce metni baÄŸlayıcıdır. Asıl metin\n" "http://www.fsf.org/licensing/licenses/gpl.html adresinden temin\n" "edilebilir. Bu çeviri, http://belgeler.org/howto/gpl.html\n" "adresinden alıntıdır.\n" "\n" "This is an unofficial translation of the GNU General Public License into\n" "Turkish. It was not published by the Free Software Foundation, and does not\n" "legally state the distribution terms for software that uses the GNU GPL--" "only\n" "the original English text of the GNU GPL does that. However, we hope that\n" "this translation will help Turkish speakers understand the GNU GPL better.\n" "\n" " Önsöz\n" "\n" "Yazılım lisanslarının çoÄŸu sizin yazılımı paylaÅŸma ve deÄŸiÅŸtirme hakkınızın\n" "elinizden alınması için hazırlanmıştır. Buna karşılık, GNU Genel Kamu " "Lisansı\n" "sizin özgür yazılımları deÄŸiÅŸtirme ve paylaÅŸma hakkınızın mahfuz tutulması\n" "ve yazılımın bütün kullanıcıları için özgür olması amacı ile yazılmıştır.\n" "Bu Genel Kamu Lisansı, Free Software Foundation'un çoÄŸu yazılımı ve bu\n" "lisansı kullanmayı düstur edinen diÄŸer yazılımcıların yazılımları için\n" "kullanılmaktadır. (Free Software Foundation'un bazı yazılımları GNU Kısıtlı\n" "Genel Kamu Lisansı -- GNU LGPL -- altında dağıtılmaktadır.) Siz de bu " "lisansı\n" "yazılımlarınıza uygulayabilirsiniz.\n" "\n" "Özgür yazılımdan bahsettiÄŸimiz zaman fiyattan deÄŸil, özgürlükten\n" "bahsediyoruz. Bizim Genel Kamu Lisanslarımız, sizin özgür yazılımların\n" "kopyalarını dağıtma özgürlüğünüzü (ve isterseniz bu hizmet için para\n" "almanızı), yazılım kaynak kodlarının size dağıtım esnasında veya eÄŸer\n" "isterseniz verilmesini, yazılımı deÄŸiÅŸtirebilmenizi, yazılımın parçalarını\n" "yeni yazılımlar içerisinde kullanabilmenizi ve bunları yapabileceÄŸinizi\n" "bilmenizi saÄŸlamaktadır.\n" "\n" "Haklarınızı koruyabilmemiz için sizin haklarınızı kısıtlama veya sizin bu\n" "haklarınızdan feragat etmenizi isteme yollarını yasaklayıcı bazı " "kısıtlamalar\n" "getirmemiz gerekmektedir. Bu kısıtlamalar eÄŸer özgür yazılım dağıtıyor veya\n" "deÄŸiÅŸtiriyorsanız size bazı yükümlülükler getirmektedir.\n" "\n" "ÖrneÄŸin böyle bir programın kopyalarını, bedava veya ücret karşılığı\n" "dağıtıyorsanız alıcılara sizin sahip olduÄŸunuz bütün hakları " "saÄŸlamalısınız.\n" "Onların da kaynak kodlarına sahip olmalarını veya ulaÅŸabilmelerini\n" "saÄŸlamalısınız. Onlara da haklarını bilebilmeleri için bu ÅŸartları\n" "göstermelisiniz.\n" "\n" "Haklarınızın korunması iki aÅŸamada gerçekleÅŸmektedir:\n" " 1. Yazılıma telif hakkı alınmaktadır.\n" " 2. Yazılım lisansı olarak size, hukuki olarak, yazılımı kopyalama,\n" " dağıtma ve/veya deÄŸiÅŸtirme hakkı tanıyan bu lisans sunulmaktadır.\n" "\n" "Ayrıca, yazarların ve bizim korunmamız için bu özgür yazılımın herhangi bir\n" "garantisi olmadığını herkesin anlamasını istiyoruz. EÄŸer yazılım baÅŸkası\n" "tarafından deÄŸiÅŸtirilmiÅŸ ve deÄŸiÅŸtirilmiÅŸ hali ile tarafınıza ulaÅŸtırılmış\n" "ise alıcıların, ellerinde olan yazılımın orjinal olmadığını, dolayısıyla\n" "baÅŸkaları tarafından eklenen problemlerin ilk yazarların şöhretlerine " "olumsuz\n" "etkide bulunmaması gerektiÄŸini bilmelerini istiyoruz.\n" "\n" "Son olarak, bütün özgür yazılımlar yazılım patentleri tarafından sürekli\n" "tehdit altında bulunmaktadır. Özgür bir yazılımın dağıtıcılarının bireysel\n" "olarak patent lisansı almalarını ve bu yol ile yazılımı müseccel hale\n" "getirmelerine imkan vermemek istiyoruz. Bunu engellemek için, yazılım için\n" "alınacak her patentin herkesin özgürce kullanımına izin vermesi veya\n" "patentlenmemesi gerektiÄŸini açık olarak ortaya koyuyoruz.\n" "\n" "Kopyalama, dağıtım ve deÄŸiÅŸtirme ile ilgili kesin ÅŸart ve kayıtlar aÅŸağıda\n" "yer almaktadır.\n" "\n" " GNU GENEL KAMU LİSANSI\n" " KOPYALAMA, DAÄžITIM VE DEĞİŞTİRME İLE İLGİLİ ÅžART VE KAYITLAR\n" "\n" "0. Bu Lisans, telif hakkı sahibi tarafından içerisine bu Genel Kamu Lisansı\n" " altında dağıtıldığına dair ibare konmuÅŸ olan herhangi bir yazılım veya\n" " baÅŸka eseri kapsamaktadır. AÅŸağıda \"Yazılım\", bu kapsamdaki herhangi " "bir\n" " yazılım veya eser, \"Yazılımı baz alan ürün\", ise Yazılım veya telif " "kanunu\n" " altında Yazılım'dan iÅŸtikak etmiÅŸ, yani Yazılım'ın tamamını veya bir\n" " parçasını, deÄŸiÅŸtirmeden veya deÄŸiÅŸiklikler ile veya baÅŸka bir dile\n" " tercüme edilmiÅŸ hali ile içeren herhangi bir ürün, manasında\n" " kullanlmaktadır. (Bundan sonra tercüme \"deÄŸiÅŸtirme\" kapsamında " "sınırsız\n" " olarak içerilecektir.) Her ruhsat sahibine \"siz\" olarak hitap\n" " edilmektedir.\n" "\n" " Kopyalama, dağıtım ve deÄŸiÅŸtirme haricinde kalan faaliyetler bu " "Lisans'ın\n" " kapsamı dışındadırlar. Yazılım'ı çalıştırma eylemi sınırlandırılmamıştır\n" " ve Yazılım'ın çıktısı yalnızca çıktının içeriÄŸi (Yazılım'ı çalıştırmak\n" " yolu ile elde edilmesinden bağımsız olarak) Yazılım'ı baz alan ürün\n" " kapsamına girer ise bu Lisans kapsamındadır. Bu koÅŸulun saÄŸlanıp\n" " saÄŸlanmadığı Yazılım'ın ne yaptığı ile ilgilidir.\n" "\n" "1. Yazılım'ın kaynak kodlarını birebir, aldığınız ÅŸekilde, herhangi bir\n" " ortamda ve vasıta ile, uygun ve görünür bir ÅŸekilde telif hakkı " "bildirimi\n" " ve garantisiz olduÄŸuna dair bildirim koymak, bu Lisans'dan bahseden\n" " herhangi bir bildirimi aynen muhafaza etmek ve bütün diÄŸer alıcılara\n" " Yazılım ile birlikte bu Lisans'ın bir kopyasını vermek ÅŸartı ile\n" " kopyalayabilir ve dağıtabilirsiniz.\n" "\n" " Kopyalamak fiili iÅŸlemi için bir ücret talep edebilir ve sizin " "seçiminize\n" " baÄŸlı olarak ücret karşılığı garanti verebilirsiniz.\n" "\n" "2. Yazılım'ın kopyasını veya kopyalarını veya herhangi bir parçasını\n" " deÄŸiÅŸtirerek Yazılım'ı baz alan ürün elde edebilir, bu deÄŸiÅŸiklikleri " "veya\n" " ürünün kendisini yukarıda 1. bölümdeki ÅŸartlar dahilinde ve aÅŸağıda\n" " sıralanan ÅŸartların yerine getirilmesi koÅŸulu ile kopyalayabilir ve\n" " dağıtabilirsiniz.\n" "\n" " 1. DeÄŸiÅŸtirilen dosyaların görünür bir ÅŸekilde dosyaların sizin\n" " tarafınızdan deÄŸiÅŸtirildiÄŸine dair, tarihli bir bildirim " "içermesini\n" " saÄŸlamalısınız.\n" " 2. Yazılım'dan veya Yazılım'ın bir parçasından tamamen veya kısmen\n" " iÅŸtikak etmiÅŸ ve sizin tarafınızdan dağıtılan veya yayınlanan\n" " herhangi bir ürünün bütün üçüncü ÅŸahıslara bu Lisans ÅŸartları\n" " altında ücretsiz olarak ruhsatlanmasını saÄŸlamalısınız.\n" " 3. EÄŸer deÄŸiÅŸtirilen yazılım olaÄŸan kullanım altında komutları\n" " etkileÅŸimli olarak alıyor ise, yazılım, en olaÄŸan kullanım için\n" " etkileÅŸimli olarak çalıştırıldığı zaman uygun bir telif hakkı\n" " bildirimi, garantisi olmadığına (veya sizin tarafınızdan garanti\n" " verildiÄŸine), kullanıcıların bu yazılımı bu ÅŸartlar altında " "tekrar\n" " dağıtabileceklerine ve kullanıcının bu Lisansın bir kopyasını " "nasıl\n" " görebileceÄŸine dair bir bildirim yazdırmalı veya göstermelidir.\n" " (İstisna: EÄŸer Yazılım'ın kendisi interaktif ise fakat böyle bir\n" " bildirimi olaÄŸan kullanım esnasında yazdırmıyor ise, sizin\n" " Yazılım'ı temel alan ürününüz böyle bir bildirimde bulunmak " "zorunda\n" " deÄŸildir.)\n" "\n" " Bu ÅŸartlar deÄŸiÅŸtirilmiÅŸ eserin tamamını kapsamaktadır. EÄŸer eserin " "tespit\n" " edilebilir kısımları Yazılım'dan iÅŸtikak etmemiÅŸ ise ve makul surette\n" " kendi baÅŸlarına bağımsız ve ayrı eserler olarak kabul edilebilir ise, o\n" " zaman bu Lisans ve ÅŸartları, bu parçaları ayrı eser olarak dağıttığınız\n" " zaman baÄŸlayıcı deÄŸildir. Fakat, aynı parçaları Yazılım'ı temel alan bir\n" " ürün bütününün bir parçası olarak dağıttığınız zaman bütünün dağıtımı,\n" " diÄŸer ruhsat sahiplerine verilen izinlerin bütüne ait olduÄŸu ve\n" " parçalarına, yazarının kim olduÄŸuna bakılmaksızın bütün parçalarına tek\n" " tek ve müşterek olarak uygulandığı bu Lisans ÅŸartlarına uygun olmalıdır.\n" "\n" " Bu bölümün hedefi tamamen sizin tarafınızdan yazılan bir eser üzerinde " "hak\n" " iddia etmek veya sizin böyle bir eser üzerindeki haklarınıza muhalefet\n" " etmek deÄŸil, Yazılım'ı temel alan, Yazılım'dan iÅŸtikak etmiÅŸ veya " "müşterek\n" " olarak ortaya çıkarılmış eserlerin dağıtımını kontrol etme haklarını\n" " düzenlemektir.\n" "\n" " Buna ek olarak, Yazılım'ı temel almayan herhangi bir ürünün Yazılım ile\n" " (veya Yazılım'ı temel alan bir ürün ile) bir bilgi saklama ortamında " "veya\n" " bir dağıtım ortamında beraber tutulması diÄŸer eseri bu Lisans kapsamına\n" " sokmaz.\n" "\n" "3. Yazılım'ı (veya 2. bölümde tanımlandığı hali ile onu temel alan bir " "ürünü)\n" " ara derlenmiÅŸ veya uygulama hali ile 1. ve 2. Bölüm'deki ÅŸartlar " "dahilinde\n" " ve aÅŸağıda sıralanan yöntemlerden birisine uygun olarak kopyalayabilir " "ve\n" " dağıtabilirsiniz.\n" "\n" " 1. Yaygın olarak yazılım dağıtımında kullanılan bir ortam üzerinde,\n" " yukarıda 1. ve 2. Bölüm'de bulunan ÅŸartlar dahilinde, bilgisayar\n" " tarafından okunabilir kaynak kodlarının tamamı ile birlikte\n" " dağıtmak.\n" " 2. Herhangi bir üçüncü ÅŸahsa, fiziksel olarak dağıtımı " "gerçekleÅŸtirme\n" " masrafınızdan daha fazla ücret almayarak, yaygın olarak yazılım\n" " dağıtımında kullanılan bir ortam üzerinde, yukarıda 1. ve 2.\n" " Bölüm'de bulunan ÅŸartlar dahilinde, bilgisayar tarafından\n" " okunabilir kaynak kodlarının tamamını dağıtacağınıza dair en az " "üç\n" " yıl geçerli olacak yazılı bir taahhütname ile birlikte dağıtmak.\n" " 3. Size verilmiÅŸ olan ilgili kaynak kodunu dağıtma taahhütnamesi ile\n" " birlikte dağıtmak. (Bu alternatif yalnızca ticari olmayan\n" " dağıtımlar için ve yalnızca siz de yazılımı ara derlenmiÅŸ veya\n" " uygulama biçeminde ve yukarıda b) bölümünde anlatılan ÅŸekli ile\n" " bir taahhütname ile birlikte almış iseniz geçerlidir.)\n" "\n" " Bir eserin kaynak kodu, esere deÄŸiÅŸtirme yapmak için en uygun yöntem ve\n" " imkan anlamında kullanılmaktadır. Uygulama biçeminde bir eser için, " "kaynak\n" " kodu, içerdiÄŸi bütün parçalar için ilgili kaynak kodları, ilgili arayüz\n" " tanım dosyaları ve derleme ve yükleme iÅŸlemlerinde kullanılan bütün\n" " betikler anlamında kullanılmaktadır. Bir istisna olarak, dağıtılan " "kaynak\n" " kodu, genelde uygulamanın üzerinde çalışacağı iÅŸletim sisteminin ana\n" " parçaları (derleyici, çekirdek v.b.) ile birlikte dağıtılan herhangi bir\n" " bileÅŸeni,eÄŸer ilgili bileÅŸen, uygulama ile birlikte dağıtılmıyorsa,\n" " içermek zorunda deÄŸildir.\n" "\n" " EÄŸer uygulama veya ara derlenmiÅŸ biçemde yazılımın dağıtımı belli bir " "yere\n" " eriÅŸim ve oradan kopyalama imkanı olarak yapılıyorsa, aynı yerden, aynı\n" " koÅŸullar altında kaynak koduna eriÅŸim imkanı saÄŸlamak, üçüncü ÅŸahısların\n" " ara derlenmiÅŸ ve uygulama biçemleri ile birlikte kaynak kodunu kopyalama\n" " zorunlulukları olmasa bile kaynak kodunu dağıtmak olarak kabul\n" " edilmektedir.\n" "\n" "4. Yazılım'ı bu Lisans'ta sarih olarak belirtilen ÅŸartlar haricinde\n" " kopyalayamaz, deÄŸiÅŸtiremez, ruhsat hakkını veremez ve dağıtamazsınız.\n" " Buna aykırı herhangi bir kopyalama, deÄŸiÅŸtirme, ruhsat hakkı verme veya\n" " dağıtımda bulunma hükümsüzdür ve böyle bir teÅŸebbüs halinde bu Lisans\n" " altındaki bütün haklarınız iptal edilir. Sizden, bu Lisans kapsamında\n" " kopya veya hak almış olan üçüncü ÅŸahıslar, Lisans ÅŸartlarına\n" " uygunluklarını devam ettirdikleri sürece, ruhsat haklarını muhafaza\n" " edeceklerdir.\n" "\n" "5. Bu Lisans sizin tarafınızdan imzalanmadığı için bu Lisans'ı kabul etmek\n" " zorunda deÄŸilsiniz. Fakat, size Yazılım'ı veya onu baz alan ürünleri\n" " deÄŸiÅŸtirmek veya dağıtmak için izin veren baÅŸka bir belge yoktur. EÄŸer\n" " bu Lisans'ı kabul etmiyorsanız bu eylemler kanun tarafından sizin için\n" " yasaklanmıştır. Dolayısıyla, Yazılım'ı (veya onu baz alan bir ürünü)\n" " deÄŸiÅŸtirmeniz veya dağıtmanız bu Lisans'ı ve Lisans'ın Yazılım'ı veya\n" " ondan iÅŸtikak etmiÅŸ bütün eserleri kopyalamak, deÄŸiÅŸtirmek ve dağıtmak\n" " için getirdiÄŸi ÅŸart ve kayıtları kabul ettiÄŸiniz manasına gelmektedir.\n" "\n" "6. Yazılım'ı (veya onu baz alan herhangi bir ürünü) yeniden dağıttığınız " "her\n" " defada alıcı, ilk ruhsat sahibinden otomatik olarak Yazılım'ı bu ÅŸartlar\n" " ve kayıtlar dahilinde kopyalamak, deÄŸiÅŸtirmek ve dağıtmak için ruhsat\n" " almaktadır. Alıcının burada verilen hakları kullanmasına ek bir takım\n" " kısıtlamalar getiremezsiniz. Üçüncü ÅŸahısları bu Lisans mucibince " "hareket\n" " etmeye mecbur etmek sizin sorumluluk ve yükümlülüğünüz altında deÄŸildir.\n" "\n" "7. EÄŸer bir mahkeme kararı veya patent ihlal iddiası veya herhangi baÅŸka " "bir\n" " (patent meseleleri ile sınırlı olmayan) sebep sonucunda size, bu " "Lisans'ın\n" " ÅŸart ve kayıtlarına aykırı olan bir takım (mahkeme kararı, özel anlaÅŸma\n" " veya baÅŸka bir ÅŸekilde) kısıtlamalar getirilirse, bu sizi bu Lisans ÅŸart\n" " ve kayıtlarına uyma mecburiyetinden serbest bırakmaz. EÄŸer aynı anda hem\n" " bu Lisans'ın ÅŸartlarını yerine getiren hem de diÄŸer kısıtlamalara uygun\n" " olan bir ÅŸekilde Yazılım'ı dağıtamıyorsanız, o zaman Yazılım'ı\n" " dağıtamazsınız. ÖrneÄŸin, eÄŸer bir patent lisansı doÄŸrudan veya dolaylı\n" " olarak sizden kopya alacak olan üçüncü ÅŸahısların bedel ödemeksizin\n" " Yazılım'ı dağıtmalarına hak tanımıyorsa o zaman sizin hem bu koÅŸulu hem\n" " de Lisans koÅŸullarını yerine getirmenizin tek yolu Yazılım'ı dağıtmamak\n" " olacaktır.\n" "\n" " EÄŸer bu bölümün herhangi bir parçası herhangi bir ÅŸart altında " "uygulanamaz\n" " veya hatalı bulunur ise o ÅŸartlar dahilinde bölümün geri kalan kısmı,\n" " bütün diÄŸer ÅŸartlar altında da bölümün tamamı geçerlidir.\n" "\n" " Bu bölümün amacı sizin patent haklarını, herhangi bir mülkiyet hakkını\n" " ihlal etmenize yol açmak veya bu hakların geçerliliÄŸine muhalefet " "etmenizi\n" " saÄŸlamak deÄŸildir; bu bölümün bütün amacı kamu lisans uygulamaları ile\n" " oluÅŸturulan özgür yazılım dağıtım sisteminin bütünlüğünü ve iÅŸlerliÄŸini\n" " korumaktır. Bu sistemin tutarlı uygulanmasına dayanarak pek çok kiÅŸi bu\n" " sistemle dağıtılan geniÅŸ yelpazedeki yazılımlara katkıda bulunmuÅŸtur;\n" " yazılımını bu veya baÅŸka bir sistemle dağıtmak kararı yazara aittir,\n" " herhangi bir kullanıcı bu kararı veremez.\n" "\n" " Bu bölüm Lisans'ın geri kalanının doÄŸurduÄŸu sonuçların ne olduÄŸunu\n" " açıklığa kavuÅŸturmak amacını gütmektedir.\n" "\n" "8. EÄŸer Yazılım'ın kullanımı ve/veya dağıtımı bazı ülkelerde telif hakkı\n" " taşıyan arayüzler veya patentler yüzünden kısıtlanırsa, Yazılım'ı bu\n" " Lisans kapsamına ilk koyan telif hakkı sahibi, Yazılım'ın yalnızca bu\n" " ülkeler haricinde dağıtılabileceÄŸine dair açık bir coÄŸrafi dağıtım\n" " kısıtlaması koyabilir. Böyle bir durumda bu Lisans bu kısıtlamayı sanki\n" " Lisans'ın içerisine yazılmış gibi kapsar.\n" "\n" "9. Free Software Foundation zaman zaman Genel Kamu Lisansı'nın yeni ve/veya\n" " deÄŸiÅŸtirilmiÅŸ biçimlerini yayınlayabilir. Böyle yeni sürümler mana " "olarak\n" " ÅŸimdiki haline benzer olacaktır, fakat doÄŸacak yeni problemler veya\n" " kaygılara cevap verecek ÅŸekilde ayrıntıda farklılık arzedebilir.\n" " Her yeni biçime ayırdedici bir sürüm numarası verilmektedir. EÄŸer " "Yazılım\n" " bir sürüm numarası belirtiyor ve \"bu ve bundan sonraki sürümler\" " "altında\n" " dağıtılıyorsa, belirtilen sürüm veya Free Software Foundation tarafından\n" " yayınlanan herhangi sonraki bir sürümün ÅŸart ve kayıtlarına uymakta\n" " serbestsiniz. EÄŸer Yazılım Lisans için bir sürüm numarası belirtmiyor " "ise,\n" " Free Software Foundation tarafından yayınlanmış olan herhangi bir " "sürümün\n" " ÅŸart ve kayıtlarına uymakta serbestsiniz.\n" "\n" "10. EÄŸer bu Yazılım'ın parçalarını dağıtım koÅŸulları farklı olan baÅŸka\n" " özgür yazılımların içerisinde kullanmak isterseniz, yazara sorarak izin\n" " isteyin. Telif hakkı Free Software Foundation'a ait olan yazılımlar için\n" " Free Software Foundation'a yazın, bazen istisnalar kabul edilmektedir.\n" " Kararımız, özgür yazılımlarımızdan iÅŸtikak etmiÅŸ yazılımların özgür\n" " statülerini korumak ve genel olarak yazılımların yeniden\n" " kullanılabilirliÄŸini ve paylaşımını saÄŸlamak amaçları doÄŸrultusunda\n" " ÅŸekillenecektir.\n" "\n" " GARANTİ YOKTUR \n" "11. BU YAZILIM ÜCRETSİZ OLARAK RUHSATLANDIÄžI İÇİN, YAZILIM İÇİN İLGİLİ\n" " KANUNLARIN İZİN VERDİĞİ ÖLÇÜDE HERHANGİ BİR GARANTİ VERİLMEMEKTEDİR.\n" " AKSİ YAZILI OLARAK BELİRTİLMEDİĞİ MÜDDETÇE TELİF HAKKI SAHİPLERİ VE/VEYA\n" " BAÅžKA ÅžAHISLAR YAZILIMI \"OLDUÄžU GİBİ\", AŞİKAR VEYA ZIMNEN, " "SATILABİLİRLİĞİ\n" " VEYA HERHANGİ BİR AMACA UYGUNLUÄžU DA DAHİL OLMAK ÜZERE HİÇBİR GARANTİ\n" " VERMEKSİZİN DAÄžITMAKTADIRLAR. YAZILIMIN KALİTESİ VEYA BAÅžARIMI İLE " "İLGİLİ\n" " TÜM SORUNLAR SİZE AİTTİR. YAZILIMDA HERHANGİ BİR BOZUKLUKTAN DOLAYI\n" " DOÄžABİLECEK OLAN BÜTÜN SERVİS, TAMİR VEYA DÜZELTME MASRAFLARI SİZE " "AİTTİR.\n" "\n" "12. İLGİLİ KANUNUN İCBAR ETTİĞİ DURUMLAR VEYA YAZILI ANLAÅžMA HARİCİNDE\n" " HERHANGİ BİR ÅžEKİLDE TELİF HAKKI SAHİBİ VEYA YUKARIDA İZİN VERİLDİĞİ\n" " ÅžEKİLDE YAZILIMI DEĞİŞTİREN VEYA YENİDEN DAÄžITAN HERHANGİ BİR KİŞİ,\n" " YAZILIMIN KULLANIMI VEYA KULLANILAMAMASI (VEYA VERİ KAYBI OLUÅžMASI,\n" " VERİNİN YANLIÅž HALE GELMESİ, SİZİN VEYA ÜÇÜNCÜ ÅžAHISLARIN ZARARA " "UÄžRAMASI\n" " VEYA YAZILIMIN BAÅžKA YAZILIMLARLA BERABER ÇALIÅžAMAMASI) YÜZÜNDEN OLUÅžAN\n" " GENEL, ÖZEL, DOÄžRUDAN YA DA DOLAYLI HERHANGİ BİR ZARARDAN, BÖYLE BİR\n" " TAZMİNAT TALEBİ TELİF HAKKI SAHİBİ VEYA İLGİLİ KİŞİYE BİLDİRİLMİŞ OLSA\n" " DAHİ, SORUMLU DEĞİLDİR.\n" "\n" " ÅžART VE KAYITLARIN SONU\n" #. TRANSLATORS: Replace this string with your names, one name per line. #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:338 #: contrib/gnunet_setup_about_dialog.glade:338 #: contrib/gnunet_statistics_gtk_about_dialog.glade:338 msgid "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" msgstr "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" #: contrib/gnunet_peerinfo_gtk_main_window.glade:28 #, fuzzy msgid "gnunet-peerinfo-gtk" msgstr "GNUnet-gtk" #: contrib/gnunet_peerinfo_gtk_main_window.glade:53 msgid "Display information about this version of gnunet-peerinfo-gtk" msgstr "" #: contrib/gnunet_setup_about_dialog.glade:8 #, fuzzy msgid "About gnunet-setup" msgstr "GNUnet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:43 #, fuzzy msgid "gnunet-setup" msgstr "GNUnet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:76 msgid "Services:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:87 msgid "Topology" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:92 msgid "" "The topology subsystem is required as it ensures that your peer connects to " "other peers." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:106 msgid "Hostlist" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:110 msgid "" "Hostlist servers are used to find other peers. Here you can choose to offer " "a hostlist or simply configure which hostlists by other peers you want to " "use." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:124 #, fuzzy msgid "File _Sharing" msgstr "Dosya _Paylaşımı" #: contrib/gnunet_setup_gtk_main_window.glade:128 msgid "Enable GNUnet's file-sharing subsystem." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:143 msgid "PT/VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:147 msgid "" "Using the PT/VPN subsystems you can tunnel your Internet traffic over " "GNUnet. This is useful if you want to access the IPv4-Internet if you only " "have IPv6-connectivity or vice versa. Furthermore, if you are only " "connected to other peers using WLAN, you could also get Internet access in " "the first place by routing IP traffic over GNUnet." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:160 msgid "EXIT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:164 msgid "" "By offering an EXIT service, you can allow other peers to use your Internet " "connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your " "machine will be seen as the origin of the traffic, this might be risky in " "some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN " "interception for IPv4 and IPv6 on the same machine will still give you 4to6 " "and 6to4 protocol translation, allowing you to access IPv4-only servers from " "IPv6-only clients and IPv6-only servers from IPv4-only clients." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:177 msgid "GNS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:181 msgid "" "The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make " "the \".gnunet\" TLD available on your system. You will be in charge of your " "\".gnunet\" TLD." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:199 #, fuzzy msgid "Service Configuration" msgstr "Kullanılabilir İçerik" #: contrib/gnunet_setup_gtk_main_window.glade:225 msgid "F_2F only" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:252 msgid "Friends file:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:281 #, fuzzy msgid "Min. connected friends:" msgstr "GNUnet artalan süreci ile baÄŸlantı kesildi.\n" #: contrib/gnunet_setup_gtk_main_window.glade:311 msgid "Friend-to-Friend Configuration (restricts P2P connections)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:340 msgid "Use Hostlists to bootstrap" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:356 msgid "Learn Servers from P2P Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:386 msgid "Run Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:402 msgid "Advertise Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:422 #: contrib/gnunet_setup_gtk_main_window.glade:2286 #: contrib/gnunet_setup_gtk_main_window.glade:2783 msgid "Port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:470 msgid "Known Hostlist Servers:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:539 msgid "Hostlist Configuration (for bootstrapping the network)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:554 msgid "_General" msgstr "_Genel" #: contrib/gnunet_setup_gtk_main_window.glade:584 msgid "Max. download bandwidth (B/s):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:611 msgid "Max. upload bandwidth (B/s)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:644 msgid "Bandwidth Configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:673 msgid "Peer is behind _NAT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:677 msgid "" "Check this box if your machine is behind a NAT box (router that performs " "network address translation). Leave off if your machine has a globally " "unique IPv4 address. NAT options only impact IPv4 addresses at this time." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:691 msgid "Attempt automatic configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:706 msgid "Disable IPv_6 support" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:710 msgid "" "Disable advertising IPv6 addresses. Check this box if you know that your " "system has no IPv6 Internet connectivity." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:751 msgid "NAT ports have been opened manually" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:755 msgid "" "Set this option if you have configured your NAT to forward the ports for the " "various enabled GNUnet transports. If the external ports are different, the " "respective values of the external port should be specified under " "\"advertised port\" for the respective transport. You also need to specify " "the \"External (public) IPv4 address\" of your NAT box below." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:766 msgid "Enable NAT traversal via UPnP or PMP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:770 msgid "This option enables the use of upnpc from miniupnpd for NAT traversal" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:782 msgid "Enable NAT traversal using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:786 msgid "" "This option enables the use of the \"Autonomous NAT Traversal\" method " "(presented at P2P 2010). It requires gnunet-helper-nat-server to be " "installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:802 msgid "" "Globally visible IP address of your system (IP address of the external " "interface of your NAT). You can also specify a hostname, in which case " "GNUnet will periodically look up the hostname in DNS to determine our " "external IP address (DynDNS setup)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:803 msgid "External (public) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:834 msgid "Enable connecting to NATed peers using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:838 msgid "" "This method allows this peer to initiate connections to NATed peers using " "the 'Autonomous NAT traversal' method (presented at P2P 2010). It requires " "having gnunet-helper-nat-client installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:855 msgid "" "Specify the IPv4 address of your computers main network interface (typically " "eth0 or wlan0)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:856 msgid "Internal (private) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:902 msgid "NAT Traversal Configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:920 msgid "_Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:948 msgid "Plugins to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:959 msgid "_TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:978 msgid "_UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:996 msgid "_HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1015 msgid "HTTP_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1034 msgid "D_V" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1051 msgid "_WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1089 #: contrib/gnunet_setup_gtk_main_window.glade:1276 #: contrib/gnunet_setup_gtk_main_window.glade:1455 #: contrib/gnunet_setup_gtk_main_window.glade:1636 msgid "Bind to port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1118 msgid "Use Port \"0\" to only allow outgoing TCP connections" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1141 #: contrib/gnunet_setup_gtk_main_window.glade:1317 #: contrib/gnunet_setup_gtk_main_window.glade:1496 #: contrib/gnunet_setup_gtk_main_window.glade:1677 msgid "Advertised port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1170 #: contrib/gnunet_setup_gtk_main_window.glade:1342 #: contrib/gnunet_setup_gtk_main_window.glade:1523 #: contrib/gnunet_setup_gtk_main_window.glade:1704 msgid "" "External port visible on our public IP address after mappings by NAT/" "firewalls" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1199 #: contrib/gnunet_setup_gtk_main_window.glade:1372 #: contrib/gnunet_setup_gtk_main_window.glade:1553 #: contrib/gnunet_setup_gtk_main_window.glade:1734 #: contrib/gnunet_setup_gtk_main_window.glade:2336 #: contrib/gnunet_setup_gtk_main_window.glade:2417 #: contrib/gnunet_setup_gtk_main_window.glade:2833 #: contrib/gnunet_setup_gtk_main_window.glade:2916 msgid "Test configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1203 #: contrib/gnunet_setup_gtk_main_window.glade:1376 #: contrib/gnunet_setup_gtk_main_window.glade:1557 #: contrib/gnunet_setup_gtk_main_window.glade:1738 msgid "" "Test your network configuration by contacting a public gnunet-nat-server and " "asking it to establish a connection to your system for testing. This test " "can only work if you are not running your peer at the time you run the test." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1215 #: contrib/gnunet_setup_gtk_main_window.glade:1388 #: contrib/gnunet_setup_gtk_main_window.glade:1569 #: contrib/gnunet_setup_gtk_main_window.glade:1750 #: contrib/gnunet_setup_gtk_main_window.glade:2349 #: contrib/gnunet_setup_gtk_main_window.glade:2430 #: contrib/gnunet_setup_gtk_main_window.glade:2846 #: contrib/gnunet_setup_gtk_main_window.glade:2929 msgid "Configuration works!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1227 #: contrib/gnunet_setup_gtk_main_window.glade:1400 #: contrib/gnunet_setup_gtk_main_window.glade:1581 #: contrib/gnunet_setup_gtk_main_window.glade:1762 msgid "Test failed!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1258 msgid "TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1275 #: contrib/gnunet_setup_gtk_main_window.glade:1454 #: contrib/gnunet_setup_gtk_main_window.glade:1635 msgid "" "Port number that GNUnet's UDP transport should bind to on the local system" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1434 msgid "UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1615 msgid "HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1796 msgid "HTTPS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1818 msgid "DV" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1835 msgid "Name of _Monitor Interface" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1876 msgid "WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1895 msgid "Transport Configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1907 msgid "_Transports" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1933 msgid "Enable unsolicited content transmission from this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1950 msgid "Enable caching content at this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1969 #, fuzzy msgid "File Sharing Options" msgstr "Çalışan Uygulamalar" #: contrib/gnunet_setup_gtk_main_window.glade:1999 msgid "Database Backend to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2014 #: contrib/gnunet_setup_gtk_main_window.glade:2128 #: contrib/gnunet_setup_gtk_main_window.glade:2507 #: contrib/gnunet_setup_gtk_main_window.glade:2621 msgid "sqLite" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2031 #: contrib/gnunet_setup_gtk_main_window.glade:2328 #: contrib/gnunet_setup_gtk_main_window.glade:2524 #: contrib/gnunet_setup_gtk_main_window.glade:2825 msgid "MySQL" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2049 #: contrib/gnunet_setup_gtk_main_window.glade:2409 #: contrib/gnunet_setup_gtk_main_window.glade:2542 #: contrib/gnunet_setup_gtk_main_window.glade:2908 msgid "Postgres" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2084 #: contrib/gnunet_setup_gtk_main_window.glade:2577 msgid "Quota (bytes):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2122 #: contrib/gnunet_setup_gtk_main_window.glade:2615 msgid "No setup required." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2144 #: contrib/gnunet_setup_gtk_main_window.glade:2637 msgid "MySQL database name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2158 #: contrib/gnunet_setup_gtk_main_window.glade:2651 #, fuzzy msgid "gnunet" msgstr "GNUnet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:2178 #: contrib/gnunet_setup_gtk_main_window.glade:2671 msgid "Configuration file:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2206 #: contrib/gnunet_setup_gtk_main_window.glade:2700 #, fuzzy msgid "Username:" msgstr "D_osya ismi:" #: contrib/gnunet_setup_gtk_main_window.glade:2230 #: contrib/gnunet_setup_gtk_main_window.glade:2725 msgid "Password:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2261 #: contrib/gnunet_setup_gtk_main_window.glade:2757 msgid "MySQL Server Hostname:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2275 #: contrib/gnunet_setup_gtk_main_window.glade:2771 msgid "localhost" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2358 #: contrib/gnunet_setup_gtk_main_window.glade:2439 #: contrib/gnunet_setup_gtk_main_window.glade:2856 #: contrib/gnunet_setup_gtk_main_window.glade:2938 msgid "Configuration error!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2377 #: contrib/gnunet_setup_gtk_main_window.glade:2875 msgid "Configuration:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2464 msgid "Configure Datastore (persistent storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2492 msgid "Datacache:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2964 msgid "Configure Datacache (temporary storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2981 #, fuzzy msgid "_File Sharing" msgstr "Dosya _Paylaşımı" #: contrib/gnunet_setup_gtk_main_window.glade:3011 msgid "Tunnel IPv4 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3015 msgid "" "By enabling this option, all of your IPv4-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 4over6 " "tunneling and 4to6 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3027 msgid "Tunnel IPv6 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3031 msgid "" "By enabling this option, all of your IPv6-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 6over4 " "tunneling and 6to4 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3043 #, fuzzy msgid "Tunnel DNS Traffic" msgstr "Gelen Trafik" #: contrib/gnunet_setup_gtk_main_window.glade:3047 msgid "" "Enabling this option will cause your DNS traffic to be routed via the GNUnet " "network to some other peer offering DNS exit functionality. This is needed " "if you have no Internet access (and are thus tunnelling both IPv4 and IPv6 " "traffic over GNUnet). If you have regular Internet access, this option only " "makes sense if you want to get some 'weak' anonymity by tunnelling all of " "your traffic over GNUnet (using the network as a 1-hop proxy in the worst-" "case, so this does not provide you with strong anonymity)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3072 msgid "Protocol Translation and Tunneling Configuration" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3102 msgid "_Interface name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3115 msgid "" "Name of the TUN interface GNUnet will create for intercepting outgoing " "Internet traffic from your machine. The default \"gnunet-vpn\" is almost " "always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3135 msgid "IPv4 address for interface:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3157 #: contrib/gnunet_setup_gtk_main_window.glade:3209 #: contrib/gnunet_setup_gtk_main_window.glade:3439 #: contrib/gnunet_setup_gtk_main_window.glade:3493 msgid "/" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3187 msgid "IPv6 address for interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3241 #, fuzzy msgid "VPN Interface Configuration" msgstr "Kullanılabilir İçerik" #: contrib/gnunet_setup_gtk_main_window.glade:3260 msgid "" "Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, " "6over4, 4over6) facilities" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3261 msgid "_VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3291 msgid "Enable DNS Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3306 msgid "Enable IPv4 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3310 msgid "" "This option will allow other peers to send IPv4 traffic to the Internet " "using your network connection." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3322 msgid "Enable IPv6 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3326 msgid "" "This option will allow other peers to send IPv6 traffic to the Internet " "using your network connection. You should make sure that you have IPv6-" "support before enabling this option." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3349 msgid "IP Address of external DNS Resolver:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3381 msgid "Exit interface name: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3393 msgid "" "Name of the TUN interface GNUnet will create for Internet traffic exiting " "GNUnet via your machine. The default \"gnunet-exit\" is almost always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3416 msgid "IPv4 address for Exit interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3428 msgid "" "Use a private IPv4 network here that does not conflict with your existing " "setup (i.e. something like 10.53.0.1/255.255.0.0 or " "192.168.0.1/255.255.0.0). " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3470 msgid "IPv6 address for Exit interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3482 msgid "" "This should be a globally routed IPv6 subnet of your host. Alternatively, " "if your kernel supports IPv6-NAT, you can pick any site-local prefix and " "manually configure IPv6-NAT." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3525 #, fuzzy msgid "GNUnet Exit Configuration" msgstr "Kullanılabilir İçerik" #: contrib/gnunet_setup_gtk_main_window.glade:3544 msgid "_Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3574 msgid "_Preferred Name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3612 msgid "Cryptographic Identity:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3662 #, fuzzy msgid "Domain Owner Information" msgstr "Kullanılabilir İçerik" #: contrib/gnunet_setup_gtk_main_window.glade:3775 msgid "GNS Database" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3794 msgid "GN_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3810 #, fuzzy msgid "Welcome to gnunet-setup." msgstr "GNUnet artalan sürecine baÄŸlanıldı.\n" #: contrib/gnunet_statistics_gtk_about_dialog.glade:8 #, fuzzy msgid "About gnunet-statistics-gtk" msgstr "GNUnet-gtk" #: contrib/gnunet_statistics_gtk_main_window.glade:6 #, fuzzy msgid "gnunet-statistics-gtk" msgstr "GNUnet-gtk" #: contrib/gnunet_statistics_gtk_main_window.glade:36 msgid "Display information about this version of gnunet-statistics-gtk" msgstr "" #: contrib/gnunet_statistics_gtk_main_window.glade:73 #, fuzzy msgid "_Connections" msgstr "BaÄŸlanırlık" #: contrib/gnunet_statistics_gtk_main_window.glade:97 #, fuzzy msgid "_Traffic" msgstr "Gelen Trafik" #: contrib/gnunet_statistics_gtk_main_window.glade:122 msgid "_Storage" msgstr "" #, fuzzy #~ msgid "Peer" #~ msgstr "asla" #, fuzzy #~ msgid "Advertise namespace" #~ msgstr "Bu _isim alanında:" #, fuzzy #~ msgid "Value:" #~ msgstr "_DeÄŸeri:" #~ msgid "Keywords" #~ msgstr "Anahtar Sözcükler" #, fuzzy #~ msgid "_Root:" #~ msgstr "_Kök dizin:" #~ msgid "Description" #~ msgstr "Açıklama" #~ msgid "Format" #~ msgstr "Biçimi" #~ msgid "Size" #~ msgstr "Boyut" #, fuzzy #~ msgid "query" #~ msgstr "Sorgu" #, fuzzy #~ msgid "Destination" #~ msgstr "Açıklama" #, fuzzy #~ msgid "Current identifier" #~ msgstr "_Sonraki Betimleyici:" #, fuzzy #~ msgid "Update identifier" #~ msgstr "_Sonraki Betimleyici:" #, fuzzy #~ msgid "_Index file" #~ msgstr "_Betimleyici:" #, fuzzy #~ msgid "Root" #~ msgstr "_Kök dizin:" #, fuzzy #~ msgid "Download from URI" #~ msgstr "İ_ndir" #, fuzzy #~ msgid "Search GNUnet" #~ msgstr "Arama Sonuçları" #, fuzzy #~ msgid "_Query:" #~ msgstr "Sorgu" #~ msgid "gnunet-gtk" #~ msgstr "GNUnet-gtk" #, fuzzy #~ msgid "filename" #~ msgstr "Dosya ismi" #, fuzzy #~ msgid "_Anonymity" #~ msgstr "_Anonimlik:" #, fuzzy #~ msgid "Previous identifier" #~ msgstr "_Sonraki Betimleyici:" #, fuzzy #~ msgid "Statistics" #~ msgstr "İ_statistikler" #~ msgid "gnunet-gtk, GNU's Peer-to-Peer Network" #~ msgstr "gnunet-gtk, GNU'nun Dosya Paylaşım Ağı" #~ msgid "Welcome to gnunet-gtk 0.7.0d" #~ msgstr "" #~ "gnunet-gtk 0.7.0d sürümüne HoÅŸgeldiniz" #~ msgid "" #~ " \n" #~ "gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to " #~ "eventually provide a universal, pluggable interface for all GNUnet " #~ "services.\n" #~ "\n" #~ "This is a beta release. Some advanced features are not working and others " #~ "are missing. The GNUnet homepage offers information about new versions of " #~ "gnunet-gtk.\n" #~ "\n" #~ "Please read the text below for infomation about this release. We hope " #~ "that you will enjoy gnunet-gtk (especially once it is ready).\n" #~ "\n" #~ "Thank you,\n" #~ "\n" #~ " The GNUnet Team\n" #~ "\n" #~ "Known problems\n" #~ "\n" #~ "Advanced file-sharing features (in particular interactive assembly of " #~ "directories and namespaces) still need work in this version. If you find " #~ "any bugs, please report them to our bugtracking system at https://gnunet." #~ "org/mantis/.\n" #~ "\n" #~ "Changes from gnunet-gtk 0.7.0c:\n" #~ "\n" #~ "This release improves responsiveness of various operations. Closing " #~ "searches, aborting downloads and terminating gnunet-gtk should be much " #~ "faster. Resuming downloads should work properly in this version.\n" #~ "\n" #~ "Changes from gnunet-gtk 0.7.0b:\n" #~ "\n" #~ "This release fixes downloads of files from directories. The previous " #~ "version had some issues with where to copy the completed downloads. Now " #~ "all downloads (pending and completed) are stored in the directory " #~ "specified in the configuration file (by default, that directory is ~/" #~ "gnunet-downloads).\n" #~ "\n" #~ msgstr "" #~ " \n" #~ "gnunet-gtk GNUnet'e eriÅŸim için GTK+ kullanıcı arayüzüdür. Tüm GNUnet " #~ "hizmetleri için olası bir evrensel ve eklemlenebilir arayüz olması " #~ "düşünülmüştür.\n" #~ "\n" #~ "Bu bir beta sürümdür. Bazı ileri düzey özellikler çalışmamaktadır ve " #~ "bazıları da yoktur. gnunet-gtk'nın yeni sürümleri hakkında bilgi edinmek " #~ "için GNUnet anasayfasına bakınız.\n" #~ "\n" #~ "Bu dağıtım hakkında bilgilenmek için lütfen aÅŸağıdaki metni okuyun. " #~ "gnunet-gtk'yı beÄŸeneceÄŸinizi umuyoruz (hele bir hazır olsun).\n" #~ "\n" #~ " GNUnet Ekibine TeÅŸekkürler\n" #~ "\n" #~ "Bilinen sorunlar\n" #~ "\n" #~ "İleri düzey dosya paylaşım özellikleri (özellikle etkileÅŸimli dizin ve " #~ "isim alanı üretimi) bu sürümde de üzerinde çalışılmayı gerektiriyor. Bir " #~ "yazılım hatası bulursanız, https://gnunet.org/mantis/ adresindeki hata " #~ "izleme sistemine raporlamanızı rica ediyoruz.\n" #~ "\n" #~ "gnunet-gtk 0.7.0c sürümündeki deÄŸiÅŸiklikler:\n" #~ "\n" #~ "Bu sürümde çeÅŸitli iÅŸlemlerin yanıt verebilirliÄŸi artıyor. Aramaları " #~ "kapatıp, indirmeleri terkedip, gnunet-gtk'yı kapatmanın hızlanmış olması " #~ "lazım. Yarım kalmış indirmelerin devam ettirilmesinin bu sürümde düzgün " #~ "çalışması gerekiyor.\n" #~ "\n" #~ "gnunet-gtk 0.7.0b sürümündeki deÄŸiÅŸiklikler:\n" #~ "\n" #~ "Bu sürümde dizinlerden dosyaların indirilmesindeki sorunlar düzeliyor. " #~ "Önceki sürümde tamamlanan indirmelerin kopyalanacağı yerle ilgili " #~ "sorunlar vardı. rtık tüm indirmeler (yarım veya bitmiÅŸ) yapılandırma " #~ "dosyasınad belirtilen dizinde saklanıyor (öntanımlı olarak, ~/gnunet-" #~ "downloads dizininde).\n" #~ "\n" #~ msgid "_Welcome" #~ msgstr "_HoÅŸgeldiniz" #~ msgid "Try to start the GNUnet Daemon gnunetd on localhost" #~ msgstr "GNUnet artalan sürecini localhost üzerinde çalıştırmayı dener" #~ msgid "start gnunet_d" #~ msgstr "gnunetd'yi _baÅŸlat" #~ msgid "Stops the GNUnet daemon gnunetd" #~ msgstr "GNUnet artalan sürece gnunetd'yi durdurur" #~ msgid "sto_p gnunetd" #~ msgstr "gnunetd'yi _durdur" #~ msgid "gnunetd control" #~ msgstr "gnunetd denetimi" #~ msgid "Search Overview" #~ msgstr "Arama Sonuçları" #~ msgid "Clear completed downloads from the download list" #~ msgstr "Tamamlanan indirmeleri listeden siler" #~ msgid "_Enter URI:" #~ msgstr "U_RI Gir:" #~ msgid "with _anonymity" #~ msgstr "bu _anonimlikle:" #~ msgid "Downloads" #~ msgstr "İndirilenler" #~ msgid "Uploads" #~ msgstr "Gönderilenler" #~ msgid "Stat_us" #~ msgstr "D_urum" #~ msgid "" #~ "Search GNUnet for content under the specified keyword (and, if " #~ "applicable, restrict the search to the given namespace)" #~ msgstr "" #~ "Belirtilen sözcüğe göre GNUnet'i arar (mümkünse aramayı belirtilen isim " #~ "alanıyla sınırlar)" #~ msgid "" #~ "Specify the anonymity level for the search, 0 for no anonymity. Higher " #~ "values provide more privacy but also less performance." #~ msgstr "" #~ "Arama için anonimlik düzeyini belirtin; anonimlik yoksa 0. Daha yüksek " #~ "deÄŸerler daha çok gizlilik saÄŸlarken baÅŸarı ÅŸansını azaltır." #~ msgid "" #~ "This is the rating that you have given this namespace so far. Ratings " #~ "are private and not shared with other users in any way. They are " #~ "supposed to help each user remember which namespace is worthwile for him." #~ msgstr "" #~ "Bu, bu isim alanına verdiÄŸiniz derecedir. Dereceler özeldir ve baÅŸka " #~ "kullanıcılarla asla paylaşılmaz. Hangi isim alanının size ne kadar " #~ "yararlı olduÄŸunu hatırlamanıza yardımcı olması için tasarlanmıştır." #~ msgid "Search and _Download" #~ msgstr "Ara ve İn_dir" #~ msgid "Method:" #~ msgstr "Yöntem:" #~ msgid "" #~ "Indexing will avoid copying the file into the GNUnet database. Instead, " #~ "GNUnet will try to add a symbolic link to the specified file. If that " #~ "fails, a copy of the file will be created. Indexing should be used if " #~ "the local machine is unlikely to ever be compromised by an adversary and " #~ "if the uploaded file will not be modified or moved in the future. " #~ "Indexing is more efficient than insertion." #~ msgstr "" #~ "İndisleme dosyanın GNUnet veritabanına kopyalanmasını engelleyecektir. " #~ "Bunun yerine GNUnet belirtilen dosyaya bir sembolik baÄŸ eklemeyi " #~ "deneyecektir. EÄŸer bu baÅŸarılamazsa, dosyanın bir kopyası " #~ "oluÅŸturulacaktır. İndisleme yerel makinenin bir hasım tarafından " #~ "tehlikeye atılması olası deÄŸilse ve gönderilen dosya deÄŸiÅŸtirilmeyecekse " #~ "veya ileride baÅŸka yere taşınmayacaksa kullanılmalıdır. İndisleme dosya " #~ "yerleÅŸtirmekten daha verimlidir." #~ msgid "inde_x" #~ msgstr "indi_sle" #~ msgid "" #~ "Inserting a file means that an encrypted copy will be added to the GNUnet " #~ "database. Without the proper key (which is not stored in plaintext " #~ "anywhere) the file cannot be decrypted. Use this option for small files, " #~ "files that will be modified soon, files that maybe moved or if you are " #~ "afraid that an adversary may detect the file in plaintext on your machine " #~ "(after compromising your machine)." #~ msgstr "" #~ "Bir dosya yerleÅŸtirmek demek, bir ÅŸifreli kopyanın GNUnet veritabanına " #~ "eklenmesi demektir. Uygun anahtar (hiçbir yerde salt metin olarak " #~ "saklanmayan) olmaksızın dosya ÅŸifresi çözülemez. Bu seçeneÄŸi küçük, daha " #~ "sonra deÄŸiÅŸikliÄŸe uÄŸrayabilecek, yeri deÄŸiÅŸtirilebilecek dosyalar için " #~ "veya bir hasmın dosyanın salt metin halini makinenizde " #~ "saptayabileceÄŸinden (makinenizi gaspettikten sonra) korkuyorsanız " #~ "kullanın ." #~ msgid "i_nsert" #~ msgstr "y_erleÅŸtir" #~ msgid "Scope:" #~ msgstr "Kapsam:" #~ msgid "only insert a single file" #~ msgstr "sadece tek bir dosya yerleÅŸtirir" #~ msgid "file onl_y" #~ msgstr "_tek dosya" #~ msgid "Browse local computer for files (or directories) to upload." #~ msgstr "Yerel makineyi gönderilecek dosyalar (veya dizinler) için tarar." #~ msgid "_Browse" #~ msgstr "Ta_ra" #~ msgid "Recursively insert an entire directory tree" #~ msgstr "Bir dizin aÄŸacını ardışık olarak yerleÅŸtirir" #~ msgid "_recursive (for entire directories)" #~ msgstr "ardışı_k (dizinlerin tamamı için)" #~ msgid "" #~ "What level of sender-anonymity is desired when sharing this particular " #~ "file? 0 allows direct connections (no anonymity). Higher levels require " #~ "increasing amounts of cover traffic per shared block, increasing your " #~ "privacy at the expense of efficiency." #~ msgstr "" #~ "Bu dosyayı paylaşırken istenen gönderici anonimlik düzeyi nedir? 0 " #~ "doÄŸrudan baÄŸlantılara izin verir (anonimlik yok). Daha yüksek düzeyler " #~ "paylaşılan blok başına kapsanan trafik miktarının arttırılmasını " #~ "gerektirir; verimliliÄŸin azalması pahasına gizliliÄŸinizi arttırır." #~ msgid "" #~ "Upload the specified file with the selected options (you will then be " #~ "prompted to enter meta-data and keywords)." #~ msgstr "" #~ "Belirtilen dosyayı seçilen seçeneklerle gönderir (öznitelikleri ve " #~ "anahtar sözcükleri girmeniz için istek yapılır)." #~ msgid "Up_load" #~ msgstr "G_önder" #~ msgid "" #~ "Controls if GNUnet should also produce information for individual files " #~ "inside of a directory, as opposed to only allowing the directory itself " #~ "to be found directly. Only applies for recursive uploads." #~ msgstr "" #~ "Sadece doÄŸrudan bulunan dizinin kendisine izin vermenin aksine bir " #~ "dizinin içindeki dosyalar için GNUnet'in tek tek bilgi üretmmesinin " #~ "gerekip gerekmediÄŸini denetler. Sadece ardışık gönderimlere uygulanır." #~ msgid "add keywords for files in directories" #~ msgstr "dizinlerdeki dosyalar için anahtar sözcükler ekle" #~ msgid "U_pload" #~ msgstr "G_önder" #~ msgid "c_reate" #~ msgstr "_oluÅŸtur" #~ msgid "d_elete" #~ msgstr "_sil" #~ msgid "" #~ "Will prevent future insertions into the namespace (will not delete " #~ "content in the namespace)" #~ msgstr "" #~ "İsim alanına ileride yapılacak yerleÅŸtirmeleri engeller (isim alanındaki " #~ "içerik silinmez)" #~ msgid "end collection (will not delete content already in the collection)" #~ msgstr "albüm sonu (albümdeki mevcudu silmez)" #~ msgid "" #~ "should GNUnet track available content (for publishing in namespaces)?" #~ msgstr "" #~ "GNUnet kullanılabilir içeriÄŸin izini sürmeli mi (isim alanlarında " #~ "yayınlamak için)?" #~ msgid "track available content" #~ msgstr "kullanılabilir içeriÄŸi izle" #~ msgid "" #~ "Refresh the available content list now (otherwise this is done " #~ "automatically roughly every 5 minutes)" #~ msgstr "" #~ "Kullanılabilir içerik listesini ÅŸimdi tazele (yoksa bu yaklaşık her 5 " #~ "dakikada bir kendiliÄŸinden yapılır)" #~ msgid "deletes the tracked available content shown below" #~ msgstr "aÅŸağıda gösterilmiÅŸ olan izlenen kullanılabilir içeriÄŸi siler" #~ msgid "/join #gnunet" #~ msgstr "/join #gnunet" #~ msgid "Cha_t" #~ msgstr "So_hbet" #~ msgid "Edit File Information" #~ msgstr "Dosya Bilgilerini Düzenleyiniz" #~ msgid "This dialog is used to edit information about shared files." #~ msgstr "" #~ "Bu pencere paylaşılan dosyalarla ilgili bilgileri düzenlemek içindir." #~ msgid "" #~ "Confirm the displayed meta-data and keywords and proceed with the upload." #~ msgstr "" #~ "Gösterilen öznitelikleri ve anahtar sözcükleri onaylar ve gönderimle " #~ "iÅŸleme sokar." #~ msgid "metaDataDialogCancelButton" #~ msgstr "özVeriDüzenlemeİptalDüğmesi" #~ msgid "Abort the upload operation." #~ msgstr "Dosya gönderim iÅŸlemini durdurur." #~ msgid "Cancel the upload." #~ msgstr "Dosya gönderimini iptal eder." #~ msgid "Please provide meta-data and keywords for the content." #~ msgstr "" #~ "Dosya içeriÄŸi ile ilgili öznitelikleri ve anahtar sözcükleri giriniz." #~ msgid "Enter metadata about the upload" #~ msgstr "Buraya sol tarafta seçtiÄŸiniz öznitelik ile ilgili deÄŸeri yazınız." #~ msgid "Value Entry" #~ msgstr "DeÄŸer Girdisi" #~ msgid "" #~ "Enter the value for the meta-data of the specified type here.\n" #~ "Press ENTER to add the data." #~ msgstr "" #~ "SeçtiÄŸiniz öznitelik ile ilgili deÄŸeri buraya yazınız.\n" #~ "ENTER tuÅŸuna basarsanız veriyi eklemiÅŸ olursunuz." #~ msgid "" #~ "Add the given description to the meta-data describing the uploaded file." #~ msgstr "Bu veriyi gönderilen dosyanın özniteliklerine ekler." #~ msgid "" #~ "Select entries and use the context menu (right click) in order to delete " #~ "keywords." #~ msgstr "" #~ "Girdileri silmek için girdileri seçip baÄŸlam menüsünü (saÄŸ tık) " #~ "kullanınız." #~ msgid "Meta-data" #~ msgstr "Dosyanın Öznitelikleri" #~ msgid "Enter keywords" #~ msgstr "Anahtar sözcükleri giriniz" #~ msgid "" #~ "Add the specified keyword to the list of keywords under which the file or " #~ "directory will be found." #~ msgstr "" #~ "Dosyanın veya dosyanın bulunduÄŸu dizin altındaki anahtar sözcükler " #~ "listesine belirtilen anahtar sözcüğü ekler." #~ msgid "Lists all of the keywords that will be used." #~ msgstr "Kullanılacak anahtar sözcüklerin tamamını listeler." #~ msgid "Keywords" #~ msgstr "Anahtar Sözcükler" #~ msgid "Select Preview" #~ msgstr "Önizlemeyi Seç" #~ msgid "File Information" #~ msgstr "Dosya Bilgileri" #~ msgid "Meta-data" #~ msgstr "Öznitelik" #~ msgid "" #~ "List of search results. Directories must first be downloaded before " #~ "their contents will be displayed." #~ msgstr "" #~ "Arama sonuçlarını listeler. İçeriklerinin gösterilebilmesi ilk olarak " #~ "dizinler indirilmelidir." #~ msgid "Anon_ymity:" #~ msgstr "Anoni_mlik:" #~ msgid "" #~ "Specify the desired anonymity level for this download. A value of 0 means " #~ "no receiver anonymity (allows direct connection). Use higher values for " #~ "increased privacy at the expense of performance." #~ msgstr "" #~ "Bu indirme için anonimlik düzeyini belirtin; 0 deÄŸeri alıcının " #~ "anonimliÄŸini ortadan kaldırır (doÄŸrudan baÄŸlantıya izin verir). Daha " #~ "yüksek deÄŸerler daha çok gizlilik saÄŸlarken baÅŸarı ÅŸansını azaltır." #~ msgid "Download selected files." #~ msgstr "Seçilen dosyalar indirilmeye baÅŸlar." #~ msgid "Down_load" #~ msgstr "İ_ndir" #~ msgid "Close this search." #~ msgstr "Bu aramayı kapatır." #~ msgid "Namespace Contents" #~ msgstr "İsim Alanı İçeriÄŸi" #~ msgid "" #~ "List of the files and directories that have been added to this namespace " #~ "so far." #~ msgstr "" #~ "Bu isim alanına ÅŸimdiye kadar eklenmiÅŸ dosyaları ve dizinleri listeler." #~ msgid "Add content to the namespace" #~ msgstr "İçeriÄŸi isim alanına ekler" #~ msgid "Publish an update to the selected updatable content." #~ msgstr "Seçili güncellenebilir içeriÄŸe bir güncelleme yayınlar." #~ msgid "U_pdate" #~ msgstr "G_üncelle" #~ msgid "Chat" #~ msgstr "Sohbet" #~ msgid "The current conversation in this chat room." #~ msgstr "Bu sohbet odasında yapılmakta olan konuÅŸmalar." #~ msgid "Hello!" #~ msgstr "Merhaba!" #~ msgid "Sends the message to all participants in the current chat room." #~ msgstr "İletiyi sohbet odasındaki herkese gönderir." #~ msgid "Sen_d" #~ msgstr "G_önder" #~ msgid "List of the participants in the chat room." #~ msgstr "Sohbet odasında bulunanları listeler." #~ msgid "The gnunet-gtk about dialog" #~ msgstr "GNUnet-gtk Hakkında" #~ msgid "(C) 2001-2006 Christian Grothoff (and other contributing authors)" #~ msgstr "© 2001-2006 Christian Grothoff (ve katkı saÄŸlayan yazarlar)" #~ msgid "https://gnunet.org/" #~ msgstr "https://gnunet.org/" #~ msgid "GNUnet Website" #~ msgstr "GNUnet Sitesi" #~ msgid "Select file to upload to GNUnet" #~ msgstr "GNUnet'e gönderilecek dosyayı seçin" #~ msgid "Cancel selecting file to upload" #~ msgstr "Seçilen dosyayı göndermekten vazgeç" #~ msgid "Select this file (or directory) for the upload" #~ msgstr "Dosyayı (veya dizini) göndermek için seç" #~ msgid "" #~ "Confirm the specified data. Creates the namespace and publishes the " #~ "advertisements." #~ msgstr "" #~ "Belirtilen veriyi onaylar. İsim alanını oluÅŸturur ve malumatı yayınlar." #~ msgid "Cancel namespace creation." #~ msgstr "İsim alanı oluÅŸturmayı iptal eder." #~ msgid "Please provide information about the namespace" #~ msgstr "Lütfen isim alanı hakkında bilgi veriniz." #~ msgid "" #~ "Each namespace is supposed to have a name. While GNUnet cannot guarantee " #~ "that these names are unique, users should try to select names that are " #~ "unlikely to conflict and that correspond to the contents of the namespace." #~ msgstr "" #~ "Her isim alanının bir isminin olacağı varsayılır. GNUnet bu isimlerin " #~ "eÅŸsizliÄŸini garanti edemese de, kullanıcılar isim alanının içeriÄŸine uyan " #~ "ve çeliÅŸmesi olanaksız isimler seçmeye çalışmalıdırlar." #~ msgid "" #~ "The namespace root is the file or directory in the namespace that will be " #~ "advertised to other users. Typically it contains a directory with the " #~ "contents of the namespace. You are free in your choice of identifier for " #~ "the root." #~ msgstr "" #~ "İsim alanının kökü diÄŸer kullanıcılara ilan edilecek isim alanını içeren " #~ "dosya veya dizindir. Genellikle isim alanının içeriÄŸini bulunduran " #~ "dizinin ismi olur. Kökün betimleyicisinin seçiminde özgürsünüz." #~ msgid "Anonymity (for namespace advertisement):" #~ msgstr "Anonimlik (isim alanının ilanı için):" #~ msgid "" #~ "Enter a keyword under which advertisements for this namespace will be " #~ "published." #~ msgstr "Bu isim alanının altında görüneceÄŸi anahtar sözcüğü giriniz." #~ msgid "" #~ "Add the given keyword to the list of keywords under which advertisements " #~ "for the namespace will be published." #~ msgstr "" #~ "Bu isim alanının altında görüneceÄŸi anahtar sözcükler listesine " #~ "belirtilen sözcüğü ekler." #~ msgid "Enter meta-data (descriptions) for this namespace" #~ msgstr "Bu isim alanı ile ilgili seçilen özniteliÄŸin deÄŸerini yazınız." #~ msgid "Add the given metadata entry to the metadata for this namespace." #~ msgstr "Belirtilen veriyi bu isim alanının özniteliklerine ekler." #~ msgid "" #~ "Metadata describing the namespace (used in advertisements). Use the " #~ "context menu (right-click) to delete selected entries." #~ msgstr "" #~ "İsim alanının öznitelikleri (reklamlarda kullanılmak üzere). Seçilen " #~ "girdileri silmek için baÄŸlamsal menüyü (saÄŸ tık) kullanınız." #~ msgid "Close the selected search" #~ msgstr "Seçili aramayı kapatır" #~ msgid "_Close" #~ msgstr "_Kapat" #~ msgid "Please provide meta-data and an identifier for the content." #~ msgstr "Lütfen içerik ile ilgili öznitelikleri ve bir betimleyici veriniz." #~ msgid "Anonymit_y:" #~ msgstr "_Anonimlik:" #~ msgid "_Update Interval:" #~ msgstr "_Güncelleme Sıklığı:" #~ msgid "" #~ "--no update--\n" #~ "--sporadic update--\n" #~ "1 day\n" #~ "2 days\n" #~ "1 week\n" #~ "1 month\n" #~ "1 year\n" #~ msgstr "" #~ "-- güncelleme yok --\n" #~ "-- arasıra --\n" #~ "1 gün\n" #~ "2 gün\n" #~ "1 hafta\n" #~ "1 ay\n" #~ "1 yıl\n" #~ msgid "Edit Collection Information" #~ msgstr "Albüm Bilgilerini Düzenleyiniz" #~ msgid "Please provide meta-data and an identifier for the collection." #~ msgstr "Bu albüm ile ilgili öznitelikleri ve betimleyiciyi giriniz." #~ msgid "Enter Meta-Information about Namespace Content" #~ msgstr "İsim Alanı İçeriÄŸiyle ilgili Öznitelikleri Giriniz" #~ msgid "" #~ "Please provide information about the update to the content in the " #~ "namespace." #~ msgstr "" #~ "Lütfen isim alanındaki içeriÄŸin güncellenmesi ile ilgili bilgileri " #~ "giriniz." #~ msgid "BUG: SET ME!" #~ msgstr "YAZILM HATASI: BENİ ATA!" #~ msgid "unknown" #~ msgstr "bilinmeyen" #~ msgid "no name given" #~ msgstr "bir isim belirtilmedi" #~ msgid "globally" #~ msgstr "genel" #~ msgid "Mime-type" #~ msgstr "MIME türü" #~ msgid "Failed to create namespace URI from `%s'.\n" #~ msgstr "" #~ "`%s' betimleyicisinden isim alanının evrensel olarak geçerli " #~ "betimleyicisi (URI) oluÅŸturulamadı.\n" #~ msgid "Results" #~ msgstr "Sonuçlar" #~ msgid "Error while searching: %s\n" #~ msgstr "Arama sırasında hata: %s\n" #~ msgid "Download `%s' complete" #~ msgstr "`%s' için indirme tamamlandı" #~ msgid "Error while downloading: %s\n" #~ msgstr "İndirme sırasında hata: %s\n" #~ msgid "Upload `%s' complete" #~ msgstr "`%s' için gönderim tamamlandı" #~ msgid "Error while uploading: %s\n" #~ msgstr "Gönderim sırasında hata: %s\n" #~ msgid "Error while uploading `%s'" #~ msgstr "`%s' gönderilirken hata" #~ msgid "Unhandled (unknown) FSUI event: %u.\n" #~ msgstr "Müdahale edilemeyen (bilinmeyen) FSUI olayı: %u.\n" #~ msgid "" #~ "You must specify a directory in the configuration in section `%s' under `" #~ "%s'." #~ msgstr "" #~ "`%2$s' altındaki `%1$s' bölümündeki yapılandırmada bir dizin " #~ "belirtmelisiniz." #~ msgid "Downloading `%s'" #~ msgstr "`%s' indiriliyor" #~ msgid "Invalid URI `%s'" #~ msgstr "Geçersiz betimleyici`%s'" #~ msgid "Please use the search function for keyword (KSK) URIs!" #~ msgstr "" #~ "Lütfen anahtar sözcük betimleyicilerini arama iÅŸlevini (KSK) kullanınız." #~ msgid "Location URIs are not yet supported" #~ msgstr "Yöresel betimleyiciler henüz desteklenmiyor" #~ msgid "Title" #~ msgstr "BaÅŸlık" #~ msgid "Artist" #~ msgstr "Sanatçı" #~ msgid "Album" #~ msgstr "Albüm" #~ msgid "Remove selected files" #~ msgstr "Seçili dosyaları siler" #~ msgid "No files to insert ! Please add files to the list before validating." #~ msgstr "" #~ "YerleÅŸtirilecek dosya yok! Lütfen doÄŸrulatmadan önce listeye dosyaları " #~ "ekleyiniz." #~ msgid "Choose the directory to insert..." #~ msgstr "YerleÅŸtirileceÄŸi dizini seçiniz..." #~ msgid "The following files won't be added for I could not read them :" #~ msgstr "AÅŸağıdaki dosyalar okunamadıklarından eklenememektedir:" #~ msgid "Could not open the directory :\n" #~ msgstr "Dizin açılamadı:\n" #~ msgid "Choose files to insert..." #~ msgstr "YerleÅŸtirilecek dosyaları seçiniz..." #~ msgid "Uploading `%s'" #~ msgstr "`%s' gönderiliyor" #~ msgid "Choose the file you want to publish." #~ msgstr "Yayınlamak istediÄŸiniz dosyayı seçiniz." #~ msgid "Choose the directory you want to publish." #~ msgstr "Yayınlamak istediÄŸiniz dizini seçiniz." #~ msgid "--sporadic update--" #~ msgstr "-- ara sıra güncelleme --" #~ msgid "--no update--" #~ msgstr "-- güncelleme yok --" #~ msgid "Failed to parse given time interval!" #~ msgstr "Belirtilen sürede çözümlenemedi!" #~ msgid "Failed to start collection `%s' (consult logs)." #~ msgstr "`%s' albümü baÅŸlatılamadı (günlük kayıtlarına bakınız)." #~ msgid "Failed to stop collection (consult logs).\n" #~ msgstr "Albüm durdurulamadı (günlük kayıtlarına bakınız).\n" #~ msgid "Filesize" #~ msgstr "Dosya boyutu" #~ msgid "Last ID" #~ msgstr "Son Betimleyici" #~ msgid "Next ID" #~ msgstr "Sonraki Betimleyici" #~ msgid "unspecified" #~ msgstr "belirtilmemiÅŸ" #~ msgid "" #~ "Failed to create namespace `%s'.Consult logs, most likely error is that a " #~ "namespace with that name already exists." #~ msgstr "" #~ "`%s' isim alanı oluÅŸturulamadı. Günlük kayıtarına bakınız, hata büyük " #~ "ihtimalle bu isimde bir isim alanının zaten olması ile ilgilidir." #~ msgid "No local namespaces available that could be deleted!" #~ msgstr "Silinebilecek bir isim alanı yok ki!" #~ msgid "Should the namespace `%s' really be deleted?" #~ msgstr "`%s' isim alanının gerçekten silinmesi gerekiyor mu?" #~ msgid "You must select some available content for publication first!" #~ msgstr "Yayınlamak için önce iÅŸe yarar bir içerik seçmelisiniz!" #~ msgid "You must select some existing namespace content to be updated first!" #~ msgstr "Güncellemek için önce mevcut bir isim alanı seçmelisiniz!" #~ msgid "You must specify an identifier for the next publication." #~ msgstr "Soraki yayınlama için bir betimleyici belirtmelisiniz." #~ msgid "Launching gnunetd..." #~ msgstr "gnunetd baÅŸlatılıyor..." #~ msgid "Launched gnunetd" #~ msgstr "gnunetd çalıştırıldı" #~ msgid "Launching gnunetd failed" #~ msgstr "gnunetd çalıştırılamadı" #~ msgid "Error requesting shutdown of gnunetd." #~ msgstr "gnunetd sonlandırılırken hata." #~ msgid "Terminating gnunetd..." #~ msgstr "gnunetd sonlandırılıyor..." #~ msgid "CPU load" #~ msgstr "İşlemci yükü" #~ msgid "CPU load (in percent of allowed load)" #~ msgstr "İşlemci yükü (azamiye oranı olarak)" #~ msgid "Failed to open `%s'.\n" #~ msgstr "`%s' açılamadı.\n" #~ msgid "Could not init libnotify\n" #~ msgstr "libnotify ilklendirilemedi\n" #~ msgid "Could not send notification\n" #~ msgstr "Bildiri gönderilemedi\n" #~ msgid "GNUnet GTK user interface." #~ msgstr "GNUnet GTK kullanıcı arayüzü." #~ msgid "Use --help to get a list of options.\n" #~ msgstr "" #~ "Seçeneklerin bir listesini almak için --help seçeneÄŸini kullanınız.\n" gnunet-gtk-0.9.3/po/da.po0000644000175000017500000036233011762217326012107 00000000000000# Danish translation of gnenet-gtk # Copyright (C) 2009 Joe Hansen. # This file is distributed under the same license as the gnunet-gtk package. # Joe Hansen , 2009, 2010. # # clipboard -> udklipsholder (overvejelser: klippebord) # credits -> bidragydere (overvejelser: rulletekster) # failed to -> kunne ikke (overvejelser: mislykkedes i) # identifier -> identifikation # peer -> modpart # upload -> overføre # msgid "" msgstr "" "Project-Id-Version: gnunet-gtk-0.8.1\n" "Report-Msgid-Bugs-To: bug-gnunet@gnu.org\n" "POT-Creation-Date: 2012-06-01 21:58+0200\n" "PO-Revision-Date: 2010-02-28 12:25+0100\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/fs/gnunet-fs-gtk.c:438 src/gns/gnunet-gns-gtk.c:597 #: src/peerinfo/gnunet-peerinfo-gtk.c:527 #: src/statistics/gnunet-statistics-gtk.c:295 msgid "start in tray mode" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:55 #, c-format msgid "" "Failed to validate supposedly utf-8 string `%s' of length %u, assuming it to " "be a C string\n" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:245 #, c-format msgid "Selected file `%s' is not a GNUnet directory!\n" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:291 src/fs/gnunet-fs-gtk_common.c:300 #, fuzzy msgid "no description supplied" msgstr "Samling stoppede.\n" #: src/fs/gnunet-fs-gtk_event-handler.c:795 #: contrib/gnunet_fs_gtk_main_window.glade:271 #, fuzzy msgid "_Download" msgstr "H_ent" #: src/fs/gnunet-fs-gtk_event-handler.c:804 #, fuzzy msgid "Download _recursively" msgstr "r_ekursivt" #: src/fs/gnunet-fs-gtk_event-handler.c:813 #, fuzzy msgid "Download _as..." msgstr "H_ent" #: src/fs/gnunet-fs-gtk_event-handler.c:825 #, fuzzy msgid "_Abort download" msgstr "H_ent" #: src/fs/gnunet-fs-gtk_event-handler.c:836 #: src/fs/gnunet-fs-gtk_event-handler.c:2914 msgid "_Copy URI to Clipboard" msgstr "_Kopier URI til udklipsholderen" #: src/fs/gnunet-fs-gtk_event-handler.c:1577 msgid "Error!" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:1739 #, fuzzy msgid "no URI" msgstr "URI" #: src/fs/gnunet-fs-gtk_event-handler.c:2924 #, fuzzy msgid "_Abort publishing" msgstr "Udgi_v" #: src/fs/gnunet-fs-gtk_main-window-search.c:131 #, c-format msgid "Invalid keyword string `%s': %s" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1266 #, c-format msgid "Scanning directory `%s'.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1280 #, c-format msgid "Failed to scan `%s' (access error). Skipping.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1304 #, fuzzy, c-format msgid "Processed file `%s'.\n" msgstr "Fejl under tilgang til fil »%s«." #: src/fs/gnunet-fs-gtk_publish-dialog.c:1322 msgid "Operation failed (press cancel)\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1329 msgid "Scanner has finished.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:544 #, fuzzy msgid "Select a type" msgstr "Vælg alle filer" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:546 msgid "Specify a value" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:991 #, fuzzy, c-format msgid "Could not load preview `%s' into memory\n" msgstr "Fejl under kortlægning af fil »%s« til hukommelsen." #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:1159 msgid "" msgstr "" #: src/fs/gnunet-fs-gtk_unindex.c:332 #, fuzzy, c-format msgid "Could not access indexed file `%s'\n" msgstr "Fejl under tilgang til fil »%s«." #: src/gns/gnunet-gns-gtk.c:152 src/gns/gnunet-gns-gtk.c:157 #, c-format msgid "New Pseudonym could not be set: `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:281 #, fuzzy, c-format msgid "" "Changes to autoshorten could not be written to configuration file: `%s'\n" msgstr "Ændr navnet pÃ¥ konfigurationsfilen" #: src/gns/gnunet-gns-gtk.c:286 #, fuzzy, c-format msgid "" "Changes to autoshorten option could not be written to configuration file: `" "%s'\n" msgstr "Ændr navnet pÃ¥ konfigurationsfilen" #: src/gns/gnunet-gns-gtk.c:465 msgid "Namestore service is not running!\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:499 #, c-format msgid "Option `%s' missing in section `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:510 msgid "Failed to read or create private zone key\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:524 #, fuzzy msgid "Failed to connect to namestore\n" msgstr "Kunne ikke indsætte indhold i navnerum (se logfiler).\n" #: src/gns/gnunet-gns-gtk.c:555 #, fuzzy, c-format msgid "Editing zone %s" msgstr "Udgivelser" #: src/gns/gnunet-gns-gtk_zone.c:282 msgid "Record could not be deleted:" msgstr "" #: src/gns/gnunet-gns-gtk_zone.c:287 #, c-format msgid "" "%s\n" "%s\n" msgstr "" #: src/lib/glade.c:118 #, fuzzy, c-format msgid "Failed to load `%s': %s\n" msgstr "Kunne ikke finde hÃ¥ndtering for »%s«\n" #: src/lib/os_installation.c:284 #, c-format msgid "" "Could not determine installation path for %s. Set `%s' environment " "variable.\n" msgstr "" #: src/peerinfo/gnunet-peerinfo-gtk.c:493 #, c-format msgid "Failed to initialize communication with peerinfo service!\n" msgstr "" #: src/setup/gnunet-setup.c:115 src/setup/gnunet-setup.c:205 #: src/setup/gnunet-setup-options.c:393 src/setup/gnunet-setup-options.c:413 #, c-format msgid "Widget `%s' not found\n" msgstr "" #: src/setup/gnunet-setup.c:124 src/setup/gnunet-setup.c:139 #, c-format msgid "Invalid regular expression `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:170 #, fuzzy, c-format msgid "Failed to obtain option value from widget `%s'\n" msgstr "Advarsel: Kunne ikke hente forbindelsesstatistik fra gnunetd.\n" #: src/setup/gnunet-setup.c:219 #, fuzzy, c-format msgid "Failed to initialize widget `%s'\n" msgstr "Kunne ikke finde hÃ¥ndtering for »%s«\n" #: src/setup/gnunet-setup.c:230 #, c-format msgid "No default value known for option `%s' in section `%s'\n" msgstr "" #: src/setup/gnunet-setup.c:240 #, c-format msgid "Failed to initialize widget `%s' with value `%s'\n" msgstr "" #: src/setup/gnunet-setup-hostlist-server.c:174 msgid "" "Could not determine whether the hostlist daemon has an integrated hostlist " "server!\n" msgstr "" #: src/setup/gnunet-setup-options.c:353 msgid "the hostlist server" msgstr "" #: src/setup/gnunet-setup-options.c:357 msgid "the TCP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:361 msgid "the HTTP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:365 msgid "the HTTPS transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:401 #, c-format msgid "Specified widget `%s' is not a checkbutton\n" msgstr "" #: src/setup/gnunet-setup-options.c:421 #, c-format msgid "Specified widget `%s' is not a spinbutton\n" msgstr "" #: src/setup/gnunet-setup-options.c:478 #, c-format msgid "This port is already occupied by %s." msgstr "" #: src/setup/gnunet-setup-options.c:773 src/setup/gnunet-setup-options.c:781 #, c-format msgid "Option `%s' is not formatted correctly!\n" msgstr "" #: src/setup/gnunet-setup-options.c:792 src/setup/gnunet-setup-options.c:800 #, c-format msgid "`%s' is not a valid port number!\n" msgstr "" #: src/setup/gnunet-setup-options.c:1602 msgid "Should GNUnet exclusively connect to friends?" msgstr "" #: src/setup/gnunet-setup-options.c:1614 msgid "Friends file containing the list of friendly peers" msgstr "" #: src/setup/gnunet-setup-options.c:1626 msgid "Minimum number of friendly connections" msgstr "" #: src/setup/gnunet-setup-options.c:1638 msgid "Topology should always be loaded" msgstr "" #: src/setup/gnunet-setup-options.c:1651 msgid "Should hostlist support be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1664 msgid "Should file-sharing be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1676 msgid "Should GNUnet learn about other peers using hostlists" msgstr "" #: src/setup/gnunet-setup-options.c:1688 msgid "Should GNUnet learn hostlists from other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1700 msgid "Should this peer offer a hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1712 msgid "Should this peer advertise its hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1724 msgid "Port this peers hostlist should be offered on" msgstr "" #: src/setup/gnunet-setup-options.c:1756 msgid "Known hostlist URLs" msgstr "" #: src/setup/gnunet-setup-options.c:1767 msgid "How many bytes per second are we allowed to transmit?" msgstr "" #: src/setup/gnunet-setup-options.c:1779 msgid "How many bytes per second are we allowed to receive?" msgstr "" #: src/setup/gnunet-setup-options.c:1793 msgid "Enable communication via TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1805 msgid "Enable communication via UDP" msgstr "" #: src/setup/gnunet-setup-options.c:1817 msgid "Enable communication via HTTP" msgstr "" #: src/setup/gnunet-setup-options.c:1829 msgid "Enable communication via HTTPS" msgstr "" #: src/setup/gnunet-setup-options.c:1841 msgid "Enable communication via DV" msgstr "" #: src/setup/gnunet-setup-options.c:1853 msgid "Enable communication via WLAN" msgstr "" #: src/setup/gnunet-setup-options.c:1865 msgid "Port we bind to for TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1877 msgid "Port visible to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1889 msgid "Check if this peer is behind a NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1901 msgid "Check if the NAT has been configured manually to forward ports" msgstr "" #: src/setup/gnunet-setup-options.c:1913 msgid "Enable NAT traversal with UPnP/PMP" msgstr "" #: src/setup/gnunet-setup-options.c:1926 msgid "Enable NAT traversal with ICMP as server" msgstr "" #: src/setup/gnunet-setup-options.c:1939 msgid "External (public) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1951 msgid "Enable NAT traversal with ICMP as client" msgstr "" #: src/setup/gnunet-setup-options.c:1963 msgid "Internal (private) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1975 msgid "Disable IPv6 support" msgstr "" #: src/setup/gnunet-setup-options.c:1988 msgid "Port for inbound UDP packets, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2000 msgid "Port for inbound HTTP connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2012 msgid "Port for inbound HTTPS connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2026 msgid "Use sqLite to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2038 msgid "Use MySQL to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2050 msgid "Use Postgres to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2062 src/setup/gnunet-setup-options.c:2207 msgid "Name for the MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2074 src/setup/gnunet-setup-options.c:2219 #, fuzzy msgid "Configuration file for MySQL access" msgstr "_Konfigurationsfil anvendt for gnunetd:" #: src/setup/gnunet-setup-options.c:2086 src/setup/gnunet-setup-options.c:2231 msgid "Username for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2098 src/setup/gnunet-setup-options.c:2243 msgid "Password for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2110 src/setup/gnunet-setup-options.c:2255 msgid "Name of host running MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2122 src/setup/gnunet-setup-options.c:2279 msgid "Port of MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2134 src/setup/gnunet-setup-options.c:2291 #, fuzzy msgid "Configuration for Postgres (passed to PQconnectdb)" msgstr "_Konfigurationsfil anvendt for gnunetd:" #: src/setup/gnunet-setup-options.c:2147 msgid "Should we try to push our content to other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2159 msgid "Are we allowed to cache content received from other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2171 msgid "Use sqLite to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2183 msgid "Use MySQL to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2195 msgid "Use Postgres to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2267 msgid "Name of monitoring interface to use (monX)" msgstr "" #: src/setup/gnunet-setup-options.c:2305 msgid "Should the VPN/PT be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2319 msgid "Tunnel IPv4 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2333 msgid "Tunnel IPv6 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2346 msgid "Tunnel DNS traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2358 msgid "Name of the virtual interface the GNUnet VPN should create" msgstr "" #: src/setup/gnunet-setup-options.c:2370 msgid "IPv4 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2382 msgid "IPv4 network mask to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2394 msgid "IPv6 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2406 msgid "IPv6 network prefix length to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2422 msgid "" "Activate the VPN exit to provide services and/or to enable others to use " "your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2435 msgid "" "IP address of the external DNS resolver to use (values from your resolve." "conf are usually appropriate))" msgstr "" #: src/setup/gnunet-setup-options.c:2448 msgid "" "Allow other peers to perform DNS resolutions using your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2461 msgid "" "Name of the virtual interface the GNUnet exit service should create for " "traffic exiting the VPN to the Internet" msgstr "" #: src/setup/gnunet-setup-options.c:2473 msgid "IPv4 address to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2485 msgid "IPv4 network mask to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2497 msgid "IPv6 address to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2510 msgid "IPv6 network prefix length to use for the Exit interface" msgstr "" #: src/setup/gnunet-setup-options.c:2524 msgid "" "Allow other users to use your Internet connection for UDP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2537 msgid "" "Allow other users to use your Internet connection for TCP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2551 msgid "Should the GNS be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2564 #, fuzzy msgid "Specification of .gnunet TLD" msgstr "Angiv her placeringen af »gnunetd.conf«" #: src/statistics/functions.c:519 msgid "Connectivity" msgstr "Tilslutning" #: src/statistics/functions.c:520 msgid "# connected nodes (100% = connection table size)" msgstr "# forbundne knuder (100 % = størrelse pÃ¥ forbindelsestabel)" #: src/statistics/functions.c:528 msgid "System load" msgstr "Systembelastning" #: src/statistics/functions.c:530 msgid "" "CPU load (red), IO load (green), Network upload (yellow), Network download " "(blue)" msgstr "" "CPU-belastning (rød), IO-belastning (grøn), udgÃ¥ende netværksoverførsel " "(gul), netværkshentning (blÃ¥)" # Kunne det være Datalagringskapacitet (hvis man blot siger # lagerkapacitet, betyder det generelt RAM, men jeg ved ikke om der # nødvendigvis er tale om RAM her) #: src/statistics/functions.c:538 msgid "Datastore capacity" msgstr "Lagerkapacitet" #: src/statistics/functions.c:539 msgid "Persistent file-sharing data (red) and DHT cache (green)" msgstr "Vedvarende fildelingsdata (rød) og DHT-mellemlager (grøn)" #: src/statistics/functions.c:547 msgid "Inbound Traffic" msgstr "IndgÃ¥ende trafik" #: src/statistics/functions.c:549 src/statistics/functions.c:559 msgid "" "Noise (red), Content (green), Queries (yellow), Hellos (blue), other (gray), " "limit (magenta)" msgstr "" "Støj (rød), indhold (grøn), forespørgsler (gul), hallobeskeder (blÃ¥), andre " "(grÃ¥), begrænsning (magentarød)" #: src/statistics/functions.c:557 msgid "Outbound Traffic" msgstr "UdgÃ¥ende trafik" #: src/statistics/functions.c:567 msgid "Trust" msgstr "Tillid" #: src/statistics/functions.c:568 msgid "Spent (red), Earned (green) and Awarded (yellow)" msgstr "Brugt (rød), optjent (grøn) og tildelt (gul)" #: src/statistics/functions.c:576 msgid "Routing Effectiveness" msgstr "Rutereffektivitet" #: src/statistics/functions.c:577 msgid "Average (red) effectiveness (100% = perfect)" msgstr "Gennemsnitlig (rød) effektivitet (100 % = perfekt)" #: src/statistics/gnunet-statistics-gtk.c:264 msgid "Failed to initiate connection with statistics service\n" msgstr "" #: src/statistics/statistics.c:434 #, c-format msgid "Connected to %Lu peers" msgstr "Forbundet til %Lu modparter" #: contrib/gnunet_fs_gtk_about_window.glade:96 #: contrib/gnunet_gns_gtk_about_window.glade:87 #: contrib/gnunet_peerinfo_gtk_about_window.glade:158 #: contrib/gnunet_setup_about_window.glade:158 #: contrib/gnunet_statistics_gtk_about_window.glade:158 msgid "Developed by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:128 #: contrib/gnunet_gns_gtk_about_window.glade:118 #: contrib/gnunet_peerinfo_gtk_about_window.glade:190 #: contrib/gnunet_setup_about_window.glade:190 #: contrib/gnunet_statistics_gtk_about_window.glade:190 msgid "Documented by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:161 #: contrib/gnunet_gns_gtk_about_window.glade:150 #: contrib/gnunet_peerinfo_gtk_about_window.glade:223 #: contrib/gnunet_setup_about_window.glade:223 #: contrib/gnunet_statistics_gtk_about_window.glade:223 msgid "Translated by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:194 #: contrib/gnunet_gns_gtk_about_window.glade:182 #: contrib/gnunet_peerinfo_gtk_about_window.glade:256 #: contrib/gnunet_setup_about_window.glade:256 #: contrib/gnunet_statistics_gtk_about_window.glade:256 msgid "Artwork by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:239 #: contrib/gnunet_gns_gtk_about_window.glade:222 #: contrib/gnunet_peerinfo_gtk_about_window.glade:301 #: contrib/gnunet_setup_about_window.glade:301 #: contrib/gnunet_statistics_gtk_about_window.glade:301 #, fuzzy msgid "Credits" msgstr "Vis bidragydere" #: contrib/gnunet_fs_gtk_about_window.glade:254 #: contrib/gnunet_gns_gtk_about_window.glade:235 #: contrib/gnunet_peerinfo_gtk_about_window.glade:316 #: contrib/gnunet_setup_about_window.glade:316 #: contrib/gnunet_statistics_gtk_about_window.glade:316 msgid "License" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:361 #: contrib/gnunet_gns_gtk_about_window.glade:338 #: contrib/gnunet_peerinfo_gtk_about_window.glade:65 #: contrib/gnunet_setup_about_window.glade:65 #: contrib/gnunet_statistics_gtk_about_window.glade:65 msgid "" "License should be loaded here at runtime from the license file (no need to " "copy the whole GPL in here...)." msgstr "" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:10 #, fuzzy msgid "Create namespace" msgstr "Opret navnerum" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:31 #, fuzzy msgid "_Name:" msgstr "Navn" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:15 msgid "Save file as..." msgstr "" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:36 #: contrib/gnunet_fs_gtk_open_url_dialog.glade:79 msgid "_Anonymity:" msgstr "_Anonymitet:" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:65 #, fuzzy msgid "_recursive" msgstr "r_ekursivt" #: contrib/gnunet_fs_gtk_edit_publication.glade:121 #, fuzzy msgid "_Publication type:" msgstr "_Udgivelse" #: contrib/gnunet_fs_gtk_edit_publication.glade:282 #, fuzzy msgid "Select file" msgstr "Vælg alle filer" #: contrib/gnunet_fs_gtk_edit_publication.glade:330 #, fuzzy msgid "Preview:" msgstr "_ForhÃ¥ndsvisning:" #: contrib/gnunet_fs_gtk_edit_publication.glade:362 msgid "_Keyword:" msgstr "_Nøgleord:" #: contrib/gnunet_fs_gtk_edit_publication.glade:510 #, fuzzy msgid "_Index file:" msgstr "_Identifikation:" #: contrib/gnunet_fs_gtk_edit_publication.glade:551 #, fuzzy msgid "_Root keyword:" msgstr "_Nøgleord:" #: contrib/gnunet_fs_gtk_edit_publication.glade:595 #, fuzzy msgid "A_nonymity:" msgstr "_Anonymitet:" #: contrib/gnunet_fs_gtk_edit_publication.glade:653 #, fuzzy msgid "_Priority:" msgstr "_Prioritet:" #: contrib/gnunet_fs_gtk_edit_publication.glade:698 msgid "_Expriation year:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:744 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:118 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:129 #, fuzzy msgid "_Replication:" msgstr "Program" #: contrib/gnunet_fs_gtk_edit_publication.glade:787 #, fuzzy msgid "Publication options:" msgstr "_Udgivelse" #: contrib/gnunet_fs_gtk_main_window.glade:199 #, fuzzy msgid "gnunet-fs-gtk" msgstr "Om gnunet-gtk" #: contrib/gnunet_fs_gtk_main_window.glade:233 #, fuzzy msgid "_File sharing" msgstr "Filde_ling" #: contrib/gnunet_fs_gtk_main_window.glade:240 #, fuzzy msgid "_Publish" msgstr "Udgi_v" #: contrib/gnunet_fs_gtk_main_window.glade:244 #, fuzzy msgid "Publish files or directories on GNUnet" msgstr "Udgiv en fil til GNUnet" #: contrib/gnunet_fs_gtk_main_window.glade:258 #, fuzzy msgid "_List indexed files" msgstr "Inde_ks" #: contrib/gnunet_fs_gtk_main_window.glade:275 msgid "Download a file or directory with a known URI." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:286 #, fuzzy msgid "_Open GNUnet directory" msgstr "Ã…bn en GNUnet-mappe fra en fil" #: contrib/gnunet_fs_gtk_main_window.glade:290 msgid "" "Use this option to browse a GNUnet directory file that has been previously " "downloaded." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:307 msgid "_Create pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:311 msgid "" "Create a pseudonym for publishing content. Note that you can also publish " "content anonymously (without using a pseudonym)." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:322 msgid "_Advertise Pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:337 msgid "" "Opens namespace manager dialog to adjust the list of namespaces you want to " "use, as well as get detailed information about all discovered namespaces." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:338 #: contrib/gnunet_fs_gtk_main_window.glade:917 #, fuzzy msgid "_Manage namespaces" msgstr "Opret navnerum" #: contrib/gnunet_fs_gtk_main_window.glade:355 msgid "" "Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:371 #, fuzzy msgid "_Edit" msgstr "_Afslut" #: contrib/gnunet_fs_gtk_main_window.glade:383 #, fuzzy msgid "Edit the system configuration." msgstr "Start konfigurationsgu_iden" #: contrib/gnunet_fs_gtk_main_window.glade:398 msgid "_View" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:409 msgid "Show meta data in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:410 #, fuzzy msgid "Metadata" msgstr "Metadata" #: contrib/gnunet_fs_gtk_main_window.glade:421 msgid "Show preview (when available)" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:422 msgid "Preview" msgstr "ForhÃ¥ndsvis" #: contrib/gnunet_fs_gtk_main_window.glade:433 msgid "Show search box in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:434 #, fuzzy msgid "Search" msgstr "S_øg" #: contrib/gnunet_fs_gtk_main_window.glade:449 #: contrib/gnunet_gns_gtk_main_window.glade:162 #: contrib/gnunet_peerinfo_gtk_main_window.glade:44 #: contrib/gnunet_statistics_gtk_main_window.glade:25 msgid "_Help" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:461 msgid "Display information about this version of gnunet-fs-gtk" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:489 #, fuzzy msgid "Namespace:" msgstr "_Navnerum" #: contrib/gnunet_fs_gtk_main_window.glade:556 msgid "Find:" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:592 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:106 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:61 #, fuzzy msgid "Anonymity:" msgstr "_Anonymitet:" #: contrib/gnunet_fs_gtk_main_window.glade:637 #, fuzzy msgid "Type:" msgstr "_Type:" #: contrib/gnunet_fs_gtk_main_window.glade:735 msgid "Thumbnail associated with the currently selected content" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:844 #, fuzzy msgid "Copy selection" msgstr "_Samling" #: contrib/gnunet_fs_gtk_namespace_manager.glade:64 msgid "" "Saves all changes made in this dialog to disk without closing the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:80 msgid "Saves all changes made in this dialog to disk and closes the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:96 msgid "Closes the dialog. Changes made in this dialog will not be preserved." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:129 msgid "" "Known namespaces:\n" "Select a namespace to see its complete metadata. Click \"Delete\" to delete " "(forget) namespace.\n" "Namespace names are editable." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:160 #, fuzzy msgid "Is mine" msgstr "minut" #: contrib/gnunet_fs_gtk_namespace_manager.glade:176 #: contrib/gnunet_fs_gtk_namespace_manager.glade:328 #, fuzzy msgid "Rank" msgstr "Rang" #: contrib/gnunet_fs_gtk_namespace_manager.glade:190 #: contrib/gnunet_fs_gtk_namespace_manager.glade:341 msgid "Name" msgstr "Navn" #: contrib/gnunet_fs_gtk_namespace_manager.glade:208 #: contrib/gnunet_fs_gtk_namespace_manager.glade:354 msgid "Identifier" msgstr "Identifikation" #: contrib/gnunet_fs_gtk_namespace_manager.glade:244 msgid "" "Makes GNUnet \"forget\" about selected known namespace.\n" "However, GNUnet will be able to learn about this namespace, if it ever " "discovers it again." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:257 msgid "Swap _Rank" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:262 msgid "" "Changes the rank value of the selected namespace in \"Known namespaces\" " "list.\n" "If it had rank 0, it's given rank -1, otherwise the sign of its rank is " "flipped.\n" "Only namespaces with positive ranks are displayed in \"Namespace order\" " "list." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:295 msgid "" "Namespace order:\n" "Drag rows to change namespace order, click \"Apply\" to save it." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:387 msgid "" "Convert the order in which namespaces are arranged in \"Namespace order\" " "list to ranks.\n" "Top namespace is assigned rank 0, namespace below it - rank 1, and so on." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:425 msgid "" "Selected namespace details:\n" "Metadata can be added, deleted and edited. Click \"Apply\" to save " "metadata changes." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:459 msgid "Type" msgstr "Type" #: contrib/gnunet_fs_gtk_namespace_manager.glade:472 msgid "Value" msgstr "Værdi" #: contrib/gnunet_fs_gtk_namespace_manager.glade:508 msgid "" "Adds a new metadata Type=Value pair to the list.\n" "This functionality is not available at the moment." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:526 msgid "" "Removes selected Type=Value pair from metadata list.\n" "The change will not last unless you click on \"Apply\" button before closing " "the window or selecing some other known namespace." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:545 msgid "" "Applies changes made in metadata list to currently selected known namespace." msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:6 msgid "Enter the URI to be downloaded" msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:26 #, fuzzy msgid "_URI:" msgstr "URI" #: contrib/gnunet_fs_gtk_progress_dialog.glade:52 #, fuzzy msgid "Messages" msgstr "Metadata" #: contrib/gnunet_fs_gtk_progress_dialog.glade:67 msgid "Preprocessing..." msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:28 #, fuzzy msgid "Publish content on GNUnet" msgstr "Udgiv en fil til GNUnet" #: contrib/gnunet_fs_gtk_publish_dialog.glade:115 msgid "Add _File" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:126 #, fuzzy msgid "_Create empty directory" msgstr "Ã…bn en GNUnet-mappe fra en fil" #: contrib/gnunet_fs_gtk_publish_dialog.glade:142 #, fuzzy msgid "Add _Directory" msgstr "Mappe" #: contrib/gnunet_fs_gtk_publish_dialog.glade:224 msgid "_Left" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:259 msgid "_Right" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:406 msgid "_Execute" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:423 #, fuzzy msgid "_Cancel" msgstr "A_vanceret" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:51 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:75 #, fuzzy msgid "Priority:" msgstr "_Prioritet:" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:80 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:103 msgid "Expiration year:" msgstr "" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:196 #, fuzzy msgid "Index files" msgstr "Inde_ks" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:8 #, fuzzy msgid "Publish file..." msgstr "Udgivet filnavn" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:173 #, fuzzy msgid "Index file" msgstr "Inde_ks" #: contrib/gnunet_fs_gtk_publish_tab.glade:52 #, fuzzy msgid "Progress" msgstr "Fremgang" #: contrib/gnunet_fs_gtk_publish_tab.glade:90 #, fuzzy msgid "Publishing" msgstr "Udgi_v" #: contrib/gnunet_fs_gtk_search_tab.glade:203 msgid "You shouldn't see this also" msgstr "" #: contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade:27 msgid "Select pseudonym..." msgstr "" #: contrib/gnunet_fs_gtk_unindex.glade:27 #, fuzzy msgid "Indexed files" msgstr "Inde_ks" #: contrib/gnunet_fs_gtk_unindex.glade:110 #, fuzzy msgid "Unindex the selected indexed file." msgstr "Inde_ks" #: contrib/gnunet_gns_gtk_about_window.glade:6 #: contrib/gnunet_gns_gtk_main_window.glade:67 #, fuzzy msgid "gnunet-gns-gtk" msgstr "Om gnunet-gtk" #: contrib/gnunet_gns_gtk_main_window.glade:13 msgid "Delete Record" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:29 msgid "Record expires in 1 day" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:39 msgid "Record expires in 1 week" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:49 msgid "Record expires in 1 year" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:59 msgid "Record never expires" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:83 #, fuzzy msgid "_File" msgstr "Filnavn" #: contrib/gnunet_gns_gtk_main_window.glade:137 #, fuzzy msgid "_Options" msgstr "Ope_rationer" #: contrib/gnunet_gns_gtk_main_window.glade:148 msgid "Automatically shorten names" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:209 msgid "Preferred zone name (PSEU):" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:222 msgid "" "Enter the preferred name for this zone here. The value will be stored in " "the PSEU record for your public key. This is the GNS equivalent of your " "domain name. You should try to pick a name that is globally unique." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:244 msgid "Copy the public key of this zone to the clipboard." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:264 msgid "SET TO PUBLIC KEY OF THE ZONE" msgstr "" #: contrib/gnunet_gns_gtk_zone_open.glade:9 msgid "Open zone file..." msgstr "" #: contrib/gnunet_gtk_status_bar_menu.glade:11 #, fuzzy msgid "Quit" msgstr "_Afslut" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:8 #, fuzzy msgid "About gnunet-peerinfo-gtk" msgstr "Om gnunet-gtk" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:17 #: contrib/gnunet_setup_about_dialog.glade:17 #: contrib/gnunet_statistics_gtk_about_dialog.glade:17 msgid "(C) 2011 The GNUnet Project" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:19 #: contrib/gnunet_setup_about_dialog.glade:19 #: contrib/gnunet_statistics_gtk_about_dialog.glade:19 #, fuzzy msgid "GNUnet: GNU's Framework for Secure P2P Networking" msgstr "GNUnet, GNU's modpartsnetværk" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:20 #: contrib/gnunet_setup_about_dialog.glade:20 #: contrib/gnunet_statistics_gtk_about_dialog.glade:20 msgid "" " GNU GENERAL PUBLIC LICENSE\n" " Version 2, June 1991\n" "\n" " Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n" " 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" " Everyone is permitted to copy and distribute verbatim copies\n" " of this license document, but changing it is not allowed.\n" "\n" " Preamble\n" "\n" " The licenses for most software are designed to take away your\n" "freedom to share and change it. By contrast, the GNU General Public\n" "License is intended to guarantee your freedom to share and change free\n" "software--to make sure the software is free for all its users. This\n" "General Public License applies to most of the Free Software\n" "Foundation's software and to any other program whose authors commit to\n" "using it. (Some other Free Software Foundation software is covered by\n" "the GNU Library General Public License instead.) You can apply it to\n" "your programs, too.\n" "\n" " When we speak of free software, we are referring to freedom, not\n" "price. Our General Public Licenses are designed to make sure that you\n" "have the freedom to distribute copies of free software (and charge for\n" "this service if you wish), that you receive source code or can get it\n" "if you want it, that you can change the software or use pieces of it\n" "in new free programs; and that you know you can do these things.\n" "\n" " To protect your rights, we need to make restrictions that forbid\n" "anyone to deny you these rights or to ask you to surrender the rights.\n" "These restrictions translate to certain responsibilities for you if you\n" "distribute copies of the software, or if you modify it.\n" "\n" " For example, if you distribute copies of such a program, whether\n" "gratis or for a fee, you must give the recipients all the rights that\n" "you have. You must make sure that they, too, receive or can get the\n" "source code. And you must show them these terms so they know their\n" "rights.\n" "\n" " We protect your rights with two steps: (1) copyright the software, and\n" "(2) offer you this license which gives you legal permission to copy,\n" "distribute and/or modify the software.\n" "\n" " Also, for each author's protection and ours, we want to make certain\n" "that everyone understands that there is no warranty for this free\n" "software. If the software is modified by someone else and passed on, we\n" "want its recipients to know that what they have is not the original, so\n" "that any problems introduced by others will not reflect on the original\n" "authors' reputations.\n" "\n" " Finally, any free program is threatened constantly by software\n" "patents. We wish to avoid the danger that redistributors of a free\n" "program will individually obtain patent licenses, in effect making the\n" "program proprietary. To prevent this, we have made it clear that any\n" "patent must be licensed for everyone's free use or not licensed at all.\n" "\n" " The precise terms and conditions for copying, distribution and\n" "modification follow.\n" "\n" " GNU GENERAL PUBLIC LICENSE\n" " TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n" "\n" " 0. This License applies to any program or other work which contains\n" "a notice placed by the copyright holder saying it may be distributed\n" "under the terms of this General Public License. The \"Program\", below,\n" "refers to any such program or work, and a \"work based on the Program\"\n" "means either the Program or any derivative work under copyright law:\n" "that is to say, a work containing the Program or a portion of it,\n" "either verbatim or with modifications and/or translated into another\n" "language. (Hereinafter, translation is included without limitation in\n" "the term \"modification\".) Each licensee is addressed as \"you\".\n" "\n" "Activities other than copying, distribution and modification are not\n" "covered by this License; they are outside its scope. The act of\n" "running the Program is not restricted, and the output from the Program\n" "is covered only if its contents constitute a work based on the\n" "Program (independent of having been made by running the Program).\n" "Whether that is true depends on what the Program does.\n" "\n" " 1. You may copy and distribute verbatim copies of the Program's\n" "source code as you receive it, in any medium, provided that you\n" "conspicuously and appropriately publish on each copy an appropriate\n" "copyright notice and disclaimer of warranty; keep intact all the\n" "notices that refer to this License and to the absence of any warranty;\n" "and give any other recipients of the Program a copy of this License\n" "along with the Program.\n" "\n" "You may charge a fee for the physical act of transferring a copy, and\n" "you may at your option offer warranty protection in exchange for a fee.\n" "\n" " 2. You may modify your copy or copies of the Program or any portion\n" "of it, thus forming a work based on the Program, and copy and\n" "distribute such modifications or work under the terms of Section 1\n" "above, provided that you also meet all of these conditions:\n" "\n" " a) You must cause the modified files to carry prominent notices\n" " stating that you changed the files and the date of any change.\n" "\n" " b) You must cause any work that you distribute or publish, that in\n" " whole or in part contains or is derived from the Program or any\n" " part thereof, to be licensed as a whole at no charge to all third\n" " parties under the terms of this License.\n" "\n" " c) If the modified program normally reads commands interactively\n" " when run, you must cause it, when started running for such\n" " interactive use in the most ordinary way, to print or display an\n" " announcement including an appropriate copyright notice and a\n" "\n" " notice that there is no warranty (or else, saying that you provide\n" " a warranty) and that users may redistribute the program under\n" " these conditions, and telling the user how to view a copy of this\n" " License. (Exception: if the Program itself is interactive but\n" " does not normally print such an announcement, your work based on\n" " the Program is not required to print an announcement.)\n" "\n" "These requirements apply to the modified work as a whole. If\n" "identifiable sections of that work are not derived from the Program,\n" "and can be reasonably considered independent and separate works in\n" "themselves, then this License, and its terms, do not apply to those\n" "sections when you distribute them as separate works. But when you\n" "distribute the same sections as part of a whole which is a work based\n" "on the Program, the distribution of the whole must be on the terms of\n" "this License, whose permissions for other licensees extend to the\n" "entire whole, and thus to each and every part regardless of who wrote it.\n" "\n" "Thus, it is not the intent of this section to claim rights or contest\n" "your rights to work written entirely by you; rather, the intent is to\n" "exercise the right to control the distribution of derivative or\n" "collective works based on the Program.\n" "\n" "In addition, mere aggregation of another work not based on the Program\n" "with the Program (or with a work based on the Program) on a volume of\n" "a storage or distribution medium does not bring the other work under\n" "the scope of this License.\n" "\n" " 3. You may copy and distribute the Program (or a work based on it,\n" "under Section 2) in object code or executable form under the terms of\n" "Sections 1 and 2 above provided that you also do one of the following:\n" "\n" " a) Accompany it with the complete corresponding machine-readable\n" " source code, which must be distributed under the terms of Sections\n" " 1 and 2 above on a medium customarily used for software interchange; " "or,\n" "\n" " b) Accompany it with a written offer, valid for at least three\n" " years, to give any third party, for a charge no more than your\n" " cost of physically performing source distribution, a complete\n" " machine-readable copy of the corresponding source code, to be\n" " distributed under the terms of Sections 1 and 2 above on a medium\n" " customarily used for software interchange; or,\n" "\n" " c) Accompany it with the information you received as to the offer\n" " to distribute corresponding source code. (This alternative is\n" " allowed only for noncommercial distribution and only if you\n" " received the program in object code or executable form with such\n" " an offer, in accord with Subsection b above.)\n" "\n" "The source code for a work means the preferred form of the work for\n" "making modifications to it. For an executable work, complete source\n" "code means all the source code for all modules it contains, plus any\n" "associated interface definition files, plus the scripts used to\n" "control compilation and installation of the executable. However, as a\n" "special exception, the source code distributed need not include\n" "anything that is normally distributed (in either source or binary\n" "form) with the major components (compiler, kernel, and so on) of the\n" "operating system on which the executable runs, unless that component\n" "itself accompanies the executable.\n" "\n" "If distribution of executable or object code is made by offering\n" "access to copy from a designated place, then offering equivalent\n" "access to copy the source code from the same place counts as\n" "distribution of the source code, even though third parties are not\n" "compelled to copy the source along with the object code.\n" "\n" " 4. You may not copy, modify, sublicense, or distribute the Program\n" "except as expressly provided under this License. Any attempt\n" "otherwise to copy, modify, sublicense or distribute the Program is\n" "void, and will automatically terminate your rights under this License.\n" "However, parties who have received copies, or rights, from you under\n" "this License will not have their licenses terminated so long as such\n" "parties remain in full compliance.\n" "\n" " 5. You are not required to accept this License, since you have not\n" "signed it. However, nothing else grants you permission to modify or\n" "distribute the Program or its derivative works. These actions are\n" "prohibited by law if you do not accept this License. Therefore, by\n" "modifying or distributing the Program (or any work based on the\n" "Program), you indicate your acceptance of this License to do so, and\n" "all its terms and conditions for copying, distributing or modifying\n" "the Program or works based on it.\n" "\n" " 6. Each time you redistribute the Program (or any work based on the\n" "Program), the recipient automatically receives a license from the\n" "original licensor to copy, distribute or modify the Program subject to\n" "these terms and conditions. You may not impose any further\n" "restrictions on the recipients' exercise of the rights granted herein.\n" "You are not responsible for enforcing compliance by third parties to\n" "this License.\n" "\n" " 7. If, as a consequence of a court judgment or allegation of patent\n" "infringement or for any other reason (not limited to patent issues),\n" "conditions are imposed on you (whether by court order, agreement or\n" "otherwise) that contradict the conditions of this License, they do not\n" "excuse you from the conditions of this License. If you cannot\n" "distribute so as to satisfy simultaneously your obligations under this\n" "License and any other pertinent obligations, then as a consequence you\n" "may not distribute the Program at all. For example, if a patent\n" "license would not permit royalty-free redistribution of the Program by\n" "all those who receive copies directly or indirectly through you, then\n" "the only way you could satisfy both it and this License would be to\n" "refrain entirely from distribution of the Program.\n" "\n" "If any portion of this section is held invalid or unenforceable under\n" "any particular circumstance, the balance of the section is intended to\n" "apply and the section as a whole is intended to apply in other\n" "circumstances.\n" "\n" "It is not the purpose of this section to induce you to infringe any\n" "patents or other property right claims or to contest validity of any\n" "such claims; this section has the sole purpose of protecting the\n" "integrity of the free software distribution system, which is\n" "implemented by public license practices. Many people have made\n" "generous contributions to the wide range of software distributed\n" "through that system in reliance on consistent application of that\n" "system; it is up to the author/donor to decide if he or she is willing\n" "to distribute software through any other system and a licensee cannot\n" "impose that choice.\n" "\n" "This section is intended to make thoroughly clear what is believed to\n" "be a consequence of the rest of this License.\n" "\n" " 8. If the distribution and/or use of the Program is restricted in\n" "certain countries either by patents or by copyrighted interfaces, the\n" "original copyright holder who places the Program under this License\n" "may add an explicit geographical distribution limitation excluding\n" "those countries, so that distribution is permitted only in or among\n" "countries not thus excluded. In such case, this License incorporates\n" "the limitation as if written in the body of this License.\n" "\n" " 9. The Free Software Foundation may publish revised and/or new versions\n" "of the General Public License from time to time. Such new versions will\n" "be similar in spirit to the present version, but may differ in detail to\n" "address new problems or concerns.\n" "\n" "Each version is given a distinguishing version number. If the Program\n" "specifies a version number of this License which applies to it and \"any\n" "later version\", you have the option of following the terms and conditions\n" "either of that version or of any later version published by the Free\n" "Software Foundation. If the Program does not specify a version number of\n" "this License, you may choose any version ever published by the Free " "Software\n" "Foundation.\n" "\n" " 10. If you wish to incorporate parts of the Program into other free\n" "programs whose distribution conditions are different, write to the author\n" "to ask for permission. For software which is copyrighted by the Free\n" "Software Foundation, write to the Free Software Foundation; we sometimes\n" "make exceptions for this. Our decision will be guided by the two goals\n" "of preserving the free status of all derivatives of our free software and\n" "of promoting the sharing and reuse of software generally.\n" "\n" " NO WARRANTY\n" "\n" " 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n" "FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n" "OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n" "PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER " "EXPRESSED\n" "OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n" "MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\n" "TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\n" "PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n" "REPAIR OR CORRECTION.\n" "\n" " 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n" "WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n" "REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n" "INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n" "OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n" "TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n" "YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n" "PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n" "POSSIBILITY OF SUCH DAMAGES.\n" "\n" " END OF TERMS AND CONDITIONS\n" msgstr "" " GNU GENERAL PUBLIC LICENSE\n" " Version 2, June 1991\n" "\n" " Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n" " 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" " Everyone is permitted to copy and distribute verbatim copies\n" " of this license document, but changing it is not allowed.\n" "\n" " Preamble\n" "\n" " The licenses for most software are designed to take away your\n" "freedom to share and change it. By contrast, the GNU General Public\n" "License is intended to guarantee your freedom to share and change free\n" "software--to make sure the software is free for all its users. This\n" "General Public License applies to most of the Free Software\n" "Foundation's software and to any other program whose authors commit to\n" "using it. (Some other Free Software Foundation software is covered by\n" "the GNU Library General Public License instead.) You can apply it to\n" "your programs, too.\n" "\n" " When we speak of free software, we are referring to freedom, not\n" "price. Our General Public Licenses are designed to make sure that you\n" "have the freedom to distribute copies of free software (and charge for\n" "this service if you wish), that you receive source code or can get it\n" "if you want it, that you can change the software or use pieces of it\n" "in new free programs; and that you know you can do these things.\n" "\n" " To protect your rights, we need to make restrictions that forbid\n" "anyone to deny you these rights or to ask you to surrender the rights.\n" "These restrictions translate to certain responsibilities for you if you\n" "distribute copies of the software, or if you modify it.\n" "\n" " For example, if you distribute copies of such a program, whether\n" "gratis or for a fee, you must give the recipients all the rights that\n" "you have. You must make sure that they, too, receive or can get the\n" "source code. And you must show them these terms so they know their\n" "rights.\n" "\n" " We protect your rights with two steps: (1) copyright the software, and\n" "(2) offer you this license which gives you legal permission to copy,\n" "distribute and/or modify the software.\n" "\n" " Also, for each author's protection and ours, we want to make certain\n" "that everyone understands that there is no warranty for this free\n" "software. If the software is modified by someone else and passed on, we\n" "want its recipients to know that what they have is not the original, so\n" "that any problems introduced by others will not reflect on the original\n" "authors' reputations.\n" "\n" " Finally, any free program is threatened constantly by software\n" "patents. We wish to avoid the danger that redistributors of a free\n" "program will individually obtain patent licenses, in effect making the\n" "program proprietary. To prevent this, we have made it clear that any\n" "patent must be licensed for everyone's free use or not licensed at all.\n" "\n" " The precise terms and conditions for copying, distribution and\n" "modification follow.\n" "\n" " GNU GENERAL PUBLIC LICENSE\n" " TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n" "\n" " 0. This License applies to any program or other work which contains\n" "a notice placed by the copyright holder saying it may be distributed\n" "under the terms of this General Public License. The \"Program\", below,\n" "refers to any such program or work, and a \"work based on the Program\"\n" "means either the Program or any derivative work under copyright law:\n" "that is to say, a work containing the Program or a portion of it,\n" "either verbatim or with modifications and/or translated into another\n" "language. (Hereinafter, translation is included without limitation in\n" "the term \"modification\".) Each licensee is addressed as \"you\".\n" "\n" "Activities other than copying, distribution and modification are not\n" "covered by this License; they are outside its scope. The act of\n" "running the Program is not restricted, and the output from the Program\n" "is covered only if its contents constitute a work based on the\n" "Program (independent of having been made by running the Program).\n" "Whether that is true depends on what the Program does.\n" "\n" " 1. You may copy and distribute verbatim copies of the Program's\n" "source code as you receive it, in any medium, provided that you\n" "conspicuously and appropriately publish on each copy an appropriate\n" "copyright notice and disclaimer of warranty; keep intact all the\n" "notices that refer to this License and to the absence of any warranty;\n" "and give any other recipients of the Program a copy of this License\n" "along with the Program.\n" "\n" "You may charge a fee for the physical act of transferring a copy, and\n" "you may at your option offer warranty protection in exchange for a fee.\n" "\n" " 2. You may modify your copy or copies of the Program or any portion\n" "of it, thus forming a work based on the Program, and copy and\n" "distribute such modifications or work under the terms of Section 1\n" "above, provided that you also meet all of these conditions:\n" "\n" " a) You must cause the modified files to carry prominent notices\n" " stating that you changed the files and the date of any change.\n" "\n" " b) You must cause any work that you distribute or publish, that in\n" " whole or in part contains or is derived from the Program or any\n" " part thereof, to be licensed as a whole at no charge to all third\n" " parties under the terms of this License.\n" "\n" " c) If the modified program normally reads commands interactively\n" " when run, you must cause it, when started running for such\n" " interactive use in the most ordinary way, to print or display an\n" " announcement including an appropriate copyright notice and a\n" "\n" " notice that there is no warranty (or else, saying that you provide\n" " a warranty) and that users may redistribute the program under\n" " these conditions, and telling the user how to view a copy of this\n" " License. (Exception: if the Program itself is interactive but\n" " does not normally print such an announcement, your work based on\n" " the Program is not required to print an announcement.)\n" "\n" "These requirements apply to the modified work as a whole. If\n" "identifiable sections of that work are not derived from the Program,\n" "and can be reasonably considered independent and separate works in\n" "themselves, then this License, and its terms, do not apply to those\n" "sections when you distribute them as separate works. But when you\n" "distribute the same sections as part of a whole which is a work based\n" "on the Program, the distribution of the whole must be on the terms of\n" "this License, whose permissions for other licensees extend to the\n" "entire whole, and thus to each and every part regardless of who wrote it.\n" "\n" "Thus, it is not the intent of this section to claim rights or contest\n" "your rights to work written entirely by you; rather, the intent is to\n" "exercise the right to control the distribution of derivative or\n" "collective works based on the Program.\n" "\n" "In addition, mere aggregation of another work not based on the Program\n" "with the Program (or with a work based on the Program) on a volume of\n" "a storage or distribution medium does not bring the other work under\n" "the scope of this License.\n" "\n" " 3. You may copy and distribute the Program (or a work based on it,\n" "under Section 2) in object code or executable form under the terms of\n" "Sections 1 and 2 above provided that you also do one of the following:\n" "\n" " a) Accompany it with the complete corresponding machine-readable\n" " source code, which must be distributed under the terms of Sections\n" " 1 and 2 above on a medium customarily used for software interchange; " "or,\n" "\n" " b) Accompany it with a written offer, valid for at least three\n" " years, to give any third party, for a charge no more than your\n" " cost of physically performing source distribution, a complete\n" " machine-readable copy of the corresponding source code, to be\n" " distributed under the terms of Sections 1 and 2 above on a medium\n" " customarily used for software interchange; or,\n" "\n" " c) Accompany it with the information you received as to the offer\n" " to distribute corresponding source code. (This alternative is\n" " allowed only for noncommercial distribution and only if you\n" " received the program in object code or executable form with such\n" " an offer, in accord with Subsection b above.)\n" "\n" "The source code for a work means the preferred form of the work for\n" "making modifications to it. For an executable work, complete source\n" "code means all the source code for all modules it contains, plus any\n" "associated interface definition files, plus the scripts used to\n" "control compilation and installation of the executable. However, as a\n" "special exception, the source code distributed need not include\n" "anything that is normally distributed (in either source or binary\n" "form) with the major components (compiler, kernel, and so on) of the\n" "operating system on which the executable runs, unless that component\n" "itself accompanies the executable.\n" "\n" "If distribution of executable or object code is made by offering\n" "access to copy from a designated place, then offering equivalent\n" "access to copy the source code from the same place counts as\n" "distribution of the source code, even though third parties are not\n" "compelled to copy the source along with the object code.\n" "\n" " 4. You may not copy, modify, sublicense, or distribute the Program\n" "except as expressly provided under this License. Any attempt\n" "otherwise to copy, modify, sublicense or distribute the Program is\n" "void, and will automatically terminate your rights under this License.\n" "However, parties who have received copies, or rights, from you under\n" "this License will not have their licenses terminated so long as such\n" "parties remain in full compliance.\n" "\n" " 5. You are not required to accept this License, since you have not\n" "signed it. However, nothing else grants you permission to modify or\n" "distribute the Program or its derivative works. These actions are\n" "prohibited by law if you do not accept this License. Therefore, by\n" "modifying or distributing the Program (or any work based on the\n" "Program), you indicate your acceptance of this License to do so, and\n" "all its terms and conditions for copying, distributing or modifying\n" "the Program or works based on it.\n" "\n" " 6. Each time you redistribute the Program (or any work based on the\n" "Program), the recipient automatically receives a license from the\n" "original licensor to copy, distribute or modify the Program subject to\n" "these terms and conditions. You may not impose any further\n" "restrictions on the recipients' exercise of the rights granted herein.\n" "You are not responsible for enforcing compliance by third parties to\n" "this License.\n" "\n" " 7. If, as a consequence of a court judgment or allegation of patent\n" "infringement or for any other reason (not limited to patent issues),\n" "conditions are imposed on you (whether by court order, agreement or\n" "otherwise) that contradict the conditions of this License, they do not\n" "excuse you from the conditions of this License. If you cannot\n" "distribute so as to satisfy simultaneously your obligations under this\n" "License and any other pertinent obligations, then as a consequence you\n" "may not distribute the Program at all. For example, if a patent\n" "license would not permit royalty-free redistribution of the Program by\n" "all those who receive copies directly or indirectly through you, then\n" "the only way you could satisfy both it and this License would be to\n" "refrain entirely from distribution of the Program.\n" "\n" "If any portion of this section is held invalid or unenforceable under\n" "any particular circumstance, the balance of the section is intended to\n" "apply and the section as a whole is intended to apply in other\n" "circumstances.\n" "\n" "It is not the purpose of this section to induce you to infringe any\n" "patents or other property right claims or to contest validity of any\n" "such claims; this section has the sole purpose of protecting the\n" "integrity of the free software distribution system, which is\n" "implemented by public license practices. Many people have made\n" "generous contributions to the wide range of software distributed\n" "through that system in reliance on consistent application of that\n" "system; it is up to the author/donor to decide if he or she is willing\n" "to distribute software through any other system and a licensee cannot\n" "impose that choice.\n" "\n" "This section is intended to make thoroughly clear what is believed to\n" "be a consequence of the rest of this License.\n" "\n" " 8. If the distribution and/or use of the Program is restricted in\n" "certain countries either by patents or by copyrighted interfaces, the\n" "original copyright holder who places the Program under this License\n" "may add an explicit geographical distribution limitation excluding\n" "those countries, so that distribution is permitted only in or among\n" "countries not thus excluded. In such case, this License incorporates\n" "the limitation as if written in the body of this License.\n" "\n" " 9. The Free Software Foundation may publish revised and/or new versions\n" "of the General Public License from time to time. Such new versions will\n" "be similar in spirit to the present version, but may differ in detail to\n" "address new problems or concerns.\n" "\n" "Each version is given a distinguishing version number. If the Program\n" "specifies a version number of this License which applies to it and \"any\n" "later version\", you have the option of following the terms and conditions\n" "either of that version or of any later version published by the Free\n" "Software Foundation. If the Program does not specify a version number of\n" "this License, you may choose any version ever published by the Free " "Software\n" "Foundation.\n" "\n" " 10. If you wish to incorporate parts of the Program into other free\n" "programs whose distribution conditions are different, write to the author\n" "to ask for permission. For software which is copyrighted by the Free\n" "Software Foundation, write to the Free Software Foundation; we sometimes\n" "make exceptions for this. Our decision will be guided by the two goals\n" "of preserving the free status of all derivatives of our free software and\n" "of promoting the sharing and reuse of software generally.\n" "\n" " NO WARRANTY\n" "\n" " 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n" "FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n" "OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n" "PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER " "EXPRESSED\n" "OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n" "MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\n" "TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\n" "PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n" "REPAIR OR CORRECTION.\n" "\n" " 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n" "WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n" "REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n" "INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n" "OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n" "TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n" "YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n" "PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n" "POSSIBILITY OF SUCH DAMAGES.\n" "\n" " END OF TERMS AND CONDITIONS\n" #. TRANSLATORS: Replace this string with your names, one name per line. #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:338 #: contrib/gnunet_setup_about_dialog.glade:338 #: contrib/gnunet_statistics_gtk_about_dialog.glade:338 msgid "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" msgstr "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" "Joe Hansen \n" #: contrib/gnunet_peerinfo_gtk_main_window.glade:28 #, fuzzy msgid "gnunet-peerinfo-gtk" msgstr "Om gnunet-gtk" #: contrib/gnunet_peerinfo_gtk_main_window.glade:53 msgid "Display information about this version of gnunet-peerinfo-gtk" msgstr "" #: contrib/gnunet_setup_about_dialog.glade:8 #, fuzzy msgid "About gnunet-setup" msgstr "Om gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:43 #, fuzzy msgid "gnunet-setup" msgstr "Om gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:76 msgid "Services:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:87 msgid "Topology" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:92 msgid "" "The topology subsystem is required as it ensures that your peer connects to " "other peers." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:106 msgid "Hostlist" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:110 msgid "" "Hostlist servers are used to find other peers. Here you can choose to offer " "a hostlist or simply configure which hostlists by other peers you want to " "use." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:124 #, fuzzy msgid "File _Sharing" msgstr "Filde_ling" #: contrib/gnunet_setup_gtk_main_window.glade:128 msgid "Enable GNUnet's file-sharing subsystem." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:143 msgid "PT/VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:147 msgid "" "Using the PT/VPN subsystems you can tunnel your Internet traffic over " "GNUnet. This is useful if you want to access the IPv4-Internet if you only " "have IPv6-connectivity or vice versa. Furthermore, if you are only " "connected to other peers using WLAN, you could also get Internet access in " "the first place by routing IP traffic over GNUnet." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:160 msgid "EXIT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:164 msgid "" "By offering an EXIT service, you can allow other peers to use your Internet " "connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your " "machine will be seen as the origin of the traffic, this might be risky in " "some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN " "interception for IPv4 and IPv6 on the same machine will still give you 4to6 " "and 6to4 protocol translation, allowing you to access IPv4-only servers from " "IPv6-only clients and IPv6-only servers from IPv4-only clients." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:177 msgid "GNS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:181 msgid "" "The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make " "the \".gnunet\" TLD available on your system. You will be in charge of your " "\".gnunet\" TLD." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:199 #, fuzzy msgid "Service Configuration" msgstr "GNUnet dæmonkonfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:225 #, fuzzy msgid "F_2F only" msgstr "K_un fil" #: contrib/gnunet_setup_gtk_main_window.glade:252 #, fuzzy msgid "Friends file:" msgstr "Inde_ks" #: contrib/gnunet_setup_gtk_main_window.glade:281 msgid "Min. connected friends:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:311 msgid "Friend-to-Friend Configuration (restricts P2P connections)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:340 msgid "Use Hostlists to bootstrap" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:356 msgid "Learn Servers from P2P Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:386 msgid "Run Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:402 msgid "Advertise Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:422 #: contrib/gnunet_setup_gtk_main_window.glade:2286 #: contrib/gnunet_setup_gtk_main_window.glade:2783 msgid "Port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:470 msgid "Known Hostlist Servers:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:539 msgid "Hostlist Configuration (for bootstrapping the network)" msgstr "" # Det plejer at være _Generelt (mÃ¥ske navnet pÃ¥ en menu) #: contrib/gnunet_setup_gtk_main_window.glade:554 msgid "_General" msgstr "_Generelt" #: contrib/gnunet_setup_gtk_main_window.glade:584 msgid "Max. download bandwidth (B/s):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:611 msgid "Max. upload bandwidth (B/s)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:644 #, fuzzy msgid "Bandwidth Configuration" msgstr "GNUnet dæmonkonfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:673 msgid "Peer is behind _NAT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:677 msgid "" "Check this box if your machine is behind a NAT box (router that performs " "network address translation). Leave off if your machine has a globally " "unique IPv4 address. NAT options only impact IPv4 addresses at this time." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:691 #, fuzzy msgid "Attempt automatic configuration" msgstr "Start konfigurationsgu_iden" #: contrib/gnunet_setup_gtk_main_window.glade:706 msgid "Disable IPv_6 support" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:710 msgid "" "Disable advertising IPv6 addresses. Check this box if you know that your " "system has no IPv6 Internet connectivity." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:751 msgid "NAT ports have been opened manually" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:755 msgid "" "Set this option if you have configured your NAT to forward the ports for the " "various enabled GNUnet transports. If the external ports are different, the " "respective values of the external port should be specified under " "\"advertised port\" for the respective transport. You also need to specify " "the \"External (public) IPv4 address\" of your NAT box below." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:766 msgid "Enable NAT traversal via UPnP or PMP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:770 msgid "This option enables the use of upnpc from miniupnpd for NAT traversal" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:782 msgid "Enable NAT traversal using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:786 msgid "" "This option enables the use of the \"Autonomous NAT Traversal\" method " "(presented at P2P 2010). It requires gnunet-helper-nat-server to be " "installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:802 msgid "" "Globally visible IP address of your system (IP address of the external " "interface of your NAT). You can also specify a hostname, in which case " "GNUnet will periodically look up the hostname in DNS to determine our " "external IP address (DynDNS setup)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:803 msgid "External (public) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:834 msgid "Enable connecting to NATed peers using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:838 msgid "" "This method allows this peer to initiate connections to NATed peers using " "the 'Autonomous NAT traversal' method (presented at P2P 2010). It requires " "having gnunet-helper-nat-client installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:855 msgid "" "Specify the IPv4 address of your computers main network interface (typically " "eth0 or wlan0)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:856 msgid "Internal (private) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:902 #, fuzzy msgid "NAT Traversal Configuration" msgstr "GNUnet dæmonkonfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:920 msgid "_Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:948 msgid "Plugins to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:959 msgid "_TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:978 msgid "_UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:996 msgid "_HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1015 msgid "HTTP_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1034 msgid "D_V" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1051 msgid "_WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1089 #: contrib/gnunet_setup_gtk_main_window.glade:1276 #: contrib/gnunet_setup_gtk_main_window.glade:1455 #: contrib/gnunet_setup_gtk_main_window.glade:1636 msgid "Bind to port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1118 msgid "Use Port \"0\" to only allow outgoing TCP connections" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1141 #: contrib/gnunet_setup_gtk_main_window.glade:1317 #: contrib/gnunet_setup_gtk_main_window.glade:1496 #: contrib/gnunet_setup_gtk_main_window.glade:1677 msgid "Advertised port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1170 #: contrib/gnunet_setup_gtk_main_window.glade:1342 #: contrib/gnunet_setup_gtk_main_window.glade:1523 #: contrib/gnunet_setup_gtk_main_window.glade:1704 msgid "" "External port visible on our public IP address after mappings by NAT/" "firewalls" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1199 #: contrib/gnunet_setup_gtk_main_window.glade:1372 #: contrib/gnunet_setup_gtk_main_window.glade:1553 #: contrib/gnunet_setup_gtk_main_window.glade:1734 #: contrib/gnunet_setup_gtk_main_window.glade:2336 #: contrib/gnunet_setup_gtk_main_window.glade:2417 #: contrib/gnunet_setup_gtk_main_window.glade:2833 #: contrib/gnunet_setup_gtk_main_window.glade:2916 #, fuzzy msgid "Test configuration" msgstr "_Avanceret konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:1203 #: contrib/gnunet_setup_gtk_main_window.glade:1376 #: contrib/gnunet_setup_gtk_main_window.glade:1557 #: contrib/gnunet_setup_gtk_main_window.glade:1738 msgid "" "Test your network configuration by contacting a public gnunet-nat-server and " "asking it to establish a connection to your system for testing. This test " "can only work if you are not running your peer at the time you run the test." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1215 #: contrib/gnunet_setup_gtk_main_window.glade:1388 #: contrib/gnunet_setup_gtk_main_window.glade:1569 #: contrib/gnunet_setup_gtk_main_window.glade:1750 #: contrib/gnunet_setup_gtk_main_window.glade:2349 #: contrib/gnunet_setup_gtk_main_window.glade:2430 #: contrib/gnunet_setup_gtk_main_window.glade:2846 #: contrib/gnunet_setup_gtk_main_window.glade:2929 msgid "Configuration works!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1227 #: contrib/gnunet_setup_gtk_main_window.glade:1400 #: contrib/gnunet_setup_gtk_main_window.glade:1581 #: contrib/gnunet_setup_gtk_main_window.glade:1762 msgid "Test failed!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1258 msgid "TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1275 #: contrib/gnunet_setup_gtk_main_window.glade:1454 #: contrib/gnunet_setup_gtk_main_window.glade:1635 msgid "" "Port number that GNUnet's UDP transport should bind to on the local system" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1434 msgid "UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1615 msgid "HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1796 msgid "HTTPS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1818 msgid "DV" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1835 msgid "Name of _Monitor Interface" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1876 msgid "WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1895 #, fuzzy msgid "Transport Configuration" msgstr "GNUnet dæmonkonfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:1907 msgid "_Transports" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1933 msgid "Enable unsolicited content transmission from this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1950 msgid "Enable caching content at this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1969 #, fuzzy msgid "File Sharing Options" msgstr "Kørende programmer" #: contrib/gnunet_setup_gtk_main_window.glade:1999 msgid "Database Backend to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2014 #: contrib/gnunet_setup_gtk_main_window.glade:2128 #: contrib/gnunet_setup_gtk_main_window.glade:2507 #: contrib/gnunet_setup_gtk_main_window.glade:2621 msgid "sqLite" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2031 #: contrib/gnunet_setup_gtk_main_window.glade:2328 #: contrib/gnunet_setup_gtk_main_window.glade:2524 #: contrib/gnunet_setup_gtk_main_window.glade:2825 msgid "MySQL" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2049 #: contrib/gnunet_setup_gtk_main_window.glade:2409 #: contrib/gnunet_setup_gtk_main_window.glade:2542 #: contrib/gnunet_setup_gtk_main_window.glade:2908 #, fuzzy msgid "Postgres" msgstr "Fremgang" #: contrib/gnunet_setup_gtk_main_window.glade:2084 #: contrib/gnunet_setup_gtk_main_window.glade:2577 msgid "Quota (bytes):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2122 #: contrib/gnunet_setup_gtk_main_window.glade:2615 msgid "No setup required." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2144 #: contrib/gnunet_setup_gtk_main_window.glade:2637 msgid "MySQL database name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2158 #: contrib/gnunet_setup_gtk_main_window.glade:2651 #, fuzzy msgid "gnunet" msgstr "Om gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:2178 #: contrib/gnunet_setup_gtk_main_window.glade:2671 #, fuzzy msgid "Configuration file:" msgstr "_Konfigurationsfil anvendt for gnunetd:" #: contrib/gnunet_setup_gtk_main_window.glade:2206 #: contrib/gnunet_setup_gtk_main_window.glade:2700 #, fuzzy msgid "Username:" msgstr "_Filnavn:" #: contrib/gnunet_setup_gtk_main_window.glade:2230 #: contrib/gnunet_setup_gtk_main_window.glade:2725 msgid "Password:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2261 #: contrib/gnunet_setup_gtk_main_window.glade:2757 msgid "MySQL Server Hostname:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2275 #: contrib/gnunet_setup_gtk_main_window.glade:2771 msgid "localhost" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2358 #: contrib/gnunet_setup_gtk_main_window.glade:2439 #: contrib/gnunet_setup_gtk_main_window.glade:2856 #: contrib/gnunet_setup_gtk_main_window.glade:2938 msgid "Configuration error!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2377 #: contrib/gnunet_setup_gtk_main_window.glade:2875 #, fuzzy msgid "Configuration:" msgstr "_Avanceret konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:2464 msgid "Configure Datastore (persistent storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2492 msgid "Datacache:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2964 msgid "Configure Datacache (temporary storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2981 #, fuzzy msgid "_File Sharing" msgstr "Filde_ling" #: contrib/gnunet_setup_gtk_main_window.glade:3011 msgid "Tunnel IPv4 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3015 msgid "" "By enabling this option, all of your IPv4-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 4over6 " "tunneling and 4to6 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3027 msgid "Tunnel IPv6 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3031 msgid "" "By enabling this option, all of your IPv6-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 6over4 " "tunneling and 6to4 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3043 #, fuzzy msgid "Tunnel DNS Traffic" msgstr "IndgÃ¥ende trafik" #: contrib/gnunet_setup_gtk_main_window.glade:3047 msgid "" "Enabling this option will cause your DNS traffic to be routed via the GNUnet " "network to some other peer offering DNS exit functionality. This is needed " "if you have no Internet access (and are thus tunnelling both IPv4 and IPv6 " "traffic over GNUnet). If you have regular Internet access, this option only " "makes sense if you want to get some 'weak' anonymity by tunnelling all of " "your traffic over GNUnet (using the network as a 1-hop proxy in the worst-" "case, so this does not provide you with strong anonymity)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3072 #, fuzzy msgid "Protocol Translation and Tunneling Configuration" msgstr "GNUnet dæmonkonfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:3102 msgid "_Interface name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3115 msgid "" "Name of the TUN interface GNUnet will create for intercepting outgoing " "Internet traffic from your machine. The default \"gnunet-vpn\" is almost " "always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3135 msgid "IPv4 address for interface:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3157 #: contrib/gnunet_setup_gtk_main_window.glade:3209 #: contrib/gnunet_setup_gtk_main_window.glade:3439 #: contrib/gnunet_setup_gtk_main_window.glade:3493 msgid "/" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3187 msgid "IPv6 address for interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3241 #, fuzzy msgid "VPN Interface Configuration" msgstr "GNUnet dæmonkonfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:3260 msgid "" "Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, " "6over4, 4over6) facilities" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3261 msgid "_VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3291 msgid "Enable DNS Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3306 msgid "Enable IPv4 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3310 msgid "" "This option will allow other peers to send IPv4 traffic to the Internet " "using your network connection." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3322 msgid "Enable IPv6 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3326 msgid "" "This option will allow other peers to send IPv6 traffic to the Internet " "using your network connection. You should make sure that you have IPv6-" "support before enabling this option." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3349 msgid "IP Address of external DNS Resolver:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3381 msgid "Exit interface name: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3393 msgid "" "Name of the TUN interface GNUnet will create for Internet traffic exiting " "GNUnet via your machine. The default \"gnunet-exit\" is almost always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3416 msgid "IPv4 address for Exit interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3428 msgid "" "Use a private IPv4 network here that does not conflict with your existing " "setup (i.e. something like 10.53.0.1/255.255.0.0 or " "192.168.0.1/255.255.0.0). " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3470 msgid "IPv6 address for Exit interface: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3482 msgid "" "This should be a globally routed IPv6 subnet of your host. Alternatively, " "if your kernel supports IPv6-NAT, you can pick any site-local prefix and " "manually configure IPv6-NAT." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3525 #, fuzzy msgid "GNUnet Exit Configuration" msgstr "GNUnet dæmonkonfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:3544 msgid "_Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3574 msgid "_Preferred Name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3612 msgid "Cryptographic Identity:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3662 #, fuzzy msgid "Domain Owner Information" msgstr "GNUnet dæmonkonfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:3775 msgid "GNS Database" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3794 msgid "GN_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3810 msgid "Welcome to gnunet-setup." msgstr "" #: contrib/gnunet_statistics_gtk_about_dialog.glade:8 #, fuzzy msgid "About gnunet-statistics-gtk" msgstr "Om gnunet-gtk" #: contrib/gnunet_statistics_gtk_main_window.glade:6 #, fuzzy msgid "gnunet-statistics-gtk" msgstr "Om gnunet-gtk" #: contrib/gnunet_statistics_gtk_main_window.glade:36 msgid "Display information about this version of gnunet-statistics-gtk" msgstr "" #: contrib/gnunet_statistics_gtk_main_window.glade:73 #, fuzzy msgid "_Connections" msgstr "Tilslutning" #: contrib/gnunet_statistics_gtk_main_window.glade:97 #, fuzzy msgid "_Traffic" msgstr "IndgÃ¥ende trafik" #: contrib/gnunet_statistics_gtk_main_window.glade:122 msgid "_Storage" msgstr "" #, fuzzy #~ msgid "Peer" #~ msgstr "_Modparter" #~ msgid "Country" #~ msgstr "Land" #, fuzzy #~ msgid "Addresses" #~ msgstr "Adresse" #, fuzzy #~ msgid "Advertise namespace" #~ msgstr "i _navnerum" #, fuzzy #~ msgid "Value:" #~ msgstr "_Værdi:" #~ msgid "Keywords" #~ msgstr "Nøgleord" # (Jeg tror godt den kan oversættes til rod) #, fuzzy #~ msgid "_Root:" #~ msgstr "_Rod (root):" #~ msgid "Description" #~ msgstr "Beskrivelse" #~ msgid "Format" #~ msgstr "Format" #~ msgid "Size" #~ msgstr "Størrelse" #, fuzzy #~ msgid "GNUnet VPN Exit Interface" #~ msgstr "GNUnet dæmonkontrol" #, fuzzy #~ msgid "DNS name" #~ msgstr "Kaldenavn" #, fuzzy #~ msgid "Destination" #~ msgstr "Beskrivelse" #, fuzzy #~ msgid "Current identifier" #~ msgstr "Næste identifikation" #, fuzzy #~ msgid "Update identifier" #~ msgstr "Næste identifikation" #, fuzzy #~ msgid "_Index file" #~ msgstr "_Identifikation:" # (Jeg tror godt den kan oversættes til rod) #, fuzzy #~ msgid "Root" #~ msgstr "_Rod (root):" #, fuzzy #~ msgid "Download from URI" #~ msgstr "H_ent" #, fuzzy #~ msgid "Search GNUnet" #~ msgstr "Søgeresultater" #, fuzzy #~ msgid "Search GNUnet for files" #~ msgstr "Vælg GNUnet-mappefil der skal Ã¥bnes" #, fuzzy #~ msgid "Test datastore configuration" #~ msgstr "Start konfigurationsgu_iden" #, fuzzy #~ msgid "Test datacache configuration" #~ msgstr "_Avanceret konfiguration" #, fuzzy #~ msgid "gnunet-gtk" #~ msgstr "Om gnunet-gtk" #, fuzzy #~ msgid "Neighbours" #~ msgstr "timer" #~ msgid "Bandwidth" #~ msgstr "BÃ¥ndbredde" #, fuzzy #~ msgid "filename" #~ msgstr "Filnavn" #, fuzzy #~ msgid "_Anonymity" #~ msgstr "_Anonymitet:" #, fuzzy #~ msgid "Previous identifier" #~ msgstr "Næste identifikation" #, fuzzy #~ msgid "Statistics" #~ msgstr "_Statistik" #, fuzzy #~ msgid "1 day" #~ msgstr "dag" #, fuzzy #~ msgid "1 hour" #~ msgstr "time" #~ msgid "run in debug mode" #~ msgstr "kør i fejlsøgningstilstand" #~ msgid "GNUnet GTK user interface." #~ msgstr "GNUnet GTK-brugergrænseflade." #~ msgid "do not open main window on startup, only add icon to tray" #~ msgstr "Ã¥bn ikke hovedvinduet ved opstart, tilføj kun ikon til statusfeltet" #~ msgid "Orientation" #~ msgstr "Orientering" #~ msgid "The orientation of the tray." #~ msgstr "Orienteringen pÃ¥ bakken." #~ msgid "GNU's peer-to-peer network" #~ msgstr "GNU's modpartsnetværk" #~ msgid "Status" #~ msgstr "Status" #~ msgid "Identity" #~ msgstr "Identitet" #~ msgid "anonymous" #~ msgstr "anonym" #~ msgid "Unhandled (unknown) FSUI event: %u.\n" #~ msgstr "Ubehandlet (ukendt) FSUI-begivenhed: %u.\n" #~ msgid "globally" #~ msgstr "globalt" #~ msgid "Aborted." #~ msgstr "Afbrudt." #~ msgid "Error uploading file: `%s'" #~ msgstr "Fejl under filoverførsel: »%s«" #~ msgid "Choose the file you want to publish." #~ msgstr "Vælg filen du ønsker at udgive." #~ msgid "Choose the directory you want to publish." #~ msgstr "Vælg mappen du ønsker at udgive." #~ msgid "Title" #~ msgstr "Titel" #~ msgid "Artist" #~ msgstr "Kunstner" #~ msgid "Album" #~ msgstr "Album" #~ msgid "Remove selected files" #~ msgstr "Fjern valgte filer" #~ msgid "No files to insert ! Please add files to the list before validating." #~ msgstr "" #~ "Ingen filer at indsætte! Tilføj venligst filer til listen før validering." #~ msgid "Choose the directory to insert..." #~ msgstr "Vælg mappen der skal indsættes..." #~ msgid "The following files won't be added for I could not read them :" #~ msgstr "" #~ "De følgende filer vil ikke blive tilføjet, da jeg ikke kunne læse dem:" #~ msgid "Could not open the directory :\n" #~ msgstr "Kunne ikke Ã¥bne mappen:\n" #~ msgid "Choose files to insert..." #~ msgstr "Vælg filer til indsættelse..." # mÃ¥ske kunne ikke #~ msgid "Failed to start collection (consult logs)." #~ msgstr "Kunne ikke oprette oprette samling (se logfiler)." #~ msgid "Failed to stop collection (consult logs).\n" #~ msgstr "Kunne ikke stoppe samling (se logfiler).\n" #~ msgid "Namespace `%s' found: %s.\n" #~ msgstr "Navnerum »%s« fundet: %s.\n" #~ msgid "no name given" #~ msgstr "intet navn" # stÃ¥r det for millisekunder? #~ msgid "ms" #~ msgstr "ms" #~ msgid "minutes" #~ msgstr "minutter" #~ msgid "seconds" #~ msgstr "sekunder" #~ msgid "days" #~ msgstr "dage" #~ msgid "second" #~ msgstr "sekund" #~ msgid "Failed to create namespace.Consult logs." #~ msgstr "Kunne ikke oprette namespace.Consult logfiler." #~ msgid "unknown" #~ msgstr "ukendt" #~ msgid "Category" #~ msgstr "Kategori" #~ msgid "Keyword" #~ msgstr "Nøgleord" #~ msgid "invalid characters (%u)" #~ msgstr "ugyldige tegn (%u)" #~ msgid "Internal error" #~ msgstr "Intern fejl" #~ msgid "Choose the name under which you want to save the search results." #~ msgstr "Vælg det navn som du ønsker at gemme søgeresultaterne under." #~ msgid "No search results yet, cannot save!" #~ msgstr "Endnu ingen søgeresultater, kan ikke gemme!" #~ msgid "Saved search results" #~ msgstr "Gemte søgeresultater" #~ msgid "Internal error." #~ msgstr "Intern fejl." #~ msgid "Error writing file `%s'." #~ msgstr "Fejl under skrivning af fil »%s«." #~ msgid "_Display metadata" #~ msgstr "_Vis metadata" #~ msgid "_Save results as directory" #~ msgstr "_Gem resultater som mappe" #~ msgid "Availability" #~ msgstr "Tilgængelighed" #~ msgid "Certainty" #~ msgstr "Sikkerhed" #~ msgid "Applicability" #~ msgstr "Anvendelighed" #~ msgid "Sort" #~ msgstr "Sorter" #~ msgid "Need a keyword to search!\n" #~ msgstr "Skal bruge et nøgleord til søgning!\n" #~ msgid "Failed to create namespace URI from `%s'.\n" #~ msgstr "Kunne ikke oprette navnerum-URI fra »%s«.\n" #~ msgid "Filesize" #~ msgstr "Filstørrelse" #~ msgid "Mime-type" #~ msgstr "Mime-type" #~ msgid "No local namespaces available that could be deleted!" #~ msgstr "Ingen lokale navnerum tilgængelig som kunne slettes!" #~ msgid "Should the namespace `%s' really be deleted?" #~ msgstr "Skal navnerummet »%s« virkelig slettes?" #~ msgid "Downloading `%s'\n" #~ msgstr "Henter »%s«\n" #~ msgid "ERROR: already downloading `%s'" #~ msgstr "Fejl: Henter allerede »%s«" #~ msgid "Invalid URI `%s'" #~ msgstr "Ugyldig URI »%s«" #~ msgid "Please use the search function for keyword (KSK) URIs!" #~ msgstr "Brug venligst søgefunktionen til nøgleord (KSK) URI'er!" #~ msgid "Choose the directory you want to open." #~ msgstr "Vælg mappen du ønsker at Ã¥bne." #~ msgid "Error opening file `%s'." #~ msgstr "Fejl under Ã¥bning af fil »%s«." #~ msgid "Launching gnunetd...\n" #~ msgstr "Starter gnunetd...\n" #~ msgid "Launching gnunetd failed\n" #~ msgstr "Start af gnunetd mislykkedes\n" #~ msgid "Launched gnunetd\n" #~ msgstr "Startede gnunetd\n" #~ msgid "Error requesting shutdown of gnunetd.\n" #~ msgstr "Fejl der anmoder om lukning af gnunetd.\n" #~ msgid "Terminating gnunetd...\n" #~ msgstr "Afslutter gnunetd...\n" #~ msgid "" #~ "Configuration file for GNUnet daemon `%s' does not exist! Run `gnunet-" #~ "setup -d'.\n" #~ msgstr "" #~ "Konfigurationsfil for GNUnet-dæmon »%s« eksisterer ikke! Kør »gnunet-" #~ "setup -d«.\n" #~ msgid "Connected to 1 peer" #~ msgstr "Forbundet til 1 modpart" #~ msgid "GNUnet - Connected to 1 peer" #~ msgstr "GNUnet - forbundet med 1 modpart" #~ msgid "GNUnet - Connected to %Lu peers" #~ msgstr "GNUnet - forbundet til %Lu modparter" #~ msgid "Disconnected" #~ msgstr "Afbrudt" #~ msgid "GNUnet - Disconnected" #~ msgstr "GNUnet - afbrudt" #~ msgid "Daemon running" #~ msgstr "Dæmon kører" #~ msgid "GNUnet - Daemon running" #~ msgstr "GNUnet - dæmon kører" #~ msgid "Daemon not running" #~ msgstr "Dæmon kører ikke" #~ msgid "GNUnet - Daemon not running" #~ msgstr "GNUnet - dæmon kører ikke" #~ msgid "Unknown status" #~ msgstr "Ukendt status" #~ msgid "Could not initialize libnotify\n" #~ msgstr "Kunne ikke initialisere libnotify\n" #~ msgid "Could not send notification via libnotify\n" #~ msgstr "Kunne ikke sende besked via libnotify\n" #~ msgid "Welcome to gnunet-gtk 0.8.1" #~ msgstr "Velkommen til gnunet-gtk 0.8.1" #~ msgid "" #~ " \n" #~ "gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to " #~ "eventually provide a universal, pluggable interface for all GNUnet " #~ "services.\n" #~ "\n" #~ "This is a beta release. Some advanced features are still missing. The " #~ "GNUnet homepage offers information about new versions of gnunet-gtk.\n" #~ "\n" #~ "Please read the text below for infomation about this release. We hope " #~ "that you will enjoy gnunet-gtk (especially once it is ready).\n" #~ "\n" #~ "Thank you,\n" #~ "\n" #~ " The GNUnet Team\n" #~ "\n" #~ "Changes from gnunet-gtk 0.8.0:\n" #~ "\n" #~ "This release adds a new command-line option (-t to start gnunet-gtk in " #~ "tray mode). Various minor UI bugs have also been fixed.\n" #~ "\n" #~ "Changes from gnunet-gtk 0.8.0pre1:\n" #~ "\n" #~ "This release primarily adds support for the new, simpler namespaces. " #~ "This release also includes various eye candy improvements, including some " #~ "new context menus (right-click) and support for initiating downloads by " #~ "double-clicking on the search result. The chat plugin now indicates " #~ "graphically which user is the local user and allows users to leave the " #~ "room (note that P2P support for chat is still missing in GNUnet, so you " #~ "can pretty much only chat with yourself at this point). Finally, this " #~ "release fixes problems with installing and finding of the icon for the " #~ "main window (for installations to directories other than /usr).\n" #~ "\n" #~ "Changes from gnunet-gtk 0.8.0pre0:\n" #~ "\n" #~ "This release adds support for the new search ranking features of " #~ "0.8.0pre1 including visualizing how well a result matches the search " #~ "terms and how likely it is that the result is available on the network. " #~ "This release also adds support for chat (GUI only, note that GNUnet does " #~ "not implement P2P chat yet). Various minor bugs were also fixed. The " #~ "code was updated to work with GNUnet 0.8.0pre1 (and will not work with " #~ "previous GNUnet versions).\n" #~ "\n" #~ "Changes from gnunet-gtk 0.7.3:\n" #~ "\n" #~ "This release fixes a deadlock and improves visualization of the current " #~ "connectivity status of gnunetd (including visualization using the tray " #~ "icon). Searches can now be paused and resumed. Various useless and " #~ "confusing features were removed (or at least are invisible with the " #~ "default GLADE skin). The GLADE file was updated to Glade version 3. The " #~ "code was updated to work with GNUnet 0.8.0pre0 (and will not work with " #~ "previous GNUnet versions).\n" #~ msgstr "" #~ " \n" #~ "gnunet-gtk er en GTK+-brugergrænseflade for GNUnet. Det er meningen, at " #~ "gnunet-gtk skal være en universel overbygning for alle GNUnets " #~ "tjenester.\n" #~ "\n" #~ "Dette er en betaudgivelse. Nogle avancerede egenskaber mangler stadig. " #~ "GNUnets hjemmeside tilbyder information om nye versioner af gnunet-gtk.\n" #~ "\n" #~ "Læs venligst den følgende tekst om denne udgivelse. Vi hÃ¥ber, at du kan " #~ "lide gnunet-gtk (specielt nÃ¥r den er færdig).\n" #~ "\n" #~ "Mange tak,\n" #~ "\n" #~ " GNUnetholdet\n" #~ "\n" #~ "Ændringer siden gnunet-gtk 0.8.0:\n" #~ "\n" #~ "Denne udgave tilføjer et nyt tilvalg for kommandolinjen (-t for at starte " #~ "gnunet-gtk i statusfelttilstand). Forskellige mindre UI-fejl er ogsÃ¥ " #~ "blevet rettet.\n" #~ "\n" #~ "Ændringer siden gnunet-gtk 0.8.0pre1:\n" #~ "\n" #~ "Denne udgave tilfører primært understøttelse for de nye mere simple " #~ "navnerum. Denne udgave inkluderer ogsÃ¥ forskellige forbedringer til " #~ "layoutet, inklusiv nogle nye kontekstmenuer (højreklik) og understøttelse " #~ "af hentning ved dobbeltklik pÃ¥ søgeresultatet. Snakkeudvidelsesmodullet, " #~ "viser nu grafisk hvilken bruger der er lokalbruger og, tillader brugere " #~ "at forlade rummet (bemærk at P2P-understøttelse for snak stadig mangler i " #~ "GNUnet, sÃ¥ du kan kun snakke med dig selv indtil videre). Endelig retter " #~ "denne udgave nogle problemer med installering og ikonet for hovedvinduet " #~ "(ved installation i andre mapper end /usr)\n" #~ "\n" #~ "Ændringer siden gnunet-gtk 0.8.0pre0:\n" #~ "\n" #~ "Denne udgave tilfører understøttelse for den nye søgerangering i " #~ "0.8.0pre1 inklusiv visualisering af hvor godt resultatet passer til " #~ "søgetermen og hvor sandsynligt det er at filen er tilgængelig pÃ¥ " #~ "netværket. Denne udgave tilfører ogsÃ¥ understøttelse af snak (kun GUI, " #~ "bemærk at GNUnet endnu ikke har implementeret P2P-snak). Forskellige " #~ "mindre fejl blev ogsÃ¥ rettet. Koden blev opdateret til at virke med " #~ "GNUnet 0.8.0pre1 (og vil ikke virke med tidligere udgaver af GNUnet).\n" #~ "\n" #~ "Ændringer siden gnunet-gtk 0.7.3:\n" #~ "\n" #~ "Denne udgave retter en baglÃ¥s og forbedrer det visuelle pÃ¥ den nuværende " #~ "forbindelsesstatus (inklusiv visualisering af statusikon). Søgninger kan " #~ "nu sættes pÃ¥ pause og genoptages. Forskellige ubrugelige og forvirrende " #~ "funktioner blev fjernet (eller er i det mindste usynlige med GLADE-" #~ "standardlayout). GLADE-filen blev opdateret til Glade version 3. Koden " #~ "blev opdateret til GNUnet 0.8.0pre0 (og vil ikke fungere med tidligere " #~ "udgaver af GNUnet).\n" #~ "\n" #~ "Ændringer siden gnunet-gtk 0.7.2c:\n" #~ "\n" #~ "Denne udgave tilfører understøttelse af opstart af gnunetd og gnunet-" #~ "setup med gksu-undersøttelse. Koden blev opdateret til at fungere med " #~ "GNUnet 0.7.3 (og vil ikke fungere med tidligere udgaver af GNUnet). Denne " #~ "udgave retter ogsÃ¥ nogle hukommelseslæk.\n" #~ "\n" #~ "Ændringer siden gnunet-gtk 0.7.1c:\n" #~ "\n" #~ "Denne udgave implementerer den avancerede fildelingsfunktion (specielt " #~ "interaktiv samling af navnerum). Søgning efter indhold i navnerum er " #~ "endelig ogsÃ¥ tilgængelig. Navnerum som findes, annonceres i et " #~ "beskedvindue. Det er nu ogsÃ¥ muligt at udføre ikke-anonym fildeling ved " #~ "at vælge et anonymitetsniveau pÃ¥ nul. Du vil blive advaret om, at du ikke " #~ "har nogen form for anonymitet, ved at den roterende knap lyser rødt; " #~ "dette indikerer ikke en fejl. En ny fane der viser de kendte modparter, " #~ "deres nuværende bÃ¥ndbreddetildeling og tillidsniveau er blevet tilføjet.\n" #~ "\n" #~ "Ændringer siden gnunet-gtk 0.7.1:\n" #~ "\n" #~ "Denne udgave tilføjer kontekstmenuer (højreklik) som tillader, at man kan " #~ "kopiere URI'en pÃ¥ søgeresultatet og overførsler til udklipsholderen.\n" #~ msgid "_Welcome" #~ msgstr "_Velkommen" # Jeg tror det skal læses som: "GNUnet-dæmonen gnunetd" (altsÃ¥ gnunetd # er dens navn, mens det foregÃ¥ende er dens "titel") #~ msgid "Try to start the GNUnet Daemon gnunetd on localhost" #~ msgstr "Forsøg at starte NUnet-dæmonen gnunetd pÃ¥ lokalvært" #~ msgid "Start gnunet_d" #~ msgstr "Start gnunet_d" #~ msgid "Stops the GNUnet daemon gnunetd" #~ msgstr "Stopper GNUnet-dæmonen gnunetd" #~ msgid "Sto_p gnunetd" #~ msgstr "Sto_p gnunetd" #~ msgid "Run gnunet-setup in wizard mode" #~ msgstr "Kør gnunet-setup i guidetilstand" #~ msgid "Run gnunet-setup in standard configuration mode" #~ msgstr "Kør gnunet-setup i standardkonfigurationstilstand" #~ msgid "gtk-edit" #~ msgstr "gtk-edit" #~ msgid "" #~ "Search GNUnet for content under the specified keyword (and, if " #~ "applicable, restrict the search to the given namespace)" #~ msgstr "" #~ "Søg GNUnet for indhold med det angivne nøgleord (og, hvis muligt, begræns " #~ "søgningen til det angivne navnerum)" #~ msgid "gtk-find" #~ msgstr "gtk-find" #~ msgid "with _anonymity" #~ msgstr "med _anonymitet" #~ msgid "" #~ "Specify the anonymity level for the search, 0 for no anonymity. Higher " #~ "values provide more privacy but also less performance." #~ msgstr "" #~ "Angiv anonymitetsniveauet for søgningen, 0 for ingen anonymitet. Højere " #~ "værdier giver mere privatliv men ogsÃ¥ dÃ¥rligere ydelse." #~ msgid "" #~ "This is the rating that you have given this namespace so far. Ratings " #~ "are private and not shared with other users in any way. They are " #~ "supposed to help each user remember which namespace is worthwile for him." #~ msgstr "" #~ "Dette er klassificeringen du har givet dette navnerum indtil nu. " #~ "Klassificeringer er private og deles ikke med andre brugere pÃ¥ nogen " #~ "mÃ¥de. De har som formÃ¥l at hjælpe hver enkelt bruger med at huske hvilke " #~ "navnerum der er værdifulde for brugeren." #~ msgid "" #~ "Cancel the selected download (and all sub-downloads) and delete " #~ "incomplete download files" #~ msgstr "" #~ "Afbryd den valgte hentning (og alle underhentninger) og slet hentede men " #~ "ufuldstændige filer" #~ msgid "" #~ "Stop the selected download (and all sub-downloads) and remove them from " #~ "the list. This will NOT cause the deletion of files from incomplete " #~ "downloads." #~ msgstr "" #~ "Stop den valgte hentning (og alle underhentninger) og fjern dem fra " #~ "listen. Det vil ikke medføre sletning af filer fra ufuldstændige " #~ "hentninger." #~ msgid "Clear completed downloads from the list" #~ msgstr "Ryd færdiggjorte hentninger fra listen" #~ msgid "_Clean" #~ msgstr "_Ryd" #~ msgid "_Enter URI:" #~ msgstr "_Indtast URI:" #~ msgid "Download the content specified by the URI" #~ msgstr "Hent indholdet angivet af URI'en" #~ msgid "Downloads" #~ msgstr "Hentninger" # MÃ¥ske (og alle afhængige overførsler) #~ msgid "" #~ "Cancel the selected upload (and all sub-uploads) and remove them from the " #~ "list" #~ msgstr "" #~ "Afbryd den valgte overførsel (og alle underoverførsler) og fjern dem fra " #~ "listen" #~ msgid "Clear completed uploads from the list" #~ msgstr "Ryd færdiggjorte overførsler fra listen" #~ msgid "Method:" #~ msgstr "Metode:" #~ msgid "" #~ "Indexing will avoid copying the file into the GNUnet database. Instead, " #~ "GNUnet will try to add a symbolic link to the specified file. If that " #~ "fails, a copy of the file will be created. Indexing should be used if " #~ "the local machine is unlikely to ever be compromised by an adversary and " #~ "if the uploaded file will not be modified or moved in the future. " #~ "Indexing is more efficient than insertion." #~ msgstr "" #~ "Indeksering vil undgÃ¥ kopiering af filerne til GNUnet-databasen. I steden " #~ "for vil GNUnet forsøge at tilføje en symbolsk henvisning til det angivne " #~ "fil. Hvis det mislykkes, vil en kopi af filen blive oprettet. Indeksering " #~ "bør bruges hvis den lokale maskine har lav risiko for at blive " #~ "kompromitteret af en modstander, og hvis den overførte fil ikke vil blive " #~ "ændret eller flyttet i fremtiden. Indeksering er mere effektivt end " #~ "indsættelse." #~ msgid "" #~ "Inserting a file means that an encrypted copy will be added to the GNUnet " #~ "database. Without the proper key (which is not stored in plaintext " #~ "anywhere) the file cannot be decrypted. Use this option for small files, " #~ "files that will be modified soon, files that maybe moved or if you are " #~ "afraid that an adversary may detect the file in plaintext on your machine " #~ "(after compromising your machine)." #~ msgstr "" #~ "Indsættelse af en fil betyder at en krypteret kopi vil blive tilføjet til " #~ "GNunet-databasen. Uden den korrekte nøgle (som ikke gemmes i læsbar tekst " #~ "noget steds) kan filen ikke dekrypteres. Brug denne mulighed for smÃ¥ " #~ "filer, filer som snart skal ændres, filer som mÃ¥ske flyttes eller hvis du " #~ "er bange for at en modstander opdager filen i læsbart tekstformat pÃ¥ din " #~ "maskine (efter at have fÃ¥et adgang til din maskine)." #~ msgid "I_nsert" #~ msgstr "I_ndsæt" #~ msgid "Scope:" #~ msgstr "Virkefelt:" #~ msgid "Recursively publish an entire directory tree" #~ msgstr "Rekursivt udgiv et helt mappetræ" #~ msgid "_Recursive (for entire directories)" #~ msgstr "_Rekursivt (for hele mapper)" #~ msgid "" #~ "Should it be possible to directly find files in the directory? If " #~ "unchecked, it will only be possible for the directory itself to be found " #~ "with a normal keyword search. This option only really makes a difference " #~ "for uploads of directories." #~ msgstr "" #~ "Skal de være muligt direkte at finde filer i mappen? Hvis den ikke er " #~ "krydset af, vil det kun være muligt for mappen selv at blive fundet via " #~ "en normal nøgleordssøgning. Denne indstilling giver kun mening for " #~ "overførsel af mapper." #~ msgid "Add keywords for files in directories" #~ msgstr "Tilføj nøgleord for filer i mapper" #~ msgid "" #~ "Share the specified file with the selected options (you will then be " #~ "prompted to enter meta-data and keywords)" #~ msgstr "" #~ "Del den angivne fil med valgte indstillinger (du vil sÃ¥ blive spurgt om " #~ "at indtaste metadata og nøgleord)" #~ msgid "Browse local computer for files (or directories) to publish" #~ msgstr "Gennemse lokal computer for filer (eller mapper) der skal udgives" #~ msgid "_Browse" #~ msgstr "_Gennemse" #~ msgid "Only publish a single file" #~ msgstr "Udgiv kun en enkelt fil" #~ msgid "" #~ "Controls if GNUnet should (automatically) extract metadata for files. If " #~ "unchecked, the default metadata for the upload will only contain the " #~ "filename. If checked, GNU libextractor will be used to provide " #~ "additional metadata (such as thumbnails). The option only applies when a " #~ "directory is uploaded. For individual files, GNU libextractor is always " #~ "used (you will have a chance to edit the extracted metadata in a dialog)." #~ msgstr "" #~ "Kontrollerer om GNUnet skal (automatisk) udtrække metadata for filer. " #~ "Hvis den ikke er afkrydset vil standardmetadataen for overførslen kun " #~ "indeholde filnavnet. Hvis afkrydset vil GNU libextractor blive brugt til " #~ "at give yderligere metadata (sÃ¥som miniaturebilleder). Tilvalget gør sig " #~ "kun gældende nÃ¥r en mappe overføres. For individuelle filer bruges GNU " #~ "libextractor ogsÃ¥ (du vil fÃ¥ en mulighed for at redigere den udtrukne " #~ "metadata i et vindue." #~ msgid "Use libextractor for files in directories" #~ msgstr "Brug libextractor pÃ¥ filerne i mapperne" #~ msgid "" #~ "What level of sender-anonymity is desired when sharing this particular " #~ "file? 0 allows direct connections (no anonymity). Higher levels require " #~ "increasing amounts of cover traffic per shared block, increasing your " #~ "privacy at the expense of efficiency." #~ msgstr "" #~ "Hvilket niveau pÃ¥ afsenderanonymitet ønskes, nÃ¥r denne specifikke fil " #~ "skal deles? 0 tillader direkte forbindelser (ingen anonymitet). Højere " #~ "niveauer kræver øget mængde af trafik per delt blok, hvilket øger din " #~ "anonymitet pÃ¥ bekostning af effektivitet." #~ msgid "" #~ "How important is the file (used to prioritize data in the local " #~ "datastore)." #~ msgstr "" #~ "Hvor vigtig er filen (bruges til at prioritere data i det lokale lager)." #~ msgid "gtk-new" #~ msgstr "gtk-ny" #~ msgid "gtk-delete" #~ msgstr "gtk-slet" #~ msgid "" #~ "Will prevent future insertions into the namespace (will not delete " #~ "content in the namespace)" #~ msgstr "" #~ "Vil forhindre fremtidige indsættelser i navnerummet (vil ikke slette " #~ "indhold i navnerummet)" #~ msgid "end collection (will not delete content already in the collection)" #~ msgstr "afslut samling (vil ikke slette indhold allerede i samlingen)" #~ msgid "Available content" #~ msgstr "Tilgængeligt indhold" #~ msgid "" #~ "Should GNUnet track available content (for publishing in namespaces)?" #~ msgstr "Bør GNUnet spore tilgængeligt indhold (for udgivelse i navnerum)?" #~ msgid "Track available content" #~ msgstr "Spor tilgængeligt indhold" #~ msgid "Delete the tracked available content shown below" #~ msgstr "Slet det sporede tilgængelige indhold vist nedenfor" #~ msgid "_Join room" #~ msgstr "_GÃ¥ til rum" #~ msgid "_Moniker" #~ msgstr "Øge_navn" #~ msgid "_Room Name" #~ msgstr "_Rumnavn" #~ msgid "Cha_t" #~ msgstr "S_nak" #~ msgid "_Logs" #~ msgstr "_Logfiler" #~ msgid "Edit File Information" #~ msgstr "Rediger filinformation" #~ msgid "This dialog is used to edit information about shared files." #~ msgstr "" #~ "Dette vindue bruges til at redigere information vedrørende delte filer." #~ msgid "Please provide meta-data and keywords for the content." #~ msgstr "Tildel venligst metadata og nøgleord til indholdet." #~ msgid "Type of the metadata that will be added" #~ msgstr "Metadatatype som vil blive tilføjet" #~ msgid "Enter metadata about the upload" #~ msgstr "Indtast metadata vedrørende overførslen" #~ msgid "Value Entry" #~ msgstr "Værdiindtastning" #~ msgid "" #~ "Enter the value for the meta-data of the specified type here.\n" #~ "Press ENTER to add the data." #~ msgstr "" #~ "Indtast værdien for metadataen pÃ¥ den angivne type her.\n" #~ "Tast RETUR for at tilføje data." #~ msgid "" #~ "Add the given description to the meta-data describing the uploaded file." #~ msgstr "" #~ "Tilføj den angivne beskrivelse til den metadata der beskriver den " #~ "overførte fil." #~ msgid "" #~ "Remove the selected descriptions from the meta-data describing the " #~ "uploaded file." #~ msgstr "" #~ "Fjern de valgte beskrivelser fra den metadata der beskriver den overførte " #~ "fil." #~ msgid "Select entries and use the button to delete keywords." #~ msgstr "Vælg poster og brug knappen for at slette nøgleord." #~ msgid "Meta-data" #~ msgstr "Metadata" #~ msgid "Enter keywords" #~ msgstr "Indtast nøgleord" #~ msgid "" #~ "Add the specified keyword to the list of keywords under which the file or " #~ "directory will be found." #~ msgstr "" #~ "Tilføj det angivne nøgleord til listen over nøgleord hvorunder filen " #~ "eller mappen vil blive fundet." #~ msgid "" #~ "Remove the selected keywords from the list of keywords under which the " #~ "file or directory will be found." #~ msgstr "" #~ "Fjern det angivne nøgleord til listen over nøgleord hvorunder filen eller " #~ "mappen vil blive fundet." #~ msgid "Lists all of the keywords that will be used." #~ msgstr "Vis alle de nøgleord som vil blive brugt." #~ msgid "Keywords" #~ msgstr "Nøgleord" #~ msgid "Select Preview" #~ msgstr "Vælg forhÃ¥ndsvisning" #~ msgid "Cancel the publication." #~ msgstr "Afbryd udgivelsen." #~ msgid "metaDataDialogCancelButton" #~ msgstr "metadatadialogafbrydknap" #~ msgid "Abort the upload operation." #~ msgstr "Afbryd overførelsesopgaven." #~ msgid "" #~ "Confirm the displayed meta-data and keywords and proceed with the " #~ "publication." #~ msgstr "Bekræft den viste metadata og nøgleord og fortsæt med udgivelsen." #~ msgid "Metadata for the selected search result" #~ msgstr "Metadata for det valgte søgeresultat" #~ msgid "File Information" #~ msgstr "Filinformation" #~ msgid "gtk-close" #~ msgstr "gtk-luk" #~ msgid "" #~ "List of search results. Directories must first be downloaded before " #~ "their contents will be displayed." #~ msgstr "" #~ "Liste over søgeresultater. Mapper skal først hentes før deres indhold vil " #~ "blive vist." #~ msgid "Standard view" #~ msgstr "Standardvisning" #~ msgid "Download selected files." #~ msgstr "Hent valgte filer." #~ msgid "Down_load" #~ msgstr "He_nt" #~ msgid "" #~ "If the selected file is a directory, immediately try to download all " #~ "files in the directory as well." #~ msgstr "" #~ "Hvis den valgte fil er en mappe, sÃ¥ forsøg ogsÃ¥ øjeblikkeligt at hente " #~ "alle filer i mappen." #~ msgid "with anon_ymity" #~ msgstr "med anon_ymitet" #~ msgid "" #~ "Specify the desired anonymity level for this download. A value of 0 means " #~ "no receiver anonymity (allows direct connection). Use higher values for " #~ "increased privacy at the expense of performance." #~ msgstr "" #~ "Angiv det ønskede anonymitetsniveau for denne hentning. En værdi pÃ¥ 0 " #~ "betyder ingen modtageranonymitet (tillader direkte forbindelse). Anvend " #~ "højere værdier for øgede anonymitet pÃ¥ bekostning af ydelse." #~ msgid "Pause the search" #~ msgstr "Sæt søgning pÃ¥ pause" #~ msgid "gtk-media-pause" #~ msgstr "gtk-media-pause" #~ msgid "Resume the search" #~ msgstr "Genoptag søgningen" #~ msgid "_Resume" #~ msgstr "_Genoptag" #~ msgid "Close search tab (also aborts search)" #~ msgstr "Luk søgefanebald (afbryder ogsÃ¥ søgning)" #~ msgid "Namespace Contents" #~ msgstr "Navnerumindhold" #~ msgid "" #~ "List of the files and directories that have been added to this namespace " #~ "so far." #~ msgstr "" #~ "Lister over filer og mapper som er blevet tilføjet til dette navnerum " #~ "indtil nu." #~ msgid "Add content to the namespace" #~ msgstr "Tilføj indhold til navnerummet" #~ msgid "Publish an update to the selected updatable content." #~ msgstr "Udgiv en opdatering til det valgte opdaterbare indhold." #~ msgid "U_pdate" #~ msgstr "Op_dater" #~ msgid "Chat" #~ msgstr "Snak" #~ msgid "The current conversation in this chat room" #~ msgstr "Den aktuelle samtale i dette snakkerum" #~ msgid "Broadcast the message to all participants in the current chat room" #~ msgstr "Rundsend beskeden til alle deltagere i det aktuelle snakkerum" #~ msgid "Send" #~ msgstr "Send" #~ msgid "The gnunet-gtk about dialog" #~ msgstr "Vindue om gnunet-gtk" #~ msgid "(C) 2001-2009 Christian Grothoff (and other contributing authors)" #~ msgstr "(C) 2001-2009 Christian Grothoff (og andre bidragydere)" #~ msgid "https://gnunet.org/" #~ msgstr "https://gnunet.org/" #~ msgid "GNUnet Website" #~ msgstr "GNUnets hjemmeside" #~ msgid "Cancel selecting file to publish." #~ msgstr "Afbryd udgivelse af den valgte fil." #~ msgid "Select this file (or directory) for the publication." #~ msgstr "Vælg denne fil (eller mappe) til udgivelse." #~ msgid "Please provide information about the namespace:" #~ msgstr "Giv venligst information om navnerummet:" #~ msgid "Type of the metadata to be added" #~ msgstr "Type pÃ¥ metadata der skal tilføjes" #~ msgid "Enter meta-data (descriptions) for this namespace" #~ msgstr "Indtast metadata (beskrivelser) for dette navnerum" #~ msgid "Add the given metadata entry to the metadata for this namespace" #~ msgstr "Tilføj det oplyste metadatapunkt fra metadataen for dette navnerum" #~ msgid "" #~ "Remove the selected metadata entry from the metadata for this namespace" #~ msgstr "Fjern det oplyste metadatapunkt fra metadataen for dette navnerum" #~ msgid "Metadata describing the namespace (used in advertisements)" #~ msgstr "Metadata der beskriver navnerummet (anvendt i reklamer)" #~ msgid "" #~ "The namespace root is the file or directory in the namespace that will be " #~ "advertised to other users. Typically it contains a directory with the " #~ "contents of the namespace. You are free in your choice of identifier for " #~ "the root." #~ msgstr "" #~ "Navnerumrod (root) er den fil eller mappe i navnerummet som vil blive " #~ "rundsendt til andre brugere. Den indeholder typisk en mappe med indholdet " #~ "af navnerummet. Du kan frit vælge identifikationen, der bruges til rod." #~ msgid "Anonymity (for namespace advertisement):" #~ msgstr "Anonymitet (for navnerumsreklame):" #~ msgid "" #~ "Enter a keyword under which advertisements for this namespace will be " #~ "published." #~ msgstr "" #~ "Indtast et nøgleord under hvilket reklamer for dette navnerum vil blive " #~ "udgivet." #~ msgid "" #~ "Add the given keyword to the list of keywords under which advertisements " #~ "for the namespace will be published" #~ msgstr "" #~ "Tilføj det angivne nøgleord til listen af nøgleord hvorunder reklamer for " #~ "navnerummet vil blive udgivet" #~ msgid "" #~ "Remove the selected keyword from the list of keywords under which " #~ "advertisements for the namespace will be published" #~ msgstr "" #~ "Fjern det angivne nøgleord fra listen af nøgleord hvorunder reklamer for " #~ "navnerummet vil blive udgivet" #~ msgid "Select entries and use the button to delete keywords" #~ msgstr "Vælg punkter og brug knappen til at slette nøgleord" #~ msgid "Cancel namespace creation" #~ msgstr "Afbryd oprettelse af navnerum" #~ msgid "" #~ "Confirm the specified data. Creates the namespace and publishes the " #~ "advertisements." #~ msgstr "" #~ "Bekræft de angivne data. Opretter navnerummet og udgiver reklamerne." #~ msgid "Close the selected search" #~ msgstr "Luk den valgte søgning" #~ msgid "_Close" #~ msgstr "_Luk" #~ msgid "Add File to Namespace" #~ msgstr "Tilføj fil til navnerum" #~ msgid "" #~ "Please provide an identifier for the content and select the update policy." #~ msgstr "" #~ "Giv venligst en identifikation til indholdet og vælg " #~ "opdateringspolitikken." #~ msgid "Anonymit_y:" #~ msgstr "Anonymit_et:" #~ msgid "_Next Identifier:" #~ msgstr "_Næste identifikation:" #~ msgid "Edit Collection Information" #~ msgstr "Rediger information for samling" #~ msgid "Please provide meta-data and an identifier for the collection:" #~ msgstr "Giv venligst metadata og en identifikation for samlingen:" #~ msgid "" #~ "Add the given description to the meta-data describing the published file" #~ msgstr "" #~ "Tilføj den givne beskrivelse til metadataen der beskriver den udgivne fil" #~ msgid "Cancel the publication" #~ msgstr "Afbryd udgivelsen" #~ msgid "" #~ "Confirm the displayed meta-data and keywords and proceed with the " #~ "publication" #~ msgstr "Bekræft den viste metadata og nøgleord og fortsæt med udgivelsen" #~ msgid "Update File in Namespace" #~ msgstr "Opdater fil i navnerum" #~ msgid "" #~ "Please provide information about the update to the content in the " #~ "namespace." #~ msgstr "" #~ "Giv venligst information om opdateringen til indholdet i navnerummet." #~ msgid "Identifier:" #~ msgstr "Identifikation:" #~ msgid "BUG: SET ME!" #~ msgstr "FEJL: INDSTIL MIG!" #~ msgid "Stop and close gnunet-gtk." #~ msgstr "Stop og luk gnunet-gtk." #~ msgid "Search Tab Label with Close Button" #~ msgstr "Vælg fanebladsetiket med luk-knappen" #~ msgid "FIXME" #~ msgstr "RETMIG" #~ msgid "Stop the search and close the tab" #~ msgstr "Stop søgningen og luk fanebladet" #~ msgid "Select filename under which the search results should be saved" #~ msgstr "Vælg det filnavn som skal bruges til at gemme søgeresultaterne i" #~ msgid "Chat Tab Label with Close Button" #~ msgstr "Fanebladsetiket til snak med lukkeknap" #~ msgid "Leave the chat room and close the tab" #~ msgstr "Forlad snakkerummet og luk fanebladet" #~ msgid "Display metadata" #~ msgstr "Vis metadata" #~ msgid "gtk-dialog-info" #~ msgstr "gtk-dialog-info" #~ msgid "gtk-stop" #~ msgstr "gtk-stop" #~ msgid "Location URIs are not yet supported" #~ msgstr "Sted-URI'er er endnu ikke understøttet" #~ msgid "You don't have rights to write to the provided configuration file." #~ msgstr "" #~ "Du har ikke rettigheder til at skrive til den angivne konfigurationsfil." #~ msgid "Failed to run the configuration tool (gnunet-setup): %s" #~ msgstr "Kunne ikke køre konfigurationsværktøjet (gnunet-setup): %s" gnunet-gtk-0.9.3/po/fr.gmo0000644000175000017500000010140211762217326012265 00000000000000Þ•ì%¼Pv;Q0È=,ù=Q&>x> >œ>•¯> E@P@`@\e@Â@8Ó@ AA0*A [AgAmArA xA„A›A ¤Ai®Av;CD~.Ô~dh  •® DP`ndÓHã,‚4‚CK‚‚ Ÿ‚©‚ ®‚ ¸‚$Å‚ ê‚ õ‚     GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS # connected nodes (100% = connection table size)Average (red) effectiveness (100% = perfect)CPU load (red), IO load (green), Network upload (yellow), Network download (blue)Connected to %Lu peersConnectivityDatastore capacityDi Ma Jens Palsberg Christian Grothoff Nils Durner Mathieu Eric Haumant milan@skoid.org Hiroshi Yamauchi Adam Welc Bogdan Carbunar Steven Michael Murphy Phan Vinh Thinh Daniel Nylander IdentifierInbound TrafficNameNoise (red), Content (green), Queries (yellow), Hellos (blue), other (gray), limit (magenta)Outbound TrafficPersistent file-sharing data (red) and DHT cache (green)PreviewRouting EffectivenessSpent (red), Earned (green) and Awarded (yellow)System loadTrustTypeValue_Anonymity:_Copy URI to Clipboard_General_Keyword:Project-Id-Version: gnunet-gtk-0.8.1 Report-Msgid-Bugs-To: bug-gnunet@gnu.org POT-Creation-Date: 2012-06-01 21:58+0200 PO-Revision-Date: 2009-12-29 22:49+0100 Last-Translator: Milan Bouchet-Valat Language-Team: French Language: fr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS Nombre de nÅ“uds connectés (100% = taille de la table de connexion)Efficacité (rouge) courante (100% = parfaite)Charge processeur (rouge), charge disque dur (vert), réseau sortant (jaune), réseau entrant (bleu)Connecté à %Lu pairsConnectivitéCapacité de la base de donnéesDi Ma Jens Palsberg Christian Grothoff Nils Durner Mathieu Eric Haumant milan@skoid.org Hiroshi Yamauchi Adam Welc Bogdan Carbunar Steven Michael Murphy Phan Vinh Thinh Daniel Nylander IdentifiantTraffic entrantNomBruit (rouge), contenu (vert), requêtes (jaune), annonces de présence (bleu), autres (gris), limite (violet)Traffic sortantDonnées persistantes du partage de fichiers (rouge) et cache DHT (vert)AperçuEfficacité du routageDépensée (rouge), gagnée (vert) et attribuée aux autres (jaune)Charge systèmeConfianceTypeValeur :_Anonymat :_Copier l'URI dans le presse-papiers_Général_Mot-clé :gnunet-gtk-0.9.3/po/Makefile.in.in0000644000175000017500000003620411406350225013622 00000000000000# Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-1997, 2000-2007 by Ulrich Drepper # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU General Public # License but which still want to provide support for the GNU gettext # functionality. # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # # Origin: gettext-0.17 GETTEXT_MACRO_VERSION = 0.17 PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ datadir = @datadir@ localedir = @localedir@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, # @install_sh@ does not start with $(SHELL), so we add it. # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. mkinstalldirs = $(SHELL) @install_sh@ -d install_sh = $(SHELL) @install_sh@ MKDIR_P = @MKDIR_P@ mkdir_p = @mkdir_p@ GMSGFMT_ = @GMSGFMT@ GMSGFMT_no = @GMSGFMT@ GMSGFMT_yes = @GMSGFMT_015@ GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) MSGFMT_ = @MSGFMT@ MSGFMT_no = @MSGFMT@ MSGFMT_yes = @MSGFMT_015@ MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) XGETTEXT_ = @XGETTEXT@ XGETTEXT_no = @XGETTEXT@ XGETTEXT_yes = @XGETTEXT_015@ XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ UPDATEPOFILES = @UPDATEPOFILES@ DUMMYPOFILES = @DUMMYPOFILES@ DISTFILES.common = Makefile.in.in remove-potcdate.sin \ $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ $(POFILES) $(GMOFILES) \ $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) POTFILES = \ CATALOGS = @CATALOGS@ # Makevars gets inserted here. (Don't remove this line!) .SUFFIXES: .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update .po.mo: @echo "$(MSGFMT) -c -o $@ $<"; \ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo .sin.sed: sed -e '/^#/d' $< > t-$@ mv t-$@ $@ all: check-macro-version all-@USE_NLS@ all-yes: stamp-po all-no: # Ensure that the gettext macros and this Makefile.in.in are in sync. check-macro-version: @test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@" \ || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@" 1>&2; \ exit 1; \ } # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because # we don't want to bother translators with empty POT files). We assume that # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. # In this case, stamp-po is a nop (i.e. a phony target). # stamp-po is a timestamp denoting the last time at which the CATALOGS have # been loosely updated. Its purpose is that when a developer or translator # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent # invocations of "make" will do nothing. This timestamp would not be necessary # if updating the $(CATALOGS) would always touch them; however, the rule for # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot test ! -f $(srcdir)/$(DOMAIN).pot || \ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @test ! -f $(srcdir)/$(DOMAIN).pot || { \ echo "touch stamp-po" && \ echo timestamp > stamp-poT && \ mv stamp-poT stamp-po; \ } # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. # This target rebuilds $(DOMAIN).pot; it is an expensive operation. # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \ package_gnu='GNU '; \ else \ package_gnu=''; \ fi; \ if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ else \ msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ fi; \ case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ *) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --package-name="$${package_gnu}@PACKAGE@" \ --package-version='@VERSION@' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ esac test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ else \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ else \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ } # This rule has no dependencies: we don't need to update $(DOMAIN).pot at # every "make" invocation, only create it when it is missing. # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. $(srcdir)/$(DOMAIN).pot: $(MAKE) $(DOMAIN).pot-update # This target rebuilds a PO file if $(DOMAIN).pot has changed. # Note that a PO file is not touched if it doesn't need to be changed. $(POFILES): $(srcdir)/$(DOMAIN).pot @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ if test -f "$(srcdir)/$${lang}.po"; then \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \ cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \ else \ $(MAKE) $${lang}.po-create; \ fi install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ for file in $(DISTFILES.common) Makevars.template; do \ $(INSTALL_DATA) $(srcdir)/$$file \ $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ for file in Makevars; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi install-data-no: all install-data-yes: all $(mkdir_p) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ fi; \ done; \ done install-strip: install installdirs: installdirs-exec installdirs-data installdirs-exec: installdirs-data: installdirs-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ else \ : ; \ fi installdirs-data-no: installdirs-data-yes: $(mkdir_p) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ fi; \ done; \ done # Define this as empty until I found a useful application. installcheck: uninstall: uninstall-exec uninstall-data uninstall-exec: uninstall-data: uninstall-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ for file in $(DISTFILES.common) Makevars.template; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi uninstall-data-no: uninstall-data-yes: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ done; \ done check: all info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: rm -f remove-potcdate.sed rm -f stamp-poT rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po rm -fr *.o clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES *.mo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f stamp-po $(GMOFILES) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(MAKE) update-po @$(MAKE) dist2 # This is a separate target because 'update-po' must be executed before. dist2: stamp-po $(DISTFILES) dists="$(DISTFILES)"; \ if test "$(PACKAGE)" = "gettext-tools"; then \ dists="$$dists Makevars.template"; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f $(srcdir)/ChangeLog.$$i; then \ dists="$$dists ChangeLog.$$i"; \ fi; \ done; \ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ for file in $$dists; do \ if test -f $$file; then \ cp -p $$file $(distdir) || exit 1; \ else \ cp -p $(srcdir)/$$file $(distdir) || exit 1; \ fi; \ done update-po: Makefile $(MAKE) $(DOMAIN).pot-update test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) $(MAKE) update-gmo # General rule for creating PO files. .nop.po-create: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 # General rule for updating PO files. .nop.po-update: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ cd $(srcdir); \ if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi $(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: # Recreate Makefile by invoking config.status. Explicitly invoke the shell, # because execution permission bits may not work on the current file system. # Use @SHELL@, which is the shell determined by autoconf for the use by its # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && @SHELL@ ./config.status $(subdir)/$@.in po-directories force: # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gnunet-gtk-0.9.3/po/insert-header.sin0000644000175000017500000000124011406350225014405 00000000000000# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert the file. At the following # occurrences, do nothing. The distinction between the first and the following # occurrences is achieved by looking at the hold space. /^msgid /{ x # Test if the hold space is empty. s/m/m/ ta # Yes it was empty. First occurrence. Read the file. r HEADER # Output the file's contents by reading the next line. But don't lose the # current line while doing this. g N bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } gnunet-gtk-0.9.3/po/de.po0000644000175000017500000060344011762217326012113 00000000000000# German translations for GNUnet package # German messages for GNUnet. # Copyright (C) 2004, 2005 Christian Grothoff # This file is distributed under the same license as the GNUnet package. # Christian Grothoff , 2004, 2005. # msgid "" msgstr "" "Project-Id-Version: GNUnet 0.7.0pre0\n" "Report-Msgid-Bugs-To: bug-gnunet@gnu.org\n" "POT-Creation-Date: 2012-06-01 21:58+0200\n" "PO-Revision-Date: 2006-03-17 21:18+0100\n" "Last-Translator: Nils Durner \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/fs/gnunet-fs-gtk.c:438 src/gns/gnunet-gns-gtk.c:597 #: src/peerinfo/gnunet-peerinfo-gtk.c:527 #: src/statistics/gnunet-statistics-gtk.c:295 msgid "start in tray mode" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:55 #, c-format msgid "" "Failed to validate supposedly utf-8 string `%s' of length %u, assuming it to " "be a C string\n" msgstr "" #: src/fs/gnunet-fs-gtk_common.c:245 #, fuzzy, c-format msgid "Selected file `%s' is not a GNUnet directory!\n" msgstr "`%s' erwartet, dass `%s' ein Verzeichnis ist!\n" #: src/fs/gnunet-fs-gtk_common.c:291 src/fs/gnunet-fs-gtk_common.c:300 #, fuzzy msgid "no description supplied" msgstr "Keine Kommandos angegeben.\n" #: src/fs/gnunet-fs-gtk_event-handler.c:795 #: contrib/gnunet_fs_gtk_main_window.glade:271 #, fuzzy msgid "_Download" msgstr "Downl_oad" #: src/fs/gnunet-fs-gtk_event-handler.c:804 #, fuzzy msgid "Download _recursively" msgstr "Das GNUnet Verzeichnis rekursiv herunterladen" #: src/fs/gnunet-fs-gtk_event-handler.c:813 #, fuzzy msgid "Download _as..." msgstr "Downl_oad" #: src/fs/gnunet-fs-gtk_event-handler.c:825 #, fuzzy msgid "_Abort download" msgstr "Downl_oad" #: src/fs/gnunet-fs-gtk_event-handler.c:836 #: src/fs/gnunet-fs-gtk_event-handler.c:2914 msgid "_Copy URI to Clipboard" msgstr "" #: src/fs/gnunet-fs-gtk_event-handler.c:1577 #, fuzzy msgid "Error!" msgstr "Fehler" #: src/fs/gnunet-fs-gtk_event-handler.c:1739 #, fuzzy msgid "no URI" msgstr "URI" #: src/fs/gnunet-fs-gtk_event-handler.c:2924 #, fuzzy msgid "_Abort publishing" msgstr "Anwendung" #: src/fs/gnunet-fs-gtk_main-window-search.c:131 #, fuzzy, c-format msgid "Invalid keyword string `%s': %s" msgstr "Ungültige Antwort auf `%s' von `%s'\n" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1266 #, fuzzy, c-format msgid "Scanning directory `%s'.\n" msgstr "==> Verzeichnis `%s':\n" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1280 #, fuzzy, c-format msgid "Failed to scan `%s' (access error). Skipping.\n" msgstr "Fehler beim Senden der `%s' Nachricht an gnunetd\n" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1304 #, fuzzy, c-format msgid "Processed file `%s'.\n" msgstr "" "\n" "Fehler beim Uploaden der Datei: %s\n" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1322 msgid "Operation failed (press cancel)\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-dialog.c:1329 msgid "Scanner has finished.\n" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:544 #, fuzzy msgid "Select a type" msgstr "Alle Dateien auswählen" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:546 msgid "Specify a value" msgstr "" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:991 #, fuzzy, c-format msgid "Could not load preview `%s' into memory\n" msgstr "Knoten `%s' konnte nicht in der Routing Tabelle gefunden werden!\n" #: src/fs/gnunet-fs-gtk_publish-edit-dialog.c:1159 #, fuzzy msgid "" msgstr "unbenannt" #: src/fs/gnunet-fs-gtk_unindex.c:332 #, fuzzy, c-format msgid "Could not access indexed file `%s'\n" msgstr "Konfigurationsdatei `%s' konnte nicht geparst werden.\n" #: src/gns/gnunet-gns-gtk.c:152 src/gns/gnunet-gns-gtk.c:157 #, c-format msgid "New Pseudonym could not be set: `%s'\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:281 #, fuzzy, c-format msgid "" "Changes to autoshorten could not be written to configuration file: `%s'\n" msgstr "Konfigurationsdatei `%s' konnte nicht geparst werden.\n" #: src/gns/gnunet-gns-gtk.c:286 #, fuzzy, c-format msgid "" "Changes to autoshorten option could not be written to configuration file: `" "%s'\n" msgstr "Konfigurationsdatei `%s' konnte nicht geparst werden.\n" #: src/gns/gnunet-gns-gtk.c:465 msgid "Namestore service is not running!\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:499 #, fuzzy, c-format msgid "Option `%s' missing in section `%s'\n" msgstr "Option `%s' macht keinen Sinn ohne die Option `%s'.\n" #: src/gns/gnunet-gns-gtk.c:510 msgid "Failed to read or create private zone key\n" msgstr "" #: src/gns/gnunet-gns-gtk.c:524 #, fuzzy msgid "Failed to connect to namestore\n" msgstr "Es konnte keine Verbindung mit gnunetd hergestellt werden.\n" #: src/gns/gnunet-gns-gtk.c:555 #, fuzzy, c-format msgid "Editing zone %s" msgstr "Laufende Anwendungen" #: src/gns/gnunet-gns-gtk_zone.c:282 msgid "Record could not be deleted:" msgstr "" #: src/gns/gnunet-gns-gtk_zone.c:287 #, fuzzy, c-format msgid "" "%s\n" "%s\n" msgstr "" "Verwendung: %s\n" "%s\n" "\n" #: src/lib/glade.c:118 #, fuzzy, c-format msgid "Failed to load `%s': %s\n" msgstr "Fehler beim Laden des Moduls `%s'\n" #: src/lib/os_installation.c:284 #, c-format msgid "" "Could not determine installation path for %s. Set `%s' environment " "variable.\n" msgstr "" #: src/peerinfo/gnunet-peerinfo-gtk.c:493 #, fuzzy, c-format msgid "Failed to initialize communication with peerinfo service!\n" msgstr "`%s' Dienst konnte nicht initialisiert werden.\n" #: src/setup/gnunet-setup.c:115 src/setup/gnunet-setup.c:205 #: src/setup/gnunet-setup-options.c:393 src/setup/gnunet-setup-options.c:413 #, fuzzy, c-format msgid "Widget `%s' not found\n" msgstr "Kommando `%s' wurde nicht gefunden!\n" #: src/setup/gnunet-setup.c:124 src/setup/gnunet-setup.c:139 #, fuzzy, c-format msgid "Invalid regular expression `%s'\n" msgstr "Ungültiger Parameter: `%s'\n" #: src/setup/gnunet-setup.c:170 #, fuzzy, c-format msgid "Failed to obtain option value from widget `%s'\n" msgstr "Handler für `%s' konnte nicht gefunden werden\n" #: src/setup/gnunet-setup.c:219 #, fuzzy, c-format msgid "Failed to initialize widget `%s'\n" msgstr "`%s' Dienst konnte nicht initialisiert werden.\n" #: src/setup/gnunet-setup.c:230 #, fuzzy, c-format msgid "No default value known for option `%s' in section `%s'\n" msgstr "" "Sie sollten mindestens einen Transport Dienst unter der Option `%s' in der " "Sektion `%s' angegeben.\n" #: src/setup/gnunet-setup.c:240 #, fuzzy, c-format msgid "Failed to initialize widget `%s' with value `%s'\n" msgstr "`%s' Dienst konnte nicht initialisiert werden.\n" #: src/setup/gnunet-setup-hostlist-server.c:174 msgid "" "Could not determine whether the hostlist daemon has an integrated hostlist " "server!\n" msgstr "" #: src/setup/gnunet-setup-options.c:353 msgid "the hostlist server" msgstr "" #: src/setup/gnunet-setup-options.c:357 msgid "the TCP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:361 msgid "the HTTP transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:365 msgid "the HTTPS transport plugin" msgstr "" #: src/setup/gnunet-setup-options.c:401 #, fuzzy, c-format msgid "Specified widget `%s' is not a checkbutton\n" msgstr "`%s' erwartet, dass `%s' ein Verzeichnis ist!\n" #: src/setup/gnunet-setup-options.c:421 #, fuzzy, c-format msgid "Specified widget `%s' is not a spinbutton\n" msgstr "`%s' erwartet, dass `%s' ein Verzeichnis ist!\n" #: src/setup/gnunet-setup-options.c:478 #, c-format msgid "This port is already occupied by %s." msgstr "" #: src/setup/gnunet-setup-options.c:773 src/setup/gnunet-setup-options.c:781 #, c-format msgid "Option `%s' is not formatted correctly!\n" msgstr "" #: src/setup/gnunet-setup-options.c:792 src/setup/gnunet-setup-options.c:800 #, fuzzy, c-format msgid "`%s' is not a valid port number!\n" msgstr "`%s' ist keine normale Datei.\n" #: src/setup/gnunet-setup-options.c:1602 msgid "Should GNUnet exclusively connect to friends?" msgstr "" #: src/setup/gnunet-setup-options.c:1614 msgid "Friends file containing the list of friendly peers" msgstr "" #: src/setup/gnunet-setup-options.c:1626 msgid "Minimum number of friendly connections" msgstr "" #: src/setup/gnunet-setup-options.c:1638 msgid "Topology should always be loaded" msgstr "" #: src/setup/gnunet-setup-options.c:1651 msgid "Should hostlist support be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1664 msgid "Should file-sharing be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:1676 msgid "Should GNUnet learn about other peers using hostlists" msgstr "" #: src/setup/gnunet-setup-options.c:1688 msgid "Should GNUnet learn hostlists from other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1700 msgid "Should this peer offer a hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1712 msgid "Should this peer advertise its hostlist to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1724 msgid "Port this peers hostlist should be offered on" msgstr "" #: src/setup/gnunet-setup-options.c:1756 msgid "Known hostlist URLs" msgstr "" #: src/setup/gnunet-setup-options.c:1767 msgid "How many bytes per second are we allowed to transmit?" msgstr "" #: src/setup/gnunet-setup-options.c:1779 msgid "How many bytes per second are we allowed to receive?" msgstr "" #: src/setup/gnunet-setup-options.c:1793 msgid "Enable communication via TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1805 msgid "Enable communication via UDP" msgstr "" #: src/setup/gnunet-setup-options.c:1817 msgid "Enable communication via HTTP" msgstr "" #: src/setup/gnunet-setup-options.c:1829 msgid "Enable communication via HTTPS" msgstr "" #: src/setup/gnunet-setup-options.c:1841 msgid "Enable communication via DV" msgstr "" #: src/setup/gnunet-setup-options.c:1853 msgid "Enable communication via WLAN" msgstr "" #: src/setup/gnunet-setup-options.c:1865 msgid "Port we bind to for TCP" msgstr "" #: src/setup/gnunet-setup-options.c:1877 msgid "Port visible to other peers" msgstr "" #: src/setup/gnunet-setup-options.c:1889 msgid "Check if this peer is behind a NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1901 msgid "Check if the NAT has been configured manually to forward ports" msgstr "" #: src/setup/gnunet-setup-options.c:1913 msgid "Enable NAT traversal with UPnP/PMP" msgstr "" #: src/setup/gnunet-setup-options.c:1926 msgid "Enable NAT traversal with ICMP as server" msgstr "" #: src/setup/gnunet-setup-options.c:1939 msgid "External (public) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1951 msgid "Enable NAT traversal with ICMP as client" msgstr "" #: src/setup/gnunet-setup-options.c:1963 msgid "Internal (private) IP address of the NAT" msgstr "" #: src/setup/gnunet-setup-options.c:1975 msgid "Disable IPv6 support" msgstr "" #: src/setup/gnunet-setup-options.c:1988 msgid "Port for inbound UDP packets, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2000 msgid "Port for inbound HTTP connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2012 msgid "Port for inbound HTTPS connections, use 0 if behind NAT" msgstr "" #: src/setup/gnunet-setup-options.c:2026 msgid "Use sqLite to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2038 msgid "Use MySQL to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2050 msgid "Use Postgres to store file-sharing content" msgstr "" #: src/setup/gnunet-setup-options.c:2062 src/setup/gnunet-setup-options.c:2207 msgid "Name for the MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2074 src/setup/gnunet-setup-options.c:2219 msgid "Configuration file for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2086 src/setup/gnunet-setup-options.c:2231 msgid "Username for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2098 src/setup/gnunet-setup-options.c:2243 msgid "Password for MySQL access" msgstr "" #: src/setup/gnunet-setup-options.c:2110 src/setup/gnunet-setup-options.c:2255 msgid "Name of host running MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2122 src/setup/gnunet-setup-options.c:2279 msgid "Port of MySQL database" msgstr "" #: src/setup/gnunet-setup-options.c:2134 src/setup/gnunet-setup-options.c:2291 msgid "Configuration for Postgres (passed to PQconnectdb)" msgstr "" #: src/setup/gnunet-setup-options.c:2147 msgid "Should we try to push our content to other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2159 msgid "Are we allowed to cache content received from other peers?" msgstr "" #: src/setup/gnunet-setup-options.c:2171 msgid "Use sqLite to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2183 msgid "Use MySQL to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2195 msgid "Use Postgres to cache DHT data" msgstr "" #: src/setup/gnunet-setup-options.c:2267 msgid "Name of monitoring interface to use (monX)" msgstr "" #: src/setup/gnunet-setup-options.c:2305 msgid "Should the VPN/PT be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2319 msgid "Tunnel IPv4 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2333 msgid "Tunnel IPv6 traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2346 msgid "Tunnel DNS traffic over GNUnet" msgstr "" #: src/setup/gnunet-setup-options.c:2358 msgid "Name of the virtual interface the GNUnet VPN should create" msgstr "" #: src/setup/gnunet-setup-options.c:2370 msgid "IPv4 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2382 msgid "IPv4 network mask to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2394 msgid "IPv6 address to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2406 msgid "IPv6 network prefix length to use for the VPN interface" msgstr "" #: src/setup/gnunet-setup-options.c:2422 msgid "" "Activate the VPN exit to provide services and/or to enable others to use " "your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2435 msgid "" "IP address of the external DNS resolver to use (values from your resolve." "conf are usually appropriate))" msgstr "" #: src/setup/gnunet-setup-options.c:2448 msgid "" "Allow other peers to perform DNS resolutions using your Internet connection" msgstr "" #: src/setup/gnunet-setup-options.c:2461 msgid "" "Name of the virtual interface the GNUnet exit service should create for " "traffic exiting the VPN to the Internet" msgstr "" #: src/setup/gnunet-setup-options.c:2473 #, fuzzy msgid "IPv4 address to use for the Exit interface" msgstr "Es konnte keine IP-Adresse für das Gerät `%s' ermittelt werden.\n" #: src/setup/gnunet-setup-options.c:2485 #, fuzzy msgid "IPv4 network mask to use for the Exit interface" msgstr "Es konnte keine IP-Adresse für das Gerät `%s' ermittelt werden.\n" #: src/setup/gnunet-setup-options.c:2497 #, fuzzy msgid "IPv6 address to use for the Exit interface" msgstr "Es konnte keine IP-Adresse für das Gerät `%s' ermittelt werden.\n" #: src/setup/gnunet-setup-options.c:2510 #, fuzzy msgid "IPv6 network prefix length to use for the Exit interface" msgstr "Es konnte keine IP-Adresse für das Gerät `%s' ermittelt werden.\n" #: src/setup/gnunet-setup-options.c:2524 msgid "" "Allow other users to use your Internet connection for UDP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2537 msgid "" "Allow other users to use your Internet connection for TCP traffic (via the " "Exit interface)" msgstr "" #: src/setup/gnunet-setup-options.c:2551 msgid "Should the GNS be started automatically on startup?" msgstr "" #: src/setup/gnunet-setup-options.c:2564 msgid "Specification of .gnunet TLD" msgstr "" #: src/statistics/functions.c:519 msgid "Connectivity" msgstr "Konnektivität" #: src/statistics/functions.c:520 msgid "# connected nodes (100% = connection table size)" msgstr "# verbundener Knoten (100% = Größe der Verbindungstabelle)" #: src/statistics/functions.c:528 msgid "System load" msgstr "" #: src/statistics/functions.c:530 msgid "" "CPU load (red), IO load (green), Network upload (yellow), Network download " "(blue)" msgstr "" #: src/statistics/functions.c:538 msgid "Datastore capacity" msgstr "" #: src/statistics/functions.c:539 msgid "Persistent file-sharing data (red) and DHT cache (green)" msgstr "" #: src/statistics/functions.c:547 msgid "Inbound Traffic" msgstr "Eingehender Netzwerkverkehr" #: src/statistics/functions.c:549 src/statistics/functions.c:559 #, fuzzy msgid "" "Noise (red), Content (green), Queries (yellow), Hellos (blue), other (gray), " "limit (magenta)" msgstr "Lärm (Rot), Inhalt (Grün), Anfragen (Gelb), Andere (Blau)" #: src/statistics/functions.c:557 msgid "Outbound Traffic" msgstr "Ausgehender Netzwerkverkehr" #: src/statistics/functions.c:567 msgid "Trust" msgstr "" #: src/statistics/functions.c:568 msgid "Spent (red), Earned (green) and Awarded (yellow)" msgstr "" #: src/statistics/functions.c:576 msgid "Routing Effectiveness" msgstr "" #: src/statistics/functions.c:577 msgid "Average (red) effectiveness (100% = perfect)" msgstr "" #: src/statistics/gnunet-statistics-gtk.c:264 #, fuzzy msgid "Failed to initiate connection with statistics service\n" msgstr "`%s' Dienst konnte nicht initialisiert werden.\n" #: src/statistics/statistics.c:434 #, fuzzy, c-format msgid "Connected to %Lu peers" msgstr "Verbindung zu gnunetd hergestellt.\n" #: contrib/gnunet_fs_gtk_about_window.glade:96 #: contrib/gnunet_gns_gtk_about_window.glade:87 #: contrib/gnunet_peerinfo_gtk_about_window.glade:158 #: contrib/gnunet_setup_about_window.glade:158 #: contrib/gnunet_statistics_gtk_about_window.glade:158 msgid "Developed by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:128 #: contrib/gnunet_gns_gtk_about_window.glade:118 #: contrib/gnunet_peerinfo_gtk_about_window.glade:190 #: contrib/gnunet_setup_about_window.glade:190 #: contrib/gnunet_statistics_gtk_about_window.glade:190 msgid "Documented by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:161 #: contrib/gnunet_gns_gtk_about_window.glade:150 #: contrib/gnunet_peerinfo_gtk_about_window.glade:223 #: contrib/gnunet_setup_about_window.glade:223 #: contrib/gnunet_statistics_gtk_about_window.glade:223 msgid "Translated by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:194 #: contrib/gnunet_gns_gtk_about_window.glade:182 #: contrib/gnunet_peerinfo_gtk_about_window.glade:256 #: contrib/gnunet_setup_about_window.glade:256 #: contrib/gnunet_statistics_gtk_about_window.glade:256 msgid "Artwork by" msgstr "" #: contrib/gnunet_fs_gtk_about_window.glade:239 #: contrib/gnunet_gns_gtk_about_window.glade:222 #: contrib/gnunet_peerinfo_gtk_about_window.glade:301 #: contrib/gnunet_setup_about_window.glade:301 #: contrib/gnunet_statistics_gtk_about_window.glade:301 #, fuzzy msgid "Credits" msgstr "Credits anzeigen" #: contrib/gnunet_fs_gtk_about_window.glade:254 #: contrib/gnunet_gns_gtk_about_window.glade:235 #: contrib/gnunet_peerinfo_gtk_about_window.glade:316 #: contrib/gnunet_setup_about_window.glade:316 #: contrib/gnunet_statistics_gtk_about_window.glade:316 #, fuzzy msgid "License" msgstr "_Lizenz" #: contrib/gnunet_fs_gtk_about_window.glade:361 #: contrib/gnunet_gns_gtk_about_window.glade:338 #: contrib/gnunet_peerinfo_gtk_about_window.glade:65 #: contrib/gnunet_setup_about_window.glade:65 #: contrib/gnunet_statistics_gtk_about_window.glade:65 msgid "" "License should be loaded here at runtime from the license file (no need to " "copy the whole GPL in here...)." msgstr "" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:10 #, fuzzy msgid "Create namespace" msgstr "Namensraum erzeugen" #: contrib/gnunet_fs_gtk_create_namespace_dialog.glade:31 msgid "_Name:" msgstr "_Name:" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:15 #, fuzzy msgid "Save file as..." msgstr "Speichern _unter" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:36 #: contrib/gnunet_fs_gtk_open_url_dialog.glade:79 msgid "_Anonymity:" msgstr "_Anonymität" #: contrib/gnunet_fs_gtk_download_as_dialog.glade:65 msgid "_recursive" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:121 #, fuzzy msgid "_Publication type:" msgstr "Nächstes Veröffentlichungsdatum" #: contrib/gnunet_fs_gtk_edit_publication.glade:282 #, fuzzy msgid "Select file" msgstr "Alle Dateien auswählen" #: contrib/gnunet_fs_gtk_edit_publication.glade:330 #, fuzzy msgid "Preview:" msgstr "Vorschau:" #: contrib/gnunet_fs_gtk_edit_publication.glade:362 msgid "_Keyword:" msgstr "Schl_üsselwort:" #: contrib/gnunet_fs_gtk_edit_publication.glade:510 #, fuzzy msgid "_Index file:" msgstr "Dateien deindizieren." #: contrib/gnunet_fs_gtk_edit_publication.glade:551 #, fuzzy msgid "_Root keyword:" msgstr "Schl_üsselwort:" #: contrib/gnunet_fs_gtk_edit_publication.glade:595 #, fuzzy msgid "A_nonymity:" msgstr "_Anonymität" #: contrib/gnunet_fs_gtk_edit_publication.glade:653 msgid "_Priority:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:698 msgid "_Expriation year:" msgstr "" #: contrib/gnunet_fs_gtk_edit_publication.glade:744 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:118 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:129 #, fuzzy msgid "_Replication:" msgstr "Anwendung" #: contrib/gnunet_fs_gtk_edit_publication.glade:787 #, fuzzy msgid "Publication options:" msgstr "Häufigkeit der Veröffentlichung" #: contrib/gnunet_fs_gtk_main_window.glade:199 #, fuzzy msgid "gnunet-fs-gtk" msgstr "gnunet-gtk" #: contrib/gnunet_fs_gtk_main_window.glade:233 #, fuzzy msgid "_File sharing" msgstr "Datentausc_h" #: contrib/gnunet_fs_gtk_main_window.glade:240 #, fuzzy msgid "_Publish" msgstr "Anwendung" #: contrib/gnunet_fs_gtk_main_window.glade:244 msgid "Publish files or directories on GNUnet" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:258 #, fuzzy msgid "_List indexed files" msgstr "Dateien deindizieren." #: contrib/gnunet_fs_gtk_main_window.glade:275 msgid "Download a file or directory with a known URI." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:286 #, fuzzy msgid "_Open GNUnet directory" msgstr "Gtk GNUnet Konfigurator" #: contrib/gnunet_fs_gtk_main_window.glade:290 msgid "" "Use this option to browse a GNUnet directory file that has been previously " "downloaded." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:307 msgid "_Create pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:311 msgid "" "Create a pseudonym for publishing content. Note that you can also publish " "content anonymously (without using a pseudonym)." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:322 msgid "_Advertise Pseudonym" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:337 msgid "" "Opens namespace manager dialog to adjust the list of namespaces you want to " "use, as well as get detailed information about all discovered namespaces." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:338 #: contrib/gnunet_fs_gtk_main_window.glade:917 #, fuzzy msgid "_Manage namespaces" msgstr "Namensraum erzeugen" #: contrib/gnunet_fs_gtk_main_window.glade:355 msgid "" "Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart." msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:371 #, fuzzy msgid "_Edit" msgstr "_Beenden" #: contrib/gnunet_fs_gtk_main_window.glade:383 #, fuzzy msgid "Edit the system configuration." msgstr "GNUnet Konfiguration" #: contrib/gnunet_fs_gtk_main_window.glade:398 msgid "_View" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:409 msgid "Show meta data in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:410 msgid "Metadata" msgstr "Metainformationen" #: contrib/gnunet_fs_gtk_main_window.glade:421 msgid "Show preview (when available)" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:422 msgid "Preview" msgstr "Vorschau" #: contrib/gnunet_fs_gtk_main_window.glade:433 msgid "Show search box in main window" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:434 #, fuzzy msgid "Search" msgstr "Suche" #: contrib/gnunet_fs_gtk_main_window.glade:449 #: contrib/gnunet_gns_gtk_main_window.glade:162 #: contrib/gnunet_peerinfo_gtk_main_window.glade:44 #: contrib/gnunet_statistics_gtk_main_window.glade:25 #, fuzzy msgid "_Help" msgstr "_Hilfe" #: contrib/gnunet_fs_gtk_main_window.glade:461 msgid "Display information about this version of gnunet-fs-gtk" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:489 #, fuzzy msgid "Namespace:" msgstr "_Namensraum" #: contrib/gnunet_fs_gtk_main_window.glade:556 msgid "Find:" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:592 #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:106 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:61 #, fuzzy msgid "Anonymity:" msgstr "_Anonymität" #: contrib/gnunet_fs_gtk_main_window.glade:637 #, fuzzy msgid "Type:" msgstr "Ar_t:" #: contrib/gnunet_fs_gtk_main_window.glade:735 msgid "Thumbnail associated with the currently selected content" msgstr "" #: contrib/gnunet_fs_gtk_main_window.glade:844 #, fuzzy msgid "Copy selection" msgstr "Sammlung" #: contrib/gnunet_fs_gtk_namespace_manager.glade:64 msgid "" "Saves all changes made in this dialog to disk without closing the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:80 msgid "Saves all changes made in this dialog to disk and closes the dialog." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:96 msgid "Closes the dialog. Changes made in this dialog will not be preserved." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:129 msgid "" "Known namespaces:\n" "Select a namespace to see its complete metadata. Click \"Delete\" to delete " "(forget) namespace.\n" "Namespace names are editable." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:160 msgid "Is mine" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:176 #: contrib/gnunet_fs_gtk_namespace_manager.glade:328 msgid "Rank" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:190 #: contrib/gnunet_fs_gtk_namespace_manager.glade:341 msgid "Name" msgstr "Name" #: contrib/gnunet_fs_gtk_namespace_manager.glade:208 #: contrib/gnunet_fs_gtk_namespace_manager.glade:354 #, fuzzy msgid "Identifier" msgstr "_Identifizierer:" #: contrib/gnunet_fs_gtk_namespace_manager.glade:244 msgid "" "Makes GNUnet \"forget\" about selected known namespace.\n" "However, GNUnet will be able to learn about this namespace, if it ever " "discovers it again." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:257 msgid "Swap _Rank" msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:262 msgid "" "Changes the rank value of the selected namespace in \"Known namespaces\" " "list.\n" "If it had rank 0, it's given rank -1, otherwise the sign of its rank is " "flipped.\n" "Only namespaces with positive ranks are displayed in \"Namespace order\" " "list." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:295 msgid "" "Namespace order:\n" "Drag rows to change namespace order, click \"Apply\" to save it." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:387 msgid "" "Convert the order in which namespaces are arranged in \"Namespace order\" " "list to ranks.\n" "Top namespace is assigned rank 0, namespace below it - rank 1, and so on." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:425 msgid "" "Selected namespace details:\n" "Metadata can be added, deleted and edited. Click \"Apply\" to save " "metadata changes." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:459 msgid "Type" msgstr "Typ" #: contrib/gnunet_fs_gtk_namespace_manager.glade:472 msgid "Value" msgstr "Wert" #: contrib/gnunet_fs_gtk_namespace_manager.glade:508 msgid "" "Adds a new metadata Type=Value pair to the list.\n" "This functionality is not available at the moment." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:526 msgid "" "Removes selected Type=Value pair from metadata list.\n" "The change will not last unless you click on \"Apply\" button before closing " "the window or selecing some other known namespace." msgstr "" #: contrib/gnunet_fs_gtk_namespace_manager.glade:545 msgid "" "Applies changes made in metadata list to currently selected known namespace." msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:6 msgid "Enter the URI to be downloaded" msgstr "" #: contrib/gnunet_fs_gtk_open_url_dialog.glade:26 #, fuzzy msgid "_URI:" msgstr "URI" #: contrib/gnunet_fs_gtk_progress_dialog.glade:52 #, fuzzy msgid "Messages" msgstr "Nachrichten" #: contrib/gnunet_fs_gtk_progress_dialog.glade:67 msgid "Preprocessing..." msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:28 msgid "Publish content on GNUnet" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:115 #, fuzzy msgid "Add _File" msgstr "_Datei" #: contrib/gnunet_fs_gtk_publish_dialog.glade:126 #, fuzzy msgid "_Create empty directory" msgstr "Gtk GNUnet Konfigurator" #: contrib/gnunet_fs_gtk_publish_dialog.glade:142 #, fuzzy msgid "Add _Directory" msgstr "_Verzeichnis" #: contrib/gnunet_fs_gtk_publish_dialog.glade:224 msgid "_Left" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:259 msgid "_Right" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:406 msgid "_Execute" msgstr "" #: contrib/gnunet_fs_gtk_publish_dialog.glade:423 #, fuzzy msgid "_Cancel" msgstr "Abbrechen" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:51 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:75 msgid "Priority:" msgstr "" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:80 #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:103 msgid "Expiration year:" msgstr "" #: contrib/gnunet_fs_gtk_publish_directory_dialog.glade:196 #, fuzzy msgid "Index files" msgstr "Dateien deindizieren." #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:8 #, fuzzy msgid "Publish file..." msgstr "Publizierter Dateiname" #: contrib/gnunet_fs_gtk_publish_file_dialog.glade:173 #, fuzzy msgid "Index file" msgstr "Dateien deindizieren." #: contrib/gnunet_fs_gtk_publish_tab.glade:52 msgid "Progress" msgstr "" #: contrib/gnunet_fs_gtk_publish_tab.glade:90 #, fuzzy msgid "Publishing" msgstr "Anwendung" #: contrib/gnunet_fs_gtk_search_tab.glade:203 msgid "You shouldn't see this also" msgstr "" #: contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade:27 msgid "Select pseudonym..." msgstr "" #: contrib/gnunet_fs_gtk_unindex.glade:27 #, fuzzy msgid "Indexed files" msgstr "Dateien deindizieren." #: contrib/gnunet_fs_gtk_unindex.glade:110 #, fuzzy msgid "Unindex the selected indexed file." msgstr "Dateien deindizieren." #: contrib/gnunet_gns_gtk_about_window.glade:6 #: contrib/gnunet_gns_gtk_main_window.glade:67 #, fuzzy msgid "gnunet-gns-gtk" msgstr "gnunet-gtk" #: contrib/gnunet_gns_gtk_main_window.glade:13 #, fuzzy msgid "Delete Record" msgstr "Lösch_en" #: contrib/gnunet_gns_gtk_main_window.glade:29 msgid "Record expires in 1 day" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:39 msgid "Record expires in 1 week" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:49 msgid "Record expires in 1 year" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:59 msgid "Record never expires" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:83 #, fuzzy msgid "_File" msgstr "_Datei" #: contrib/gnunet_gns_gtk_main_window.glade:137 #, fuzzy msgid "_Options" msgstr "Konnektivität" #: contrib/gnunet_gns_gtk_main_window.glade:148 msgid "Automatically shorten names" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:209 msgid "Preferred zone name (PSEU):" msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:222 msgid "" "Enter the preferred name for this zone here. The value will be stored in " "the PSEU record for your public key. This is the GNS equivalent of your " "domain name. You should try to pick a name that is globally unique." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:244 msgid "Copy the public key of this zone to the clipboard." msgstr "" #: contrib/gnunet_gns_gtk_main_window.glade:264 msgid "SET TO PUBLIC KEY OF THE ZONE" msgstr "" #: contrib/gnunet_gns_gtk_zone_open.glade:9 msgid "Open zone file..." msgstr "" #: contrib/gnunet_gtk_status_bar_menu.glade:11 #, fuzzy msgid "Quit" msgstr "_Beenden" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:8 #, fuzzy msgid "About gnunet-peerinfo-gtk" msgstr "gnunet-gtk" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:17 #: contrib/gnunet_setup_about_dialog.glade:17 #: contrib/gnunet_statistics_gtk_about_dialog.glade:17 msgid "(C) 2011 The GNUnet Project" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:19 #: contrib/gnunet_setup_about_dialog.glade:19 #: contrib/gnunet_statistics_gtk_about_dialog.glade:19 msgid "GNUnet: GNU's Framework for Secure P2P Networking" msgstr "" #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:20 #: contrib/gnunet_setup_about_dialog.glade:20 #: contrib/gnunet_statistics_gtk_about_dialog.glade:20 msgid "" " GNU GENERAL PUBLIC LICENSE\n" " Version 2, June 1991\n" "\n" " Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n" " 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" " Everyone is permitted to copy and distribute verbatim copies\n" " of this license document, but changing it is not allowed.\n" "\n" " Preamble\n" "\n" " The licenses for most software are designed to take away your\n" "freedom to share and change it. By contrast, the GNU General Public\n" "License is intended to guarantee your freedom to share and change free\n" "software--to make sure the software is free for all its users. This\n" "General Public License applies to most of the Free Software\n" "Foundation's software and to any other program whose authors commit to\n" "using it. (Some other Free Software Foundation software is covered by\n" "the GNU Library General Public License instead.) You can apply it to\n" "your programs, too.\n" "\n" " When we speak of free software, we are referring to freedom, not\n" "price. Our General Public Licenses are designed to make sure that you\n" "have the freedom to distribute copies of free software (and charge for\n" "this service if you wish), that you receive source code or can get it\n" "if you want it, that you can change the software or use pieces of it\n" "in new free programs; and that you know you can do these things.\n" "\n" " To protect your rights, we need to make restrictions that forbid\n" "anyone to deny you these rights or to ask you to surrender the rights.\n" "These restrictions translate to certain responsibilities for you if you\n" "distribute copies of the software, or if you modify it.\n" "\n" " For example, if you distribute copies of such a program, whether\n" "gratis or for a fee, you must give the recipients all the rights that\n" "you have. You must make sure that they, too, receive or can get the\n" "source code. And you must show them these terms so they know their\n" "rights.\n" "\n" " We protect your rights with two steps: (1) copyright the software, and\n" "(2) offer you this license which gives you legal permission to copy,\n" "distribute and/or modify the software.\n" "\n" " Also, for each author's protection and ours, we want to make certain\n" "that everyone understands that there is no warranty for this free\n" "software. If the software is modified by someone else and passed on, we\n" "want its recipients to know that what they have is not the original, so\n" "that any problems introduced by others will not reflect on the original\n" "authors' reputations.\n" "\n" " Finally, any free program is threatened constantly by software\n" "patents. We wish to avoid the danger that redistributors of a free\n" "program will individually obtain patent licenses, in effect making the\n" "program proprietary. To prevent this, we have made it clear that any\n" "patent must be licensed for everyone's free use or not licensed at all.\n" "\n" " The precise terms and conditions for copying, distribution and\n" "modification follow.\n" "\n" " GNU GENERAL PUBLIC LICENSE\n" " TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n" "\n" " 0. This License applies to any program or other work which contains\n" "a notice placed by the copyright holder saying it may be distributed\n" "under the terms of this General Public License. The \"Program\", below,\n" "refers to any such program or work, and a \"work based on the Program\"\n" "means either the Program or any derivative work under copyright law:\n" "that is to say, a work containing the Program or a portion of it,\n" "either verbatim or with modifications and/or translated into another\n" "language. (Hereinafter, translation is included without limitation in\n" "the term \"modification\".) Each licensee is addressed as \"you\".\n" "\n" "Activities other than copying, distribution and modification are not\n" "covered by this License; they are outside its scope. The act of\n" "running the Program is not restricted, and the output from the Program\n" "is covered only if its contents constitute a work based on the\n" "Program (independent of having been made by running the Program).\n" "Whether that is true depends on what the Program does.\n" "\n" " 1. You may copy and distribute verbatim copies of the Program's\n" "source code as you receive it, in any medium, provided that you\n" "conspicuously and appropriately publish on each copy an appropriate\n" "copyright notice and disclaimer of warranty; keep intact all the\n" "notices that refer to this License and to the absence of any warranty;\n" "and give any other recipients of the Program a copy of this License\n" "along with the Program.\n" "\n" "You may charge a fee for the physical act of transferring a copy, and\n" "you may at your option offer warranty protection in exchange for a fee.\n" "\n" " 2. You may modify your copy or copies of the Program or any portion\n" "of it, thus forming a work based on the Program, and copy and\n" "distribute such modifications or work under the terms of Section 1\n" "above, provided that you also meet all of these conditions:\n" "\n" " a) You must cause the modified files to carry prominent notices\n" " stating that you changed the files and the date of any change.\n" "\n" " b) You must cause any work that you distribute or publish, that in\n" " whole or in part contains or is derived from the Program or any\n" " part thereof, to be licensed as a whole at no charge to all third\n" " parties under the terms of this License.\n" "\n" " c) If the modified program normally reads commands interactively\n" " when run, you must cause it, when started running for such\n" " interactive use in the most ordinary way, to print or display an\n" " announcement including an appropriate copyright notice and a\n" "\n" " notice that there is no warranty (or else, saying that you provide\n" " a warranty) and that users may redistribute the program under\n" " these conditions, and telling the user how to view a copy of this\n" " License. (Exception: if the Program itself is interactive but\n" " does not normally print such an announcement, your work based on\n" " the Program is not required to print an announcement.)\n" "\n" "These requirements apply to the modified work as a whole. If\n" "identifiable sections of that work are not derived from the Program,\n" "and can be reasonably considered independent and separate works in\n" "themselves, then this License, and its terms, do not apply to those\n" "sections when you distribute them as separate works. But when you\n" "distribute the same sections as part of a whole which is a work based\n" "on the Program, the distribution of the whole must be on the terms of\n" "this License, whose permissions for other licensees extend to the\n" "entire whole, and thus to each and every part regardless of who wrote it.\n" "\n" "Thus, it is not the intent of this section to claim rights or contest\n" "your rights to work written entirely by you; rather, the intent is to\n" "exercise the right to control the distribution of derivative or\n" "collective works based on the Program.\n" "\n" "In addition, mere aggregation of another work not based on the Program\n" "with the Program (or with a work based on the Program) on a volume of\n" "a storage or distribution medium does not bring the other work under\n" "the scope of this License.\n" "\n" " 3. You may copy and distribute the Program (or a work based on it,\n" "under Section 2) in object code or executable form under the terms of\n" "Sections 1 and 2 above provided that you also do one of the following:\n" "\n" " a) Accompany it with the complete corresponding machine-readable\n" " source code, which must be distributed under the terms of Sections\n" " 1 and 2 above on a medium customarily used for software interchange; " "or,\n" "\n" " b) Accompany it with a written offer, valid for at least three\n" " years, to give any third party, for a charge no more than your\n" " cost of physically performing source distribution, a complete\n" " machine-readable copy of the corresponding source code, to be\n" " distributed under the terms of Sections 1 and 2 above on a medium\n" " customarily used for software interchange; or,\n" "\n" " c) Accompany it with the information you received as to the offer\n" " to distribute corresponding source code. (This alternative is\n" " allowed only for noncommercial distribution and only if you\n" " received the program in object code or executable form with such\n" " an offer, in accord with Subsection b above.)\n" "\n" "The source code for a work means the preferred form of the work for\n" "making modifications to it. For an executable work, complete source\n" "code means all the source code for all modules it contains, plus any\n" "associated interface definition files, plus the scripts used to\n" "control compilation and installation of the executable. However, as a\n" "special exception, the source code distributed need not include\n" "anything that is normally distributed (in either source or binary\n" "form) with the major components (compiler, kernel, and so on) of the\n" "operating system on which the executable runs, unless that component\n" "itself accompanies the executable.\n" "\n" "If distribution of executable or object code is made by offering\n" "access to copy from a designated place, then offering equivalent\n" "access to copy the source code from the same place counts as\n" "distribution of the source code, even though third parties are not\n" "compelled to copy the source along with the object code.\n" "\n" " 4. You may not copy, modify, sublicense, or distribute the Program\n" "except as expressly provided under this License. Any attempt\n" "otherwise to copy, modify, sublicense or distribute the Program is\n" "void, and will automatically terminate your rights under this License.\n" "However, parties who have received copies, or rights, from you under\n" "this License will not have their licenses terminated so long as such\n" "parties remain in full compliance.\n" "\n" " 5. You are not required to accept this License, since you have not\n" "signed it. However, nothing else grants you permission to modify or\n" "distribute the Program or its derivative works. These actions are\n" "prohibited by law if you do not accept this License. Therefore, by\n" "modifying or distributing the Program (or any work based on the\n" "Program), you indicate your acceptance of this License to do so, and\n" "all its terms and conditions for copying, distributing or modifying\n" "the Program or works based on it.\n" "\n" " 6. Each time you redistribute the Program (or any work based on the\n" "Program), the recipient automatically receives a license from the\n" "original licensor to copy, distribute or modify the Program subject to\n" "these terms and conditions. You may not impose any further\n" "restrictions on the recipients' exercise of the rights granted herein.\n" "You are not responsible for enforcing compliance by third parties to\n" "this License.\n" "\n" " 7. If, as a consequence of a court judgment or allegation of patent\n" "infringement or for any other reason (not limited to patent issues),\n" "conditions are imposed on you (whether by court order, agreement or\n" "otherwise) that contradict the conditions of this License, they do not\n" "excuse you from the conditions of this License. If you cannot\n" "distribute so as to satisfy simultaneously your obligations under this\n" "License and any other pertinent obligations, then as a consequence you\n" "may not distribute the Program at all. For example, if a patent\n" "license would not permit royalty-free redistribution of the Program by\n" "all those who receive copies directly or indirectly through you, then\n" "the only way you could satisfy both it and this License would be to\n" "refrain entirely from distribution of the Program.\n" "\n" "If any portion of this section is held invalid or unenforceable under\n" "any particular circumstance, the balance of the section is intended to\n" "apply and the section as a whole is intended to apply in other\n" "circumstances.\n" "\n" "It is not the purpose of this section to induce you to infringe any\n" "patents or other property right claims or to contest validity of any\n" "such claims; this section has the sole purpose of protecting the\n" "integrity of the free software distribution system, which is\n" "implemented by public license practices. Many people have made\n" "generous contributions to the wide range of software distributed\n" "through that system in reliance on consistent application of that\n" "system; it is up to the author/donor to decide if he or she is willing\n" "to distribute software through any other system and a licensee cannot\n" "impose that choice.\n" "\n" "This section is intended to make thoroughly clear what is believed to\n" "be a consequence of the rest of this License.\n" "\n" " 8. If the distribution and/or use of the Program is restricted in\n" "certain countries either by patents or by copyrighted interfaces, the\n" "original copyright holder who places the Program under this License\n" "may add an explicit geographical distribution limitation excluding\n" "those countries, so that distribution is permitted only in or among\n" "countries not thus excluded. In such case, this License incorporates\n" "the limitation as if written in the body of this License.\n" "\n" " 9. The Free Software Foundation may publish revised and/or new versions\n" "of the General Public License from time to time. Such new versions will\n" "be similar in spirit to the present version, but may differ in detail to\n" "address new problems or concerns.\n" "\n" "Each version is given a distinguishing version number. If the Program\n" "specifies a version number of this License which applies to it and \"any\n" "later version\", you have the option of following the terms and conditions\n" "either of that version or of any later version published by the Free\n" "Software Foundation. If the Program does not specify a version number of\n" "this License, you may choose any version ever published by the Free " "Software\n" "Foundation.\n" "\n" " 10. If you wish to incorporate parts of the Program into other free\n" "programs whose distribution conditions are different, write to the author\n" "to ask for permission. For software which is copyrighted by the Free\n" "Software Foundation, write to the Free Software Foundation; we sometimes\n" "make exceptions for this. Our decision will be guided by the two goals\n" "of preserving the free status of all derivatives of our free software and\n" "of promoting the sharing and reuse of software generally.\n" "\n" " NO WARRANTY\n" "\n" " 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n" "FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n" "OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n" "PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER " "EXPRESSED\n" "OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n" "MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\n" "TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\n" "PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n" "REPAIR OR CORRECTION.\n" "\n" " 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n" "WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n" "REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n" "INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n" "OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n" "TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n" "YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n" "PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n" "POSSIBILITY OF SUCH DAMAGES.\n" "\n" " END OF TERMS AND CONDITIONS\n" msgstr "" #. TRANSLATORS: Replace this string with your names, one name per line. #: contrib/gnunet_peerinfo_gtk_about_dialog.glade:338 #: contrib/gnunet_setup_about_dialog.glade:338 #: contrib/gnunet_statistics_gtk_about_dialog.glade:338 msgid "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" msgstr "" "Di Ma\n" "Jens Palsberg \n" "Christian Grothoff \n" "Nils Durner \n" "Mathieu \n" "Eric Haumant\n" "milan@skoid.org\n" "Hiroshi Yamauchi \n" "Adam Welc \n" "Bogdan Carbunar \n" "Steven Michael Murphy \n" "Phan Vinh Thinh \n" "Daniel Nylander \n" #: contrib/gnunet_peerinfo_gtk_main_window.glade:28 #, fuzzy msgid "gnunet-peerinfo-gtk" msgstr "gnunet-gtk" #: contrib/gnunet_peerinfo_gtk_main_window.glade:53 msgid "Display information about this version of gnunet-peerinfo-gtk" msgstr "" #: contrib/gnunet_setup_about_dialog.glade:8 #, fuzzy msgid "About gnunet-setup" msgstr "gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:43 #, fuzzy msgid "gnunet-setup" msgstr "gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:76 msgid "Services:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:87 msgid "Topology" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:92 msgid "" "The topology subsystem is required as it ensures that your peer connects to " "other peers." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:106 msgid "Hostlist" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:110 msgid "" "Hostlist servers are used to find other peers. Here you can choose to offer " "a hostlist or simply configure which hostlists by other peers you want to " "use." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:124 #, fuzzy msgid "File _Sharing" msgstr "Datentausc_h" #: contrib/gnunet_setup_gtk_main_window.glade:128 msgid "Enable GNUnet's file-sharing subsystem." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:143 msgid "PT/VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:147 msgid "" "Using the PT/VPN subsystems you can tunnel your Internet traffic over " "GNUnet. This is useful if you want to access the IPv4-Internet if you only " "have IPv6-connectivity or vice versa. Furthermore, if you are only " "connected to other peers using WLAN, you could also get Internet access in " "the first place by routing IP traffic over GNUnet." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:160 msgid "EXIT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:164 msgid "" "By offering an EXIT service, you can allow other peers to use your Internet " "connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your " "machine will be seen as the origin of the traffic, this might be risky in " "some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN " "interception for IPv4 and IPv6 on the same machine will still give you 4to6 " "and 6to4 protocol translation, allowing you to access IPv4-only servers from " "IPv6-only clients and IPv6-only servers from IPv4-only clients." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:177 msgid "GNS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:181 msgid "" "The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make " "the \".gnunet\" TLD available on your system. You will be in charge of your " "\".gnunet\" TLD." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:199 #, fuzzy msgid "Service Configuration" msgstr "GNUnet Konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:225 msgid "F_2F only" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:252 #, fuzzy msgid "Friends file:" msgstr "Dateien deindizieren." #: contrib/gnunet_setup_gtk_main_window.glade:281 #, fuzzy msgid "Min. connected friends:" msgstr "# an verbundenen Knoten" #: contrib/gnunet_setup_gtk_main_window.glade:311 msgid "Friend-to-Friend Configuration (restricts P2P connections)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:340 msgid "Use Hostlists to bootstrap" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:356 msgid "Learn Servers from P2P Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:386 msgid "Run Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:402 msgid "Advertise Hostlist Server" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:422 #: contrib/gnunet_setup_gtk_main_window.glade:2286 #: contrib/gnunet_setup_gtk_main_window.glade:2783 msgid "Port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:470 msgid "Known Hostlist Servers:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:539 msgid "Hostlist Configuration (for bootstrapping the network)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:554 msgid "_General" msgstr "All_gemeines" #: contrib/gnunet_setup_gtk_main_window.glade:584 msgid "Max. download bandwidth (B/s):" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:611 msgid "Max. upload bandwidth (B/s)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:644 #, fuzzy msgid "Bandwidth Configuration" msgstr "GNUnet Konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:673 msgid "Peer is behind _NAT" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:677 msgid "" "Check this box if your machine is behind a NAT box (router that performs " "network address translation). Leave off if your machine has a globally " "unique IPv4 address. NAT options only impact IPv4 addresses at this time." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:691 #, fuzzy msgid "Attempt automatic configuration" msgstr "GNUnet Konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:706 msgid "Disable IPv_6 support" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:710 msgid "" "Disable advertising IPv6 addresses. Check this box if you know that your " "system has no IPv6 Internet connectivity." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:751 msgid "NAT ports have been opened manually" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:755 msgid "" "Set this option if you have configured your NAT to forward the ports for the " "various enabled GNUnet transports. If the external ports are different, the " "respective values of the external port should be specified under " "\"advertised port\" for the respective transport. You also need to specify " "the \"External (public) IPv4 address\" of your NAT box below." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:766 msgid "Enable NAT traversal via UPnP or PMP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:770 msgid "This option enables the use of upnpc from miniupnpd for NAT traversal" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:782 msgid "Enable NAT traversal using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:786 msgid "" "This option enables the use of the \"Autonomous NAT Traversal\" method " "(presented at P2P 2010). It requires gnunet-helper-nat-server to be " "installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:802 msgid "" "Globally visible IP address of your system (IP address of the external " "interface of your NAT). You can also specify a hostname, in which case " "GNUnet will periodically look up the hostname in DNS to determine our " "external IP address (DynDNS setup)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:803 #, fuzzy msgid "External (public) IPv4 address:" msgstr "Die öffentliche IPv6-Adresse konnte nicht ermittelt werden.\n" #: contrib/gnunet_setup_gtk_main_window.glade:834 msgid "Enable connecting to NATed peers using ICMP method" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:838 msgid "" "This method allows this peer to initiate connections to NATed peers using " "the 'Autonomous NAT traversal' method (presented at P2P 2010). It requires " "having gnunet-helper-nat-client installed SUID on the local system." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:855 msgid "" "Specify the IPv4 address of your computers main network interface (typically " "eth0 or wlan0)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:856 msgid "Internal (private) IPv4 address:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:902 #, fuzzy msgid "NAT Traversal Configuration" msgstr "GNUnet Konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:920 msgid "_Network" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:948 msgid "Plugins to use:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:959 msgid "_TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:978 msgid "_UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:996 msgid "_HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1015 msgid "HTTP_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1034 msgid "D_V" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1051 msgid "_WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1089 #: contrib/gnunet_setup_gtk_main_window.glade:1276 #: contrib/gnunet_setup_gtk_main_window.glade:1455 #: contrib/gnunet_setup_gtk_main_window.glade:1636 msgid "Bind to port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1118 msgid "Use Port \"0\" to only allow outgoing TCP connections" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1141 #: contrib/gnunet_setup_gtk_main_window.glade:1317 #: contrib/gnunet_setup_gtk_main_window.glade:1496 #: contrib/gnunet_setup_gtk_main_window.glade:1677 msgid "Advertised port:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1170 #: contrib/gnunet_setup_gtk_main_window.glade:1342 #: contrib/gnunet_setup_gtk_main_window.glade:1523 #: contrib/gnunet_setup_gtk_main_window.glade:1704 msgid "" "External port visible on our public IP address after mappings by NAT/" "firewalls" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1199 #: contrib/gnunet_setup_gtk_main_window.glade:1372 #: contrib/gnunet_setup_gtk_main_window.glade:1553 #: contrib/gnunet_setup_gtk_main_window.glade:1734 #: contrib/gnunet_setup_gtk_main_window.glade:2336 #: contrib/gnunet_setup_gtk_main_window.glade:2417 #: contrib/gnunet_setup_gtk_main_window.glade:2833 #: contrib/gnunet_setup_gtk_main_window.glade:2916 #, fuzzy msgid "Test configuration" msgstr "GNUnet Konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:1203 #: contrib/gnunet_setup_gtk_main_window.glade:1376 #: contrib/gnunet_setup_gtk_main_window.glade:1557 #: contrib/gnunet_setup_gtk_main_window.glade:1738 msgid "" "Test your network configuration by contacting a public gnunet-nat-server and " "asking it to establish a connection to your system for testing. This test " "can only work if you are not running your peer at the time you run the test." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1215 #: contrib/gnunet_setup_gtk_main_window.glade:1388 #: contrib/gnunet_setup_gtk_main_window.glade:1569 #: contrib/gnunet_setup_gtk_main_window.glade:1750 #: contrib/gnunet_setup_gtk_main_window.glade:2349 #: contrib/gnunet_setup_gtk_main_window.glade:2430 #: contrib/gnunet_setup_gtk_main_window.glade:2846 #: contrib/gnunet_setup_gtk_main_window.glade:2929 msgid "Configuration works!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1227 #: contrib/gnunet_setup_gtk_main_window.glade:1400 #: contrib/gnunet_setup_gtk_main_window.glade:1581 #: contrib/gnunet_setup_gtk_main_window.glade:1762 #, fuzzy msgid "Test failed!" msgstr "`%s' schlug fehl: %s\n" #: contrib/gnunet_setup_gtk_main_window.glade:1258 msgid "TCP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1275 #: contrib/gnunet_setup_gtk_main_window.glade:1454 #: contrib/gnunet_setup_gtk_main_window.glade:1635 msgid "" "Port number that GNUnet's UDP transport should bind to on the local system" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1434 msgid "UDP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1615 msgid "HTTP" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1796 msgid "HTTPS" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1818 msgid "DV" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1835 msgid "Name of _Monitor Interface" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1876 msgid "WLAN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1895 #, fuzzy msgid "Transport Configuration" msgstr "GNUnet Konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:1907 msgid "_Transports" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1933 msgid "Enable unsolicited content transmission from this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1950 msgid "Enable caching content at this peer" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:1969 #, fuzzy msgid "File Sharing Options" msgstr "Laufende Anwendungen" #: contrib/gnunet_setup_gtk_main_window.glade:1999 #, fuzzy msgid "Database Backend to use:" msgstr "Die Datenbank konnte `%s' nicht löschen.\n" #: contrib/gnunet_setup_gtk_main_window.glade:2014 #: contrib/gnunet_setup_gtk_main_window.glade:2128 #: contrib/gnunet_setup_gtk_main_window.glade:2507 #: contrib/gnunet_setup_gtk_main_window.glade:2621 msgid "sqLite" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2031 #: contrib/gnunet_setup_gtk_main_window.glade:2328 #: contrib/gnunet_setup_gtk_main_window.glade:2524 #: contrib/gnunet_setup_gtk_main_window.glade:2825 msgid "MySQL" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2049 #: contrib/gnunet_setup_gtk_main_window.glade:2409 #: contrib/gnunet_setup_gtk_main_window.glade:2542 #: contrib/gnunet_setup_gtk_main_window.glade:2908 msgid "Postgres" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2084 #: contrib/gnunet_setup_gtk_main_window.glade:2577 #, fuzzy msgid "Quota (bytes):" msgstr "Downstream (Bytes/s):" #: contrib/gnunet_setup_gtk_main_window.glade:2122 #: contrib/gnunet_setup_gtk_main_window.glade:2615 msgid "No setup required." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2144 #: contrib/gnunet_setup_gtk_main_window.glade:2637 msgid "MySQL database name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2158 #: contrib/gnunet_setup_gtk_main_window.glade:2651 #, fuzzy msgid "gnunet" msgstr "gnunet-gtk" #: contrib/gnunet_setup_gtk_main_window.glade:2178 #: contrib/gnunet_setup_gtk_main_window.glade:2671 #, fuzzy msgid "Configuration file:" msgstr "Konfigurationsdatei `%s' konnte nicht geöffnet werden.\n" #: contrib/gnunet_setup_gtk_main_window.glade:2206 #: contrib/gnunet_setup_gtk_main_window.glade:2700 #, fuzzy msgid "Username:" msgstr "_Dateiname:" #: contrib/gnunet_setup_gtk_main_window.glade:2230 #: contrib/gnunet_setup_gtk_main_window.glade:2725 msgid "Password:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2261 #: contrib/gnunet_setup_gtk_main_window.glade:2757 msgid "MySQL Server Hostname:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2275 #: contrib/gnunet_setup_gtk_main_window.glade:2771 msgid "localhost" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2358 #: contrib/gnunet_setup_gtk_main_window.glade:2439 #: contrib/gnunet_setup_gtk_main_window.glade:2856 #: contrib/gnunet_setup_gtk_main_window.glade:2938 msgid "Configuration error!" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2377 #: contrib/gnunet_setup_gtk_main_window.glade:2875 msgid "Configuration:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2464 msgid "Configure Datastore (persistent storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2492 msgid "Datacache:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2964 msgid "Configure Datacache (temporary storage)" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:2981 #, fuzzy msgid "_File Sharing" msgstr "Datentausc_h" #: contrib/gnunet_setup_gtk_main_window.glade:3011 msgid "Tunnel IPv4 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3015 msgid "" "By enabling this option, all of your IPv4-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 4over6 " "tunneling and 4to6 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3027 msgid "Tunnel IPv6 Traffic" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3031 msgid "" "By enabling this option, all of your IPv6-Internet traffic will be routed " "over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet " "peers to observe your unencrypted Internet traffic. This enables 6over4 " "tunneling and 6to4 protocol translation." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3043 #, fuzzy msgid "Tunnel DNS Traffic" msgstr "Eingehender Netzwerkverkehr" #: contrib/gnunet_setup_gtk_main_window.glade:3047 msgid "" "Enabling this option will cause your DNS traffic to be routed via the GNUnet " "network to some other peer offering DNS exit functionality. This is needed " "if you have no Internet access (and are thus tunnelling both IPv4 and IPv6 " "traffic over GNUnet). If you have regular Internet access, this option only " "makes sense if you want to get some 'weak' anonymity by tunnelling all of " "your traffic over GNUnet (using the network as a 1-hop proxy in the worst-" "case, so this does not provide you with strong anonymity)." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3072 #, fuzzy msgid "Protocol Translation and Tunneling Configuration" msgstr "GNUnet Konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:3102 msgid "_Interface name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3115 msgid "" "Name of the TUN interface GNUnet will create for intercepting outgoing " "Internet traffic from your machine. The default \"gnunet-vpn\" is almost " "always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3135 #, fuzzy msgid "IPv4 address for interface:" msgstr "Es konnte keine IP-Adresse für das Gerät `%s' ermittelt werden.\n" #: contrib/gnunet_setup_gtk_main_window.glade:3157 #: contrib/gnunet_setup_gtk_main_window.glade:3209 #: contrib/gnunet_setup_gtk_main_window.glade:3439 #: contrib/gnunet_setup_gtk_main_window.glade:3493 msgid "/" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3187 #, fuzzy msgid "IPv6 address for interface: " msgstr "Es konnte keine IP-Adresse für das Gerät `%s' ermittelt werden.\n" #: contrib/gnunet_setup_gtk_main_window.glade:3241 #, fuzzy msgid "VPN Interface Configuration" msgstr "GNUnet Konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:3260 msgid "" "Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, " "6over4, 4over6) facilities" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3261 msgid "_VPN" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3291 msgid "Enable DNS Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3306 msgid "Enable IPv4 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3310 msgid "" "This option will allow other peers to send IPv4 traffic to the Internet " "using your network connection." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3322 msgid "Enable IPv6 Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3326 msgid "" "This option will allow other peers to send IPv6 traffic to the Internet " "using your network connection. You should make sure that you have IPv6-" "support before enabling this option." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3349 msgid "IP Address of external DNS Resolver:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3381 msgid "Exit interface name: " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3393 msgid "" "Name of the TUN interface GNUnet will create for Internet traffic exiting " "GNUnet via your machine. The default \"gnunet-exit\" is almost always fine." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3416 #, fuzzy msgid "IPv4 address for Exit interface: " msgstr "Es konnte keine IP-Adresse für das Gerät `%s' ermittelt werden.\n" #: contrib/gnunet_setup_gtk_main_window.glade:3428 msgid "" "Use a private IPv4 network here that does not conflict with your existing " "setup (i.e. something like 10.53.0.1/255.255.0.0 or " "192.168.0.1/255.255.0.0). " msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3470 #, fuzzy msgid "IPv6 address for Exit interface: " msgstr "Es konnte keine IP-Adresse für das Gerät `%s' ermittelt werden.\n" #: contrib/gnunet_setup_gtk_main_window.glade:3482 msgid "" "This should be a globally routed IPv6 subnet of your host. Alternatively, " "if your kernel supports IPv6-NAT, you can pick any site-local prefix and " "manually configure IPv6-NAT." msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3525 #, fuzzy msgid "GNUnet Exit Configuration" msgstr "GNUnet Konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:3544 msgid "_Exit" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3574 msgid "_Preferred Name:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3612 msgid "Cryptographic Identity:" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3662 #, fuzzy msgid "Domain Owner Information" msgstr "GNUnet Konfiguration" #: contrib/gnunet_setup_gtk_main_window.glade:3775 msgid "GNS Database" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3794 msgid "GN_S" msgstr "" #: contrib/gnunet_setup_gtk_main_window.glade:3810 #, fuzzy msgid "Welcome to gnunet-setup." msgstr "Vorlage für gnunet-clients." #: contrib/gnunet_statistics_gtk_about_dialog.glade:8 #, fuzzy msgid "About gnunet-statistics-gtk" msgstr "gnunet-gtk" #: contrib/gnunet_statistics_gtk_main_window.glade:6 #, fuzzy msgid "gnunet-statistics-gtk" msgstr "gnunet-gtk" #: contrib/gnunet_statistics_gtk_main_window.glade:36 msgid "Display information about this version of gnunet-statistics-gtk" msgstr "" #: contrib/gnunet_statistics_gtk_main_window.glade:73 #, fuzzy msgid "_Connections" msgstr "Konnektivität" #: contrib/gnunet_statistics_gtk_main_window.glade:97 #, fuzzy msgid "_Traffic" msgstr "Eingehender Netzwerkverkehr" #: contrib/gnunet_statistics_gtk_main_window.glade:122 msgid "_Storage" msgstr "" #, fuzzy #~ msgid "Peer" #~ msgstr "nie" #, fuzzy #~ msgid "Advertise namespace" #~ msgstr "im _Namensraum" #, fuzzy #~ msgid "Value:" #~ msgstr "_Wert:" #, fuzzy #~ msgid "Keywords" #~ msgstr "Schlüsselbegriffe" #, fuzzy #~ msgid "_Root:" #~ msgstr "Wu_rzel" #~ msgid "Description" #~ msgstr "Beschreibung" #~ msgid "Format" #~ msgstr "Format" #~ msgid "Size" #~ msgstr "Größe" #, fuzzy #~ msgid "query" #~ msgstr "Anfrage" #, fuzzy #~ msgid "GNUnet VPN Exit Interface" #~ msgstr "gnunetd Kontrolle" #, fuzzy #~ msgid "DNS name" #~ msgstr "Name anzeigen" #, fuzzy #~ msgid "Destination" #~ msgstr "Beschreibung" #~ msgid "Filename" #~ msgstr "Dateiname" #, fuzzy #~ msgid "Current identifier" #~ msgstr "_Nächster Identifizierer:" #, fuzzy #~ msgid "Update identifier" #~ msgstr "_Nächster Identifizierer:" #, fuzzy #~ msgid "_Index file" #~ msgstr "Dateien deindizieren." #, fuzzy #~ msgid "Root" #~ msgstr "Wu_rzel" #, fuzzy #~ msgid "Download from URI" #~ msgstr "Download abgebrochen." #, fuzzy #~ msgid "Search GNUnet" #~ msgstr "Das GNUnet nach Dateien durchsuchen." #, fuzzy #~ msgid "_Query:" #~ msgstr "Anfrage" #, fuzzy #~ msgid "Search GNUnet for files" #~ msgstr "Das GNUnet nach Dateien durchsuchen." #, fuzzy #~ msgid "Test datastore configuration" #~ msgstr "GNUnet Konfiguration" #, fuzzy #~ msgid "Test datacache configuration" #~ msgstr "GNUnet Konfiguration" #~ msgid "gnunet-gtk" #~ msgstr "gnunet-gtk" #, fuzzy #~ msgid "Bandwidth" #~ msgstr "Bandbreitenbeschränkung" #, fuzzy #~ msgid "filename" #~ msgstr "Dateiname" #, fuzzy #~ msgid "_Anonymity" #~ msgstr "_Anonymität" #, fuzzy #~ msgid "Previous identifier" #~ msgstr "_Nächster Identifizierer:" #, fuzzy #~ msgid "Activates panel showing statistics about our operation" #~ msgstr "Statistiken der GNUnet Aktivitäten ausgeben." #, fuzzy #~ msgid "Statistics" #~ msgstr "_Statistiken" #, fuzzy #~ msgid "WARNING: Failed to obtain connection statistics from gnunetd.\n" #~ msgstr "Es konnte keine Verbindung mit gnunetd hergestellt werden.\n" #, fuzzy #~ msgid "We are now connected to the P2P network.\n" #~ msgstr "`%s' ist zu keinem Knoten verbunden.\n" #, fuzzy #~ msgid "Launching gnunetd...\n" #~ msgstr "gnunetd wird gestartet..." #, fuzzy #~ msgid "Launching gnunetd failed\n" #~ msgstr "Das Starten von gnunetd schlug fehl" #, fuzzy #~ msgid "Launched gnunetd\n" #~ msgstr "gnunetd wurde gestartet" #, fuzzy #~ msgid "Error requesting shutdown of gnunetd.\n" #~ msgstr "Fehler bei Beendingungsanforderung von gnunetd." #, fuzzy #~ msgid "Terminating gnunetd...\n" #~ msgstr "Beende gnunetd..." #~ msgid "Title" #~ msgstr "Titel" #~ msgid "Artist" #~ msgstr "Künstler" #~ msgid "Album" #~ msgstr "Album" #~ msgid "Remove selected files" #~ msgstr "Ausgewählte Dateien entfernen" #~ msgid "No files to insert ! Please add files to the list before validating." #~ msgstr "" #~ "Keine Dateien zum Einfügen vorhanden. Bitte fügen Sie Dateien zur Liste " #~ "hinzu, bevor Sie validieren." #~ msgid "Choose the directory to insert..." #~ msgstr "Wählen Sie das einzufügende Verzeichnis..." #~ msgid "The following files won't be added for I could not read them :" #~ msgstr "" #~ "Die folgenden Dateien werden nicht hinzugefügt, da sie nicht gelesen " #~ "werden konnten:" #~ msgid "Could not open the directory :\n" #~ msgstr "Verzeichnis konnte nicht geöffnet werden:\n" #~ msgid "Choose files to insert..." #~ msgstr "Wählen Sie die einzufügenden Dateien..." #, fuzzy #~ msgid "Saved search results" #~ msgstr "Suchergebnisse" #, fuzzy #~ msgid "Error writing file `%s'." #~ msgstr "Schlüsselwörter für Datei `%s':\n" #~ msgid "Mime-type" #~ msgstr "Mimetyp" #~ msgid "Meta-data" #~ msgstr "Metadaten" #, fuzzy #~ msgid "Need a keyword to search!\n" #~ msgstr "Keine Schlüsselwörter angegeben!\n" #~ msgid "globally" #~ msgstr "global" #~ msgid "Failed to create namespace URI from `%s'.\n" #~ msgstr "Fehler beim Erzeugen der Namespace URI von `%s'.\n" #~ msgid "Unhandled (unknown) FSUI event: %u.\n" #~ msgstr "Unbehandeltes (Unbekanntes) FSUI Ereignis: %u.\n" #~ msgid "Results" #~ msgstr "Ergebnisse" #, fuzzy #~ msgid "seconds" #~ msgstr "Laufzeit (Sekunden)" #, fuzzy #~ msgid "second" #~ msgstr "Laufzeit (Sekunden)" #~ msgid "Choose the file you want to publish." #~ msgstr "Wählen Sie die Datei, die Sie veröffentlichen möchten." #~ msgid "Choose the directory you want to publish." #~ msgstr "Wählen Sie das Verzeichnis, das Sie veröffentlichen möchten." #~ msgid "unknown" #~ msgstr "unbekannt" #~ msgid "Category" #~ msgstr "Kategorie" #, fuzzy #~ msgid "Keyword" #~ msgstr "Schlüsselbegriffe" #~ msgid "--sporadic update--" #~ msgstr "--sporadisches Update--" #~ msgid "--no update--" #~ msgstr "--kein Update--" #~ msgid "no name given" #~ msgstr "Unbenannt" #~ msgid "Failed to parse given time interval!" #~ msgstr "Fehler beim Parsen des angegebenen Zeitintervalls." #~ msgid "Failed to start collection `%s' (consult logs)." #~ msgstr "Fehler beim Starten der Collection %s (siehe Logs)." #~ msgid "Collection stopped.\n" #~ msgstr "Sammlung angehalten\n" #~ msgid "Failed to stop collection (consult logs).\n" #~ msgstr "" #~ "Fehler beim Beenden der Collection (ziehen Sie die Protokolldatei zu " #~ "Rate).\n" #~ msgid "Filesize" #~ msgstr "Dateigröße" #~ msgid "Last ID" #~ msgstr "Letzte ID" #~ msgid "Next ID" #~ msgstr "Nächste ID" #~ msgid "unspecified" #~ msgstr "nicht spezifiziert" #~ msgid "No local namespaces available that could be deleted!" #~ msgstr "" #~ "Es sind keine lokalen Namespaces vorhanden, die gelöscht werden könnten!" #~ msgid "Should the namespace `%s' really be deleted?" #~ msgstr "Soll der Namespace `%s' wirklich gelöscht werden?" #~ msgid "Failed to insert content into namespace (consult logs).\n" #~ msgstr "" #~ "Fehler beim Einfügen von Inhalt in den Namespace (ziehen Sie die " #~ "Protokolldatei zu Rate).\n" #, fuzzy #~ msgid "Choose the directory you want to open." #~ msgstr "Wählen Sie das Verzeichnis, das Sie veröffentlichen möchten." #, fuzzy #~ msgid "Error opening file `%s'." #~ msgstr "" #~ "\n" #~ "Fehler beim Uploaden der Datei: %s\n" #, fuzzy #~ msgid "Downloading `%s'\n" #~ msgstr "Downloading `%s'" #, fuzzy #~ msgid "ERROR: already downloading `%s'" #~ msgstr "Fehler beim Download: %s\n" #~ msgid "Invalid URI `%s'" #~ msgstr "Ungültige URI: `%s'" #~ msgid "" #~ "Failed to create namespace `%s'.Consult logs, most likely error is that a " #~ "namespace with that name already exists." #~ msgstr "" #~ "Fehler beim Anlegen des Namespaces `%s'. Bitte ziehen Sie die " #~ "Protokolldateien zu Rate. Der wahrscheinlichste Fehler ist, dass bereits " #~ "ein Namespace mit diesem Namen existiert." #, fuzzy #~ msgid "Data in datastore (in percent of allowed quota)" #~ msgstr "CPU Last (in Prozent der erlaubten Last)" #, fuzzy #~ msgid "Status" #~ msgstr "Stat_us" #, fuzzy #~ msgid "Identity" #~ msgstr "_Identifizierer:" #~ msgid "Could not initialize libnotify\n" #~ msgstr "libnotify konnte nicht initialisiert werden\n" #, fuzzy #~ msgid "Could not send notification via libnotify\n" #~ msgstr "Bestätigung konnte nicht an Client zurück gesendet werden.\n" #, fuzzy #~ msgid "Failed to run the configuration tool (gnunet-setup): %s" #~ msgstr "" #~ "Beschädigter Eintrag in der Konfigurationsdatei in Sektion %s unter %s: " #~ "%s\n" #~ msgid "GNUnet GTK user interface." #~ msgstr "GNUnet GTK Benutzeroberfläche." #~ msgid "gnunet-gtk, GNU's Peer-to-Peer Network" #~ msgstr "gnunet-gtk, GNU's Peer-to-Peer Netzwerk" #, fuzzy #~ msgid "Welcome to gnunet-gtk 0.7.3" #~ msgstr "Willkommen bei gnunet-gtk 0.7.1b" #~ msgid "_Welcome" #~ msgstr "_Willkommen" #~ msgid "Try to start the GNUnet Daemon gnunetd on localhost" #~ msgstr "" #~ "Versuche, den GNUnet Daemonen gnunetd auf dem lokalen Rechner zu starten." #, fuzzy #~ msgid "Start gnunet_d" #~ msgstr "Start gnunet_d" #~ msgid "Stops the GNUnet daemon gnunetd" #~ msgstr "Stoppt den GNUnet daemon gnunetd" #, fuzzy #~ msgid "Sto_p gnunetd" #~ msgstr "Stoppt den gnunetd Daemonen" #, fuzzy #~ msgid "Select gnunetd configuration File" #~ msgstr "Konfigurationsdatei FILENAME verwenden" #~ msgid "Cancel the selected search" #~ msgstr "Die ausgewählte Suche abbrechen." #~ msgid "Search Overview" #~ msgstr "Suchübersicht" #~ msgid "with _anonymity" #~ msgstr "mit _Anonymität" #~ msgid "Cancel the selected download (and all sub-downloads)" #~ msgstr "Den ausgewählten Download abbrechen" #, fuzzy #~ msgid "" #~ "Cancel the selected download (and all sub-downloads) and remove them from " #~ "the list" #~ msgstr "Den ausgewählten Download abbrechen" #~ msgid "Clear completed downloads from the download list" #~ msgstr "Fertige Downloads aus der Downloadliste entfernen" #~ msgid "Downloads" #~ msgstr "Downloads" #, fuzzy #~ msgid "Cancel the selected upload (and all sub-uploads)" #~ msgstr "Den ausgewählten Download abbrechen" #, fuzzy #~ msgid "" #~ "Cancel the selected upload (and all sub-uploads) and remove them from the " #~ "list" #~ msgstr "Den ausgewählten Download abbrechen" #~ msgid "Clear completed uploads from the upload list" #~ msgstr "Fertige Uploads aus der Uploadliste entfernen" #~ msgid "Stat_us" #~ msgstr "Stat_us" #~ msgid "" #~ "Search GNUnet for content under the specified keyword (and, if " #~ "applicable, restrict the search to the given namespace)" #~ msgstr "" #~ "GNUnet nach Inhalten mit einem bestimmten Suchbegriff durchsuchen (und - " #~ "falls zutreffend - die Suche auf einen bestimmten Namespace beschränken)" #~ msgid "" #~ "Specify the anonymity level for the search, 0 for no anonymity. Higher " #~ "values provide more privacy but also less performance." #~ msgstr "" #~ "Geben Sie den Grad der Anonymität für die Suche an. 0 bedeutet keine " #~ "Anonymität. Höhere Werte bieten mehr Privatsphäre, bedeuten aber auch " #~ "weniger Performance." #~ msgid "" #~ "This is the rating that you have given this namespace so far. Ratings " #~ "are private and not shared with other users in any way. They are " #~ "supposed to help each user remember which namespace is worthwile for him." #~ msgstr "" #~ "Dies ist das Rating, das Sie diesem Namespace bis jetzt gegeben haben. " #~ "Ratings sind privat und werden anderen Benutzern in keinster Weise " #~ "zugänglich gemacht. Sie sind dazu gedacht, jedem Benutzer zu helfen, sich " #~ "an wertvolle Namespaces zu erinnern." #~ msgid "Search and _Download" #~ msgstr "Suche und _Download" #~ msgid "Method:" #~ msgstr "Methode:" #~ msgid "" #~ "Indexing will avoid copying the file into the GNUnet database. Instead, " #~ "GNUnet will try to add a symbolic link to the specified file. If that " #~ "fails, a copy of the file will be created. Indexing should be used if " #~ "the local machine is unlikely to ever be compromised by an adversary and " #~ "if the uploaded file will not be modified or moved in the future. " #~ "Indexing is more efficient than insertion." #~ msgstr "" #~ "Indizierung vermeidet es, die Datei in die GNUnet Datenbank zu kopieren. " #~ "Stattdessen wird GNUnet versuchen, einen Symlink für die angegebene Datei " #~ "anlegen. Wenn dies fehlschlägt, so wird eine Kopie der Datei angelegt. " #~ "Indizierung sollte verwendet werden, wenn es unwahrscheinlich ist, dass " #~ "die lokale Maschine jemals durch einen Gegner kompromittiert wird und die " #~ "hochgeladene Datei in der Zukunft nicht modifiziert oder verschoben wird. " #~ "Indizierung ist effizienter als das Einfügen." #, fuzzy #~ msgid "Inde_x" #~ msgstr "indi_zieren" #~ msgid "" #~ "Inserting a file means that an encrypted copy will be added to the GNUnet " #~ "database. Without the proper key (which is not stored in plaintext " #~ "anywhere) the file cannot be decrypted. Use this option for small files, " #~ "files that will be modified soon, files that maybe moved or if you are " #~ "afraid that an adversary may detect the file in plaintext on your machine " #~ "(after compromising your machine)." #~ msgstr "" #~ "Eine Datei einfügen bedeutet, dass eine verschlüsselte Kopie zu der " #~ "GNUnet Datenbank hinzugefügt wird. Ohne den richtigen Schlüssel (der " #~ "nirgends in Klarschrift gespeichert ist) kann die Datei nicht " #~ "entschlüsselt werden. Verwenden Sie diese Option für kleinere Dateien, " #~ "Dateien die bald verändert oder möglicherweise verschoben werden oder Sie " #~ "Angst haben, dass ein Gegner die Datei in Klarschrift auf Ihrer Maschine " #~ "entdecken könnte (nachdem er Ihre Maschine kompromittiert hat)." #, fuzzy #~ msgid "I_nsert" #~ msgstr "ei_nfügen" #~ msgid "Scope:" #~ msgstr "Umfang:" #~ msgid "Recursively publish an entire directory tree." #~ msgstr "Rekursiv einen gesamten Verzeichnisbaum einfügen." #~ msgid "_recursive (for entire directories)" #~ msgstr "_rekursiv (für komplette Verzeichnisse)" #~ msgid "" #~ "What level of sender-anonymity is desired when sharing this particular " #~ "file? 0 allows direct connections (no anonymity). Higher levels require " #~ "increasing amounts of cover traffic per shared block, increasing your " #~ "privacy at the expense of efficiency." #~ msgstr "" #~ "Welcher Grad an Sender-Anonymität wird für diese spezielle Datei " #~ "benötigt? 0 erlaubt direkte Verbindungen (keine Anonymität). Höhere Grade " #~ "benötigen höhere Mengen an verdeckendem Netzwerkverkehr pro Datenblock. " #~ "Erhöhte Privatsphäre kostet also Effizienz." #, fuzzy #~ msgid "Add keywords for files in directories" #~ msgstr "Schlüsselwörter für Dateien in Verzeichnissen hinzufügen" #, fuzzy #~ msgid "" #~ "Share the specified file with the selected options (you will then be " #~ "prompted to enter meta-data and keywords)." #~ msgstr "" #~ "Die angegebene Datei mit dem angegebenen Optionen hochladen (Sie werden " #~ "dann aufgefordert, Metadaten und Schlüsselwörter einzugeben)." #~ msgid "Browse local computer for files (or directories) to publish." #~ msgstr "" #~ "Lokalen Computer nach Dateien (oder Verzeichnissen) zum Hochladen " #~ "durchsuchen." #~ msgid "_Browse" #~ msgstr "Durchstö_bern" #~ msgid "Only publish a single file." #~ msgstr "Nur eine einzelne Datei publizieren." #~ msgid "file onl_y" #~ msgstr "nur Datei" #, fuzzy #~ msgid "Use libextractor for files in directories" #~ msgstr "Schlüsselwörter für Dateien in Verzeichnissen hinzufügen" #, fuzzy #~ msgid "C_reate" #~ msgstr "E_rzeugen" #~ msgid "" #~ "Will prevent future insertions into the namespace (will not delete " #~ "content in the namespace)" #~ msgstr "" #~ "Verhindert zukünftige Einfügeoperationen in den Namespace (es werden " #~ "keine Inhalte im Namespace gelöscht)" #~ msgid "end collection (will not delete content already in the collection)" #~ msgstr "" #~ "Sammlung abschließen (es werden keine Inhalte gelöscht, die sich bereits " #~ "in der Sammlung befinden)" #, fuzzy #~ msgid "Available content" #~ msgstr "Verfügbare Inhalte" #~ msgid "" #~ "should GNUnet track available content (for publishing in namespaces)?" #~ msgstr "" #~ "soll GNUnet vorhandene Inhalte zur Publikation in Namensräumen verfolgen?" #~ msgid "track available content" #~ msgstr "verfügbare Inhalte verfolgen" #~ msgid "deletes the tracked available content shown below" #~ msgstr "löscht die verfolgten Inhalte die unten angezeigt werden" #~ msgid "Ad_vanced" #~ msgstr "Fortgeschrittene" #~ msgid "/join #gnunet" #~ msgstr "/join #gnunet" #~ msgid "Cha_t" #~ msgstr "Cha_t" #~ msgid "Edit File Information" #~ msgstr "Dateiinformationen bearbeiten" #~ msgid "This dialog is used to edit information about shared files." #~ msgstr "" #~ "Dieser Dialog wird verwendet, um Informationen über veröffentlichte " #~ "Dateien zu editieren." #, fuzzy #~ msgid "Cancel the publication." #~ msgstr "Upload abbrechen." #~ msgid "metaDataDialogCancelButton" #~ msgstr "metaDataDialogCancelButton" #~ msgid "Abort the upload operation." #~ msgstr "Upload abbrechen." #, fuzzy #~ msgid "" #~ "Confirm the displayed meta-data and keywords and proceed with the " #~ "publication." #~ msgstr "" #~ "Bestätigen Sie die angezeigten Metadaten und Schlüsselwörter und fahren " #~ "Sie mit dem Hochladen fort." #~ msgid "Please provide meta-data and keywords for the content." #~ msgstr "" #~ "Bitte geben Sie Metadaten und Schlüsselwörter für diesen Inhalt ein." #~ msgid "Enter metadata about the upload" #~ msgstr "Metainformationen über den Upload eingeben" #~ msgid "Value Entry" #~ msgstr "Werteingabe" #~ msgid "" #~ "Enter the value for the meta-data of the specified type here.\n" #~ "Press ENTER to add the data." #~ msgstr "" #~ "Geben Sie hier den Wert des Metadatums vom angegebenen Typ ein.\n" #~ "Drücken Sie ENTER, um den Wert hinzuzufügen." #~ msgid "" #~ "Add the given description to the meta-data describing the uploaded file." #~ msgstr "" #~ "Die angegebene Beschreibung zu den Meta-Daten hinzufügen, die diesen " #~ "Upload beschreiben." #, fuzzy #~ msgid "" #~ "Remove the selected descriptions from the meta-data describing the " #~ "uploaded file." #~ msgstr "" #~ "Die angegebene Beschreibung zu den Meta-Daten hinzufügen, die diesen " #~ "Upload beschreiben." #, fuzzy #~ msgid "Select entries and use the button to delete keywords." #~ msgstr "" #~ "Wählen Sie die Einträge aus und verwenden Sie das Kontextmenü " #~ "(Rechtsklick) um Schlüsselbegriffe zu löschen." #~ msgid "Meta-data" #~ msgstr "Metainformationen" #~ msgid "Enter keywords" #~ msgstr "Schlüsselwörter eingeben" #~ msgid "" #~ "Add the specified keyword to the list of keywords under which the file or " #~ "directory will be found." #~ msgstr "" #~ "Angegebenen Schlüsselbegriff zu der Liste der Schlüsselbegriffe " #~ "hinzufügen, unter die Datei oder das Verzeichnis zu finden sein wird." #, fuzzy #~ msgid "" #~ "Remove the selected keywords from the list of keywords under which the " #~ "file or directory will be found." #~ msgstr "" #~ "Angegebenen Schlüsselbegriff zu der Liste der Schlüsselbegriffe " #~ "hinzufügen, unter die Datei oder das Verzeichnis zu finden sein wird." #~ msgid "Lists all of the keywords that will be used." #~ msgstr "Liste aller Schlüsselwörter die benutzt werden sollen" #~ msgid "Keywords" #~ msgstr "Schlüsselbegriffe" #~ msgid "Select Preview" #~ msgstr "Vorschau auswählen" #~ msgid "File Information" #~ msgstr "Dateiinformation" #~ msgid "Search Results" #~ msgstr "Suchergebnisse" #~ msgid "" #~ "List of search results. Directories must first be downloaded before " #~ "their contents will be displayed." #~ msgstr "" #~ "Suchergebnisse auflisten. Verzeichnisse müssen zuerst heruntergeladen " #~ "werden, bevor ihr Inhalt angezeigt wird." #~ msgid "Download selected files." #~ msgstr "Ausgewählte Dateien herunterladen." #~ msgid "Down_load" #~ msgstr "Down_load" #~ msgid "with anon_ymity" #~ msgstr "mit _Anonymität" #~ msgid "" #~ "Specify the desired anonymity level for this download. A value of 0 means " #~ "no receiver anonymity (allows direct connection). Use higher values for " #~ "increased privacy at the expense of performance." #~ msgstr "" #~ "Geben Sie die für diesen Download gewünschte Anonymität an. Ein Wert von " #~ "0 bedeutet keine Empfänger-Anonymität (erlaubt eine direkte Verbindung). " #~ "Verwenden Sie höhere Werte für erhöhte Privatsphäre bei niedrigerer " #~ "Geschwindigkeit." #~ msgid "Namespace Contents" #~ msgstr "Inhaltsverzeichnis des Namensraums" #~ msgid "" #~ "List of the files and directories that have been added to this namespace " #~ "so far." #~ msgstr "" #~ "Dateien und Verzeichnisse auflisten, die bis jetzt zum Namespace " #~ "hinzugefügt wurden." #~ msgid "Add content to the namespace" #~ msgstr "Zusätzliche Dateien zu diesem Namespace hinzufügen." #~ msgid "Publish an update to the selected updatable content." #~ msgstr "Ein Update des ausgewählten updatebaren Inhalts veröffentlichen." #~ msgid "U_pdate" #~ msgstr "Aktualisieren" #~ msgid "Chat" #~ msgstr "Chat" #~ msgid "The current conversation in this chat room." #~ msgstr "Die aktuelle Unterhaltung in diesem Chatraum." #~ msgid "Hello!" #~ msgstr "Hallo!" #~ msgid "Sends the message to all participants in the current chat room." #~ msgstr "Sendet diese Nachricht an alle Teilnehmer im aktuellen Chatraum." #~ msgid "Sen_d" #~ msgstr "Sen_den" #~ msgid "List of the participants in the chat room." #~ msgstr "Teilnehmer im aktuellen Chatraum auflisten." #~ msgid "The gnunet-gtk about dialog" #~ msgstr "Der gnunet-gtk \"Über\" Dialog" #, fuzzy #~ msgid "(C) 2001-2007 Christian Grothoff (and other contributing authors)" #~ msgstr "(C) 2001-2006 Christian Grothoff (und andere beitragende Autoren)" #~ msgid "https://gnunet.org/" #~ msgstr "https://gnunet.org/" #~ msgid "GNUnet Website" #~ msgstr "GNUnet Website" #, fuzzy #~ msgid "Select file to publish to GNUnet" #~ msgstr "Datei für den Upload in's GNUnet auswählen" #, fuzzy #~ msgid "Cancel selecting file to publish." #~ msgstr "Dateiauswahl für den Upload abbrechen" #, fuzzy #~ msgid "Select this file (or directory) for the publication." #~ msgstr "Diese Datei (oder Verzeichnis) zum Upload auswählen" #~ msgid "Cancel namespace creation." #~ msgstr "Namensraumerzeugung abbrechen." #~ msgid "" #~ "Confirm the specified data. Creates the namespace and publishes the " #~ "advertisements." #~ msgstr "" #~ "Bestätigt die angegebenen Daten. Erzeugt den Namespace und veröffentlicht " #~ "die Ankündigungen." #~ msgid "Please provide information about the namespace" #~ msgstr "Bitte Informationen über den Namensraum angeben" #~ msgid "" #~ "Each namespace is supposed to have a name. While GNUnet cannot guarantee " #~ "that these names are unique, users should try to select names that are " #~ "unlikely to conflict and that correspond to the contents of the namespace." #~ msgstr "" #~ "Jeder Namespace muss einen Namen haben. Da GNUnet nicht garantieren kann, " #~ "dass die Namen eindeutig sind, sollten Anwender versuchen Namen zu " #~ "wählen, die vermutlich nicht kollidieren und dem Inhalt des Namespaces " #~ "entsprechen." #~ msgid "" #~ "The namespace root is the file or directory in the namespace that will be " #~ "advertised to other users. Typically it contains a directory with the " #~ "contents of the namespace. You are free in your choice of identifier for " #~ "the root." #~ msgstr "" #~ "Die Namespace-Wurzel ist die Datei oder Verzeichnis, die den anderen " #~ "Anwendern angekündigt wird. Üblicherweise enthält sie ein Verzeichnis mit " #~ "den Inhalten des Namespaces. Sie sind frei in der Wahl des Bezeichners " #~ "der Wurzel." #~ msgid "Anonymity (for namespace advertisement):" #~ msgstr "Anonymität (für Namespace Ankündigung):" #~ msgid "" #~ "Enter a keyword under which advertisements for this namespace will be " #~ "published." #~ msgstr "" #~ "Geben Sie einen Schlüsselbegriff ein, unter dem die Ankündigung für " #~ "diesen Namespace veröffentlicht wird." #~ msgid "" #~ "Add the given keyword to the list of keywords under which advertisements " #~ "for the namespace will be published." #~ msgstr "" #~ "Den angegebenen Schlüsselbegriff zu der Liste der Schlüsselbegriffe " #~ "hinzufügen unter denen Ankündigungen für den Namespace veröffentlicht " #~ "werden." #~ msgid "Enter meta-data (descriptions) for this namespace" #~ msgstr "Geben Sie die Meta-Daten (Beschreibungen) für diesen Namespace ein." #~ msgid "Add the given metadata entry to the metadata for this namespace." #~ msgstr "" #~ "Den angegebenen Meta-Daten-Eintrag zu den Meta-Daten dieses Namespaces " #~ "hinzufügen." #, fuzzy #~ msgid "Metadata describing the namespace (used in advertisements)." #~ msgstr "" #~ "Meta-Daten, die diesem Namespace beschreiben (wird in Ankündigungen " #~ "verwendet). Verwenden Sie das Kontextmenü (Rechtsklick), um die " #~ "ausgewählten Einträge zu löschen." #, fuzzy #~ msgid "Metadata" #~ msgstr "Metainformationen" #~ msgid "Close the selected search" #~ msgstr "Die ausgewählte Suche schließen." #~ msgid "_Close" #~ msgstr "S_chliessen" #, fuzzy #~ msgid "Add File to Namespace" #~ msgstr "Zusätzliche Dateien zu diesem Namespace hinzufügen." #, fuzzy #~ msgid "" #~ "Please provide an identifier for the content and select the update policy." #~ msgstr "" #~ "Bitte geben Sie Meta-Daten und einen Bezeichner für diesen Inhalt an." #~ msgid "_Identifier:" #~ msgstr "_Identifizierer:" #~ msgid "Anonymit_y:" #~ msgstr "Anon_ymität:" #~ msgid "_Update Interval:" #~ msgstr "Akt_ualisierungs Intervall:" #~ msgid "" #~ "--no update--\n" #~ "--sporadic update--\n" #~ "1 day\n" #~ "2 days\n" #~ "1 week\n" #~ "1 month\n" #~ "1 year\n" #~ msgstr "" #~ "--kein Update--\n" #~ "--sporadisches Update--\n" #~ "1 Tag\n" #~ "2 Tage\n" #~ "1 Woche\n" #~ "1 Monat\n" #~ "1 Jahr\n" #~ msgid "Edit Collection Information" #~ msgstr "Informationen der Sammlung ändern" #~ msgid "Please provide meta-data and an identifier for the collection." #~ msgstr "" #~ "Bitte geben Sie Meta-Daten und einen Bezeichner für die Sammlung an." #, fuzzy #~ msgid "" #~ "Add the given description to the meta-data describing the published file." #~ msgstr "" #~ "Die angegebene Beschreibung zu den Meta-Daten hinzufügen, die diesen " #~ "Upload beschreiben." #, fuzzy #~ msgid "Update File in Namespace" #~ msgstr "Namensraum erzeugen" #~ msgid "" #~ "Please provide information about the update to the content in the " #~ "namespace." #~ msgstr "Bitte Informationen über die die Namensraumaktualisierung angeben." #~ msgid "BUG: SET ME!" #~ msgstr "FEHLER: SETZE MICH!" #, fuzzy #~ msgid "Select GNUnet directory file to open" #~ msgstr "Gtk GNUnet Konfigurator" #, fuzzy #~ msgid "FIXME" #~ msgstr "DATEINAME" #, fuzzy #~ msgid "Stop the search." #~ msgstr "Diese Suche schließen." #, fuzzy #~ msgid "Not implemented yet!" #~ msgstr "Nicht implementiert!" #~ msgid "" #~ "Controls if GNUnet should also produce information for individual files " #~ "inside of a directory, as opposed to only allowing the directory itself " #~ "to be found directly. Only applies for recursive uploads." #~ msgstr "" #~ "Kontrolliert, ob GNUnet auch Informationen über einzelne Dateien in einem " #~ "Verzeichnis erzeugen soll. Andernfalls kann nur das Verzeichnis selbst " #~ "gefunden werden. Trifft nur für rekursive Uploads zu." #~ msgid "Enter Meta-Information about Namespace Content" #~ msgstr "Bitte Informationen über den Namensraum angeben" #~ msgid "You must select some available content for publication first!" #~ msgstr "" #~ "Sie müssen zuerst bereits vorhandenen Inhalt für die Veröffentlichung " #~ "auswählen!" #~ msgid "You must select some existing namespace content to be updated first!" #~ msgstr "" #~ "Sie müssen zuerst Inhalte aus einem vorhandenen Namesraum für die " #~ "Aktualisierung auswählen!" #~ msgid "You must specify an identifier for the next publication." #~ msgstr "" #~ "Sie müssen einen Identifizierer für die nächste Publikation spezifizieren." #~ msgid "CPU load" #~ msgstr "CPU Last" #~ msgid "CPU load (in percent of allowed load)" #~ msgstr "CPU Last (in Prozent der erlaubten Last)" #~ msgid "" #~ "Refresh the available content list now (otherwise this is done " #~ "automatically roughly every 5 minutes)" #~ msgstr "" #~ "Die Liste der verfügbaren Inhalte jetzt aktualisieren (andernfalls wird " #~ "dies automatisch ungefähr alle 5 Minuten getan)" #~ msgid "Anon_ymity:" #~ msgstr "Anonymität:" #~ msgid "Error while searching: %s\n" #~ msgstr "Fehler beim Suchen: %s\n" #~ msgid "Download `%s' complete" #~ msgstr "Download `%s' komplett" #~ msgid "Upload `%s' complete" #~ msgstr "Publikation `%s' komplett" #~ msgid "Error while uploading: %s\n" #~ msgstr "Fehler beim Upload: %s\n" #~ msgid "Error while uploading `%s'" #~ msgstr "Fehler beim Upload: `%s'" #~ msgid "Disconnected from gnunetd.\n" #~ msgstr "Verbindung zu gnunetd wurde getrennt.\n" #~ msgid "" #~ "You must specify a directory in the configuration in section `%s' under `" #~ "%s'." #~ msgstr "" #~ "Sie müssen in der Konfigurationsdatei in Sektion `%s' unter `%s' ein " #~ "Verzeichnis angeben." #~ msgid "Uploading `%s'" #~ msgstr "Lade `%s' hoch." #~ msgid "Failed to open `%s'.\n" #~ msgstr "Fehler beim Öffnen von `%s'\n" #~ msgid "Use --help to get a list of options.\n" #~ msgstr "Verwenden Sie --help, um eine Liste der Optionen zu erhalten.\n" #~ msgid "Uploads" #~ msgstr "Uploads" #~ msgid "Up_load" #~ msgstr "Hoch_laden" #~ msgid "U_pload" #~ msgstr "Hochladen" #~ msgid "" #~ "\n" #~ " \n" #~ "gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to " #~ "eventually provide a universal, pluggable interface for all GNUnet " #~ "services.\n" #~ "\n" #~ "This is a beta release. Some advanced features are not working and others " #~ "are missing. The GNUnet homepage offers information about new versions of " #~ "gnunet-gtk.\n" #~ "\n" #~ "Important changes (compared to gnunet-gtk 0.7.0b):" #~ "\n" #~ "\n" #~ "This release fixes downloads of files from directories. The previous " #~ "version had some issues with where to copy the completed downloads. Now " #~ "all downloads (pending and completed) are stored in the directory " #~ "specified in the configuration file (by default, that directory is ~/" #~ "gnunet-downloads).\n" #~ "\n" #~ "Advanced file-sharing features (in particular interactive assembly of " #~ "directories and namespaces) still need work in this version. If you find " #~ "any bugs, please report them to our bugtracking system at https://gnunet." #~ "org/mantis/.\n" #~ "\n" #~ "We hope that you will enjoy gnunet-gtk (especially once it is ready).\n" #~ "\n" #~ "\n" #~ "Thank you,\n" #~ "\n" #~ "\n" #~ " The GNUnet Team" #~ msgstr "" #~ "\n" #~ " \n" #~ "gnunet-gtk ist die GTK+ Benutzeroberfläche für GNUnet. Es ist dazu " #~ "gedacht, eine universelle und modulare Oberfläche für alle GNUnet-Dienste " #~ "zu bieten.\n" #~ "\n" #~ "Dies ist ein Beta Release. Manche der fortgeschrittenen Funktionen " #~ "funktionieren noch nicht oder fehlen. Die GNUnet Homepage bietet " #~ "Informationen über neue Versionen von gnunet-gtk.\n" #~ "\n" #~ "Wichtige Änderungen (verglichen mit gnunet-gtk " #~ "0.7.0b):\n" #~ "\n" #~ "Diese Version korrigiert Downloads von Dateien aus Directories. Die " #~ "vorherige Version hatte Probleme damit zu bestimmen, wo fertiggestellte " #~ "Downloads hinkopiert werden sollen. Nun werden alle Downloads (unfertige " #~ "und abgeschlossene) in dem in der Konfigurationsdatei hinterlegten " #~ "Verzeichnis gespeichert (standardmäßig ist das Verzeichnis ~/gnunet-" #~ "downloads).\n" #~ "\n" #~ "Fortgeschrittene Filesharing-Features (insbesondere das interaktive " #~ "Zusammenbauen von Directories und Namespaces) benötigt in dieser Version " #~ "immer noch etwas Arbeit. Sollten Sie Fehler finden, berichten Sie diese " #~ "bitte an unser Fehlerverfolgungssystem unterhttps://gnunet.org/mantis/.\n" #~ "\n" #~ "Wir hoffen, dass Ihnen gnunet-gtk gefällt (besonders sobald es fertig " #~ "ist).\n" #~ "\n" #~ "\n" #~ "Vielen Dank,\n" #~ "\n" #~ "\n" #~ "\tDas GNUnet Team" #~ msgid "" #~ "You must specify different directories in the configuration in section `" #~ "%s' under `%s' and `%s'." #~ msgstr "" #~ "Sie müssen unterschiedliche Verzeichnisse in der Konfiguration in der " #~ "Sektion `%s' unter `%s' und `%s' angeben." #~ msgid "Could not open symlink `%s': %s\n" #~ msgstr "Symlink `%s' konnte nicht geöffnet werden: %s\n" #~ msgid "Could not move or copy downloaded file %s to %s: %s." #~ msgstr "Datei `%s' konnte in `%s' umbenannt oder kopiert werden: %s." #~ msgid "Could not remove temporary file %s: %s\n" #~ msgstr "Konnte temporäre Datei `%s' nicht löschen: %s\n" #~ msgid "" #~ "You must specify a directory in the configuration in section `%s' under `" #~ "%s'.\n" #~ msgstr "" #~ "Sie müssen in der Konfigurationsdatei in Sektion `%s' unter `%s' ein " #~ "Verzeichnis angeben." #~ msgid "Renaming of file `%s' to `%s' failed: %s\n" #~ msgstr "Umbenennen der Datei `%s' zu `%s' fehlgeschlagen: %s\n" #, fuzzy #~ msgid "# bytes decrypted" #~ msgstr "# Bytes des Typs %d empfangen" #~ msgid "# bytes of noise received" #~ msgstr "# Bytes Rauschen empfangen" #~ msgid "# bytes received of type %d" #~ msgstr "# Bytes des Typs %d empfangen" #, fuzzy #~ msgid "# bytes encrypted" #~ msgstr "# Bytes des Typs %d empfangen" #, fuzzy #~ msgid "# bytes noise sent" #~ msgstr "# Bytes Rauschen empfangen" #~ msgid "# bytes transmitted of type %d" #~ msgstr "# Bytes des Typs %d übertragen" #, fuzzy #~ msgid "Close" #~ msgstr "Kollabieren" #, fuzzy #~ msgid "Could not send `%s' request to gnunetd. Is gnunetd running?\n" #~ msgstr "Anfrage konnte nicht an gnunetd gesendet werden.\n" #~ msgid "" #~ "Decrypted content does not match key. This is either a bug or a " #~ "maliciously inserted file. Download aborted.\n" #~ msgstr "" #~ "Entschlüsselter Inhalt entspricht nicht dem Schlüssel. Dies ist entweder " #~ "ein Bug oder eine mit bösen Absichten eingefügte Datei. Download wurde " #~ "abgebrochen.\n" #, fuzzy #~ msgid "" #~ "Could not request or receive data from gnunetd. Is gnunetd running?\n" #~ msgstr "" #~ "\n" #~ "Es wurde keine Nachricht von gnunetd empfangen. Läuft gnunetd?\n" #, fuzzy #~ msgid "" #~ "Could not request or receive data from gnunetd. Is gnunetd running?\n" #~ msgstr "" #~ "\n" #~ "Es wurde keine Nachricht von gnunetd empfangen. Läuft gnunetd?\n" #, fuzzy #~ msgid "Could not receive data from gnunetd. Is gnunetd running?\n" #~ msgstr "" #~ "\n" #~ "Es wurde keine Nachricht von gnunetd empfangen. Läuft gnunetd?\n" #, fuzzy #~ msgid "Could not send data to gnunetd. Is gnunetd running?\n" #~ msgstr "" #~ "\n" #~ "Es wurde keine Nachricht von gnunetd empfangen. Läuft gnunetd?\n" #~ msgid "Failed to query gnunetd about traffic conditions.\n" #~ msgstr "Fehler beim Abfragen der Netzwerkverkehrsbedingungen von gnunetd.\n" #~ msgid "Did not receive reply from gnunetd about traffic conditions.\n" #~ msgstr "Keine Antwort von gnunetd über die Netzwerkverkehrsbedingungen.\n" #~ msgid "" #~ "Configuration file must specify a directory for GNUnet to store per-peer " #~ "data under %s%s.\n" #~ msgstr "" #~ "Die Konfigurationsdatei muss unter %s%s ein Verzeichnis für GNUnet " #~ "angeben, in dem Knotenbezogene Daten gespeichert werden.\n" #~ msgid "Cannot create pseudonym `%s', file `%s' exists.\n" #~ msgstr "" #~ "Pseudonym `%s' kann nicht erstellt werden, da die Datei `%s' bereits " #~ "existiert.\n" #~ msgid "File `%s' does not contain a pseudonym.\n" #~ msgstr "Die Datei `%s' enthält kein Pseudonym.\n" #, fuzzy #~ msgid "Format of pseudonym `%s' is invalid. Wrong password?\n" #~ msgstr "Format des Pseudonyms `%s' ist ungültig.\n" #~ msgid "Content `%s' seems to be not available on the network.\n" #~ msgstr "Inhalt `%s' scheint im Netzwerk nicht verfügbar zu sein.\n" #~ msgid "Could not send request to gnunetd.\n" #~ msgstr "Anfrage konnte nicht an gnunetd gesendet werden.\n" #, fuzzy #~ msgid "Could not create socket to connect to gnunetd.\n" #~ msgstr "Verbindung zu gnunetd konnte nicht hergestellt werden.\n" #, fuzzy #~ msgid "Received invalid reply from gnunetd, retrying.\n" #~ msgstr "" #~ "Ungültige UDP6 Nachricht von %s:%d empfangen, Nachricht wird ignoriert.\n" #, fuzzy #~ msgid "SBlock received from gnunetd failed verification.\n" #~ msgstr "Keine Antwort von gnunetd über die Netzwerkverkehrsbedingungen.\n" #, fuzzy #~ msgid "Message from server is of unexpected type %d.\n" #~ msgstr "Der SMTP server sendete eine unerwartete Antwort bei %s:%d.\n" #, fuzzy #~ msgid "Update due at `%s' has key `%s'.\n" #~ msgstr "Aufruf von `%s' mit Schlüssel `%s'.\n" #, fuzzy #~ msgid "Could not find pseudonym for collection `%s'.\n" #~ msgstr "Anwendung `%s' konnte nicht ordentlich heruntergefahren werden.\n" #, fuzzy #~ msgid "File `%s' unindexed (no longer shared).\n" #~ msgstr "Die Datei `%s' enthält kein Pseudonym.\n" #, fuzzy #~ msgid "Could not write directory to temporary file.\n" #~ msgstr "PID konnte nicht in Datei `%s' geschrieben werden: %s.\n" #, fuzzy #~ msgid "Description:" #~ msgstr "Frage" #, fuzzy #~ msgid "Downloaded directory `%s' has invalid format.\n" #~ msgstr "Nachricht von `%s' verworfen: ungültiges Format.\n" #, fuzzy #~ msgid "" #~ "Could not download file `%s'.\n" #~ "Consult logs.\n" #~ msgstr "Datei `%s' konnte nicht dekodiert werden bei %s:%d.\n" #, fuzzy #~ msgid "FAIL" #~ msgstr "FEHLSCHLAG" #, fuzzy #~ msgid "Error reading `%s' output from file `%s'.\n" #~ msgstr "Fehler beim Lesen von Informationen von gnunetd.\n" #, fuzzy #~ msgid "Error reading shutdown confirmation from gnunetd." #~ msgstr "Fehler beim Lesen von Informationen von gnunetd.\n" #, fuzzy #~ msgid "Yes!" #~ msgstr "Ja" #, fuzzy #~ msgid "No." #~ msgstr "Nein" #, fuzzy #~ msgid "Copy file to shared directory" #~ msgstr "%d Dateien im Verzeichnis gefunden.\n" #, fuzzy #~ msgid "Published name of the directory:" #~ msgstr "Einträge aus der Verzeichnis Datenbank auflisten" #, fuzzy #~ msgid "Insertion of file `%s' failed!\n" #~ msgstr "Umbenennen der Datei `%s' zu `%s' fehlgeschlagen: %s\n" #, fuzzy #~ msgid "You must enter a non-empty search key!\n" #~ msgstr "" #~ "Sie müssen eine Menge an Transporten angeben, die getestet werden " #~ "sollen!\n" #, fuzzy #~ msgid "/Help/_About" #~ msgstr "_über" #~ msgid "Invalid arguments: " #~ msgstr "Ungültige Parameter: " #, fuzzy #~ msgid "You must specify an update frequency.\n" #~ msgstr "Sie müssen einen Empfänger angeben!\n" #, fuzzy #~ msgid "Parsing of time interval failed. Use \"(INT [%s|%s|%s])*\" format.\n" #~ msgstr "Das Parsen der Zeit schlug fehl. Verwenden Sie das `%s' Format.\n" #, fuzzy #~ msgid "" #~ "Attempt to update an non-updateble SBlock, this should never happen!\n" #~ msgstr "Ausgabeformat ist unbekannt, dies sollte nicht passieren.\n" #, fuzzy #~ msgid "Namespace result `%s' is the most recent.\n" #~ msgstr "Namespace `%s' (%s) hat das Rating %d.\n" #, fuzzy #~ msgid "" #~ "You must specify a non-empty string (or ENC code) for the search key." #~ msgstr "" #~ "Sie müssen eine Menge an Transporten angeben, die getestet werden " #~ "sollen!\n" #, fuzzy #~ msgid "Could not connect to gnunetd, advertisement not published.\n" #~ msgstr "Verbindung zu gnunetd konnte nicht hergestellt werden.\n" #, fuzzy #~ msgid "Failed to create NBlock!" #~ msgstr "Hostkey konnte nicht erzeugt werden!\n" #, fuzzy #~ msgid "Create advertisement" #~ msgstr "# Knotenankündigungen empfangen" #, fuzzy #~ msgid "Unknown format version: %d.\n" #~ msgstr "Unbekannter Fehler.\n" #, fuzzy #~ msgid "Search result received of unsupported type %d.\n" #~ msgstr "# Bytes des Typs %d empfangen" #, fuzzy #~ msgid "# currently connected nodes" #~ msgstr "# an verbundenen Knoten" #~ msgid "_License" #~ msgstr "_Lizenz" #, fuzzy #~ msgid "About %s" #~ msgstr "_über" #~ msgid "" #~ "You must specify a postive number for `%s' in the configuration in " #~ "section `%s'.\n" #~ msgstr "" #~ "Sie müssen für `%s' in der Sektion `%s' der Konfigurationsdatei eine " #~ "positive Zahl angeben.\n" #, fuzzy #~ msgid "" #~ "Configuration must specify directory for AFS data in section `%s' under " #~ "'%s'.\n" #~ msgstr "" #~ "Die Konfigurationsdatei muss in der Sektion `%s' unter `%s' ein " #~ "Verzeichnis für FS Daten angeben.\n" #, fuzzy #~ msgid "" #~ "Configuration file must specify filename for storing AFS data in section `" #~ "%s' under `%s'.\n" #~ msgstr "" #~ "Die Konfigurationsdatei muss in der Sektion `%s' unter `%s' ein " #~ "Verzeichnis angeben, in dem FS Daten gespeichert werden.\n" #, fuzzy #~ msgid "Could not initialize %s module.\n" #~ msgstr "Konnte libgnunetutil nicht initialisieren!\n" #, fuzzy #~ msgid "Deferred content removal of `%s' failed!\n" #~ msgstr "Das Senden einer E-Mail an `%s' schlug fehl.\n" #, fuzzy #~ msgid "Bloomfilter test failed for `%s' content `%s' " #~ msgstr "Verfügbarkeitstest für `%s' fehlgeschlagen bei %s:%d.\n" #, fuzzy #~ msgid "Failed to fix.\n" #~ msgstr "" #~ "Statistiken über den Netzwerkverkehr konnten nicht ermittelt werden.\n" #, fuzzy #~ msgid "Could not fix, insertion failed.\n" #~ msgstr " Verbindung fehlgeschlagen\n" #, fuzzy #~ msgid "Problem checking indexing of file `%s' " #~ msgstr "" #~ "\n" #~ "Fehler beim Deindizieren der Datei: %s\n" #, fuzzy #~ msgid "specifies the priority of the restored content" #~ msgstr "Die Priorität des Inhalts angeben" #~ msgid "" #~ "\n" #~ "Exiting.\n" #~ msgstr "" #~ "\n" #~ "Abbruch.\n" #, fuzzy #~ msgid "Could not bind to port %d. Is gnunetd running?\n" #~ msgstr "" #~ "\n" #~ "Es wurde keine Nachricht von gnunetd empfangen. Läuft gnunetd?\n" #, fuzzy #~ msgid "Unknown GNUnet version %x.\n" #~ msgstr "Unbekannter Fehler.\n" #, fuzzy #~ msgid "Cannot use option `%s' without option `%s'.\n" #~ msgstr "Option `%s' macht keinen Sinn ohne die Option `%s'.\n" #, fuzzy #~ msgid "" #~ "You must specify available diskspace in the configuration under `%s' in " #~ "section `%s'\n" #~ msgstr "" #~ "Sie müssen für `%s' in der Sektion `%s' der Konfigurationsdatei eine " #~ "positive Zahl angeben.\n" #, fuzzy #~ msgid "" #~ "You need to specify a different database type or quota in the " #~ "configuration in order to run gnunet-convert.\n" #~ msgstr "" #~ "Sie müssen ein Verzeichnis für FS Dateien in der Konfigurationsdatei in " #~ "der Sektion `%s' unter `%s' angeben." #, fuzzy #~ msgid "# p2p queries received" #~ msgstr "# p2p Trace-Anfragen empfangen" #, fuzzy #~ msgid "# p2p super queries received" #~ msgstr "# p2p Trace-Anfragen empfangen" #, fuzzy #~ msgid "# p2p CHK content received (kb)" #~ msgstr "# p2p Trace-Anfragen empfangen" #, fuzzy #~ msgid "# p2p search results received (kb)" #~ msgstr "# p2p Trace-Anfragen empfangen" #, fuzzy #~ msgid "# client queries received" #~ msgstr "# Client Trace-Anfragen empfangen" #, fuzzy #~ msgid "# client file index requests received" #~ msgstr "# Client Trace-Anfragen empfangen" #, fuzzy #~ msgid "# file index requests received" #~ msgstr "# Client Trace-Anfragen empfangen" #, fuzzy #~ msgid "# super query index requests received" #~ msgstr "# p2p Trace-Anfragen empfangen" #, fuzzy #~ msgid "# client file unindex requests received" #~ msgstr "# Client Trace-Anfragen empfangen" #, fuzzy #~ msgid "# file unindex requests received" #~ msgstr "# Client Trace-Anfragen empfangen" #, fuzzy #~ msgid "# super query unindex requests received" #~ msgstr "# p2p Trace-Anfragen empfangen" #, fuzzy #~ msgid "# client SBlock insert requests received" #~ msgstr "# Client Trace-Anfragen empfangen" #, fuzzy #~ msgid "# client namespace queries received" #~ msgstr "# Client Trace-Anfragen empfangen" #, fuzzy #~ msgid "# p2p namespace queries received" #~ msgstr "# p2p Trace-Anfragen empfangen" #, fuzzy #~ msgid "# p2p SBlocks received" #~ msgstr "# p2p Trace-Anfragen empfangen" #, fuzzy #~ msgid "`%s' message received from peer `%s' was malformed.\n" #~ msgstr "Ungültige `%s' Nachricht von Knoten `%s' empfangen.\n" #, fuzzy #~ msgid "Received malformed `%s' request from client.\n" #~ msgstr "Beschädigte `%s' Nachricht empfangen. Nachricht wird verworfen.\n" #, fuzzy #~ msgid "Received malformed `%s' request from client\n" #~ msgstr "Beschädigte `%s' Nachricht empfangen. Nachricht wird verworfen.\n" #, fuzzy #~ msgid "Could not create symlink from `%s' to `%s': %s\n" #~ msgstr "" #~ "Datei `%s' konnte nicht zu `%s' umbenannt werden: Datei existiert " #~ "bereits\n" #~ msgid "`%s' failed at %s:%d with error: %s\n" #~ msgstr "`%s' schlug bei %s:%d mit dem Fehler %s fehl\n" #~ msgid "Trying to use file `%s' for MySQL configuration.\n" #~ msgstr "Versuche, Datei `%s' für MySQL Konfiguration zu verwenden.\n" #, fuzzy #~ msgid "Unable to initialize MySQL.\n" #~ msgstr "SQLite Datenbank konnte nicht initialisiert werden.\n" #~ msgid "Query `%s' had no results.\n" #~ msgstr "Abfrage `%s' hatte keine Ergebnisse.\n" #, fuzzy #~ msgid "" #~ "Configuration file must specify directory for storing AFS data in section " #~ "`%s' under `%s'.\n" #~ msgstr "" #~ "Die Konfigurationsdatei muss in der Sektion `%s' unter `%s' ein " #~ "Verzeichnis angeben, in dem FS Daten gespeichert werden.\n" #, fuzzy #~ msgid "pIdx database corrupt, trying to fix (%d)\n" #~ msgstr "SQL Datenbank beschädigt, Ergebnis wird ignoriert.\n" #, fuzzy #~ msgid "lfs: could not remove entry `%s': %s\n" #~ msgstr "`%s' konnte nicht aufgelöst werden: %s\n" #~ msgid "`%s' failed on file `%s' at %s:%d with error: %s\n" #~ msgstr "`%s' schlug bei Datei `%s' fehl. Ort: %s:%d. Fehler: %s\n" #, fuzzy #~ msgid "Could not open `%s' database `%s'!\n" #~ msgstr "`%s' konnte nicht aufgelöst werden: %s\n" #, fuzzy #~ msgid "Reorganizing database `%s'. This may take a while.\n" #~ msgstr "Ein neuer Hostkey wird erzeugt (dies kann eine Weile dauern).\n" #, fuzzy #~ msgid "Done reorganizing database.\n" #~ msgstr "Hostkey wurde erfolgreich erzeugt.\n" #, fuzzy #~ msgid "" #~ "Configuration file must specify directory for storage of AFS data in " #~ "section `%s' under `%s'.\n" #~ msgstr "" #~ "Die Konfigurationsdatei muss ein Verzeichnis für die Speicherung von FS " #~ "Daten in der Sektion `%s' unter `%s' angeben.\n" #, fuzzy #~ msgid "Read 0 bytes from file `%s' at %s:%d.\n" #~ msgstr "Datei `%s' konnte nicht dekodiert werden bei %s:%d.\n" #, fuzzy #~ msgid "Could not find method `%s' in database module `%s'.\n" #~ msgstr "Methode '%s%s' kann in Bibliothek `%s' nicht gefunden werden.\n" #, fuzzy #~ msgid "" #~ "You must specify the `%s' option in section `%s' in the configuration.\n" #~ msgstr "" #~ "Sie müssen für `%s' in der Sektion `%s' der Konfigurationsdatei eine " #~ "positive Zahl angeben.\n" #, fuzzy #~ msgid "Failed to initialize AFS database %u.\n" #~ msgstr "`%s' Dienst konnte nicht initialisiert werden.\n" #, fuzzy #~ msgid "# lookup (CHK, inserted or migrated content)" #~ msgstr "Migrierte Inhalte speichern" #~ msgid "Unable to initialize SQLite.\n" #~ msgstr "SQLite Datenbank konnte nicht initialisiert werden.\n" #, fuzzy #~ msgid "Search result has unexpected type %d at %s:%d.\n" #~ msgstr "Der SMTP server sendete eine unerwartete Antwort bei %s:%d.\n" #, fuzzy #~ msgid "# p2p queries sent" #~ msgstr "# p2p Trace-Antworten gesendet" #, fuzzy #~ msgid "Result has unexpected type %d at %s:%d.\n" #~ msgstr "Der SMTP server sendete eine unerwartete Antwort bei %s:%d.\n" #~ msgid "%8u of %8u bytes deleted." #~ msgstr "%8u von %8u Bytes gelöscht." #~ msgid "specify the file to delete from GNUnet (obligatory, file must exist)" #~ msgstr "" #~ "vom GNUnet zu löschende Datei angeben (obgligatorisch, Datei muss " #~ "existieren)" #~ msgid "" #~ "Remove file from GNUnet. The specified file is not removed\n" #~ "from the filesystem but just from the local GNUnet datastore." #~ msgstr "" #~ "Datei auf GNUnet löschen. Die angegebene Datei wird nicht aus dem " #~ "Dateisystem gelöscht, sondern aus dem lokalen GNUnet Datenspeicher." #~ msgid "You must specify a filename (option -f)\n" #~ msgstr "Sie müssen eine Datei angeben (Option -f)\n" #~ msgid "" #~ "Error deleting file %s.\n" #~ "Probably a few blocks were already missing from the database.\n" #~ msgstr "" #~ "Fehler beim Löschen der Datei %s.\n" #~ "Möglicherweise fehlen bereits einige wenige Datenblöcke in der " #~ "Datenbank.\n" #, fuzzy #~ msgid "%8u of %8u bytes inserted" #~ msgstr "%8u von %8u Bytes gelöscht." #, fuzzy #~ msgid "" #~ "filename of the SBlock of a previous version of the content (for " #~ "namespace insertions only)" #~ msgstr "" #~ "ID der vorherigen Version des Inhalts (nur für das Einfügen in Namespaces)" #, fuzzy #~ msgid "" #~ "print list of extracted keywords that would be used, but do not perform " #~ "insertion or indexing" #~ msgstr "" #~ "Liste der extrahierten Schlüsselworte, die verwendet werden würden, " #~ "ausgeben, aber keinen Upload durchführen" #~ msgid "" #~ "set interval for availability of updates to SECONDS (for namespace " #~ "insertions only)" #~ msgstr "" #~ "Intervall der Verfügbarkeit von Updates auf SECONDS setzen (nur für das " #~ "Einfügen in Namespaces)" #~ msgid "" #~ "add an additional keyword for the top-level file or directory (this " #~ "option can be specified multiple times)" #~ msgstr "" #~ "Ein zusätzliches Schlüsselwort für die Datei oder das Verzeichnis auf der " #~ "obersten Ebene hinzufügen (diese Option kann mehrmals angegeben werden)" #~ msgid "" #~ "add an additional keyword for all files and directories (this option can " #~ "be specified multiple times)" #~ msgstr "" #~ "Ein zusätzliches Schlüsselwort für alle Dateien und Verzeichnisse " #~ "hinzufügen (diese Option kann mehrmals angegeben werden)" #, fuzzy #~ msgid "" #~ "if gnunetd is running on the local machine, create a link instead of " #~ "making a copy in the GNUnet share directory" #~ msgstr "" #~ "Obwohl gnunetd auf der lokalen Maschiene läuft die Erstellung einer Kopie " #~ "anstelle der Erzeugung eines Links auf das GNUnet Share-Verzeichnis " #~ "erzwingen." #~ msgid "" #~ "do not index, perform full insertion (stores entire file in encrypted " #~ "form in GNUnet database)" #~ msgstr "" #~ "Nicht indizieren, sondern komplett einfügen (speichert die gesamte Datei " #~ "in verschlüsselter Form in der GNUnet Datenbank)" #~ msgid "" #~ "specify ID of an updated version to be published in the future (for " #~ "namespace insertions only)" #~ msgstr "" #~ "ID einer aktualisierten Version angeben, die in der Zukunft veröffentlich " #~ "werden soll. (nur für das Einfügen in Namespaces)" #, fuzzy #~ msgid "" #~ "write the created SBlock in plaintext to FILENAME (for namespace " #~ "insertions only)" #~ msgstr "" #~ "Intervall der Verfügbarkeit von Updates auf SECONDS setzen (nur für das " #~ "Einfügen in Namespaces)" #~ msgid "specify the priority of the content" #~ msgstr "Die Priorität des Inhalts angeben" #, fuzzy #~ msgid "" #~ "use PASSWORD to decrypt the secret key of the pseudonym (for namespace " #~ "insertions only)" #~ msgstr "" #~ "die ID dieser Version der Veröffentlichung setzen (nur für das Einfügen " #~ "in Namespaces)" #~ msgid "process directories recursively" #~ msgstr "Verzeichnisse rekursiv bearbeiten" #~ msgid "" #~ "publish the files under the pseudonym NAME (place file into namespace)" #~ msgstr "" #~ "Die Datei unter dem Pseudonym NAME veröffentlichen (platziert die Datei " #~ "in einem Namespace)" #~ msgid "" #~ "specifies this as an aperiodic but updated publication (for namespace " #~ "insertions only)" #~ msgstr "" #~ "Dies als unregelmäßige aber aktualisierbare Veröffentlichung kennzeichnen " #~ "(nur für das Einfügen in Namespaces)" #~ msgid "" #~ "set the ID of this version of the publication (for namespace insertions " #~ "only)" #~ msgstr "" #~ "die ID dieser Version der Veröffentlichung setzen (nur für das Einfügen " #~ "in Namespaces)" #~ msgid "specify creation time for SBlock (see man-page for format)" #~ msgstr "Erstellungszeit für den SBLOCK angeben (s. Manpage zum Format)" #~ msgid "Make files available to GNUnet for sharing." #~ msgstr "Dateien GNUnet zum Filesharing zur Verfügung stellen." #, fuzzy #~ msgid "Speed was %8.3f kilobyte per second.\n" #~ msgstr "" #~ "\n" #~ "Download der Datei `%s' abgeschlossen. Geschwindigkeit war %8.3f KB/s.\n" #~ msgid "You must pass a positive number to the `%s' option.\n" #~ msgstr "Sie müssen eine positive Zahl zu der Option `%s' übergeben.\n" #~ msgid "You must pass a number to the `%s' option.\n" #~ msgstr "Sie müssen für die Option `%s' zusätzlich eine Zahl angeben.\n" #~ msgid "You must specify a list of files to insert.\n" #~ msgstr "Sie müssen eine Liste von Dateien zum Einfügen angeben.\n" #~ msgid "Keywords for file `%s':\n" #~ msgstr "Schlüsselwörter für Datei `%s':\n" #, fuzzy #~ msgid "" #~ "Could not read pseudonym `%s' (does not exist or password invalid).\n" #~ msgstr "Konnte nicht auf den Namespace `%s' zugreifen (existiert nicht?).\n" #~ msgid "Option `%s' makes no sense without option `%s'.\n" #~ msgstr "Option `%s' macht keinen Sinn ohne die Option `%s'.\n" #, fuzzy #~ msgid "Parsing time failed. Use 'DD-MM-YY HH:MM' format.\n" #~ msgstr "Das Parsen der Zeit schlug fehl. Verwenden Sie das `%s' Format.\n" #, fuzzy #~ msgid "" #~ "The given SBlock does not belong to the namespace of the selected " #~ "pseudonym." #~ msgstr "" #~ "Das angegebene schlüsselwort verwenden, um den Namespace bekanntzumachen " #~ "(zu verwenden, wenn ein neues Pseudonym erstellt wird)" #~ msgid "LEVEL" #~ msgstr "GRAD" #~ msgid "set the desired LEVEL of receiver-anonymity" #~ msgstr "Den Grad LEVEL der gewünschten Empfänger-Anonymität setzen" #~ msgid "write the file to FILENAME" #~ msgstr "Schreibe die Datei in DATEINAME" #~ msgid "Download files from GNUnet." #~ msgstr "Dateien aus dem GNUnet herunterladen." #, fuzzy #~ msgid "Not enough arguments. You must specify a GNUnet AFS URI\n" #~ msgstr "" #~ "Nicht genügend Parameter. Sie müssen eine GNUnet Datei URI angeben\n" #, fuzzy #~ msgid "Download at %8u out of %8u bytes (%8.3f kbps)" #~ msgstr "Download bei %16llu von %16llu Bytes (%8.3f kbps)" #, fuzzy #~ msgid "" #~ "\n" #~ "Download %s %s. Speed was %8.3f kilobyte per second.\n" #~ msgstr "" #~ "\n" #~ "Download der Datei `%s' abgeschlossen. Geschwindigkeit war %8.3f KB/s.\n" #, fuzzy #~ msgid "incomplete" #~ msgstr "GNUnet wurde erfolgreich heruntergefahren.\n" #, fuzzy #~ msgid "URI `%s' invalid.\n" #~ msgstr "URI `%s' ist ungültig für gnunet-download.\n" #~ msgid "File stored as `%s'.\n" #~ msgstr "Datei wurde als `%s' gespeichert.\n" #~ msgid "Could not rename file `%s' to `%s': file exists\n" #~ msgstr "" #~ "Datei `%s' konnte nicht zu `%s' umbenannt werden: Datei existiert " #~ "bereits\n" #, fuzzy #~ msgid "Received invalid NBlock.\n" #~ msgstr "Ungültiger RPC `%s' empfangen.\n" #, fuzzy #~ msgid "Received reply of unknown type %d.\n" #~ msgstr "Unbekannte Anfrageart %d empfangen bei %s:%d\n" #~ msgid "exit after receiving LIMIT results" #~ msgstr "Abbrechen, nachdem LIMIT Ergebnisse empfangen wurden" #, fuzzy #~ msgid "write encountered (decrypted) search results to the file PREFIX" #~ msgstr "Begegnete (entschlüsselte) Suchergebnisse in FILENAME schreiben" #~ msgid "wait TIMEOUT seconds for search results before aborting" #~ msgstr "TIMEOUT Sekunden auf Suchergebnisse warten, bevor abgebrochen wird" #~ msgid "Not enough arguments. You must specify a keyword or identifier.\n" #~ msgstr "" #~ "Nicht genügend Parameter. Sie müssen ein Schlüsselwort oder einen " #~ "Bezeichner angeben.\n" #, fuzzy #~ msgid "Invalid URI specified!\n" #~ msgstr "Ungültiger LOGLEVEL `%s' angegeben.\n" #, fuzzy #~ msgid "Invalid namespace identifier `%s' specified.\n" #~ msgstr "Ungültiger LOGLEVEL `%s' angegeben.\n" #, fuzzy #~ msgid "Valid choices are: `%s'\n" #~ msgstr "Ungültiger Parameter: `%s'\n" #, fuzzy #~ msgid "You must specify a keyword.\n" #~ msgstr "Sie müssen einen Empfänger angeben!\n" #~ msgid "automate creation of a namespace by starting a collection" #~ msgstr "" #~ "Erstellung eines Namespaces durch das Anfangen einer Collection " #~ "automatisieren" #, fuzzy #~ msgid "" #~ "create a new pseudonym under the given NICKNAME (with the given password " #~ "if specified)" #~ msgstr "Neues Pseudonym unter dem angegebenen NICKNAME erstellen" #~ msgid "delete the pseudonym with the given NICKNAME" #~ msgstr "Pseudonym mit dem angegeben NICKNAME löschen" #, fuzzy #~ msgid "" #~ "specify the given EMAIL address as the contact address for the pseudonym " #~ "(use when creating a new pseudonym)" #~ msgstr "" #~ "die angegebene URI als die Adresse angeben, die weitere Informationen " #~ "über den Namespace enthält (zu verwenden, wenn ein neues Pseudonym " #~ "erstellt wird)" #~ msgid "end automated building of a namespace (ends collection)" #~ msgstr "" #~ "Automatisierte Erstellung eines Namespaces beenden (beendet Collection)" #~ msgid "" #~ "use the given keyword to advertise the namespace (use when creating a new " #~ "pseudonym)" #~ msgstr "" #~ "Das angegebene schlüsselwort verwenden, um den Namespace bekanntzumachen " #~ "(zu verwenden, wenn ein neues Pseudonym erstellt wird)" #~ msgid "" #~ "specify that the contents of the namespace are of the given MIMETYPE (use " #~ "when creating a new pseudonym)" #~ msgstr "" #~ "Angeben, dass die Inhalte des Namespaces vom angegebenen MIMETYOE sind " #~ "(zu verwenden, wenn ein neues Pseudonym erstellt wird)" #, fuzzy #~ msgid "" #~ "use the given password to encrypt or decrypt pseudonyms in the pseudonym " #~ "database" #~ msgstr "Keine Ausgabe der Pseudonyme in der Pseudonymdatenbank" #~ msgid "do not list the pseudonyms from the pseudonym database" #~ msgstr "Keine Ausgabe der Pseudonyme in der Pseudonymdatenbank" #~ msgid "" #~ "specify NAME to be the realname of the user controlling the namespace " #~ "(use when creating a new pseudonym)" #~ msgstr "" #~ "NAME als den Realnamen des Benutzers angeben, der den Namespace verwaltet " #~ "(zu verwenden, wenn ein neues Pseudonym erstellt wird)" #~ msgid "" #~ "specify IDENTIFIER to be the address of the entrypoint to content in the " #~ "namespace (use when creating a new pseudonym)" #~ msgstr "" #~ "IDENTIFIER als Adresse angeben, die der Einsprungspunkt zu den Inhalten " #~ "im Namespace ist (zu verwenden, wenn ein neues Pseudonym erstellt wird)" #~ msgid "" #~ "use DESCRIPTION to describe the content of the namespace (use when " #~ "creating a new pseudonym)" #~ msgstr "" #~ "DESCRIPTION als Beschreibung der Inhalte des Namespaces verwenden (zu " #~ "verwenden, wenn ein neues Pseudonym erstellt wird)" #~ msgid "" #~ "specify the given URI as an address that contains more information about " #~ "the namespace (use when creating a new pseudonym)" #~ msgstr "" #~ "die angegebene URI als die Adresse angeben, die weitere Informationen " #~ "über den Namespace enthält (zu verwenden, wenn ein neues Pseudonym " #~ "erstellt wird)" #~ msgid "" #~ "Create new pseudonyms, delete pseudonyms or list existing pseudonyms." #~ msgstr "" #~ "Erstellen von neuen Pseudonymen, Löschen von Pseudonymen und Auflisten " #~ "von bestehenden Pseudonymen." #~ msgid "Invalid arguments. Exiting.\n" #~ msgstr "Ungültige Parameter. Abbruch.\n" #~ msgid "Pseudonym `%s' deleted.\n" #~ msgstr "Pseudonym `%s' wurde gelöscht.\n" #~ msgid "Error deleting pseudonym `%s' (does not exist?).\n" #~ msgstr "Fehler beim Löschen des Pseudonyms `%s' (existiert nicht?).\n" #, fuzzy #~ msgid "Starting collection.\n" #~ msgstr "Collection `%s' begonnen.\n" #, fuzzy #~ msgid "No password supplied.\n" #~ msgstr "Keine Schlüsselwörter angegeben!\n" #, fuzzy #~ msgid "Could not create pseudonym `%s' (exists?).\n" #~ msgstr "Namespace `%s' konnte nicht erstellt werden (existiert bereits?).\n" #, fuzzy #~ msgid "Pseudonym `%s' created.\n" #~ msgstr "Pseudonym `%s' wurde gelöscht.\n" #, fuzzy #~ msgid "Could not access pseudonym directory.\n" #~ msgstr "Auf die Namespace Informationen konnte nicht zugegriffen werden.\n" #, fuzzy #~ msgid "Invalid argument `%s' for option `%s', needs a `%s'.\n" #~ msgstr "Ungültiger Parameter für `%s' bei %s:%d.\n" #, fuzzy #~ msgid "\tRating (before): %d\n" #~ msgstr "\tRating (nach Update): %d\n" #, fuzzy #~ msgid "\tRating (after): %d\n" #~ msgstr "\tRating (nach Update): %d\n" #, fuzzy #~ msgid "\tRating: %d\n" #~ msgstr "\tRating (nach Update): %d\n" #, fuzzy #~ msgid "No such file or invalid format for GNUnet directory.\n" #~ msgstr "Dateiformat fehlerhaft (kein GNUnet Verzeichnis?)\n" #, fuzzy #~ msgid "list all entries from the directory database" #~ msgstr "Einträge aus der Verzeichnis Datenbank auflisten" #, fuzzy #~ msgid "remove all entries from the directory database" #~ msgstr "Einträge aus der Verzeichnis Datenbank auflisten" #, fuzzy #~ msgid "list all insert entries from the directory database" #~ msgstr "Einträge aus der Verzeichnis Datenbank auflisten" #, fuzzy #~ msgid "list all namespace entries from the directory database" #~ msgstr "Einträge aus der Verzeichnis Datenbank auflisten" #, fuzzy #~ msgid "delete all namespace entries from the directory database" #~ msgstr "Einträge aus der Verzeichnis Datenbank auflisten" #, fuzzy #~ msgid "list all search result entries from the directory database" #~ msgstr "Einträge aus der Verzeichnis Datenbank auflisten" #, fuzzy #~ msgid "delete all search result entries from the directory database" #~ msgstr "Einträge aus der Verzeichnis Datenbank auflisten" #, fuzzy #~ msgid "list all directory entries from the directory database" #~ msgstr "Einträge aus der Verzeichnis Datenbank auflisten" #, fuzzy #~ msgid "remove all directory entries from the directory database" #~ msgstr "Einträge aus der Verzeichnis Datenbank auflisten" #~ msgid "Perform directory related operations." #~ msgstr "Verzeichnisbezogene Operationen durchführen." #~ msgid "Listed %d matching entries.\n" #~ msgstr "%d übereinstimmende Einträge aufgelistet.\n" #~ msgid "Message received from peer is invalid.\n" #~ msgstr "Empfangene Nachricht ist ungültig.\n" #~ msgid "Message received from client is invalid\n" #~ msgstr "Empfangene Client-Nachricht ist ungültig.\n" #~ msgid "Maximum number of chat clients reached.\n" #~ msgstr "Maximale Anzahl an Chat Clients erreicht.\n" #~ msgid "Now %d of %d chat clients at this node.\n" #~ msgstr "Jetzt sind %d von %d auf diesem Knoten.\n" #~ msgid "specify nickname" #~ msgstr "Spitznamen angeben" #~ msgid "Start GNUnet chat client." #~ msgstr "GNUnet chat client starten" #~ msgid "You must specify a nickname (use option `%s').\n" #~ msgstr "" #~ "Sie müssen einen Spitznamen angeben (verwenden Sie die Option `%s').\n" #~ msgid "Could not send join message to gnunetd\n" #~ msgstr "'join' Nachricht konnte nicht an gnunetd gesendet werden.\n" #~ msgid "Could not send message to gnunetd\n" #~ msgstr "Nachricht konnte nicht an gnunetd gesendet werden.\n" #, fuzzy #~ msgid "Error sending request for statistics to gnunetd.\n" #~ msgstr "Fehler beim Lesen von Informationen von gnunetd.\n" #, fuzzy #~ msgid "Error receiving reply for statistics from gnunetd.\n" #~ msgstr "Fehler beim Lesen von Informationen von gnunetd.\n" #~ msgid "Uptime (seconds)" #~ msgstr "Laufzeit (Sekunden)" #, fuzzy #~ msgid "Supported Peer to Peer messages:\n" #~ msgstr "unterstützte Peer-to-Peer Nachrichten:\n" #, fuzzy #~ msgid "Error reading p2p protocol status from gnunetd.\n" #~ msgstr "Fehler beim Lesen von Informationen von gnunetd.\n" #~ msgid "Supported client-server messages:\n" #~ msgstr "unterstützte Client-Server Nachrichten:\n" #, fuzzy #~ msgid "Error reading client-server protocol status from gnunetd.\n" #~ msgstr "Fehler beim Lesen von Informationen von gnunetd.\n" #~ msgid "prints supported protocol messages" #~ msgstr "gibt unterstützte Protokollnachrichten aus" #~ msgid "output in gnuplot format" #~ msgstr "Ausgabe im gnuplot Format" #~ msgid "number of iterations" #~ msgstr "Anzahl an Durchläufen" #~ msgid "number of messages to use per iteration" #~ msgstr "Anzahl an Nachrichten, die pro Durchlauf verwendet wird" #~ msgid "receiver host identifier (ENC file name)" #~ msgstr "Bezeichner des Empfängerhosts (ENC Dateiname)" #~ msgid "message size" #~ msgstr "Nachrichtengröße" #, fuzzy #~ msgid "time to wait for the arrival of a response" #~ msgstr "" #~ "Zeit, die gewartet wird, bis der Durchlauf fertiggestellt wird (in ms)" #~ msgid "sleep for SPACE ms after COUNT messages" #~ msgstr "Für SPACE ms nach COUNT Nachrichten pausieren" #~ msgid "Start GNUnet transport benchmarking tool." #~ msgstr "GNUnet Transport Benchmarking Werkzeug starten." #~ msgid "You must specify a receiver!\n" #~ msgstr "Sie müssen einen Empfänger angeben!\n" #, fuzzy #~ msgid "Invalid receiver peer ID specified (`%s' is not valid enc name).\n" #~ msgstr "" #~ "Ungültige Empfängerknoten ID angegeben (`%s' ist kein gültiger Name).\n" #~ msgid "Time:\n" #~ msgstr "Zeit:\n" #, fuzzy #~ msgid "\tmax %d\n" #~ msgstr "\tMax %u\n" #, fuzzy #~ msgid "\tmin %d\n" #~ msgstr "\tMin %u\n" #, fuzzy #~ msgid "\tmean %f\n" #~ msgstr "\tMittel %8.4fms\n" #, fuzzy #~ msgid "\tvariance %f\n" #~ msgstr "\tVarianz %8.4fms\n" #~ msgid "Output format not known, this should not happen.\n" #~ msgstr "Ausgabeformat ist unbekannt, dies sollte nicht passieren.\n" #~ msgid "" #~ "\n" #~ "Did not receive the message from gnunetd. Is gnunetd running?\n" #~ msgstr "" #~ "\n" #~ "Es wurde keine Nachricht von gnunetd empfangen. Läuft gnunetd?\n" #~ msgid "helptext for -t" #~ msgstr "Hilfetext für -t" #, fuzzy #~ msgid "Error receiving reply for statistics from peer.\n" #~ msgstr "Fehler beim Lesen von Informationen von gnunetd.\n" #, fuzzy #~ msgid "Received malformed stats message (%d < %d)\n" #~ msgstr "Beschädigte `%s' Nachricht empfangen. Nachricht wird verworfen.\n" #, fuzzy #~ msgid "Received malformed stats message (%d > %d)\n" #~ msgstr "Beschädigte `%s' Nachricht empfangen. Nachricht wird verworfen.\n" #, fuzzy #~ msgid "received malformed stats message (%d < %d)\n" #~ msgstr "Beschädigte `%s' Nachricht empfangen. Nachricht wird verworfen.\n" #, fuzzy #~ msgid "Supported Client Server messages:\n" #~ msgstr "unterstützte Client-Server Nachrichten:\n" #~ msgid "Start GNUnet-testbed helper." #~ msgstr "GNUnet-testbed Helfer starten." #~ msgid "Cannot connect to LOOPBACK port %d: %s\n" #~ msgstr "Verbindung zum LOOPBACK port %d schlug fehl: %s\n" #~ msgid "Could not execute `%s': %s\n" #~ msgstr "`%s' konnte nicht ausgeführt werden: %s\n" #~ msgid "No client service started. Trying again in 30 seconds.\n" #~ msgstr "Kein Client Dienst gestartet. Erneuter Versuch in 30 Sekunden.\n" #~ msgid "" #~ "Error (%s) binding the TCP listener to port %d. No proxy service " #~ "started.\n" #~ "Trying again in %d seconds...\n" #~ msgstr "" #~ "Fehler (%s) beim Binden des TCP Listeners an den Port %d. Der Proxy " #~ "Dienst wurde nicht gestartet.\n" #~ "Erneuter Versuch in %d Sekunden...\n" #, fuzzy #~ msgid "Rejected unauthorized connection from %d.%d.%d.%d.\n" #~ msgstr "Unauthorisierte Verbindung von %u.%u.%u.%u. wurde abgewiesen.\n" #~ msgid "Protocol violation on socket. Expected command.\n" #~ msgstr "Protokollverletzung auf Socket. Kommando erwartet.\n" #~ msgid "Start GNUnet testbed controller." #~ msgstr "GNUnet testbed Controller starten." #~ msgid "Received unknown testbed message of type %u.\n" #~ msgstr "Es wurde eine unbekannte Testbed Nachricht des Typs %u empfangen.\n" #~ msgid "size of `%s' message is too short. Ignoring.\n" #~ msgstr "Größe der `%s' Nachricht ist zu kurz. Nachricht wird ignoriert.\n" #~ msgid "size of `%s' message is wrong. Ignoring.\n" #~ msgstr "Größe der `%s' Nachricht ist falsch. Nachricht wird ignoriert.\n" #~ msgid "TESTBED could not generate HELO message for protocol %u\n" #~ msgstr "" #~ "Das TESTBED konnte keine HELO Nachricht für das Protokoll %u erzeugen\n" #~ msgid "received invalid `%s' message\n" #~ msgstr "ungültige `%s' Nachricht empfangen\n" #~ msgid "received invalid `%s' message (empty module name)\n" #~ msgstr "ungültige `%s' Nachricht empfangen (leerer Modulname)\n" #~ msgid "loading module `%s' failed. Notifying client.\n" #~ msgstr "das Laden von Modul `%s' schlug fehl. Client wird benachrichtigt.\n" #~ msgid "unloading module failed. Notifying client.\n" #~ msgstr "das Entladen des Moduls schlug fehl. Client wird benachrichtigt.\n" #~ msgid "`%s' %s failed: %s\n" #~ msgstr "`%s' %s schlug fehl: %s\n" #~ msgid "received invalid `%s' message: %s.\n" #~ msgstr "ungültige `%s' Nachricht empfangen: %s.\n" #~ msgid "'..' is not allowed in file name (%s).\n" #~ msgstr "'..' ist nicht erlaubt in einem Dateinamen (%s).\n" #~ msgid "Empty filename for UPLOAD_FILE message is invalid!\n" #~ msgstr "Leerer Dateiname für UPLOAD_FILE Nachricht ist ungültig!\n" #~ msgid "Filename for UPLOAD_FILE message is not null-terminated (invalid!)\n" #~ msgstr "" #~ "Dateiname für UPLOAD_FILE Nachricht ist nicht Null-terminiert " #~ "(ungültig!)\n" #~ msgid "Invalid message received at %s:%d." #~ msgstr "Ungültige Nachricht empfangen bei %s:%d." #~ msgid "received invalid testbed message of size %u\n" #~ msgstr "ungültige Testbed Nachricht der Größe %u empfangen\n" #~ msgid "" #~ "Received testbed message of type %u but unexpected size %u, expected %u\n" #~ msgstr "" #~ "Empfangene Testbed Nachricht des Typs %u hat die unerwartete Größe %u, es " #~ "wurde %u erwartet\n" #~ msgid "No testbed URL given, not registered.\n" #~ msgstr "" #~ "Keine Testbed URL angegeben, es wurde keine Registrierung vorgenommen.\n" #~ msgid "Could not resolve name of HTTP proxy `%s'.\n" #~ msgstr "Der Name des HTTP Proxies `%s' konnte nicht aufgelöst werden.\n" #~ msgid "Invalid URL `%s' (must begin with `%s')\n" #~ msgstr "Ungültige URL `%s' (muss mit `%s' beginnen)\n" #~ msgid "Malformed http URL: `%s' at `%s'. Testbed-client not registered.\n" #~ msgstr "" #~ "Beschädigte HTTP URL: `%s' bei `%s'. Testbed-Client wurde nicht " #~ "registriert.\n" #~ msgid "Could not register testbed, host `%s' unknown\n" #~ msgstr "" #~ "Testbed konnte nicht registriert werden, Host `%s' ist nicht bekannt.\n" #~ msgid "Failed to send HTTP request to host `%s': %s\n" #~ msgstr "HTTP Anfrage konnte nicht an Host `%s' gesendet werden: %s\n" #~ msgid "Failed so send HTTP request `%s' to host `%s': %s\n" #~ msgstr "Fehler beim Senden der HTTP Anfrage `%s' an Host `%s': %s\n" #~ msgid "Exit register (error: no http response read).\n" #~ msgstr "Abbruch der Registrierung (Fehler: keine HTTP Antwort gelesen).\n" #~ msgid "probe network to the given DEPTH" #~ msgstr "Netzwerk bis zur angegebenen Tiefe DEPTH sondieren" #~ msgid "" #~ "specify output format; 0 for human readable output, 1 for dot, 2 for vcg" #~ msgstr "" #~ "Gibt das Ausgabeformat an: 0 für menschen-lesbar, 1 für dot, 2 für vcg" #~ msgid "use PRIO for the priority of the trace request" #~ msgstr "PRIO als Priorität für die Trace Anfragen verwenden" #~ msgid "wait DELAY seconds for replies" #~ msgstr "DELAY Sekunden auf Antworten warten" #~ msgid "Trace GNUnet network topology." #~ msgstr "GNUnet Netzwerk Topologie tracen." #~ msgid "" #~ "Format specification invalid. Use 0 for user-readable, 1 for dot, 2 for " #~ "vcg.\n" #~ msgstr "" #~ "Formatangabe ungültig. Verwenden Sie 0 für menschen-lesbar, 1 für dot und " #~ "2 für vcg.\n" #~ msgid "`%s' connected to `%s'.\n" #~ msgstr "`%s' hat sich mit `%s' verbunden.\n" #~ msgid "Format specification invalid. Use 0 for user-readable, 1 for dot\n" #~ msgstr "" #~ "Formatangabe ungültig. Verwenden Sie 0 für menschen-lesbar und 1 für dot\n" #~ msgid "Peer `%s' did not report back.\n" #~ msgstr "Knoten `%s' hat sich nicht zurückgemeldet.\n" #~ msgid "Received invalid `%s' message from `%s'.\n" #~ msgstr "Ungültige `%s' Anfrage von `%s' empfangen.\n" #~ msgid "TRACEKIT: routing table full, trace request dropped\n" #~ msgstr "TRACEKIT: Routing-Tabelle ist voll, Trace-Anfrage wird verworfen\n" #~ msgid "TRACEKIT: received invalid `%s' message\n" #~ msgstr "TRACEKIT: ungültige `%s' Nachricht empfangen\n" #~ msgid "# client trace requests received" #~ msgstr "# Client Trace-Anfragen empfangen" #~ msgid "# client trace replies sent" #~ msgstr "# Client Trace-Antworten gesendet" #~ msgid "# p2p trace requests received" #~ msgstr "# p2p Trace-Anfragen empfangen" #~ msgid "# p2p trace replies sent" #~ msgstr "# p2p Trace-Antworten gesendet" #~ msgid "`%s' failed: table not found!\n" #~ msgstr "`%s' fehlgeschlagen: Tabelle nicht gefunden!\n" #~ msgid "sendAck failed. Terminating connection to client.\n" #~ msgstr "sendAck fehlgeschlagen. Beende Verbindung zu Client.\n" #~ msgid "`%s' failed. Terminating connection to client.\n" #~ msgstr "`%s' fehlgeschlagen. Beende Verbindung zu Client.\n" #, fuzzy #~ msgid "Failed to deliver csACK signal.\n" #~ msgstr "Zustellung der Nachricht `%s' fehlgeschlagen.\n" #, fuzzy #~ msgid "Failed to deliver `%s' content.\n" #~ msgstr "Zustellung der Nachricht `%s' fehlgeschlagen.\n" #~ msgid "Malformed optional field `%s' received from peer `%s'.\n" #~ msgstr "Ungültiges optionales Feld `%s' empfangen von Knoten `%s'.\n" #~ msgid "Received malformed response to `%s' from peer `%s'.\n" #~ msgstr "Beschädigte Antwort auf `%s' von Knoten `%s' empfangen.\n" #~ msgid "Invalid response to `%s' from peer `%s'.\n" #~ msgstr "Ungültige Antwort auf `%s' von Knoten `%s' empfangen.\n" #~ msgid "`%s' called with timeout above 1 hour (bug?)\n" #~ msgstr "`%s' mit einem Timeout von über einer Stunde aufgerufen (Fehler?)\n" #~ msgid "Invalid response to `%s'.\n" #~ msgstr "Ungültige Antwort auf `%s'.\n" #~ msgid "Malformed response to `%s' on master table.\n" #~ msgstr "Beschädigte Antwort auf `%s' in Master Tabelle.\n" #~ msgid "Received invalid RPC `%s'.\n" #~ msgstr "Ungültiger RPC `%s' empfangen.\n" #~ msgid "allow SIZE bytes of memory for the local table" #~ msgstr "SIZE bytes an Speicher für die lokale Tabelle erlauben" #~ msgid "join table called NAME" #~ msgstr "Tabelle NAME anschließen" #~ msgid "Join a DHT." #~ msgstr "Einer DHT anschließen." #~ msgid "Superflous arguments (ignored).\n" #~ msgstr "überflüssige Parameter (werden ignoriert).\n" #~ msgid "Call to `%s' returns %d.\n" #~ msgstr "Aufruf von `%s' gibt %d zurück.\n" #~ msgid "Call to `%s' with key `%s'.\n" #~ msgstr "Aufruf von `%s' mit Schlüssel `%s'.\n" #~ msgid "Call to `%s' with value '%.*s' (%d bytes).\n" #~ msgstr "Aufruf von `%s' mit Wert '%.*s' (%d Bytes).\n" #~ msgid "No table name specified, using `%s'.\n" #~ msgstr "Kein Tabellenname angegeben, verwende `%s'.\n" #~ msgid "Error joining DHT.\n" #~ msgstr "Fehler beim Beitreten zu der DHT.\n" #~ msgid "Joined DHT. Press CTRL-C to leave.\n" #~ msgstr "Der DHT beigetreten. Drücken Sie STRG-C, um sie zu verlassen.\n" #~ msgid "Error leaving DHT.\n" #~ msgstr "Fehler beim Verlassen der DHT.\n" #~ msgid "query table called NAME" #~ msgstr "Frage Tabelle mit dem Namen NAME ab" #~ msgid "allow TIME ms to process each command" #~ msgstr "TIME ms erlauben, um jedes Kommando zu bearbeiten" #~ msgid "Query (get KEY, put KEY VALUE, remove KEY VALUE) a DHT table." #~ msgstr "" #~ "Eine DHT Tabelle abfragen (get KEY, put KEY VALUE, remove KEY VALUE)." #~ msgid "'%s(%s,%s)' succeeded\n" #~ msgstr "'%s(%s,%s)' erfolgreich abgeschlossen\n" #~ msgid "'%s(%s,%s)' failed.\n" #~ msgstr "'%s(%s,%s)' fehlgeschlagen.\n" #, fuzzy #~ msgid "command `%s' requires an argument (`%s')\n" #~ msgstr "Kommando `%s' benötigt eine zusätzliche Angabe (`%s').\n" #, fuzzy #~ msgid "command `%s' requires two arguments (`%s' and `%s')\n" #~ msgstr "Kommando `%s' benötigt zwei zusätzliche Angaben (`%s' und `%s').\n" #~ msgid "Unsupported command `%s'. Aborting.\n" #~ msgstr "Kommando `%s' wird nicht unterstützt. Vorgang wird abgebrochen.\n" #~ msgid "Failed to send `%s'. Closing connection.\n" #~ msgstr "Fehler beim Senden von `%s'. Verbindung wird geschlossen.\n" #~ msgid "Received invalid `%s' request (size %d)\n" #~ msgstr "Ungültige Anfrage `%s' empfangen (Größe %d)\n" #~ msgid "Received invalid `%s' request (wrong table)\n" #~ msgstr "Ungültige Anfrage `%s' empfangen (falsche Tabelle)\n" #~ msgid "Received unknown request type %d at %s:%d\n" #~ msgstr "Unbekannte Anfrageart %d empfangen bei %s:%d\n" #~ msgid "This client already participates in the given DHT!\n" #~ msgstr "Dieser Client beteiligt sich bereits an der angegebenen DHT!\n" #, fuzzy #~ msgid "Cannot leave DHT: table not known!" #~ msgstr "DHT kann nicht verlassen werden: Tabelle unbekannt!\n" #~ msgid "gnunetd signaled error in response to `%s' message\n" #~ msgstr "gnunetd gab in Bezug auf die `%s' Nachricht einen Fehler zurück.\n" #~ msgid "Failed to receive response to `%s' message from gnunetd\n" #~ msgstr "" #~ "Fehler beim Empfangen der Antwort von gnunetd auf die `%s' Nachricht\n" #~ msgid "Unexpected reply to `%s' operation.\n" #~ msgstr "Unerwartete Antwort zu `%s' Operation.\n" #~ msgid "" #~ "%s::%s - RPC %s:%p could not be registered: another callback is already " #~ "using this name (%p)\n" #~ msgstr "" #~ "%s::%s - RPC %s:%p konnte nicht registriert werden: ein anderer Callback " #~ "verwendet bereits diesen Namen (%p)\n" #~ msgid "" #~ "%s::%s - RPC %s:%p could not be unregistered: another callback registered " #~ "under that name: %p\n" #~ msgstr "" #~ "%s::%s - RPC %s:%p konnte nicht unregistriert werden: ein anderer " #~ "Callback ist unter diesem Namen registiert: %p\n" #~ msgid "%s::%s - RPC %s:%p could not be unregistered: not found\n" #~ msgstr "" #~ "%s::%s - RPC %s:%p konnte nicht unregistriert werden: nicht gefunden\n" #~ msgid "%s::%s - async RPC %s:%p could not be unregistered: not found\n" #~ msgstr "" #~ "%s::%s - async RPC %s:%p konnte nicht unregistriert werden: nicht " #~ "gefunden\n" #~ msgid "Invalid message of type %u received. Dropping.\n" #~ msgstr "" #~ "Ungültige Nachricht des Typs %u empfangen. Nachricht wird verworfen.\n" #~ msgid "Dropping RPC request %u: message malformed.\n" #~ msgstr "RPC Anfrage %u wird verworfen: Nachricht ist beschädigt.\n" #~ msgid "RPC not unregistered: %s:%p\n" #~ msgstr "RPC nicht unregistriert: %s:%p\n" #~ msgid "RPC async reply invalid.\n" #~ msgstr "RPC async Antwort ungültig.\n" #~ msgid "async RPC reply not received.\n" #~ msgstr "async RPC Antwort nicht empfangen.\n" #~ msgid "Received malformed `%s' message. Dropping.\n" #~ msgstr "Beschädigte `%s' Nachricht empfangen. Nachricht wird verworfen.\n" #~ msgid "Received ping for another peer. Dropping.\n" #~ msgstr "Ping für einen anderen Knoten empfangen. Ping wird verworfen.\n" #~ msgid "Received PING not destined for us!\n" #~ msgstr "Empfangener PING ist nicht an uns gerichtet!\n" #~ msgid "`%s' failed at %s:%d with error: `%s'.\n" #~ msgstr "`%s' schlug fehl bei %s:%d mit dem Fehler: `%s'.\n" #~ msgid "Could not download list of peer contacts, host `%s' unknown.\n" #~ msgstr "" #~ "Die Liste mit Knotenkontakten konnte nicht heruntergeladen werden, Host " #~ "'%s' ist unbekannt.\n" #~ msgid "`%s' to `%s' failed at %s:%d with error: %s\n" #~ msgstr "`%s' an `%s' schlug fehl bei %s:%d mit dem Fehler: %s\n" #~ msgid "Parsing HTTP response for URL `%s' failed.\n" #~ msgstr "Das Parsen der HTTP Antwort für die URL `%s' schlug fehl.\n" #~ msgid "Parsing HELO from `%s' failed.\n" #~ msgstr "Das Parsen des HELO von `%s' schlug fehl.\n" #~ msgid "Could not resolve name of HTTP proxy `%s'. Trying without a proxy.\n" #~ msgstr "" #~ "Der Name des HTTP Proxies `%s' konnte nicht aufgelöst werden. Es wird " #~ "ohne Proxy versucht.\n" #~ msgid "# messages defragmented" #~ msgstr "# defragmentierter Nachrichten" #~ msgid "# messages fragmented" #~ msgstr "# fragmentierter Nachrichten" #~ msgid "# fragments discarded" #~ msgstr "# verworfener Nachrichten" #~ msgid "" #~ "File `%s' in directory `%s' does not match naming convention. Removed.\n" #~ msgstr "" #~ "Die Datei `%s' im Verzeichnis `%s' entspricht nicht der Namenskonvention. " #~ "Datei wurde entfernt.\n" #~ msgid "%s `%s' returned no known hosts!\n" #~ msgstr "%s `%s' ergab keine bekannten Knoten!\n" #~ msgid "Removed file `%s' containing invalid peer advertisement.\n" #~ msgstr "" #~ "Datei `%s' enthielt eine ungültige Knotenbekanntmachung und wurde " #~ "entfernt.\n" #~ msgid "Removed file `%s' containing invalid HELO data.\n" #~ msgstr "Datei `%s' enthielt ungültige HELO Daten und wurde entfernt.\n" #~ msgid "Removed invalid HELO file `%s'\n" #~ msgstr "Ungültige HELO Datei `%s' wurde entfernt.\n" #~ msgid "" #~ "Configuration file must specify directory for network identities in " #~ "section %s under %s.\n" #~ msgstr "" #~ "Die Konfigurationsdatei muss in Sektion %s unter %s ein Verzeichnis für " #~ "Identitäten angeben.\n" #~ msgid "" #~ "Configuration file must specify a directory for GNUnet to store per-peer " #~ "data under %s%s\n" #~ msgstr "" #~ "Die Konfigurationsdatei muss unter %s%s ein Verzeichnis angeben, in dem " #~ "GNUnet knotenspezifische Daten speichern kann.\n" #~ msgid "" #~ "Existing hostkey in file `%s' failed format check, creating new hostkey.\n" #~ msgstr "" #~ "Formatüberprüfung schlug für die existierende Hostkeydatei `%s' fehl, es " #~ "wird ein neuer Hostkey erzeugt.\n" #~ msgid "Creating new hostkey (this may take a while).\n" #~ msgstr "Ein neuer Hostkey wird erzeugt (dies kann eine Weile dauern).\n" #~ msgid "Done creating hostkey.\n" #~ msgstr "Hostkey wurde erfolgreich erzeugt.\n" #~ msgid "No transport of type %d known.\n" #~ msgstr "Kein Transport des Typs %d bekannt.\n" #~ msgid "" #~ "Option `%s' not set in configuration in section `%s', setting to %dm.\n" #~ msgstr "" #~ "Option `%s' ist in der Konfigurationsdatei in der Sektion `%s' nicht " #~ "gesetzt, sie wird auf %dm gesetzt.\n" #~ msgid "Transport library `%s' did not provide required function '%s%s'.\n" #~ msgstr "" #~ "Transport Bibliothek `%s' stellt nicht die benötigte Funktion '%s%s' zur " #~ "Verfügung.\n" #~ msgid "I am peer `%s'.\n" #~ msgstr "Ich bin Peer `%s'.\n" #~ msgid "HELO message from `%s' invalid (signature invalid). Dropping.\n" #~ msgstr "" #~ "HELO Nachricht von `%s' ist ungültig (Signatur ist ungültig). Nachricht " #~ "wurde verworfen.\n" #~ msgid "" #~ "HELO message received invalid (expiration time over limit). Dropping.\n" #~ msgstr "" #~ "Empfangene HELO Nachricht ist ungültig (Ablaufzeit über Limit). Nachricht " #~ "wurde verworfen.\n" #~ msgid "HELO advertisement for protocol %d received.\n" #~ msgstr "HELO Ankündigung für Protokoll %d empfangen.\n" #~ msgid "Could not send HELOs+PING, ping buffer full.\n" #~ msgstr "HELOs+PING konnten nicht gesendet werden, Ping Puffer ist voll.\n" #~ msgid "Advertising my transport %d to selected peers.\n" #~ msgstr "Transport %d wird ausgewählten anderen Knoten bekannt gegeben.\n" #~ msgid "" #~ "Announcing ourselves pointless: no other peers are known to us so far.\n" #~ msgstr "" #~ "Bekanntmachung von uns zwecklos: bis jetzt sind uns keine anderen Knoten " #~ "bekannt.\n" #~ msgid "Removing HELO from peer `%s' (expired %ds ago).\n" #~ msgstr "HELO von Knoten `%s' wird entfernt (lief vor %ds ab).\n" #~ msgid "# Peer advertisements received" #~ msgstr "# Knotenankündigungen empfangen" #~ msgid "# Self advertisments transmitted" #~ msgstr "# Selbstbekanntmachungen übertragen" #~ msgid "# Foreign advertisements forwarded" #~ msgstr "# Bekanntmachungen von anderen übertragen" #~ msgid "Network advertisements disabled by configuration!\n" #~ msgstr "Netzwerkbekanntmachungen wurden per Konfiguration deaktiviert!\n" #~ msgid "Cannot encrypt sessionkey, other peer not known!\n" #~ msgstr "" #~ "Sitzungsschlüssel kann nicht verschlüsselt werden, der andere Knoten ist " #~ "uns nicht bekannt!\n" #~ msgid "Session key from peer `%s' could not be verified.\n" #~ msgstr "Sitzungsschlüssel von Knoten `%s' konnte nicht überprüft werden.\n" #~ msgid "Invalid `%s' message received from peer `%s'.\n" #~ msgstr "Ungültige `%s' Nachricht von Knoten `%s' empfangen.\n" #, fuzzy #~ msgid "SKEY from `%s' fails CRC check.\n" #~ msgstr "" #~ "SKEY von `%s' hat eine ungültige CRC Prüfsumme (tatsächlich: %u, " #~ "erwartet: %u).\n" #~ msgid "" #~ "Error parsing encrypted session key, given message part size is invalid.\n" #~ msgstr "" #~ "Fehler beim Parsen des Verschlüsselten Sitzungsschlüssels, gegebene " #~ "NachrichtenteilGröße ist ungültig.\n" #~ msgid "`%s' selected %d out of %d messages (MTU: %d).\n" #~ msgstr "`%s' wählte %d von %d Nachrichten aus (MTU: %d).\n" #~ msgid "Message details: %u: length %d, priority: %d\n" #~ msgstr "Nachrichten Details: %u: Länge %d, Priorität: %d\n" #~ msgid "Message from `%s' discarded: invalid format.\n" #~ msgstr "Nachricht von `%s' verworfen: ungültiges Format.\n" #, fuzzy #~ msgid "Invalid sequence number %u <= %u, dropping rest of packet.\n" #~ msgstr "Ungültige Sequenznummer %u <= %u, Nachricht wird verworfen.\n" #~ msgid "Message received more than one day old. Dropped.\n" #~ msgstr "" #~ "Empfangene Nachricht ist mehr als ein Tag alt. Nachricht wird verworfen.\n" #~ msgid "Session confirmed, but cannot connect! (bug?)" #~ msgstr "" #~ "Sitzung ist bestätigt, es kann jedoch keine Verbindung hergestellt " #~ "werden! (Bug?)" #~ msgid "Application module `%s' already initialized!\n" #~ msgstr "Anwendungsmodul `%s' ist bereits initialisiert!\n" #~ msgid "Could not shutdown `%s': application not loaded\n" #~ msgstr "" #~ "`%s' kann nicht heruntergefahren werden: Anwendung ist nicht geladen\n" #~ msgid "Could not shutdown application `%s': not initialized\n" #~ msgstr "" #~ "Anwendung `%s' kann nicht heruntergefahren werden: sie ist nicht " #~ "initialisiert\n" #~ msgid "Could not find '%s%s' method in library `%s'.\n" #~ msgstr "Methode '%s%s' kann in Bibliothek `%s' nicht gefunden werden.\n" #~ msgid "Could not release %p: service not loaded\n" #~ msgstr "%p kann nicht freigegeben werden: Dienst ist nicht geladen\n" #~ msgid "No applications defined in configuration!\n" #~ msgstr "In der Konfigurationsdatei wurden keine Anwendungen definiert!\n" #~ msgid "Could not properly shutdown application `%s'.\n" #~ msgstr "Anwendung `%s' konnte nicht ordentlich heruntergefahren werden.\n" #~ msgid "Could not properly unload service `%s'!\n" #~ msgstr "Dienst `%s' konnte nicht ordentlich entladen werden!\n" #~ msgid "Configuration or GNUnet version changed. You need to run `%s'!\n" #~ msgstr "" #~ "Konfiguration oder die GNUnet Version hat sich geändert. Sie müssen `%s' " #~ "ausführen!\n" #~ msgid "`%s' starting\n" #~ msgstr "`%s' startet\n" #~ msgid "`%s' startup complete.\n" #~ msgstr "`%s' Startvorgang abgeschlossen.\n" #~ msgid "`%s' is shutting down.\n" #~ msgstr "`%s' fährt herunter.\n" #~ msgid "Received corrupt message from peer `%s'in %s:%d.\n" #~ msgstr "Beschädigte Nachricht von Knoten `%s' in %s:%d empfangen.\n" #~ msgid "The `%s' request received from client is malformed.\n" #~ msgstr "Die `%s' Anfrage, die vom Client empfangen wurde, ist beschädigt.\n" #~ msgid "" #~ "You must specify a name for the PID file in section `%s' under `%s'.\n" #~ msgstr "" #~ "Sie müssen einen Namen für die PID Datei in Sektion `%s' unter `%s' " #~ "angeben.\n" #~ msgid "" #~ "run in debug mode; gnunetd will not daemonize and error messages will be " #~ "written to stderr instead of a logfile" #~ msgstr "" #~ "Im Debug-Modus ausführen. gnunetd wird nicht im Hintergrund laufen und " #~ "Fehlermeldungen werden nicht in die Protokolldatei, sondern auf die " #~ "Standardfehlerausgabe (stderr) geschrieben." #~ msgid "run as user LOGIN" #~ msgstr "als Benutzer LOGIN ausführen" #~ msgid "User `%s' not known, cannot change UID to it." #~ msgstr "Benutzer `%s' ist nicht bekannt, UID kann nicht gewechselt werden." #~ msgid "Cannot change user/group to `%s': %s" #~ msgstr "Benutzer/Gruppe kann nicht zu `%s' gewechselt werden: %s" #~ msgid "Invalid command-line arguments:\n" #~ msgstr "Ungültige Kommandozeilen Parameter:\n" #~ msgid "Argument %d: `%s'\n" #~ msgstr "Parameter %d: `%s'\n" #~ msgid "Invalid command-line arguments.\n" #~ msgstr "Ungültige Kommandozeilen Parameter.\n" #~ msgid "Print information about GNUnet peers." #~ msgstr "Informationen über andere GNUnet Knoten ausgeben." #~ msgid "Could not get address of peer `%s'.\n" #~ msgstr "Adresse des Knotens `%s' konnte nicht ermittelt werden.\n" #~ msgid "HELO message invalid (signature invalid).\n" #~ msgstr "HELO Nachricht ist ungültig (Signatur ist ungültig).\n" #, fuzzy #~ msgid "Peer `%s' with trust %8d and address `%s'\n" #~ msgstr "Knoten `%s' mit Vertrauen %8u und Adresse `%s'\n" #~ msgid "`%s' failed for port %d: %s. Will try again in %d seconds.\n" #~ msgstr "" #~ "`%s' schlug fehl für Port %d: %s. Erneuter Versuch in %d Sekunden.\n" #~ msgid "" #~ "Malformed network specification in the configuration in section `%s' for " #~ "entry `%s': %s\n" #~ msgstr "" #~ "Beschädigte Netzwerkangabe in der Konfigurationsdatei in Sektion `%s' für " #~ "Eintrag `%s': %s\n" #~ msgid "%s failed, message type %d already in use.\n" #~ msgstr "%s schlug fehl, Nachrichten Typ %d ist bereits in Verwendung.\n" #~ msgid "print a value from the configuration file to stdout" #~ msgstr "" #~ "Einen Wert aus der Konfigurationsdatei auf der Standardausgabe ausgeben" #~ msgid "run in user mode (for getting user configuration values)" #~ msgstr "" #~ "Im Benuter-Modus laufen (um benutzerspezifische " #~ "Konfigurationseinstellungen zu bekommen)" #~ msgid "Updates GNUnet datastructures after version change." #~ msgstr "GNUnet Datenstrukturen nach einer Versionsänderung aktualisieren." #~ msgid "Option `%s' makes no sense without option `%s'." #~ msgstr "Option `%s' macht keinen Sinn ohne die Option `%s'." #~ msgid "Updating data for module `%s'\n" #~ msgstr "Daten des Moduls `%s' werden aktualisiert\n" #~ msgid "Failed to update data for module `%s'\n" #~ msgstr "Fehler beim Aktualisieren der Daten des Moduls `%s'\n" #~ msgid "Updated data for %d applications.\n" #~ msgstr "Daten für %d Anwendungen wurden aktualisiert.\n" #~ msgid "`%s': Could not create HELO.\n" #~ msgstr "`%s': HELO konnte nicht erzeugt werden.\n" #~ msgid "`%s': Could not connect.\n" #~ msgstr "`%s': Verbindung konnte nicht hergestellt werden.\n" #~ msgid "`%s': Could not send.\n" #~ msgstr "`%s': Kann nicht senden.\n" #~ msgid "`%s': Did not receive message within %llu ms.\n" #~ msgstr "`%s': Nachricht wurde nicht innerhalb %llu ms empfangen.\n" #~ msgid "`%s': Could not disconnect.\n" #~ msgstr "`%s': Verbindung konnte nicht getrennt werden.\n" #~ msgid "" #~ "`%s' transport OK. It took %ums to transmit %d messages of %d bytes " #~ "each.\n" #~ msgstr "" #~ "`%s' Transport funktioniert. Es dauerte %ums, um %d Nachrichten zu je %d " #~ "Bytes zu übertragen.\n" #~ msgid "No reply received within %llums.\n" #~ msgstr "Keine Antwort innerhalb %llums erhalten.\n" #~ msgid "ping peers from HOSTLISTURL that match transports" #~ msgstr "Knoten aus HOSTLISTURL anpingen, deren Transports passen" #~ msgid "send COUNT messages" #~ msgstr "COUNT Nachrichten versenden" #~ msgid "send messages with SIZE bytes payload" #~ msgstr "Nachrichten mit SIZE Bytes Nutzlast versenden" #~ msgid "specifies which TRANSPORT should be tested" #~ msgstr "Gibt an, welcher TRANSPORT getestet werden soll" #~ msgid "specifies after how many MS to time-out" #~ msgstr "Gibt an, nach wievielen MS die Zeit abgelaufen sein soll" #~ msgid "Tool to test if GNUnet transport services are operational." #~ msgstr "" #~ "Werkzeug, mit dem getestet werden kann, ob die GNUnet Transport Dienste " #~ "funktionsfähig sind." #~ msgid "You must specify a non-empty set of transports to test!\n" #~ msgstr "" #~ "Sie müssen eine Menge an Transporten angeben, die getestet werden " #~ "sollen!\n" #~ msgid "Testing transport(s) %s\n" #~ msgstr "Teste Transport(e) %s\n" #~ msgid "Available transport(s): %s\n" #~ msgstr "Verfügbare(r) Transport(e): %s\n" #~ msgid "" #~ "%d out of %d peers contacted successfully (%d times transport " #~ "unavailable).\n" #~ msgstr "" #~ "%d von %d Knoten erfolgreich kontaktiert (%dmal war der Transport nicht " #~ "verfügbar).\n" #~ msgid "" #~ "Expected welcome on http connection, got garbage. Closing connection.\n" #~ msgstr "" #~ "Es wurde eine Willkommensnachricht erwartet, tatsächlich wurde jedoch " #~ "keine gesendet. HTTP-Verbindung wird geschlossen.\n" #, fuzzy #~ msgid "Received malformed message from http-peer connection. Closing.\n" #~ msgstr "" #~ "Es wurde per TCP von einem anderen Knoten eine ungültige Nachricht (Größe " #~ "%u) empfangen. Verbindung wird geschlossen.\n" #, fuzzy #~ msgid "Rejected blacklisted connection from %d.%d.%d.%d.\n" #~ msgstr "" #~ "%u.%u.%u.%u. steht auf schwarzer Liste, Verbindung wird abgewiesen.\n" #, fuzzy #~ msgid "Cannot connect to %d.%d.%d.%d:%d: %s\n" #~ msgstr "Verbindung zu %u.%u.%u.%u:%u fehlgeschlagen: %s\n" #~ msgid "" #~ "Could not bind the HTTP listener to port %d. No transport service " #~ "started.\n" #~ msgstr "" #~ "HTTP-Listener konnte nicht an Port %d gebunden werden. Der Transport " #~ "Dienst wurde nicht gestartet.\n" #~ msgid "MTU for `%s' is probably too low (fragmentation not implemented!)\n" #~ msgstr "" #~ "MTU für `%s' ist möglicherweise zu gering (Fragmentierung ist nicht " #~ "implementiert!)\n" #~ msgid "Could not resolve name of SMTP server `%s': %s" #~ msgstr "Der Name des SMTP servers `%s' konnte nicht aufgelöst werden: %s" #~ msgid "" #~ "You must specify the name of a pipe for the SMTP transport in section " #~ "'%s' under `%s'.\n" #~ msgstr "" #~ "Für den SMTP Transport müssen Sie den Namen einer Pipe in Sektion `%s', " #~ "Eintrag `%s' eintragen.\n" #~ msgid "Received malformed message via SMTP (size mismatch).\n" #~ msgstr "" #~ "Es wurde eine ungültige Nachricht per SMTP empfangen (ungültige Größe).\n" #~ msgid "No filter for E-mail specified, cannot create SMTP advertisement.\n" #~ msgstr "" #~ "Kein Filter für E-Mail angegeben, es kann keine Bekanntmachung erstellt " #~ "werden.\n" #~ msgid "SMTP filter string to long, capped to `%s'\n" #~ msgstr "SMTP Filterstring zu lang, wurde auf `%s' abgeschnitten\n" #~ msgid "Sending E-mail to `%s' failed.\n" #~ msgstr "Das Senden einer E-Mail an `%s' schlug fehl.\n" #~ msgid "SMTP server send unexpected response at %s:%d.\n" #~ msgstr "Der SMTP server sendete eine unerwartete Antwort bei %s:%d.\n" #~ msgid "%.*s filter %s (SMTP)" #~ msgstr "%.*s filter %s (SMTP)" #~ msgid "Expected welcome message on tcp connection, got garbage. Closing.\n" #~ msgstr "" #~ "Es wurde eine Willkommensnachricht erwartet, über die TCP Verbindung " #~ "wurde jedoch keine gesendet. Verbindung wird geschlossen.\n" #, fuzzy #~ msgid "Received malformed message from tcp-peer connection. Closing.\n" #~ msgstr "" #~ "Es wurde per TCP von einem anderen Knoten eine ungültige Nachricht (Größe " #~ "%u) empfangen. Verbindung wird geschlossen.\n" #~ msgid "Could not determine my public IP address.\n" #~ msgstr "Öffentliche IP-Adresse konnte nicht ermittelt werden.\n" #~ msgid "Failed to start transport service on port %d.\n" #~ msgstr "Der Transportdienst auf Port %d konnte nicht gestartet werden.\n" #~ msgid "" #~ "Received malformed message from tcp6-peer connection. Closing " #~ "connection.\n" #~ msgstr "" #~ "über die TCP6-Verbindung zu einem anderen Knoten wurde eine ungültige " #~ "Nachricht empfangen. Verbindung wird geschlossen.\n" #~ msgid "Rejected blacklisted connection from address %s.\n" #~ msgstr "" #~ "Verbindung von Adresse %s wird abgewiesen, Sender steht auf schwarzer " #~ "Liste.\n" #~ msgid "`%s': unknown service: %s\n" #~ msgstr "`%s': unbekannter Dienst: %s\n" #~ msgid "" #~ "Cannot determine port to bind to. Define in configuration file in " #~ "section `%s' under `%s' or in `%s' under %s/%s.\n" #~ msgstr "" #~ "Port konnte nicht ermittelt werden. Bitte definieren Sie ihn in der " #~ "Konfigurationsdatei in der Sektion `%s' unter `%s' oder in `%s' unter %s/" #~ "%s.\n" #~ msgid "Failed to bind to UDP port %d.\n" #~ msgstr "Fehler beim Binden an UDP Port %d.\n" #, fuzzy #~ msgid "Received invalid UDP message from %d.%d.%d.%d:%d, dropping.\n" #~ msgstr "" #~ "Es wurde eine ungültige UDP Nachricht von %u.%u.%u.%u:%u empfangen, " #~ "Nachricht wird ignoriert.\n" #, fuzzy #~ msgid "Packed received from %d.%d.%d.%d:%d (UDP) failed format check." #~ msgstr "" #~ "Ein Paket empfangen von %u.%u.%u.%u:%u (UDP) hat ein ungültiges Format.\n" #, fuzzy #~ msgid "Sender %d.%d.%d.%d is blacklisted, dropping message.\n" #~ msgstr "" #~ "Sender %u.%u.%u.%u steht auf schwarzer Liste, Nachricht wird ignoriert.\n" #~ msgid "UDP: Could not determine my public IP address.\n" #~ msgstr "UDP: öffentliche IP-Adresse konnte nicht ermittelt werden.\n" #, fuzzy #~ msgid "Failed to send message of size %d via UDP to %d.%d.%d.%d:%d: %s\n" #~ msgstr "" #~ "Eine Nachricht der Größe %d konnte nicht per UDP an %u.%u.%u.%u:%u " #~ "versendet werden: %s\n" #~ msgid "Failed to bind to UDP6 port %d.\n" #~ msgstr "Fehler beim Binden an UDP6 Port %d.\n" #~ msgid "Received invalid UDP6 message from %s:%d, dropping.\n" #~ msgstr "" #~ "Ungültige UDP6 Nachricht von %s:%d empfangen, Nachricht wird ignoriert.\n" #, fuzzy #~ msgid "Packed received from %s:%d (UDP6) failed format check." #~ msgstr "" #~ "Die Formatüberprüfung des Pakets, das von %s:%d (UDP6) empfangen wurde, " #~ "schlug fehl." #~ msgid "Sender %s is blacklisted, dropping message.\n" #~ msgstr "Sender %s steht auf schwarzer Liste, Nachricht wird ignoriert.\n" #~ msgid "UDP6: Could not determine my public IPv6 address.\n" #~ msgstr "UDP6: Öffentliche IPv6-Adresse konnte nicht ermittelt werden.\n" #~ msgid "Caught signal %d.\n" #~ msgstr "Signal %d empfangen.\n" #~ msgid "inlining configration file `%s'\n" #~ msgstr "Binde Konfigurationsdatei `%s' ein\n" #~ msgid "Syntax error in configuration file `%s' at line %d.\n" #~ msgstr "Syntaxfehler in Konfigurationsdatei `%s' in Zeile %d.\n" #~ msgid "" #~ "Configuration file `%s' not found. I will try to create the default " #~ "configuration file at that location.\n" #~ msgstr "" #~ "Konfigurationsdatei `%s' wurde nicht gefunden. Es wird versucht, an " #~ "dieser Stelle eine Standardkonfigurationsdatei anzulegen.\n" #~ msgid "" #~ "`%s' called with cron job not in queue, adding. This may not be what you " #~ "want.\n" #~ msgstr "" #~ "`%s' aufgerufen wobei Cron Job nicht Warteschlange ist. Er wird " #~ "hinzugefügt. Das ist möglicherweise nicht, was Sie wollen.\n" #~ msgid "Initialization of plugin mechanism failed: %s!\n" #~ msgstr "Initialisierung des Plugin Mechanismuses fehlgeschlagen: %s!\n" #~ msgid "`%s' failed for library `%s' at %s:%d with error: %s\n" #~ msgstr "" #~ "`%s' fehlgeschlagen für die Bibliothek `%s'. Ort: %s:%d. Fehler: %s\n" #~ msgid "`%s' failed to resolve method '%s%s' at %s:%d with error: %s\n" #~ msgstr "" #~ "`%s' konnte die Methode '%s%s' nicht auflösen. Ort: %s:%d. Fehler: %s\n" #~ msgid "%s: option `%s' is ambiguous\n" #~ msgstr "%s: Option `%s' ist mehrdeutig\n" #~ msgid "%s: option `--%s' does not allow an argument\n" #~ msgstr "%s: Option '--%s' erlaubt keinen Parameter\n" #~ msgid "%s: option `%c%s' does not allow an argument\n" #~ msgstr "%s: Option '%c%s' erlaubt keinen Parameter\n" #~ msgid "%s: option `%s' requires an argument\n" #~ msgstr "%s: Option `%s' benötigt einen Parameter\n" #~ msgid "%s: unrecognized option `--%s'\n" #~ msgstr "%s: unbekannte Option '--%s'\n" #~ msgid "%s: unrecognized option `%c%s'\n" #~ msgstr "%s: unbekannte Option '%c%s'\n" #~ msgid "%s: illegal option -- %c\n" #~ msgstr "%s: unerlaubte Option -- %c\n" #~ msgid "%s: invalid option -- %c\n" #~ msgstr "%s: ungültige Option -- %c\n" #~ msgid "%s: option requires an argument -- %c\n" #~ msgstr "%s: Option benötigt einen Parameter -- %c\n" #~ msgid "%s: option `-W %s' is ambiguous\n" #~ msgstr "%s: Option '-W %s' ist mehrdeutig\n" #~ msgid "%s: option `-W %s' does not allow an argument\n" #~ msgstr "%s: Option '-W %s' erlaubt keinen Parameter\n" #~ msgid "RSA signature verification failed at %s:%d: %s\n" #~ msgstr "RSA Signaturüberprüfung fehlgeschlagen bei %s:%d: %s\n" #~ msgid "Could not find IP of host `%s': %s\n" #~ msgstr "IP des Hosts `%s' konnte nicht ermittelt werden: %s\n" #~ msgid "" #~ "Could not find interface `%s' in `%s', trying to find another interface.\n" #~ msgstr "" #~ "Gerät `%s' konnte in `%s' nicht gefunden werden, es wird versucht, ein " #~ "anderes Gerät zu finden.\n" #~ msgid "Could not obtain IP for interface `%s' using `%s'.\n" #~ msgstr "" #~ "Es konnte keine IP für das Gerät `%s' unter Verwendung von `%s' ermittelt " #~ "werden.\n" #, fuzzy #~ msgid "" #~ "There is more than one IP address specified for interface `%s'.\n" #~ "GNUnet will use %d.%d.%d.%d.\n" #~ msgstr "" #~ "Es ist mehr als eine IP-Adresse für das Gerät `%s' angegeben.\n" #~ "GNUnet wird %u.%u.%u.%u. verwenden.\n" #~ msgid "Could not resolve `%s' to determine our IP address: %s\n" #~ msgstr "" #~ "`%s' konnte nicht aufgelöst werden, um unsere IP-Adresse zu ermitteln: " #~ "%s\n" #~ msgid "Could not determine IP address of the local machine!\n" #~ msgstr "IP-Adresse der lokalen Maschiene konnte nicht ermittelt werden!\n" #~ msgid "Could not determine IP(v6) address of the local machine!\n" #~ msgstr "" #~ "IP(v6)-Adresse der lokalen Maschiene konnte nicht ermittelt werden!\n" #~ msgid "" #~ "Could not find IP(v4) for this host. Please provide the IP in the " #~ "configuration file.\n" #~ msgstr "" #~ "IP(v4) dieses Hosts konnte nicht ermittelt werden. Bitte geben Sie die IP " #~ "in der Konfigurationsdatei an.\n" #~ msgid "" #~ "Could not find IP(v6) for this host. Please provide the IP in the " #~ "configuration file.\n" #~ msgstr "" #~ "IP(v6) dieses Hosts konnte nicht ermittelt werden. Bitte geben Sie die IP " #~ "in der Konfigurationsdatei an.\n" #~ msgid "Shutdown complete.\n" #~ msgstr "GNUnet wurde erfolgreich heruntergefahren.\n" #~ msgid "Invalid format for IP: `%s'\n" #~ msgstr "Ungültiges Format für IP: `%s'\n" #~ msgid "Invalid network notation ('/%d' is not legal in IPv4 CIDR)." #~ msgstr "Ungültige Netzwerk Notation ('/%d ist nicht gültig in IPv4 CIDR)." #~ msgid "Invalid network notation (additional characters: `%s')." #~ msgstr "Ungültige Netzwerk Notation (zusätzliche Zeichen: `%s')." #~ msgid "Invalid network notation (does not end with ';': `%s')\n" #~ msgstr "Ungültige Netzwerk Notation (endet nicht mit ';': `%s')\n" #~ msgid "Wrong format `%s' for netmask: %s\n" #~ msgstr "Falsches Format `%s' für Netzmaske: %s\n" #~ msgid "Wrong format `%s' for network: %s\n" #~ msgstr "Falsches Format `%s' für Netzwerk: %s\n" #~ msgid "LOGLEVEL not specified, that is not ok.\n" #~ msgstr "LOGLEVEL wurde nicht angegeben, das ist nicht in Ordnung.\n" #~ msgid "Invalid LOGLEVEL `%s' specified.\n" #~ msgstr "Ungültiger LOGLEVEL `%s' angegeben.\n" #~ msgid "Failure at %s:%d.\n" #~ msgstr "Fehler bei %s:%d.\n" #~ msgid "Failure at at %s:%d.\n" #~ msgstr "Fehler bei %s:%d.\n" #~ msgid "" #~ "Cannot determine port of gnunetd server. Define in configuration file in " #~ "section `%s' under `%s'.\n" #~ msgstr "" #~ "Der Port des gnunetd Servers konnte nicht ermittelt werden. Definieren " #~ "Sie ihn in der Sektion `%s' unter `%s'.\n" #~ msgid "" #~ "Arguments mandatory for long options are also mandatory for short " #~ "options.\n" #~ msgstr "" #~ "Parameter, die für lange Optionen zwingend sind, sind auch für kurze " #~ "Optionen zwingend.\n" #~ msgid "Invalid argument for `%s' at %s:%d.\n" #~ msgstr "Ungültiger Parameter für `%s' bei %s:%d.\n" #~ msgid "Deadlock due to `%s' at %s:%d.\n" #~ msgstr "Durch `%s' ist ein Deadlock bei %s:%d entstanden\n" #~ msgid "Permission denied for `%s' at %s:%d.\n" #~ msgstr "Zugriff verweigert für `%s' bei %s:%d.\n" #, fuzzy #~ msgid "`%s' failed at %s:%d: %s. Upgrade to FreeBSD >= 5.0.\n" #~ msgstr "`%s' schlug fehl bei %s:%d mit dem Fehler: `%s'.\n" #~ msgid "" #~ "No network interfaces defined in configuration section `%s' under `%s'!\n" #~ msgstr "" #~ "Es sind keine Netzwerkgeräte in der Konfigurationsdatei in der Sektion " #~ "'%s' unter `%s' definiert!\n" #~ msgid "" #~ "Interfaces string (%s) in configuration section `%s' under `%s' is " #~ "malformed.\n" #~ msgstr "" #~ "Geräteangabe (%s) in der Konfigurationssektion `%s' unter `%s' ist " #~ "beschädigt.\n" #~ msgid "" #~ "No network interfaces specified in the configuration file in section `%s' " #~ "under `%s'.\n" #~ msgstr "" #~ "Es sind keine Netzwerkgeräte in der Konfigurationsdatei in der Sektion " #~ "'%s' unter `%s' definiert.\n" #~ msgid "Failed to parse interface data `%s' output at %s:%d.\n" #~ msgstr "Fehler beim Parsen der Gerätedaten `%s' Ausgabe bei %s:%d.\n" #~ msgid "Cannot query the CPU usage (Windows NT).\n" #~ msgstr "CPU Nutzung kann nicht ermittelt werden (Windows NT).\n" #~ msgid "Cannot query the CPU usage (Win 9x)\n" #~ msgstr "CPU Nutzung kann nicht ermittelt werden (Win 9x).\n" #~ msgid "`%s' failed for drive %s: %u\n" #~ msgstr "`%s' fehlgeschlagen für Laufwerk %s: %u\n" #~ msgid "`%s' is not a regular file.\n" #~ msgstr "`%s' ist keine normale Datei.\n" #~ msgid "`%s' failed, other side closed connection.\n" #~ msgstr "" #~ "`%s' fehlgeschlagen, die andere Seite hat die Verbindung geschlossen\n" #~ msgid "`%s' failed, reply invalid!\n" #~ msgstr "`%s' fehlgeschlagen, Antwort ist ungültig!\n" #~ msgid "Unexpected very large allocation (%u bytes) at %s:%d!\n" #~ msgstr "Unerwartete sehr große Allokierung (%u Bytes) bei %s:%d!\n" #~ msgid "libgcrypt has not the expected version (version %s is required).\n" #~ msgstr "" #~ "libgcrypt hat nicht die erwartete Version (Version %s wird " #~ "vorausgesetzt).\n" #~ msgid "print this help" #~ msgstr "Gibt diese Hilfe aus" #~ msgid "set verbosity to LEVEL" #~ msgstr "Umfang der Meldungen auf LEVEL setzen" #~ msgid "specify host on which gnunetd is running" #~ msgstr "Gibt an, auf welchem Host gnunetd läuft" #~ msgid "print the version number" #~ msgstr "Versionsnummer ausgeben" #~ msgid "be verbose" #~ msgstr "umfangreiche Meldungen ausgeben" #~ msgid "Assertion failed at %s:%d.\n" #~ msgstr "Absicherung fehlgeschlagen bei %s:%d.\n" #~ msgid "" #~ "Expected welcome message on tcp connection, got garbage (%u, %u). " #~ "Closing.\n" #~ msgstr "" #~ "Es wurde eine Willkommensnachricht erwartet, über die TCP Verbindung " #~ "wurde aber keine gesendet (%u, %u). Verbindung wird geschlossen.\n" #~ msgid "GNUnet service installed successfully.\n" #~ msgstr "Der GNUnet Dienst wurde erfolgreich installiert.\n" #~ msgid "This version of Windows doesn't support services.\n" #~ msgstr "Diese Version von Windows unterstützt keine Dienste.\n" #~ msgid "Error: can't open Service Control Manager: %s\n" #~ msgstr "Fehler: der Dienstemanager konnte nicht geöffnet werden: %s\n" #~ msgid "Error: can't create service: %s\n" #~ msgstr "Fehler: Dienst konnte nicht angelegt werden: %s\n" #~ msgid "Error: can't access service: %s\n" #~ msgstr "Fehler: auf den Dienst konnte nicht zugegriffen werden: %s\n" #~ msgid "Error: can't delete service: %s\n" #~ msgstr "Fehler: Dienst konnte nicht gelöscht werden: %s\n" #~ msgid "Load a config file" #~ msgstr "Eine Konfigurationsdatei laden" #~ msgid "_Save" #~ msgstr "_Speichern" #~ msgid "Save the config in .config" #~ msgstr "Die Konfiguration in .config speichern" #~ msgid "Show _name" #~ msgstr "_Name anzeigen" #~ msgid "Show _range" #~ msgstr "_Bereich anzeigen" #~ msgid "Show range (Y/M/N)" #~ msgstr "Bereich anzeigen (Y/M/N)" #~ msgid "Show value of the option" #~ msgstr "Wert der Option anzeigen" #~ msgid "Show all _options" #~ msgstr "Alle _Optionen anzeigen" #~ msgid "Show all options" #~ msgstr "Alle Optionen anzeigen" #~ msgid "Show _debug info" #~ msgstr "_Debug Informationen anzeigen" #~ msgid "Show masked options" #~ msgstr "Maskierte Optionen anzeigen" #~ msgid "_Introduction" #~ msgstr "_Einführung" #~ msgid "Goes up of one level (single view)" #~ msgstr "Bewegt sich eine Ebene nach oben (einfache Ansicht)" #~ msgid "Up" #~ msgstr "Oben" #~ msgid "Load" #~ msgstr "Laden" #~ msgid "Save a config file" #~ msgstr "Konfigurationsdatei speichern" #~ msgid "Save" #~ msgstr "Speichern" #~ msgid "Single view" #~ msgstr "Einfache Ansicht" #~ msgid "Split" #~ msgstr "Geteilt" #~ msgid "Full" #~ msgstr "Voll" #~ msgid "Collapse the whole tree in the right frame" #~ msgstr "Den gesamten Baum im rechten Frame kollabieren" #~ msgid "Expand the whole tree in the right frame" #~ msgstr "Den gesamten Baum im rechten Frame expandieren" #~ msgid "Expand" #~ msgstr "Expandieren" #~ msgid "Sorry, no help available for this option yet." #~ msgstr "Sorry, für diese Option steht noch keine Hilfe zur Verfügung" #~ msgid "Couldn't find pixmap file: %s" #~ msgstr "Pixmapdatei %s konnte nicht gefunden werden" #~ msgid "Cannot write to the regisitry" #~ msgstr "Konnte nicht in die Registry schreiben" #~ msgid "Error: can't access the service: %s\n" #~ msgstr "Fehler: auf den Dienst konnte nicht zugegriffen werden: %s\n" #~ msgid "Error: can't delete the service: %s\n" #~ msgstr "Fehler: der Dienst konnte nicht gelöscht werden: %s\n" #~ msgid "GNUnet configuration assistant" #~ msgstr "GNUnet Konfigurationsassistent" #~ msgid "" #~ "Welcome to GNUnet!\n" #~ "\n" #~ "This assistant will ask you a few basic questions in order to configure " #~ "GNUnet.\n" #~ "\n" #~ "Please visit our homepage at\n" #~ "\thttp://www.gnunet.org\n" #~ "and join our community at\n" #~ "\thttp://www.gnunet.org/drupal/\n" #~ "\n" #~ "Have a lot of fun,\n" #~ "\n" #~ "the GNUnet team" #~ msgstr "" #~ "Willkommen bei GNUnet!\n" #~ "\n" #~ "Dieser Assistent wird Ihnen einige grundlegende Fragen stellen, um GNUnet " #~ "zu konfigurieren.\n" #~ "\n" #~ "Bitte besuchen Sie unsere Homepage\n" #~ "\thttp://www.gnunet.org\n" #~ "und schließen Sie sich unserer Community an:\n" #~ "\thttp://www.gnunet.org/drupal/\n" #~ "\n" #~ "Viel Spaß,\n" #~ "\n" #~ "das GNUnet-Team" #~ msgid "" #~ "Enter information about your network connection here.\n" #~ "\n" #~ "The \"Network interface\" is the device that connects your computer to " #~ "the internet. This is usually a modem, an ISDN card or a network card in " #~ "case you are using DSL.\n" #~ "\n" #~ "If your provider always assigns the same IP-Address to you (a \"static\" " #~ "IP-Address), enter it into the \"IP-Address\" field. If your IP-Address " #~ "changes every now and then (\"dynamic\" IP-Address) but there's a " #~ "hostname that always points to your actual IP-Address (\"Dynamic DNS\"), " #~ "you can also enter it here.\n" #~ "If in doubt, leave the field empty. GNUnet will then try to determine " #~ "your IP-Address.\n" #~ "\n" #~ "If you are connected to the internet through another computer doing SNAT, " #~ "a router or a \"hardware firewall\" and other computers on the internet " #~ "cannot connect to this computer, check the last option on this page. " #~ "Leave it unchecked on direct connections through modems, ISDN cards and " #~ "DNAT (also known as \"port forwarding\")." #~ msgstr "" #~ "Geben Sie hier Ihre Netzwerkinformationen ein.\n" #~ "\n" #~ "Das \"Netzwerkgerät\" ist das Gerät, das Ihren Computer mit dem Internet " #~ "verbindet. Dies ist normalerweise ein Modem, eine ISDN-Karte oder eine " #~ "Netzwerkkarte für den Fall, dass Sie DSL benutzen.\n" #~ "\n" #~ "Wenn Ihnen Ihr Provider immer die gleiche IP-Adresse zuweist (eine " #~ "\"statische\" IP-Adresse), geben Sie diese in das \"IP-Adresse\"-Feld " #~ "ein. Wenn Ihre IP-Adresse sich hin und wieder ändert (\"dynamische\" IP-" #~ "Adresse), es jedoch einen Hostnamen gibt, der immer auf Ihre aktuelle IP-" #~ "Adresse zeigt (\"Dynamisches DNS\"), so können Sie ihn auch eingeben.\n" #~ "Im Zweifel lassen Sie das Feld leer. GNUnet wird dann versuchen, die IP-" #~ "Adresse automatisch zu bestimmen.\n" #~ "\n" #~ "Wenn Sie nicht direkt mit dem Internet verbunden sind, sondern dies über " #~ "einen anderen Rechner mit SNAT, einem Router oder einer \"Hardware " #~ "Firewall\" geschieht und andere Computer im Internet keine Verbindung mit " #~ "diesem Computer herstellen können, so aktivieren Sie die letzte Option " #~ "auf dieser Seite. Lassen Sie sie jedoch deaktiviert, wenn Sie eine " #~ "direkte Verbindung über ein Modem, eine ISDN-Karte oder einen anderen " #~ "Rechner mit DNAT (auch bekannt als \"Port forwarding\") zum Internet " #~ "haben." #~ msgid "IP-Address/Hostname:" #~ msgstr "IP-Adresse/Hostname:" #~ msgid "Computer cannot receive inbound connections (SNAT/Firewall)" #~ msgstr "" #~ "Computer kann keine ankommenden Verbindungen akzeptieren (SNAT/Firewall)" #~ msgid "Network connection" #~ msgstr "Netzwerkverbindung" #~ msgid "Back" #~ msgstr "Zurück" #~ msgid "" #~ "You can limit GNUnet's ressource usage here.\n" #~ "\n" #~ "\"Bandwidth limitation\" is how much data may be sent per second. If you " #~ "have a flatrate you can set it to the maximum speed of your internet " #~ "connection.\n" #~ "\n" #~ "The \"Max. CPU usage\" is the percentage of processor time GNUnet is " #~ "allowed to use." #~ msgstr "" #~ "Hier können Sie GNUnet's Ressourcennutzung einschränken.\n" #~ "\n" #~ "\"Bandbreitenbeschränkung\" gibt an, wieviele Daten maximal pro Sekunde " #~ "übetragen werden dürfen. Wenn Sie eine Flatrate haben, können Sie diese " #~ "Werte auf die maximal erreichbare Geschwindigkeit Ihrer " #~ "Internetverbindung setzen.\n" #~ "\n" #~ "Die \"Max. CPU Nutzung\" gibt den Prozentsatz an CPU-Zeit an, den GNUnet " #~ "für sich verwenden darf." #~ msgid "Upstream (Bytes/s):" #~ msgstr "Upstream (Bytes/s):" #~ msgid "Use denoted bandwidth for GNUnet" #~ msgstr "Angegebene Bandbreite für GNUnet verwenden" #~ msgid "Share denoted bandwidth with other applications" #~ msgstr "Angegebene Bandbreite mit anderen Anwendungen teilen" #~ msgid "Max. CPU usage (%):" #~ msgstr "Max. CPU Nutzung (%):" #~ msgid "CPU usage" #~ msgstr "CPU Nutzung" #~ msgid "Load limitation" #~ msgstr "Lastbeschränkung" #~ msgid "" #~ "GNUnet is able to store data from other peers in your datastore. This is " #~ "useful if an adversary has access to your inserted content and you need " #~ "to deny that the content is yours. With \"content migration\" on, the " #~ "content could have \"migrated\" over the internet to your node without " #~ "your knowledge.\n" #~ "It also helps to spread popular content over different peers to enhance " #~ "availability.\n" #~ "\n" #~ "The GNUnet datastore contains all data that GNUnet generates (index data, " #~ "inserted and migrated content). Its maximum size can be specified below.\n" #~ "\n" #~ "If you are an experienced user, you may want to tweak your GNUnet " #~ "installation using the enhanced configurator." #~ msgstr "" #~ "GNUnet ist in der Lage, Daten von anderen Knoten in Ihrem Datenspeicher " #~ "zu speichern. Das ist nützlich, wenn ein Widersacher Zugriff auf Ihre " #~ "eingefügten Inhalte erlangt und Sie abstreiten müssen, dass diese Daten " #~ "Ihnen gehören. Mit \"Inhaltsmigration\" angeschaltet können die Inhalte " #~ "über das Internet von einem anderen Knoten zu Ihrem Rechner ohne Ihr " #~ "Wissen \"gewandert\" sein.\n" #~ "Außerdem hilft es, beliebte Inhalte über verschiedene Netzteilnehmer zu " #~ "verteilen, um so die Verfügbarkeit zu erhöhen.\n" #~ "\n" #~ "Der GNUnet Datenspeicher enthält alle Daten, die GNUnet erzeugt " #~ "(Indexdaten, eingefügte und migrierte Inhalte). Seine maximale Größe kann " #~ "unten angegeben werden.\n" #~ "\n" #~ "Wenn Sie ein fortgeschrittener Benutzer sind, möchten Sie vielleicht " #~ "weitere Feinjustierungen an GNUnet über den \"erweiterten Konfigurator\" " #~ "vornehmen." #~ msgid "Maximum datastore size (MB):" #~ msgstr "Maximale Größe des Datenspeichers (MB):" #~ msgid "Start the GNUnet background process on computer startup" #~ msgstr "" #~ "GNUnet Hintergrundprozeß beim Starten des Computers automatisch starten" #~ msgid "Other settings" #~ msgstr "Weitere Einstellungen" #~ msgid "Finish" #~ msgstr "Fertigstellen" #~ msgid "Do you want to save your settings?" #~ msgstr "Möchten Sie Ihre Einstellungen speichern?" #~ msgid "OK" #~ msgstr "OK" #~ msgid "`%s' registering handlers %d and %d\n" #~ msgstr "`%s' registriert Handler %d und %d\n" #~ msgid "`%s' registering handler %d (plaintext and ciphertext)\n" #~ msgstr "`%s' registriert Handler %d (Plaintext und Ciphertext)\n" #~ msgid "Waiting for gnunetd to start (%u iterations left)...\n" #~ msgstr "Warte auf den Start von gnunetd (%u Iterationen verbleiben)...\n" #~ msgid "Waiting for peers to connect (%u iterations left)...\n" #~ msgstr "" #~ "Warte darauf, dass sich andere Knoten verbinden (%u Iterationen " #~ "verbleiben)...\n" #~ msgid "RPC for `%s' received for table that we do not participate in!\n" #~ msgstr "" #~ "RPC für `%s' empfangen für eine Tabelle, an der wir nicht beteiligt " #~ "sind!\n" #~ msgid "`%s' failed. Terminating connection to client.\n" #~ msgstr "`%s' fehlgeschlagen. Beende Verbindung zu Client.\n" #~ msgid "Version mismatch (`%s' vs. `%s'), run gnunet-update!\n" #~ msgstr "" #~ "Versionen stimmen nicht überein (`%s' vs. `%s'), lassen Sie gnunet-update " #~ "laufen!\n" #~ msgid "Invalid data in database. Please verify integrity!\n" #~ msgstr "" #~ "Es befinden sich ungültige Daten in Datenbank. Bitte überprüfen Sie die " #~ "Integrität!\n" #~ msgid "`%s' registering handlers %d %d (plaintext and ciphertext)\n" #~ msgstr "`%s' registriert Handler %d %d (Plaintext und Ciphertext)\n" #~ msgid "`%s' registering handlers %d %d %d\n" #~ msgstr "`%s' registriert Handler %d %d %d\n" #~ msgid "Invalid data in MySQL database. Please verify integrity!\n" #~ msgstr "" #~ "Ungültige Daten in der MySQL Datenbank. Bitte überprüfen Sie die " #~ "Integrität!\n" #~ msgid "`%s' registering handler %d\n" #~ msgstr "`%s' registriert Handler %d\n" #~ msgid "Error establishing connection with gnunetd.\n" #~ msgstr "Fehler beim Aufbauen einer Verbindung mit gnunetd.\n" #~ msgid "\tmax %llums\n" #~ msgstr "\tMax %llums\n" #~ msgid "\tmin %llums\n" #~ msgstr "\tMin %llums\n" #~ msgid "\tmean %8.4fms\n" #~ msgstr "\tMittel %8.4fms\n" #~ msgid "Using %u messages of size %u for %u times.\n" #~ msgstr "Verwende %u Nachrichten der Größe %u %umal.\n" #~ msgid "Times: max %16llu min %16llu mean %12.3f variance %12.3f\n" #~ msgstr "Zeiten: Max %16llu Min %16llu Mittel %12.3f Varianz %12.3f\n" #~ msgid "Loss: max %16u min %16u mean %12.3f variance %12.3f\n" #~ msgstr "Verloren: Max %16u Min %16u Mittel %12.3f Varianz %12.3f\n" #~ msgid "" #~ "\n" #~ "Failed to receive reply from gnunetd.\n" #~ msgstr "" #~ "\n" #~ "Fehler beim Empfangen der Antwort von gnunetd.\n" #~ msgid "Running benchmark...\n" #~ msgstr "Benchmark läuft...\n" #~ msgid "" #~ "Cover traffic requested but traffic service not loaded. Rejecting " #~ "request.\n" #~ msgstr "" #~ "Verdeckender Netzwerkverkehr angefordert, aber der Verkehrsdienst wurde " #~ "nicht geladen. Anfrage wird abgelehnt.\n" #~ msgid "Cannot satisfy desired level of anonymity, ignoring request.\n" #~ msgstr "" #~ "Gewünschter Grad an Anonymität kann nicht erreicht werden, Anfrage wird " #~ "ignoriert.\n" #~ msgid "" #~ "Traffic service failed to load; gap cannot ensure cover-traffic " #~ "availability.\n" #~ msgstr "" #~ "Verkehrsdienst konnte nicht geladen werden, GAP kann keinen verdeckenden " #~ "Netzwerkverkehr sicherstellen.\n" #~ msgid "`%s' registering handlers %d %d\n" #~ msgstr "`%s' registriert Handler %d %d\n" #~ msgid "Namespace `%s' has rating %d.\n" #~ msgstr "Namespace `%s' hat das Rating %d.\n" #~ msgid "Namespace `%s' created (root: %s).\n" #~ msgstr "Namespace `%s' wurde erstellt (Root: %s).\n" #~ msgid "=\tError reading directory.\n" #~ msgstr "=\tFehler beim Lesen des Verzeichnisses.\n" #~ msgid "" #~ "remove all entries from the directory database and stop tracking URIs" #~ msgstr "" #~ "Alle Einträge aus der Verzeichnis Datenbank löschen und das Verfolgen von " #~ "URIs abbrechen" #~ msgid "start tracking entries for the directory database" #~ msgstr "Anfangen, Einträge für die Verzeichnis Datenbank zu verfolgen" #~ msgid "gnunet-directory [OPTIONS] [FILENAMES]" #~ msgstr "gnunet-directory [OPTIONEN] [DATEINAMEN]" #~ msgid "" #~ "%16llu of %16llu bytes inserted (estimating %llu seconds to " #~ "completion) " #~ msgstr "" #~ "%16llu von %16llu Bytes eingefügt (schätze %llu Sekunden bis " #~ "Fertigstellung) " #~ msgid "" #~ "\n" #~ "Upload of `%s' complete, %llu bytes took %llu seconds (%8.3f kbps).\n" #~ msgstr "" #~ "\n" #~ "Upload von `%s' abgeschlossen, %llu Bytes benötigten %llu Sekunden (%8.3f " #~ "kbps).\n" #~ msgid "File `%s' has URI: %s\n" #~ msgstr "Datei `%s' hat URI: %s\n" #~ msgid "set the desired LEVEL of sender-anonymity" #~ msgstr "Gewünschten Grad an Sender-Anonymität festlegen" #~ msgid "set the meta-data for the given TYPE to the given VALUE" #~ msgstr "" #~ "Die Meta-Daten des angegebenen Typs TYPE auf den angegebenen Wert VALUE " #~ "setzen" #~ msgid "Only one file or directory can be specified at a time.\n" #~ msgstr "Nur eine Datei oder Verzeichnis kann auf einmal angegeben werden.\n" #~ msgid "Error converting arguments to URI!\n" #~ msgstr "Fehler beim Konvertieren von Parametern in URI!\n" #~ msgid "" #~ "%16llu of %16llu bytes unindexed (estimating %llu seconds to " #~ "completion) " #~ msgstr "" #~ "%16llu von %16llu Bytes deindiziert (schätze %llu Sekunden bis " #~ "Fertigstellung) " #~ msgid "" #~ "\n" #~ "Unindexing of `%s' complete, %llu bytes took %llu seconds (%8.3f kbps).\n" #~ msgstr "" #~ "\n" #~ "Deindizierung von `%s' abgeschlossen, %llu Bytes benötigten %llu Sekunden " #~ "(%8.3f kbps).\n" #~ msgid "You must specify one and only one file to unindex.\n" #~ msgstr "Sie dürfen nur eine Datei zum Deindizieren angeben.\n" #~ msgid "`%s' failed. Is `%s' a file?\n" #~ msgstr "`%s' schlug fehl. Ist `%s' eine Datei?\n" #~ msgid "`%s' registering client handlers %d %d %d %d %d %d %d %d %d %d\n" #~ msgstr "`%s' registriert Client-Handler %d %d %d %d %d %d %d %d %d %d\n" #~ msgid "Indexed file disappeared, deleting block for query `%s'\n" #~ msgstr "" #~ "Indizierte Datei ist verschwunden, Block für Anfrage `%s' wird gelöscht\n" #~ msgid "" #~ "Because the file `%s' has been unavailable for 3 days it got removed from " #~ "your share. Please unindex files before deleting them as the index now " #~ "contains invalid references!" #~ msgstr "" #~ "Weil die Datei `%s' nun seit 3 Tagen nicht zur Verfügung steht, wurde Sie " #~ "aus Ihrem Share entfernt. Bitte deindizieren Sie Dateien, bevor Sie sie " #~ "löschen, da Ihr Index nun ungültige Referenzen enthält!" #~ msgid "" #~ "Unindexed ODB block `%s' from offset %llu already missing from " #~ "datastore.\n" #~ msgstr "" #~ "Deindizierter ODB Block `%s' vom Offset %llu fehlt bereits im " #~ "Datenspeicher.\n" #~ msgid "AND" #~ msgstr "UND" #~ msgid "Upload failed.\n" #~ msgstr "Upload fehlgeschlagen.\n" #~ msgid "Cannot upload directory without using recursion.\n" #~ msgstr "" #~ "Verzeichnis kann nicht ohne die Verwendung von Rekursion hochgeladen " #~ "werden.\n" #~ msgid "Publication interval for periodic publication changed." #~ msgstr "" #~ "Veröffentlichungsintervall für periodische Veröffentlichung wurde " #~ "geändert." #~ msgid "" #~ "Publishing update for periodically updated content more than a week ahead " #~ "of schedule.\n" #~ msgstr "" #~ "Veröffentlichungsdatum für periodisch aktualisierten Inhalt ist mehr als " #~ "eine Woche früher als geplant.\n" #~ msgid "Collecting file identifiers disabled.\n" #~ msgstr "Einsammeln von Dateibezeichnern deaktiviert.\n" #~ msgid "CHK URI not allowed for search.\n" #~ msgstr "CHK URI ist nicht erlaubt für Suchen.\n" #~ msgid "LOC URI not allowed for search.\n" #~ msgstr "LOC URI ist nicht erlaubt für Suchen.\n" #~ msgid "Format of file `%s' is invalid.\n" #~ msgstr "Format der Datei `%s' ist ungültig.\n" #~ msgid "`%s' registering client handler %d\n" #~ msgstr "`%s' registriert Client-Handler %d\n" #~ msgid "`%s' registering client handler %d and %d\n" #~ msgstr "`%s' registriert Client-Handler %d and %d\n" #~ msgid "Invalid port \"%s\" in hostlist specification, trying port %d.\n" #~ msgstr "Ungültiger Port \"%s\" in Angabe der Hostlist, versuche Port %d.\n" #~ msgid "FATAL: Identity plugin not found!\n" #~ msgstr "SCHWERWIEGEND: Identity Plugin wurde nicht gefunden!\n" #~ msgid " Transport %d not available\n" #~ msgstr " Transport %d ist nicht verfügbar\n" #~ msgid " Connection failed (bug?)\n" #~ msgstr " Verbindung fehlgeschlagen (Bug?)\n" #~ msgid "Can't create semaphore: %i" #~ msgstr "Semaphore konnte nicht angelegt werden: %i" #~ msgid "NOTHING" #~ msgstr "NICHTS" #~ msgid "FATAL" #~ msgstr "SCHWERWIEGEND" #~ msgid "ERROR" #~ msgstr "FEHLER" #~ msgid "WARNING" #~ msgstr "WARNUNG" #~ msgid "MESSAGE" #~ msgstr "MELDUNG" #~ msgid "INFO" #~ msgstr "INFO" #~ msgid "DEBUG" #~ msgstr "DEBUG" #~ msgid "CRON" #~ msgstr "CRON" #~ msgid "EVERYTHING" #~ msgstr "ALLES" #~ msgid "GNUnet now uses the IP address %u.%u.%u.%u.\n" #~ msgstr "GNUnet verwendet nun die IP-Adresse %u.%u.%u.%u.\n" gnunet-gtk-0.9.3/po/stamp-po0000644000175000017500000000001211762217326012630 00000000000000timestamp gnunet-gtk-0.9.3/po/remove-potcdate.sin0000644000175000017500000000066011406350225014756 00000000000000# Sed script that remove the POT-Creation-Date line in the header entry # from a POT file. # # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ x # Test if the hold space is empty. s/P/P/ ta # Yes it was empty. First occurrence. Remove the line. g d bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } gnunet-gtk-0.9.3/po/de.gmo0000644000175000017500000000363711762217326012261 00000000000000Þ•” h0i š•§=MV[lty ‹ ”ž„¥<*g•v (:?[dh m z‡˜    # connected nodes (100% = connection table size)ConnectivityDi Ma Jens Palsberg Christian Grothoff Nils Durner Mathieu Eric Haumant milan@skoid.org Hiroshi Yamauchi Adam Welc Bogdan Carbunar Steven Michael Murphy Phan Vinh Thinh Daniel Nylander Inbound TrafficMetadataNameOutbound TrafficPreviewTypeValue_Anonymity:_General_Keyword:_Name:Project-Id-Version: GNUnet 0.7.0pre0 Report-Msgid-Bugs-To: bug-gnunet@gnu.org POT-Creation-Date: 2012-06-01 21:58+0200 PO-Revision-Date: 2006-03-17 21:18+0100 Last-Translator: Nils Durner Language-Team: German Language: de MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); # verbundener Knoten (100% = Größe der Verbindungstabelle)KonnektivitätDi Ma Jens Palsberg Christian Grothoff Nils Durner Mathieu Eric Haumant milan@skoid.org Hiroshi Yamauchi Adam Welc Bogdan Carbunar Steven Michael Murphy Phan Vinh Thinh Daniel Nylander Eingehender NetzwerkverkehrMetainformationenNameAusgehender NetzwerkverkehrVorschauTypWert_AnonymitätAll_gemeinesSchl_üsselwort:_Name:gnunet-gtk-0.9.3/po/Makevars0000644000175000017500000000344111406350225012641 00000000000000# Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = Free Software Foundation, Inc. # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = bug-gnunet@gnu.org # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = gnunet-gtk-0.9.3/po/ChangeLog0000644000175000017500000000066011406350225012717 000000000000002010-06-02 gettextize * Makefile.in.in: Upgrade to gettext-0.17. * Rules-quot: New file, from gettext-0.17. * boldquot.sed: New file, from gettext-0.17. * en@boldquot.header: New file, from gettext-0.17. * en@quot.header: New file, from gettext-0.17. * insert-header.sin: New file, from gettext-0.17. * quot.sed: New file, from gettext-0.17. * remove-potcdate.sin: New file, from gettext-0.17. gnunet-gtk-0.9.3/po/en@boldquot.header0000644000175000017500000000247111406350225014575 00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # gnunet-gtk-0.9.3/po/LINGUAS0000644000175000017500000000002211413635753012174 00000000000000da de fr sv tr vi gnunet-gtk-0.9.3/contrib/0000755000175000017500000000000011762217325012255 500000000000000gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_edit_publication.glade0000644000175000017500000015326611712613277021444 00000000000000 0 Generic 1 Text 2 Music 3 Video 4 Image 5 Software 6 Namespace 100 1 10 100 1 10 False True center-on-parent True True True True False 2 True True True True True True False 5 True False True False _Publication type: True GNUNET_GTK_edit_publication_type_combo False False 0 True False GNUNET_GTK_publication_types_liststore 0 1 False False 1 gtk-add False True True True True False False 2 gtk-delete False True False True True True False False 5 3 False False 0 400 120 True True automatic automatic in True True GNUNET_GTK_publication_metadata_liststore False 0 4 True Type True 2 True False GNUNET_GTK_publication_metadata_types_liststore 2 2 autosize Value True True 3 True 3 True True 1 True False True False 0 True False 12 True False True True False Select file False False 0 True True GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment GNUNET_GTK_edit_publication_metadata_preview_image_verticall_adjustment automatic automatic True False GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment GNUNET_GTK_edit_publication_metadata_preview_image_verticall_adjustment none True False gtk-missing-image True True 1 True False Preview: True True False False True True False True False True False True False _Keyword: True GNUNET_GTK_edit_publication_keyword_entry False False 2 0 True True GDK_KEY_PRESS_MASK | GDK_STRUCTURE_MASK â— True False False False True True True True 2 1 Add key_word False True True True add_stock_image1 True False False 2 2 False True 0 400 120 True True never automatic in True True GNUNET_GTK_publication_keywords_liststore 0 Keywords True True 0 0 True True 1 Delete _selected False True False True True del_stock_image1 True False False 2 end 2 True True 2 0 True False 0 True False 0 0 4 4 True False True False True False 1 _Index file: True GNUNET_GTK_edit_publication_index_checkbutton False False 5 0 False True True False True False False 1 True True 0 True False True False 1 _Root keyword: True False False 5 0 True True • root True False False True True False False 1 False False 1 True False True False 1 A_nonymity: True False False 5 0 True False 0 True False 1 2 0 1 False False 1 False False 2 True False True False 1 _Priority: True False False 5 0 True True â— True False False True True priority_adjustment True False False 1 False False 3 True False True False 1 _Expriation year: True False False 5 0 True True 4 • True False False True True expiration_year_adjustment 1 True False False 1 False False 4 True False True False _Replication: True True True 5 0 True True â— True False False True True replication_adjustment True True 1 True True 5 True False Publication options: True False False 1 True False True True 0 True False gtk-ok False True False True True True True True False False 4 end 0 gtk-cancel False True True True True False False 4 end 1 False False 1 end 1 True False gtk-add True False gtk-add True False gtk-delete True False gtk-delete 9999 1 10 999999 1 10 10000000 1 10 gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_main_window.glade0000644000175000017500000014266311731702726020437 00000000000000 100 1 10 100 1 10 100 1 10 10 100 1 10 10 100 1 10 100 1 10 100 1 10 100 1 10 100 1 10 100 1 10 None 0 #AAAA00000000 Normal 1 #000000000000 Paranoid 10 #0000AAAA0000 True False gtk-go-down True False gtk-find True False gtk-index Any plain/text Text txt N/A N/A application/zip Zip zip lossless free audio/mpeg MPEG audio mp3, mp2, mpeg lossy non-free False GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK gnunet-fs-gtk center 700 500 gnunet-gtk True False True False 2 False True end 0 True False False True False _File sharing True False _Publish False True False Publish files or directories on GNUnet <gnunet-fs-gtk>/File sharing/Publish True up_stock_image False False True False _List indexed files True True False _Download False True False Download a file or directory with a known URI. <gnunet-fs-gtk>/File sharing/Download True down_stock_image False _Open GNUnet directory False True False Use this option to browse a GNUnet directory file that has been previously downloaded. <gnunet-fs-gtk>/File sharing/Open directory True open_stock_image False True False _Create pseudonym False True False Create a pseudonym for publishing content. Note that you can also publish content anonymously (without using a pseudonym). <gnunet-fs-gtk>/File sharing/Create pseudonym True new_stock_image False _Advertise Pseudonym False True False True index_stock_image False False True False Opens namespace manager dialog to adjust the list of namespaces you want to use, as well as get detailed information about all discovered namespaces. _Manage namespaces True True False gtk-quit False True False Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart. <gnunet-fs-gtk>/Quit True True False False _Edit True True False gtk-preferences False True False Edit the system configuration. <gnunet-fs-gtk>/Edit/Preferences True True False True False _View True True False False True False Show meta data in main window Metadata True True False True False Show preview (when available) Preview True True False True False Show search box in main window Search True True False True False _Help True True False gtk-about False True False Display information about this version of gnunet-fs-gtk <gnunet-fs-gtk>/Help/About True True False True 1 True False 3 4 True False Namespace: False False 0 True False <none> True False False 1 True False 0 0 False 21 21 True True True GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK False right True False down False False 2 True False 0 Find: False True True True False find_stock_image False False 4 True True True â— True True True 5 True False Anonymity: False False 6 True False 0 True False anonymity_level_liststore 1 2 0 1 False False 7 True False Type: False False 8 True False 0 True False main_window_search_mime_liststore 0 1 False 0 2 False 3 False 4 False False 9 False False 2 True True True True True True False True False 128 128 True False True Thumbnail associated with the currently selected content 256 False False 0 True True adjustment1 adjustment2 in True True adjustment1 adjustment2 GNUNET_GTK_meta_data_list_store 0 True both autosize Type True True True 2 autosize Value True True True True word 3 True True 1 True False True True 3 True False False True False Copy selection True False GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK False True dropdown-menu True True True False False GNUNET_GTK_main_window False False True True True main_window_search_namespace_treestore False 0 True True 3 autosize Name 0 autosize Root 2 True True 0 _Manage namespaces False True True False False True False False 1 True False gtk-new True False gtk-open vertical 9999 1 10 10000000 1000 1 10 999999 1 10 True False gtk-go-up gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_about_window.glade0000644000175000017500000004014411753203112020601 00000000000000 False True True True False 10 True False gnunet_logo.png False True 0 True False GNUnet-FS-GTK 0.9.3 False True 1 True False (C) 2010-2012 The GNUnet Project False True 2 True False <a href="https://gnunet.org/">GNUnet: GNU's Framework for Secure P2P Networking</a> True True False True 3 True True True automatic automatic True True False word False credits_authors_contents False True False Developed by False True True automatic automatic True True False word False credits_docs_contents False 1 True False Documented by 1 False True True automatic automatic True True False word False credits_trans_contents False 2 True False Translated by 2 False True True automatic automatic True True False word False credits_art_contents False 3 True False Artwork by 3 False True True 4 True never out True True False word False license_contents False True True 5 True False 5 True Credits True True True False True False 0 License True True True False True False 1 gtk-close True True True False True True False end 2 False False end 6 Jakub 'jimmac' Steiner <jimmac@ximian.org> Christian Muellner <chris@flop.de> Alex Jones <alexrjones@ntlworld.com> Nicklas Larsson <whybill@gmail.com> Juergen Appel <jappel@linux01.gwdg.de> Krista Grothoff <krista@grothoff.org> James Blackwell <jblack@linuxguru.net> Ludovic Courtes <ludo@chbouib.org> Nils Durner <durner@gnunet.org> Renaldo Ferreira <rf@cs.purdue.edu> Christian Grothoff <christian@grothoff.org> Eric Haumant Tzvetan Horozov <horozov@motorola.com> Gerd Knorr <kraxel@bytesex.org> Werner Koch <libgcrypt@g10code.com> Uli Luckas <luckas@musoft.de> Blake Matheny Glenn McGrath Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net> Ioana Patrascu <ioanapatrascu@yahoo.com> Marko Raeihae Paul Ruth <ruth@cs.purdue.edu> Risto Saarelma Antti Salonen Tiberius Stef <tstef@cs.purdue.edu> Tuomas Toivonen Tomi Tukiainen Kevin Vandersloot <kfv101@psu.edu> Simo Viitanen Larry Waldo Igor Wronsky <iwronsky@users.sourceforge.net> <january@hushmail.com> Christian Grothoff <christian@grothoff.org> Anders Carlsson <andersca@gnu.org> Nils Durner <durner@gnunet.org> Nicklas Larsson <whybill@gmail.com> Milan Bouchet-Valat <nalimilan@club.fr> Igor Wronsky <iwronsky@users.sourceforge.net> Di Ma Jens Palsberg <palsberg@cs.ucla.edu> Christian Grothoff <christian@grothoff.org> Nils Durner <durner@gnunet.org> Mathieu <mollo@bghflt.org> Eric Haumant milan@skoid.org Hiroshi Yamauchi <yamauchi@cs.purdue.edu> Adam Welc <welc@cs.purdue.edu> Bogdan Carbunar <carbunar@cs.purdue.edu> Steven Michael Murphy <murf@e-tools.com> Phan Vinh Thinh <teppi82@gmail.com> Daniel Nylander <po@danielnylander.se> License should be loaded here at runtime from the license file (no need to copy the whole GPL in here...). gnunet-gtk-0.9.3/contrib/gnunet_gns_gtk_main_window.glade0000644000175000017500000005777311734113251020615 00000000000000 True False True False False Delete Record True False False True False False Record expires in 1 day True True False False Record expires in 1 week True True False False Record expires in 1 year True True False False Record never expires True False gnunet-gns-gtk 500 True False True False True False False _File True True False gtk-new True False False True True gtk-open True False False True True True False gtk-quit True False False True True True False False _Options True True False True False False Automatically shorten names True True False False _Help True True False gtk-about True False False True True False True 0 True False 0 none True False 12 True False True False Preferred zone name (PSEU): False False 5 0 True True Enter the preferred name for this zone here. The value will be stored in the PSEU record for your public key. This is the GNS equivalent of your domain name. You should try to pick a name that is globally unique. 63 â— False False True True True True 5 1 gtk-copy True True True Copy the public key of this zone to the clipboard. False True False False 20 2 True False <b>SET TO PUBLIC KEY OF THE ZONE</b> True False False 5 1 True True automatic automatic True True GNUNET_GNS_GTK_treestore Name True True True 0 9 13 9 0 fixed 50 Public True 10 1 autosize 90 Type True True True 3 True GNUNET_GNS_GTK_type_liststore 1 11 3 Expiration True True 4 True 10 12 6 autosize Value True 7 True 10 8 7 True True 2 1 A 2 NS 5 CNAME 6 SOA 12 PTR 15 MX 16 TXT 28 AAAA 65536 PKEY 65538 LEHO gnunet-gtk-0.9.3/contrib/Makefile.am0000644000175000017500000000352511727710230014230 00000000000000# Process this file with automake to produce Makefile.in SUBDIRS = . pkgpixdir= $(pkgdatadir) IMAGES = \ gnunet-setup-oxygen-cancel.png \ gnunet-setup-oxygen-ok.png EXTRA_DIST = \ $(pkgdata_DATA) \ $(IMAGES) pkgdata_DATA = \ gnunet_fs_gtk_about_window.glade \ gnunet_fs_gtk_create_namespace_dialog.glade \ gnunet_fs_gtk_download_as_dialog.glade \ gnunet_fs_gtk_main_window.glade \ gnunet_fs_gtk_namespace_manager.glade \ gnunet_fs_gtk_edit_publication.glade \ gnunet_fs_gtk_open_directory_dialog.glade \ gnunet_fs_gtk_open_url_dialog.glade \ gnunet_fs_gtk_publish_dialog.glade \ gnunet_fs_gtk_publish_directory_dialog.glade \ gnunet_fs_gtk_publish_file_dialog.glade \ gnunet_fs_gtk_publish_tab.glade \ gnunet_fs_gtk_search_tab.glade \ gnunet_fs_gtk_select_pseudonym_dialog.glade \ gnunet_fs_gtk_unindex.glade \ gnunet_fs_gtk_progress_dialog.glade \ gnunet_gns_gtk_about_window.glade \ gnunet_gns_gtk_main_window.glade \ gnunet_gns_gtk_zone_open.glade \ gnunet_gtk_status_bar_menu.glade \ gnunet_peerinfo_gtk_about_window.glade \ gnunet_peerinfo_gtk_main_window.glade \ gnunet_statistics_gtk_about_window.glade \ gnunet_statistics_gtk_main_window.glade \ gnunet_setup_gtk_main_window.glade install-data-local: $(mkinstalldirs) $(DESTDIR)$(pkgpixdir) $(mkinstalldirs) $(DESTDIR)$(pkgpixdir)/flags @$(NORMAL_INSTALL) for pixmap in $(IMAGES); do \ if test -f $$pixmap; then \ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgpixdir); \ fi \ done for flag in $(srcdir)/flags/*.png; do \ if test -f $$flag; then \ $(INSTALL_DATA) $$flag $(DESTDIR)$(pkgpixdir)/flags/ ; \ fi \ done dist-hook: if test -d $(srcdir)/flags; then \ mkdir -p $(distdir)/flags; \ for flag in $(srcdir)/flags/*.png; do \ if test -f $$flag; then \ cp -p $$flag $(distdir)/flags; \ fi \ done \ fi gnunet-gtk-0.9.3/contrib/gnunet-setup-oxygen-ok.png0000644000175000017500000000230211635366334017260 00000000000000‰PNG  IHDR szzôsBIT|dˆ pHYsvv}Õ‚ÌtEXtSoftwarewww.inkscape.org›î<?IDATxÚí—mLuÇ¿ÿk)í]®kïÚR,V•!l†&¸¸,q¶E3c6IÄø´ MŒîí$_,.™"fÓÅéD^LBÜ$aÆÌl"“lS@Zè ôáJïì•âÃJ—¹™>É7—\î¿ïý~ÿË}H’„ÿ ÀªUÿ_ôzwuGu¬ñ£Æ9ò1ÞRt+½ƒq0î-Ý«tšFå:å%òÑ߆6Ã66‡ín+o£ÌyfTm¬BÆ#Ñ“Ëä ¡± %þeØ—Ùz½M²éŽ&Ê’kA0„ÌöŠíEB¦¾±¾ó 32@v…ô±”@†_1Öš¬¦Þ]Î «-Y<ÄrJL%˜ãç¬+v€n£¹krG[÷µÒ¦Ó~o»÷m¬ÿ_cɳôo+xPÉó‚¡$€HI͸gpäÌ)¸lO»èfÚ®ÓèF« ›¥!9Û[–-ÍHƒ­ÅVÁ¯åê ¶(Íf„H¡°’°„Ç5ƒÎÁN„<¡vé]é5,ãO#]³ŽW™U—(ܤ-v”@$ „ôÿ|FrM¸›ÜoºßÃ_°¿d/3›ÍÃ5ë7ª8£‰„(?yRRêHÂŽ tÁí==}&í[ 6¨¿¯É+Óæóù"~Db(ÁýÎ2b·ÙŽæìÏÙƒeXXï4ÌÛœT¬Þ€ÅXP^“R8BVœà“˜ñz:þ(žÆ€™1éxðRñ°|³¸Q%á¾âb¯á:­ÏZw! ÷4·žÓrg«Š UZ–F(î—¯M*”ZÇ*h|Ö׃I«+r<²˸æÔO¨›9ÎxxKÉÝD£ÓƒR")¢P‘†FÆÅYïÕçYûÆæ²BµŽÓ"— ¦Úˆq OíÀÉÞ>œŸÿ\èv  $ôº…7Õ–ŠÉ– ,‘M$¥Xqú›I”—Z¡±Òˆ‹bjÞb`:8²óÑÓó5¾»ráT ;°+ð‰ˆy”9hg¹W7×®% š‚Bî‚rÉ€’"0HjHêlÄ"b±Ñ(¢Ñ8¢>£ƒ Ÿs úOøë׌dÚÝÚC·iùÖ{êLðeσÊBÒHR ‘„€EQ€(ïøˆK0DYÌ1øiÖ5âûÂW‰ I› uëÞÉ3ðOÕóZª¥qŠ€×Ê3ׇõ˜þ’Á.÷ ½ ¥¸V ¥Ú‡´-ßÕH0o¼ Ej K›NÒcª‹Æ¹_¦/úú|E¸N2JÅL=ó©Óh}äÞ'•ðr¹ ) ‚W:Ô8{ñ·ËþAáM $ÂWBø×}êÂû"ìT §`1qLƒ‘±©I¹øMODB¿°u|nöôX‡ˆÛ}ëðëÑl|{n 8p#È#È\¯Sú:zØVi’4•šiùÜjõÏhÕÀªßƒÂ ÚŠu.oIEND®B`‚gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_publish_tab.glade0000644000175000017500000001174511732024711020404 00000000000000 You should never see this 100 True True True True _publish_frame_tree_store True autosize Filename True 2 0 Progress 2 3 autosize Size 2 2 1 True 5 30 True Publishing False 5 0 True True True half True gtk-close 2 False False 1 gnunet-gtk-0.9.3/contrib/gnunet_statistics_gtk_about_window.glade0000644000175000017500000004015111753203112022361 00000000000000 Jakub 'jimmac' Steiner <jimmac@ximian.org> Christian Muellner <chris@flop.de> Alex Jones <alexrjones@ntlworld.com> Nicklas Larsson <whybill@gmail.com> Juergen Appel <jappel@linux01.gwdg.de> Krista Grothoff <krista@grothoff.org> James Blackwell <jblack@linuxguru.net> Ludovic Courtes <ludo@chbouib.org> Nils Durner <durner@gnunet.org> Renaldo Ferreira <rf@cs.purdue.edu> Christian Grothoff <christian@grothoff.org> Eric Haumant Tzvetan Horozov <horozov@motorola.com> Gerd Knorr <kraxel@bytesex.org> Werner Koch <libgcrypt@g10code.com> Uli Luckas <luckas@musoft.de> Blake Matheny Glenn McGrath Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net> Ioana Patrascu <ioanapatrascu@yahoo.com> Marko Raeihae Paul Ruth <ruth@cs.purdue.edu> Risto Saarelma Antti Salonen Tiberius Stef <tstef@cs.purdue.edu> Tuomas Toivonen Tomi Tukiainen Kevin Vandersloot <kfv101@psu.edu> Simo Viitanen Larry Waldo Igor Wronsky <iwronsky@users.sourceforge.net> <january@hushmail.com> Christian Grothoff <christian@grothoff.org> Anders Carlsson <andersca@gnu.org> Nils Durner <durner@gnunet.org> Nicklas Larsson <whybill@gmail.com> Milan Bouchet-Valat <nalimilan@club.fr> Igor Wronsky <iwronsky@users.sourceforge.net> Di Ma Jens Palsberg <palsberg@cs.ucla.edu> Christian Grothoff <christian@grothoff.org> Nils Durner <durner@gnunet.org> Mathieu <mollo@bghflt.org> Eric Haumant milan@skoid.org Hiroshi Yamauchi <yamauchi@cs.purdue.edu> Adam Welc <welc@cs.purdue.edu> Bogdan Carbunar <carbunar@cs.purdue.edu> Steven Michael Murphy <murf@e-tools.com> Phan Vinh Thinh <teppi82@gmail.com> Daniel Nylander <po@danielnylander.se> License should be loaded here at runtime from the license file (no need to copy the whole GPL in here...). False True True True False 10 True False gnunet_logo.png False True 0 True False GNUnet-Statistics-GTK 0.9.3 False True 1 True False (C) 2010-2012 The GNUnet Project False True 2 True False <a href="https://gnunet.org/">GNUnet: GNU's Framework for Secure P2P Networking</a> True True False True 3 True True True automatic automatic True True False word False credits_authors_contents False True False Developed by False True True automatic automatic True True False word False credits_docs_contents False 1 True False Documented by 1 False True True automatic automatic True True False word False credits_trans_contents False 2 True False Translated by 2 False True True automatic automatic True True False word False credits_art_contents False 3 True False Artwork by 3 False True True 4 True never out True True False word False license_contents False True True 5 True False 5 True Credits False True True True True False 0 License False True True True True False 1 gtk-close False True True True True True False end 2 False False end 6 gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_open_url_dialog.glade0000644000175000017500000002162411712617261021255 00000000000000 Enter the URI to be downloaded True 640 240 True True True False True vertical 2 True True _URI: True GNUNET_GTK_open_url_dialog_url_textview False False 4 0 True 0 in True True True GDK_KEY_PRESS_MASK | GDK_STRUCTURE_MASK char 20 GNUNET_GTK_open_url_dialog_url_textview_buffer False 1 5 0 True True _Anonymity: True GNUNET_GTK_open_url_dialog_anonymity_combobox False False 4 end 1 True 0 True 1 2 0 1 False False end 0 False False 2 True gtk-cancel True True True True False False 4 end 1 _Execute True False True True execute-stock-image True False False 4 end 0 False False 4 end 1 True gtk-execute gnunet-gtk-0.9.3/contrib/flags/0000755000175000017500000000000011762217326013352 500000000000000gnunet-gtk-0.9.3/contrib/flags/si.png0000644000175000017500000000057111406350223014403 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8Ë唽JaEÏ$‹‘¨›5A-DI§Ú¤Að%lìììò6>IŠŠMÀÊF°Ð ã_LÜ„@vÝýSüd ow§¸g.#ªª$ gØPUQ‘¿kqtÖæ´E!nÖe§ä°¼äv!Õã:•F鉶ߥd:`Ëß5MßHs“Êî–ÇÚ µóáÑØ_P†×÷Ÿ¿\lØ‹ØÛÈàæÆYÄç òJù²‰`·ƒÎÍSüÍ 'q–âá«+yªµ{.º³½,ƒ…í‡ÁD…¼éPHÜjŽ0¡_q›ÿh«@Ëñh}nÖ¡Î|¯a=tÉõT1‘Ï%j»5#*•ô‚ßòµ^Ÿ§t¦ IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/by.png0000644000175000017500000000054111406350223014377 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8˽ÔMjA†á·{ÚŒ?ØL0Fî½€gÈ&gâÎà"Kׯ ¥Çi+›\!Uxà«úÊ|ÏfÒðž*ÏÙÍçü,þ,Àm¿Ç$ uQ(pu>ÃãAuNIDAT8ËÕ’M+„QÇçÞQÈ4J) ›ñ2Ébð$K"+I²·òlD‘O€­—/ >ceiAI›Y˜…š4cŠç‹‡‡‡äZXøïîéœßýŸ¹ U爆4œÏ.1±\`r8ËNÏ÷ë` >J¹j•ÏP­Õ@ß‚>=ã*h\*€Š€|Ê@$ ‹üõûú—J©sà\Ü­†!|€Óh,¾í§ú¢¢Ҙˑª³¯cQêÛZIý žÐƒ©T5k¹8-áT¹-–ÙìF¦½Û†65á4–‚‘÷öùyA±Ó•¹Á/NQå¦Xf÷ðŠ®ö 3£ký¡óÇðê ]œäöŽ®éͶ°:’¡v\@}¡¥­íĶ5 i#œÍGoc¨œSZ[÷w*Ö¢"ññˆ1ÉŠ Ö¢ª‰¼ïô'Çÿ /Ä…|!œ¤X@IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/mu.png0000644000175000017500000000025511406350223014410 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>MIDAT8ËÕ’Q €0[ò7UÏJ˜¶‘@Qq«€Ks­#EP ŒÃëÖÀà>µ0ç–²ç înNK²éÏëy¹æS×Å5/Ò::èZ˜½ qIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ls.png0000644000175000017500000000131311406350223014401 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>kIDAT8Ë­”ÍKTQ‡Ÿ÷Ü«ƒf…_Ei˜Bµ Š mÛ–ÑŸÒ¢¿"Ã6!B‹tR‰4?rQ„:~—Ž:¤“:~ \çŽÞ¹÷mq5G4šEïælîyîóãwÎUUþÓ¬¦^½›R@UQ p-Ê*ª1ˆHѰ Pbók´DÇ™ú±!6@ÖI³8;Àž›¡¼¢†Úºfj.]/ ¸ëîŒÓþa†ÍŒ‹Á°¬RV#¬$¾R[×L}Ó¢€‰•Z»&Œ%ñ}Å2UBèÒ÷A’sä–ÇpMgû¹uïÉ_a^Þg`4Ik÷K© FcUAŒ‡­°Ÿsh¸qŸÔrŒk·âînãû–Ur˜ÞÉÒÖ;C÷§8»¹<–PAÕ å?‘+½ˆªjÖÙ¤ÿÍSö÷Ê+ªyð葲óÇÊ TŸ_çE4F,¾Ž"„0ñ¡f¹Eά„ñE 7ï>Æ.‰àç=,;r ¸›óèŠÓÖ7Cz;‹1‚p`WšAêßÃå~ÄvQ%4õ}ÀÏ“÷rØvË.ÅX6K© ­] Œ&ÉûÆ€ª‚œ‹#Hå7 <î §—0KÒÚ5Abu#r×Úƒ‹ÃHCÙ7( ájŸÜ̸´÷Íðv(Žãî‡Àøe¿†.¸ð1ù#XÁ]9fªªL.lÐ16·~ a\…ªq¤±©H·+œBÓlΣgx¶ÞiÖ· ˤÄAêú þ#bg ”N¦ÔCÓåT†—=“ô,ãå Ë9»ˆ4v@å4"J1Ï|žZ žwƘ]J”Qðûê1¤éµHÙZ¡È?ç7Æ<„.—.IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/il.png0000644000175000017500000000056411406350223014376 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>IDAT8Ë­“?kAÅ߸n²Eä …Vþé´U,ý$–~ k¿Ì!‡…rþ)caLn—Ü›iswK¼×L1ß ûfÉËÈY4™¼ä•2Ì„ýVvO¾ÿ‘iµ–¡uŒZM¸ÙAû½æÅâµ¶.v&æ¿g[ËðýO\.»”„z] Õz@¯WB·«-$5„ \¯›Æhô„éÔÃíÆ‚œñ…´f¿_†Ö1†Ã šÍGt: BÚmõh(EX­"œÏß8 ¬eœN_©ÐbZâž'0W°^G‚†Ä`P†túÇ£æùüÕ=ýåòÝéN‰Q­Š,+€€mîß´8›=çÍDâñߣ¶ýN A×IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/mv.png0000644000175000017500000000101111406350223014400 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>©IDAT8Ë¥“½nQ„¿¹×Yÿ&2J@Hˆ–’†‚ˆ$Zx €–ž†7€‚H…R¡ÐA¢ˆ‘‚@‚ Ç6^gïP8¶1vB §Ý™oÏÕœÑÚŠŒ%’âÄS°„l¢üïkT6E têÙŒ`ÊÌü‡ÈPïäÄ"4‚B«Yáé½kìÕ³™m“QJ©L¿ÈINc¼NÎýg¯YùÖÅ:Ø ˆÝSU~,Vªm®._äÎ¥›¼ÛÙäÅÇ úûùxe#ò,RÄ0ö„?Ÿl‚!H‰ KçxtãÕ˜±þaƒ|Ð'ÀXæä8dŒ±Íêù뜩-óüýÝAéïçq(ƒ$Î6NÓÎ;ìôZÇ •„m¶Û_¨/Ti–—°woᨒXßzÅ×îwî^¹E¹” <µ8h$!°ÕþÌשe5n_^¥Qi`¬±4ÿøbaš­Ÿ”öÓLšŸvßðdó-¬FmÐc¡0u§{9±˜˜4ê~íÅ2–†)Íæ61ñ»fXñÅvºQ–ˆE¢Ùê¨ûÖðwÚS™üÏŒ¬¿TQ´ÉDIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/st.png0000644000175000017500000000104711406350223014415 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>ÇIDAT8˽”±KAÆ3»³{jŒ  i„€µ¢EþD1ÁÒÖ.M¼:SFRäL ÿC ­llRÆ?@lì®ÉÊîyl.îÝ~)vå4î–wf˜™÷f¾ùæ{óÌ› ÔZƒn0ŒÅ¼/?yöáÇcèûã÷4Á Þ½€4(ÁG ,n¯ŽÁö6 ‹ñ(ÍÄ!2y1É,œlBºv È©~v)×U#1¥¯Î’ŠŠ”8ÔDÙk¤.’êÛeukbòE¿Ñ`P¿ß^ëiÊ®ŸAº½]PçîEó¢¾~ƒÃC¸¸¸Í¬×ƒóshíÃÙ¤iã°`œÃ{(y€²ïÕlÐüµIDAT8Ë­”KlTUÇ÷Ü{§3Óv(±O¦mL¡ ¦¦Q| !ê JRÓèJ£ÝáFb☸p¡B\ ¾pEjÀ…±,¥Œû˜Ç)3m§ÓaÚyܹ÷íÌÔ¶;ú%'¹9'çÿû¾ÿùî§ ¾þ–¬y¼ƒË±2>97@ÿ勉]>ÚΟaø¥÷xõó VÖb§ÏÅk-p´µ„ÉšV^<}p8(€D([ ŤTX/´S? Ž÷òÜ®2¾ìn¢ç?__CU%ª*h®÷p¬6ÅÑ6Φ&¾ 98ûÙD"‰¼’RwŠø‚P(r˜Å&™vr9¹àÃõ[n'Ñ];¶òü“GÈüú ‹™,;k|Õí£j“-»ù¹oŠhà6í N&G5î.y1]3PE–­#€"Í ‰3ïÈJ¸2Rï“¶-±Q¶ V2…¢yËQ]n¤HËBU@SB–›“wö1eº–*V$þ¦ ·$%]xÔ$B¤IdKÈÞ-%2*‘ÒÎõùGŸÅ²$ºC¥²z3Zj™N“™#~ñJ½ýA²‘Y[a&«a&ñ$Ø=&˜¹JÎÚ Ûv\£?塵¨špâ6÷•fŽïEŒU`É‚ÕâÄU/» 9§³“¨³œ F#ÁÖÇp»¶àÇÚØÇ_Æå÷3®Wr&¸•7½Ì¤E^H6¦š&kf)QuŽꢭ¾ Uf°l{ms½ûÆÃì÷&ÉÜèáÓy.ü­01?˯TQ­ î„b¼ýÁyü÷sê…fžj7hñüÉ7Äùø_É¢USl …Æâ-ø¼5Œè:Šö:­.ÿÆPhšÞ¸‡‘)Ë4Q5ï®ÇèM6¾ÃHgœä›AÎíªãà¾Fa-* ±,•„áÆH:xÄ›Á’ÑøÌ2F®Ø3³|y!—7–iò}ßÐ }s¹WÁ²lû ö‘‡æ¤UEPå6˜ÆIUEuµÛ˜¹,–XneÕ·\g_P¸CþLÓÀWZ̦"7Ó)‹D2Nõæ \z ~oºþ»UØsš{ÁöEÞ?9€´ë¸9§sqø p„'*+èzh”HÌí‰Â0Q [Þ+ ~«Íþ½1žî€K#d&ipkdãp©÷®y \Ü pá_®­†=Û£T”'˜wqã¯-üËã0½6¬âBKÖz$·VÍꃲB<[½_ˆÿ1Î~ §]IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/th.png0000644000175000017500000000027411406350223014403 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>\IDAT8˵ÔÁ €0 Á;äoZ]P^Ò uE€àOþ˜*ÖŒV–e?R ˜@TIQzG`g&³ŠqM¦¸n;S|œLqh1ÌÁÅZ {\IÆîØok |SOÈü2(JR…ä‰IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/cc.png0000644000175000017500000000173511406350223014360 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>}IDAT8Ë•]h[eÇç#MrlÚN›µ¶3IÓ¬µfkkQüèÐv“Šƒ‰ƒ•"‚à• ^¼±½Úðf»7ÇØðB¦Ã﹩´qôc(Y\i›&1M—c³$§'ç¼^ôöKgÙïÕû<ÏÿýÿŸWúýµ7EóÓOpáFœŠ2ük¥JåäÝŸ¾Ï•CosøÃi,Ó¢Ëç¦7ôvUs½©“ƒïþB*­ëM,©ÂÝ’©‡¿’y1v‘=u|4æüóí|öe EY V™]ì(ÒÛ]ƒ+æó™*N#ý÷B…”MsÒÚê%ÏP(ÁåçžlÁliçÍOu6Á‘Êœ>¶ý†Q¦»¹Š|¼qhƒû™È»™¿>ÃcAM­ yê#ò.3¿Õ¤«Ÿ°m„°mdYÂ*)g³¨÷ÜâÖ²Œ°, TE"QÖx5ùIË]‘q(äåڵƷʮæžzË8ª›¶¡óˆR c.‹~ö,ž½Ï¢u´c¦Ó˜¶DÆT±Ëè°Ï—á¦X\I^(ŒŽN’$á÷דÏÌÍ-¬‚+ßÞ܉o¿Ÿ¶ý{ikk$53Ï ÜÕ¾Ïð÷¤ú¸Øô8ÁGwã¶¹áäÄ_µœüS%-"„@–eZZ¼!Q*-®c§iN††^Âãq122¹"4ÊÐ;oEú»<£—ùäÌï}WäÌHŽgZì¸ú31ÿü>x™o¢;ÛØ®eOUuAg8QÆ´uuG¾ŒiZLL$V“X–Íäd–±±Yt½øpXòG~üz”c#pzÌ 3¶À‚‰D‰ßÊÛ™˜.’œçÂq~š²É{}äf3ŒOY2å²E<ža||–|ÞX­csó6<±X]/­SB‚~òšî“VçP–lÛZ ÖøÉÿ3·6áp3À² kýA‚ ý.p:ÔÖºééñN¡ëE ÃÜtlnkÉl˜ãJî.—ƒH¤—ãÇ_!éÅårÜ ½)hà¥64Ô ÖÔ ÖÓÐP³ÁíA5ÍIgç}hšsÓЬSÈ劔J&©Ô?œ;w…K—â!ØšÔ‚ŽŽ{ì#"]q—W¬ñRpuµÓ´p8”åNÝj}·¶«7Þ(ë4Õí§ñÎyxž}¼ÁIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sk.png0000644000175000017500000000101711406350223014401 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>¯IDAT8˵’½K[aÆçÍ•«DCqèE¬¨m-BQ)u•¢]Å•âàÔÝÉ%œ\:»KA» …íPŠX‰_M0iêí}ïqˆ¶Õ¡^Áͱò¥Ä⬥ñä˜õ—}/€%øò@Þ*€*ÄÃPŸÇÌ·"kû>–Uô>‰ÓzÏð1uPÎg„ûÉ–ÔýY@U©nH0÷ü cK vKt·Õò®q‡Ÿ§ñ‹gDL¢×~¦ Z_Ï÷§/X«m¦çÇW¼¥y´ô+2@B‘«`@TA@ý\LÞ‚ HH¤[ÜZŽ^Ûø®tÞݼß4NÇIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ph.png0000644000175000017500000000114511406350223014375 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>IDAT8Ë­’KOSa†Ÿ9ç/).Œ,Ä…‚ºÓ=Á MôGwú#\º ‚ƒ D!a LD"^ЉàHÑbÀK,дŔ´œ¶ç|߸(1. RpV³™çyß‘¡‘mj1ú:‰µ€+ü’pyJ“é<ÝÃ{éì™!™Ì# ;b敊8¸‰Å³\ï˜æþÐwòk¥òöÛk­–;A¿h~¾@sû4ãï2X« T, VUUÁäçÁxÕGYÊút÷ÍÑÖ5C"±Z±=bUÕ³©§¨ŸAm 7Z‡WÓˆ³§–øÜ27;ãô?øÆÚÏ–í)ƒý4~¼‰R¢T©:tžÝ'¯àF#@ÁÏñìÅZº’Œ¾Y" Ì?ÁžÚ õ³ò ›O`Ö¾¤†qê/‚[…WøÌÙh¸zšËwHŒÍ"޳9XÈÁ3„Ë“˜•8¨ÁÝwœHí9Ä­ÀÙU™¥úÖ%.Œ½…0 œè&àòd„HÍ)Üêc¨)àF Nlì#ávÌÀ š[\wk£ "ØõEÔ¸Ñ:4!¼ÛKØÑ.Îo+ùŠ?þ@×}ÌÃDŽͷ±“`ÁÙ2ð·ÁQÄñðö7`ßO¶´a¡þ:àl ¥ì„êbúc„÷zÐtªâ³ÿº±¼ÌXs­3> ²‘çNë]ûñØc­IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/bs.png0000644000175000017500000000075611406350223014401 00000000000000‰PNG  IHDRx¢bKGDùC» pHYsHHFÉk>ŽIDAT8˽•MK[A†Ÿ33iüX$¹PŒTÔ,º 1”šjmAp!hЈâGSÁ…ntÑÿÑ?ПÓîJC»®Ý -÷œ.nbi T¸¹}á003ðœ÷Ì™qµúWÜ+úÖxªü™!À7¢¨ä·Úø=\eÌ0³LÙ¢ŠÞrs3nŸ?¡?@ÈüCdl 1KB‘f–8‡ÒmJ!àšO ‡¯‘ÆcðÓ ª`:>P¡ˆßÚf²Ûaj¡€©1Ò“êü/•–ÊôN'ÙmQâH›„€*ÿ†äs°ñ.ÏàYr¹8ïïâ}ö·žÀûwP]Lï^ ÷Ù`¿o º ILJþ8\Îñ¨9ÍÕ¹ãå*<ÈÁ—8=@- w2›«à»û”·×)E8e«ËíUû>1ߨÄã–«¨I&¯˜Ùﲋ µ:ᨇk­"ù<¨âLA$i˜LInf–ÐéâÛ¯é2hŒ >˜,À‰c ní……Ãu+dêçÁb¶2ãOÅz<;êIIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sa.png0000644000175000017500000000101011406350223014360 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>¨IDAT8˵”ÏnÓ@‡¿±7vÚBÒ–?BU+Ä… ‡>Rï<W 78sâ @ª !iıÝÄvv8P£¤YTzÈ\VšY}3û›ŸV½FÙRxÛWRôæYÏÃz@9'\Œgx²û”8Øcr=&4‘ÑÝé‘Wi9%«f$­„¢Î™Ì/©ír£Á&Ø8{ñŠ~tÈûÁ9q+á°ý˜ÈDiq53™_ñ²Ê0ûÂÛOoø–¹=¼SóÅrÁÅUËIç9-/ \.h›˜_åO/@Õ’–SZ~Àމœ®Ø€ `Õ’•)E³¨ç´Í.ûÑC’`Y™2«fÄA¬šâ‹O臸èÎ…úâs‘~f”˜Ì/é„]Þ Ï„¢ÎyöñHË)ýè€Q>Às,T\>ÿë–•×hã Ö‡l˜ÿå–æ¢¬4YÕoÜXÕþ'¼ñóqçGñ "‚ñ VU @7ìñ5»àãøVõ~“«Â÷bÄu]`u‰½ ‚ïŽâcT-²!Ôð¦AQäUᬲȹî%ËmíÝE~\¿Ì]«½l¶IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/at.png0000644000175000017500000000027211406350223014372 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>ZIDAT8Ëå“Á À /5`ÿ¥èƒ-*Ò%œW3ÀI>;ö@">75hL\žpL(!{×ÊÖtî½Ø9'{ï2hDÔUÓ~ìMªî9嫲¿i ôšVsÝÓ]IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ee.png0000644000175000017500000000024011406350223014352 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>@IDAT8ËíÓ10 BÑO/²Õ¿£¬uBU0ô®x ° d%Ð7á‚;Rž€¿ ª»#°f&Sžý/†/!¹ Ýr{´‘IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/my.png0000644000175000017500000000117611406350223014417 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8ËÅÓ»kSaÇñï{rÎɽÓsB/ÓšÁ *‡‚ Tª¢¨ÿ@G ÒÅÁE¡X\tœ\G¡è`¤ ŠJl«A-si®Í9y_‡ˆ"¸x2ä·ÿø¼ÏóòÌ% ¤†®·°í2®ë#—![EJ°GÏñ ï!1Ñ@ñÿÑÿ ‚á¡"³3/)”‚<‘ V31 —pÈ¡Z3(nJ€TøFGé½y‡¾^éAnÃJ 7Y¼üˆÔFœÛw'qãc9¦Ž¤IŽåXû`ótu7_¾ö£4Ìd¨\»Žßh¢á–`âÀ&‰]y.]=³­í©søÐ7fWIŽçH­Ç)”Bd²jÍ ´0O¸GGyžmU¨UM¶* ¡Á޾q»‚á—Äí2ý½u„P 2_ qï>uÓíà…"ý9F4Ú`d¨D:mÑhè¤6â<^Irpÿw^½ÙÉzÚ¢ÙÔ…ˆF1§áhž`¹¤PàóI®\|‚mUX¼5E&!j’Lä°bU2Ù?Y”«&HÁÞ—åsEbAåiÕóF»¦ p8ub { Ìë·#¼{?H³n`-WCÊ_§%a_\²<ã âmâYÎüî)@¢aú\4Ž«ý³¤P F™Ÿ› 6¼Áåó¼ôPª½bå‰]?>í©ØiDþäYoOîÞ^yÖøÇäÑîÀîæfWàŸ>•Ô½a@^IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/am.png0000644000175000017500000000026111406350223014361 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>QIDAT8Ëå”Á À Ãr(T'ž°-t¿–'êt ?ÈV$'±¥- …€ž ö«DÀÑt#ryª" ­I–‚·k!àxF2rõüƆÜ:ð2ÿŽ x-Z4ŸIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/cx.png0000644000175000017500000000167711406350223014412 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>_IDAT8Ë­•;le…¿ûÏÌÎx×{'6»Ž †D‰‚§( Q@h‚ ACJ7P€h ¥LƒD()RÂEÄC'–‚½Øë6a½Þõzwg濳?"a¤Œt5Òè×=ç?÷ž3’zê3ퟙ'˜(bR-PAU¸OÚÀˆ¯,îê§‚»oÌ6VÆ ·†/Äé¯aÜADám#ðf!"pà=Óíà"І¥)š¥~a•Ì¹ëø…Æë) ÇADG  W+†÷ÇCÖ›Âo5ƒ#ÚF†bÑÈ£±4Ic%O0V"snáŽTÁ¶ !å/ÇŒøÊ•²C±!<=ókÍtϸ½ã(AŸ!râ²ÏíRàÖ ¦ÓЏU*‘`¤×&Ra®âðV>äã3-†SÊZSºŠ$ä†^íé…Ñ4¯]8ÅO×Ê´ö *gi'·N€1:TãÃé'"^Žp•uC5JÔ©w"áûmC92¼x_L>€¬§¬4ÛD»4¬‚ÀòzO>ÿÚnD_Ú%Óoº#øç›çy¡:Éýe¥!|¹épµâpa8JôÒN Bró–°ÙëÂzTU‚Àa<Ÿ¦XªÓlÆÔëÄÊùgFèw¹ôÕr² ±K!°\)æÊ·êÂ{ã!#¾Å3.B›¿$Vz m9›QÞ½™baWhØÎMÁ`aêT†.>ÌD! b„¡¬Ï?þÍ×ßmtí¡VX\ËñÎX̧6y6s>sc=‹†g21ßkybÀ2¶l…Â9üR5´¬àH2†öŒ_™­íFü|}›b©N+)Ïá±G†X*Õ©V£Ämð¥ÍA ƒ»Ìœ¬’s ó S|pé96þ£LÄVj—ÕȲÒ4l‡«ÉâÜ|A˜¼¬]tt° Ž =cö¶O…´r6W”…ÕÕ=?i絎‘ÚÞÉËÚ%b•ühO>šåÛ¹M*;áQ“¶Á±xRhˇ ¨ü'Õý>Ö¤:}o¿~šk7w¨T®Äü.€£¿u^û‚¨YÊß‘@Oê}y'r>k› ¢Ðrì¬<žûñ ¥„@¾„ñÂCÀ™j‡ýÝøKí#jL韙ç_û–õÆœþIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/fi.png0000644000175000017500000000050111406350223014357 00000000000000‰PNG  IHDRúQßæbKGDùC» pHYsHHFÉk>áIDAT8ËÝ”±NAEÏ[¶;|‰ál-(ÕRmùC!_`²Ÿ@EKCbƒ±Ú‚B·4¢v®&,‰31ÜrîÜ9of^žIúr^×OK&ÏŸFÍ ”î/ŒïÚF ’Ð@¬Ž”ŠÈgÒ‡¬¨4Ö¥x}sÛo7lú²Ò0+¢*3ú ¿×M³m‡y)ФÔìï­šìÝ•Ú_ãÞhpÕ¬4Ö^d³òÂAbàÅyç„^÷EÀÒÑm«ÒX9Ï<ÿ&w›¡‹³:7­€ã?]Ä8‰Éßd8è†,IY:ôu§IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/uy.png0000644000175000017500000000066111406350223014425 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>QIDAT8˵”=/ƒQ†¯óQ}Q•×G;!a0Ú,6»øþƒ_€É&›…EÂ`Ab‘H“¦1Ð`QŸ­ê9ç14b¤¯ôOžû~®ç9'G‰ˆˆxt ”â?²­`!4îh¾¢º (÷„íŸGÛ>®ÊˉY W»¤Y;!4¶‘ÚÊN#6¦«w†ý+ë§`u2òðyƒÿØFgÎ1‘ÇU+¸·,Ʋ07J>î†ö³±" Màö˜œ©#> v˜©ñ˜Ñ‘L²+ÆôàÍ,®z{©ƒ›À¤òhygc÷ÕÍ 0 Ö¢L„ÍÎ#¢ðõAcÒ9lv Î1—˜Ýþ…*ïCë)º*"PÃD|B«¤ýðÅ僖S)~Ø"áû8±ìÑY%¹û7òëÛçd3ÿ…ü¸“äL®uŒ\mí;þý+vB_[ÏŠ”2NI‰IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/tv.png0000644000175000017500000000214211406350223014415 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8Ë•[lTU†¿}ΙәNÛigÆÒôm›V4ÒbAP@¬7ŒB4H 1D_0&&šžÄx!€‰i05õEMP¬Lª4MÛJ­”–ZÚN;ÌtÎ\÷öaÚ)Òý´³ö^ë_ë_ÿ^[tî~Yy›ùlÐÁ¡¶..ø/SW_Îñ5A’‡ÞAß³—m§\ôô\¡¡ÂÉÎ)6V º*ïb·«šq¡qó¥@ ²õRiD¥ cç&-ýgØTç¤iW5'Ηã¶@B°¼2ŸG½“l®ÕˆUðþ€/Ž2¾­¼9 þùfˆ=˾"˜prdà!Œ§Ö/A3tF tîŒ\áõuUL¸«ÑNv2ä$ÂìßZLÎX«¢–»Š1ž^•O«Ó ¨þ   4’ÒÀkÑ…$. D÷m’ ‰)Ñ$#2E³Ûѳ(¡”èšÀŠawϽø6#‹@©ù BÒEC~?•Î~¯ÇJ™‘”úR*ìwA6X4Ó$ÔñÓ>Žúzòî]MjzšT4F“i+AÔ™‡ÊrÌM—I‘=ÀæâvÎN-£ÙÓóK¾çbG ÝÁ¥:Œç—qOc»·ÖQ1=À¥Î>ü%+i°»>ú}Ò¾æ ¡ ógúþ¸ÆÑ^ŽQñ•8n¤¸Ìq•*¿¥u`#Ÿ­ã×Àíô…Ëæ.…øhÿ×j+HÒßÃ7íVH—‹c«'áÃwÑ_z…í§]X¡Ï?YÏ#Uu®—¶¾¬ß€åʹ¡Á6‘¤6wˆK‘BB gæ$×f‘R‘dâÕƒŸ(믫t$ é蓘Žá-qñDy å;Þ´–Ï/equ(€0tjï(eCóbâCÃCÈ´gž ˆë•5oïÎ òÚò6&9è{Aë…®ƒ’ ÄÜ}h¤J‹EˆtŒ”LŸéZº¿*­\·yBû£Ñ&ã¹JÝfˆEY“ Y^öÖœ$˜pràâchh" é r6˜)gª!m—3 hâ:Q¥+môø9Þ¸Uîs36Ð…dGÅw¾û=g±Ï¿ƒý-¤”Žq cç&Ã’Þkåîß‚?´S‹cÓ’$•NûÄ &âyŒXÒ–qñ©!*q]'.[oÖ£Q7%ŽqÞªû˜ƒðåðÚLr(1K·2hÿW€P;&x¸ø y¶0Mž^ÚšöÑäéE!Äs‰JM¤æs!tZv½¹0ž[JáÇ8;UÍŸ‘"b)¾Àr.†Ë85ÖÀ¹P9RióÅ™ñ^0ÕKs†©É½Ìï“5ŒZlz‚„4˜÷kÌÎ묿nG­²t¨²+IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sh.png0000644000175000017500000000150311406350223014376 00000000000000‰PNG  IHDRfdåbKGDùC» pHYsHHFÉk>ãIDAT8Ë­“IhUWÇçÞóÆä% 5‰5 )‰OcP""†ÒtH ®ªPZ‰QÛMÁ…àF¬H'p!¶ £¶´!´¥Zl, Æàk†¦Õfv‘ç›ß½çë"&Þ$BÐö¿:ç[œÿùŸŠ<ì$×Ô«Ï¿âæ·=¬¬}“‹uƒ„Ú[Õæcrä|LÕ–‡Ù¿Þ¥1Z §zKÌ™ë\Px ̃ÌÌôÞÛyëãþvõÙÚ2¢Kê¸ûgc âºøÕŽM>]™GÊWp¬ÛR7Úú-@³ ^|B7l­&^äÇW˜æÐÖ ›W¸r\Ρ)äÊ2Ô[•|ד¤¦dœÕ~êJ/Ìá¥{X^jÄåŠBD°œø3L&ƒ.yå "ØJðYŠÓ‰(§ãµ‡„ÙÖͽƒN®Û‚¡¸¤€€%(‰ŽûdûúˆlkÀ.ŠO¤Hâ#N“í CܱIJ‘B!tÉd,â cfG¤[F6ÐÔ´†–÷–âüö+‹k¨ÐaôÈ0#Û÷¬ª¢"v‡®Î1¾z“cÀ$~ŸâpËïÖ"¦˜ph˜oÚj9y®cÌŒ"ëÀ'ëÙµlTz.]gßÕ!Ž~ù»¤YñkK~þ1&ì¼ÌÙ"V×-—}•O¥J§e*w? ilœàµyšÊ±¨4Å–ÍãØöìLô@k›óËXRÝ-ÐÅY¼Ä‘ yËR5Vwç„yò׸}üÄ÷ªµþmÞ_]íìN¢\£9ÛÕL6\A¶ÌÏ5ˆA¥~Œ·g»]°ˆš’7Ýo5®zÑ{5=W¶m±«¸ƒÉ†(Ýí&”I‘ìÍûââ±Kƒõü¡éF(O5¼-™;\z³‹YÑs›\û0•£qû7"fΞ¼Ráç-›p/³œ'ei†–11QJâg^…ìqy.çÕ1µv|‹òã77Wþƒm…ûö<>[Ék*˜Kô²óÿJ²0þëC&Ì…¤MYIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/eg.png0000644000175000017500000000044211406350223014360 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>ÂIDAT8Ëí“= Â@…¿‰c!ˆ¦1XˆeNá…¬½’×Ñ:`a£±#ò³kwÁ©‡oÞ{ÃåC| üÛpCšz-ªZDzÞpÑT»š®½¡Ú„cDBDܦEUßÂ(NªÛ3˜Ñ<öLkÂ~℻ϫÒÜ3Úò€­ÎTÅ–®¾xÅbœÖDÆKª(¦­s&ó¦?òË<Ë2ëŽm®´õµ%&šÒ c$ˆÜð$I://E?åüëÿmøC×F8ºï.IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/za.png0000644000175000017500000000131711406350223014401 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>oIDAT8Ë”OHTQÆ¿sßsÞ8c:ŽcÍ@Æ”YÌ”†…­Ä"¢(#™¨h2ÿT†dæÐ"$«M´hQ‘¤«¶TË1вE8f¥™£&¦3óæÝÓ"³\ù¦ow6¿ûs¾s ÷v0À°ª7åK«Ë çµ::kÐuÿ)Å^áé,”Izy‹AcJlªÞö9©ÑXÂÉ’>Ì ãYä°––)þŠ a—ø8,Àœ\)ñPãÖYdd¦#Á Í&~PÏè+Ê„ê?Öˆ\WžB,³î €,ñ-uÄq¿×'<ô.–€ ,y³3W·×pÕˆ"µöð›3vdg+Áû+5¶IDAT8ËÍ“= Â@Fß„È"‚he)°³öžÁ[ØXÛyí=Š×°lRØXø’0AXmfCRø`«ýxì7»+ì†)‚”,Ž™®ÁC¦{-ÂßE€{ Ç7ú ¥ÕѺ0 iH¨Î EÂi z3pãJÜXØŸC²…ɺ‰]ß¾Î_!O!»ØÕÍK)npZ ZÚ•Maù¬–7ÒfB_ò|þÿ§´.|£U#Ø•ácOIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/kh.png0000644000175000017500000000100411406350223014362 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>¤IDAT8˵”ÏjAÆ5ݳ=³cvsSðäAa%Q þKˆ ˆ"Š T<ä|>CÀ[À³j𤾪j9ζ² $‹"°YùŸæ|*Hž£e Ìç¤|!;ô¥d9ZU ÉrÜ­›T;¯Ða bÌ5ÅÚ‘¤Ú#R\»Œ[>‚eD>8ÉÒ½;ä§OaÓé—H‰Æa¶±ÏAø;% (ž=Aº]Чé\\#9v”ðyw}“ìîmÆï÷ˆß¿!$LóØvÿ"vu{ö éê ݪc@•tíË/_ Y†zOzþþãÚÏN_èŸ3Qç F©scPï¡,!@Q™š¼rèlÞ Øz„8yŽôz5iŒ`H :FŠ­‡ÄƒF»» “.Ø1fB·,õpWÖîEßísPUuUk‘Ž«sïÑòÒï#W×ñoÞ¢?4~7Bp_g¤7þ¶¶C&´4½“Úžiå¯91kºŸkGþ kçܶÿÁB?®ß•Æ—ë4ó ~IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/bo.png0000644000175000017500000000024411406350223014365 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>DIDAT8ËcüÏÀðŸF€‰VmÃYøiæŒÿÏ2ü¥áÿGS &`yûƒ†ª»†áÍ\~ù #Í §e¨ÝÔd!r¾-CDIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/dz.png0000644000175000017500000000101011406350223014372 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>¨IDAT8Ë­”MHTQÇçÞ÷|6âGŽ4 c£.ÆBD3 š@‚«v»Z´iã®M‹VEP›ví[¹Ö…® +p–. ±Ñ„Á…!æû8-”dÞ›Ïânîáw.ÿ{þácZI*È7çù4²@OóÄvSW×*¬§‡(ØË+ н».SŸ#¼Å/he ÃD°SóF VZx>ßJ‹x\™XÃß>ÄÜ»ƒB¬m¬€…ñu·³ì¶ù¼z&¼›ž¡]®nn@Ã`Q…‡å†×Ó¿)ßtVÊøëûhº3Ð1)ÜrU˱«T²ê8ptÄñû0عUÀG‘ÆÀ¾£üL‡4ùBaÇák€1¸KË`ïׄÆh,`•¹â!¥ÕO—Z©x8¥qš&¯V6!Š÷•åIêåyO>ðGWÈ^GÄĆǃU—«•*æû¦;‹ä²ˆ©ýb©ié3{œÿe™ÜÎò¦÷™ÛEèéFl¼·böøDå[Æg¹Oø3t©3+4!ƒôtJ²Ùþ‹Ô‘nŠ ÿÆÔSÏD`¶K ÈIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ge.png0000644000175000017500000000134311406350223014361 00000000000000‰PNG  IHDRä˜ïUbKGDùC» pHYsHHFÉk>ƒIDAT8Ë…“¿K#AÇ¿»ÙÍw9/P++;Qˆ•…`ci§b«„ ½ `­¥XHTì5èDA^!Kðz·‘\²“É|¯HvÞ}«Ý÷>¼7ó}o@ò…¤$)A •ïK†2Š•÷÷ë!…d²QÎåêQÜ„¡T¾/A³$}€)hŒ¨ ›™a©$hŒ $aŒ Ò hŒïî„7;+ª''M–„ PÞÙÁÓÆj¸_ZBõô±, íªáaeÁå%žÖÖPÞÞ[9;‚X¯ƒZÃrœfcðž¨(%,×llg[w§QŠ•|ž×ãã ®¯i ’dùà€…d’×eyo$i´f½T≠¾ÒhÍ–jN£Z‹èïÇ·õu$Òi˜ h6”`óBFJD¼J¡guv*#å«;ÅÑÑƸoü"ã_íûWW͆p2™¿½xËRÖw@pðE#!þ+í|šb<Ëz=a««z|D5Ÿ¤FFàvw¿Ë² ŒRÒ(E£5Õó3ƒb‘ºR¡ÑšF)–s9\—×¥¿»ËˆÕ• ƒb‘êù9fR5ÛrXކ!jççðææzÞë %±WV"Ñdµ†º½…7?êé)†ˆêØ­ÕÁ¯­-<¬¬ îy(-,à÷ÑÑ[ÃÛ¾«ÇÇ(-."ô<Ü//ãçæ&ØÊÅ‹íöôàÓÐø<6·³ó]ç™ RÙ,é4RÃÃ}}qΉ¦øe|nWÔý=2ÓÓ½½ïü88·»õ›¤''‘ÊfãÆ/%z- )Û7Ÿåýý×—’ËÅq£u“UŠmªýÉ6ô¢XÉ~IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/mh.png0000644000175000017500000000175711406350223014403 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8Ë¥ÔÛNcUÀñÿÚÝÝíî Jqz.gCŒÑ‘(™ÁLô Œ‰/àKyçx¯&މ0q„a@-ÐÝsKϧ½¼h¨1šÁïfݬ䷾ÃúÄÚWßJ!%€D¡z=!÷‰”S œZ›‡¡4O§ÏQÿ~I®[qØUò¥¦ RÊ{ào@—ÖfÁŸec*Éüx›¥s K)±ªƽ:± §ÃÊeºJ*[¥Rk¿~ zl-–‚6&“¼ëË£)]PX=Ó}XJ‰¢B~«Ka-„pêVŽE~x~ÎþqŽZ£ƒ”ðo¶)AJ…{‹Bi6&Ìx haÇö`Gd›wUö‹nS™yùlmй /B"A7×Õ6F¶F½Ù¥wX–äàôê-><™L05ZÄjUQ=3è¡eôàCTw!€~Æ6M%0î"âwóÀç¸)©K׈…<„nêÍÅrsPò7 À˜ÞäQ8Å㉣e4݃շÒÏnü=,6Ï  /58I–úp»Ó#S¨aäjäK FÝvš­.F®Š‘­R®´Àˆï8|¹b=– æ­có±>ÅZF¡"%d uNòlí¦xù*ÍeºŠÚ½¤Öèðú¬ÀÏÔ]œº•£óÛ{ùRƒnÏDÊìwÖY^%‰ú@÷Ía¯¢ûQì^L F¾Æþñ%›»)v3\eª´Ú]E J-„À4%—é ßÿzÆái·³‹©\ëZ 課MŸ0ˆ8ëèá´±zRÃÈUÙ{qÊæÎ»GYŒlV§×ß ,åf6n¾“‚v§G2U¡Pjâvj¹:RJ"îkâ±$ñé"шWä ìéZ}¹;?%Ùܽ⣙|v÷Sï`wchÑŸÎJ½K³Õ!â.ñxò’ø\‹ØôŽÈ—˜ÎREÉï¿dØÜ9`ÿÏ<¹BNÏüOìàÛµ¦*&±‘ÓÖß׈Î.#½K¤ª^þV`k÷¯Nò7}l–’Øcv¬ÌÓùkâ‹cŒ†?ÇèDøîu‹­½3OóË z¦¼76[-]f}5ž~ÐeqÞOK[æÙ…ígEŽÏ·)UšHS"àÿaCð×Oê½¹™ˆ<»öñÍÏmN/(•˜ƒ5*q“÷·†â/Â<°¡¸“È}IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/hm.png0000644000175000017500000000173511406350223014377 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>}IDAT8Ë•]h[eÇç#MrlÚN›µ¶3IÓ¬µfkkQüèÐv“Šƒ‰ƒ•"‚à• ^¼±½Úðf»7ÇØðB¦Ã﹩´qôc(Y\i›&1M—c³$§'ç¼^ôöKgÙïÕû<ÏÿýÿŸWúýµ7EóÓOpáFœŠ2ük¥JåäÝŸ¾Ï•CosøÃi,Ó¢Ëç¦7ôvUs½©“ƒïþB*­ëM,©ÂÝ’©‡¿’y1v‘=u|4æüóí|öe EY V™]ì(ÒÛ]ƒ+æó™*N#ý÷B…”MsÒÚê%ÏP(ÁåçžlÁliçÍOu6Á‘Êœ>¶ý†Q¦»¹Š|¼qhƒû™È»™¿>ÃcAM­ yê#ò.3¿Õ¤«Ÿ°m„°mdYÂ*)g³¨÷ÜâÖ²Œ°, TE"QÖx5ùIË]‘q(äåڵƷʮæžzË8ª›¶¡óˆR c.‹~ö,ž½Ï¢u´c¦Ó˜¶DÆT±Ëè°Ï—á¦X\I^(ŒŽN’$á÷דÏÌÍ-¬‚+ßÞ܉o¿Ÿ¶ý{ikk$53Ï ÜÕ¾Ïð÷¤ú¸Øô8ÁGwã¶¹áäÄ_µœüS%-"„@–eZZ¼!Q*-®c§iN††^Âãq122¹"4ÊÐ;oEú»<£—ùäÌï}WäÌHŽgZì¸ú31ÿü>x™o¢;ÛØ®eOUuAg8QÆ´uuG¾ŒiZLL$V“X–Íäd–±±Yt½øpXòG~üz”c#pzÌ 3¶À‚‰D‰ßÊÛ™˜.’œçÂq~š²É{}äf3ŒOY2å²E<ža||–|ÞX­csó6<±X]/­SB‚~òšî“VçP–lÛZ ÖøÉÿ3·6áp3À² kýA‚ ý.p:ÔÖºééñN¡ëE ÃÜtlnkÉl˜ãJî.—ƒH¤—ãÇ_!éÅårÜ ½)hà¥64Ô ÖÔ ÖÓÐP³ÁíA5ÍIgç}hšsÓЬSÈ劔J&©Ô?œ;w…K—â!ØšÔ‚ŽŽ{ì#"]q—W¬ñRpuµÓ´p8”åNÝj}·¶«7Þ(ë4Õí§ñÎyxž}¼ÁIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/eu.png0000644000175000017500000000101211406350223014370 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>ªIDAT8Ë’ÏkQÇ?ïíKšÝ¬kÓÐb¡ )zHME"ôP)9ô`Îþ‰‚xÞ ­ =ˆýaA¬”þH7Ýìvßó`»©úvmÓ{3ÃÌg¾3^þi–w¾Éâb\T½ϲÿï97*,¨ŒÅ´ÛŒ•V–Öyúd¿zÆBs ¥Î É-…G¤žÓžÿDÕ‹xÛkònõ!µ d¡¹CIéBraÓXJMgqƒ­½i>™BëÑøB†Ù»Ü™<¢·öÀJ®¬ê”0hí\™,f¸•˜ñ ,ÒB칎4ôC—¢+¸U=#Nøt‹>Òí¬zÛˆ„æy·G«±kͱþÇÑû9Ä¿|SõcQ™Óн1„ƒ ­Æ.3Óßsˆ%÷ï}cnvŸÓ°bÈ~ÇÂøÊ¥4w9ÿµ¼ËÐÄí>ÝÎ*¯Þ<&9wÐZR¯õYjoòòu›hX&o¹*·%†a¢Øû:Iœ(ž- º¼_Ÿcÿ`‚4•À ‰/I`¨×NHSÉщŸùŠNQ:W¥¬áÇapåÿgÎßö }—n¶üàIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/bb.png0000644000175000017500000000054511406350223014354 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>IDAT8ËÕ”±KBQÆ÷¨¤ãCš\lTÛ´Æ–&i“ ÿÇöw‡„  Ý‹ÀÍYÅPœÌá½ÛplHÌwõâ·\¾sîýqÎ7\uÍJY.Ûú±ò€¥PË]­Ñ×w%žZYî„ÔáÉã'”åÓ\)˜Lá½³9t?`ö%~2•þö“+p¸¯Áó TÐ|ï8Þ ¬…k¢6œŸBoáœg©»Ú%¹çÒ0I4ý‘x<ÀÞðÅô1>ÇðÖáâ¶Ô}Ã"GP¾…Ä1”o 6ye29p`A* Å<¤NÄ›èÐìpuQÖÅòk ´¿Ë7KF«fNNAIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/mw.png0000644000175000017500000000055411406350223014414 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk> IDAT8˵’±JQEÏ}ïm"*iÒADIa©vZZYÛú#~ƒ¿c/"‚Ø©ˆ‘í´±Éî›gm’쪄½å s¸sg$jÔìdŽžâÕ·¥ñV3§:𶇹'&ÚÔuБ¸*Œ‹Â(+fCt݉£Üó¥ÑŽ%ÁMa´%ö3Ǹ,ìïà´ƒ˜ÅÄÙr‹Ý œÄK4N?K®Kc/8îJãcÎΡçf‹m €§˜è1ŒÆ NzØòâ|l¼»Ä†o–ÐtÆ÷¼2㟆MÁB$šA~;^óâwéŸuµ¿¶€‚R3è0ZÍ›Ÿo6äx¥!ÇnqÆ|p“_Ñû þ [}|ÜIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/au.png0000644000175000017500000000173511406350223014400 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>}IDAT8Ë•]h[eÇç#MrlÚN›µ¶3IÓ¬µfkkQüèÐv“Šƒ‰ƒ•"‚à• ^¼±½Úðf»7ÇØðB¦Ã﹩´qôc(Y\i›&1M—c³$§'ç¼^ôöKgÙïÕû<ÏÿýÿŸWúýµ7EóÓOpáFœŠ2ük¥JåäÝŸ¾Ï•CosøÃi,Ó¢Ëç¦7ôvUs½©“ƒïþB*­ëM,©ÂÝ’©‡¿’y1v‘=u|4æüóí|öe EY V™]ì(ÒÛ]ƒ+æó™*N#ý÷B…”MsÒÚê%ÏP(ÁåçžlÁliçÍOu6Á‘Êœ>¶ý†Q¦»¹Š|¼qhƒû™È»™¿>ÃcAM­ yê#ò.3¿Õ¤«Ÿ°m„°mdYÂ*)g³¨÷ÜâÖ²Œ°, TE"QÖx5ùIË]‘q(äåڵƷʮæžzË8ª›¶¡óˆR c.‹~ö,ž½Ï¢u´c¦Ó˜¶DÆT±Ëè°Ï—á¦X\I^(ŒŽN’$á÷דÏÌÍ-¬‚+ßÞ܉o¿Ÿ¶ý{ikk$53Ï ÜÕ¾Ïð÷¤ú¸Øô8ÁGwã¶¹áäÄ_µœüS%-"„@–eZZ¼!Q*-®c§iN††^Âãq122¹"4ÊÐ;oEú»<£—ùäÌï}WäÌHŽgZì¸ú31ÿü>x™o¢;ÛØ®eOUuAg8QÆ´uuG¾ŒiZLL$V“X–Íäd–±±Yt½øpXòG~üz”c#pzÌ 3¶À‚‰D‰ßÊÛ™˜.’œçÂq~š²É{}äf3ŒOY2å²E<ža||–|ÞX­csó6<±X]/­SB‚~òšî“VçP–lÛZ ÖøÉÿ3·6áp3À² kýA‚ ý.p:ÔÖºééñN¡ëE ÃÜtlnkÉl˜ãJî.—ƒH¤—ãÇ_!éÅårÜ ½)hà¥64Ô ÖÔ ÖÓÐP³ÁíA5ÍIgç}hšsÓЬSÈ劔J&©Ô?œ;w…K—â!ØšÔ‚ŽŽ{ì#"]q—W¬ñRpuµÓ´p8”åNÝj}·¶«7Þ(ë4Õí§ñÎyxž}¼ÁIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ec.png0000644000175000017500000000063611406350223014361 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>>IDAT8ËÕ”;KC1†Ÿ/'½‰§P”Jq(Å¢8xÜý úoœº8¸¸ù¤: Vu°Þk-:K«´'q°Òõ¤ÅB–ä}’¼ù^±/X†PjжýÉVèûäh˜vZ-ðÙªg– ¡Hú5ä…TÚìš­4ïtùJÄéáÍ´oÇI¥'…‚ÈCC­ž r4‹Ì•Š%Nó<×?WpÐÒÛ«ç´H dë#$' x´(<)¶Ù«ô¼ˆìZf+º9¡beá–u}ÅäÚ2ö#à©|Í®Ls|1ž‰,¥ñ>…>ç3Y^÷O°]Ë]&ÇýÚ€Š®%zlÓ±,ž™ïÖ¸Œå;žÓ3ÈNlÉ92- zkGd\Å0«qƒm×!Þ`Ü?ÖвúIa-Ë.IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/fm.png0000644000175000017500000000071211406350223014367 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>jIDAT8˵•±NA†¿Yî8Ä  m(´§Áè ØiÁKøH>†&–¾€&&jc)¶bLÂéÁ±cwA,q’K&›™ývþ›•³ó'ÅÁTÇi"â’Žq…näsò¹ô«šç-=ŽÛ¨Âõã;Ý0^¹ò•ÁƒXÉ{Ue0´ÿWñì}bËåmgìtaÜZ`UED°ªøV £Q#"¨* ˜‰Ÿ7YP€ÝJ@£¾E©è¥›NªJ¹èѨo±S ~å:ßÐÜ/Ñ:¬Q.zÌÛOÊ›>­£ͽŸý³dJ -Ï=Ú¯_|†1óþ‹›ý˜h‰†ûœÈøòöí(2µ6× cîÛ=ÌädYwœYqš†#ÞXÎ(¶X;i&Õ¥ –œ\I%–Ï §UNšUüœ,Œ[qIDAT8Ëc4œÂø‰á?'Ã,àß1nI†9äÔð¿ïŸ3¼ëòføóò.#^µ, ÿYþÿg`a *øÏÀðÿ?^p q_?n€Ë@(`"ÒªƒQ‹G-µxÔâQ‹‰ç€z I’rIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ch.png0000644000175000017500000000065311406350223014363 00000000000000‰PNG  IHDR;Ö•JbKGDùC» pHYsHHFÉk>KIDAT(Ï“;NÃPEÏ`G²ã€„iS ª( Øk c)t¬ŽmD| įB,€¸€|¼\Šçœ"e¤)Þh>÷Þ™g9‰ØÐÂeA!`0` ÃÖ aaްZ‚:]xzFãÑbƒœDÿ}H¬<­Ëµî4És¹Ö½ò´îãs¹ajáGX¥qä‘#İ‚°ugÛwÚM!(ú¤)6•õûgFÁr ‡œ\_aqì ö±(Bƒ||‚s¨ßÇ]\¢ÇŒ`*˜°¤Š6±¤ZÒÄ¢š ÿèö°¤ZPœ©m¨ÛC/ožãÊÉÔíëc {Žó^Jx{ƒ5èõñÙ9´³Î!…~ k{ ¸±Ov² e_ÅÄ9µ§ Àü:êa4Býß †±UÖcþ¶ËVCÎÊ ³ecãÛþ£°Î~ÓǬüY\ZIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gi.png0000644000175000017500000000104211406350223014361 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>ÂIDAT8ËÅ”»n“A…¿ÝßQLd! D‹u^ Pæ-L‰è !”P  ¼A$ PRœ¸ ¾ ÛòíߊÈXB@ìȈigÏ~gvVÇ™™ñ*œGdª0ó+‚ùwàáÇO ö÷‘õu¤´Ÿ=àò­›XJÄ^Ÿ×¹¸µµÐ} [ðõî=šõ:ô_½¦÷â%Çõû|ÙÞføîýê'Ö^¯ŠWE¿wñª˜*åá!n8¢È†M' ƒšxÚlÒÙÝűqDëÁC˜N!E:“Žçè>yʤÑX8ÔjÕ*b_P©àÌ©V‘3¤R67W‡%%Í>r¥B2à‚ÇDH¦yµOMŠäñq-Kb»õ³U~;!—åio<&—åjÀ:ѳGîtïq1¢'-$k·‘ñÞC¿Ç`ï-i08{}¦ú×#Î{®ìì`dÉ'3 á`³àÖÖ°±œç!ó»åݾsvdzÎÍE€»ÈÍâ§€êÜÌŸÀj—–ÏjÍa@þl§N–¬àÂ’qm†á˜T7Ýñ%ÈòäåÓÀA΂¥s©øÕÖÔ7®”ûIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/do.png0000644000175000017500000000063011406350223014366 00000000000000‰PNG  IHDRþ¤ÛbKGDùC» pHYsHHFÉk>8IDAT8ËÝ”¿/ÃQÅ?÷½—– ¿Fƒa1¨Ð‰É¿`—˜ùü&ƒÑb‘t&Aƒ‹AB$š¶iš¦|ß»F:´¯KîxsÎ;ïžóîÉ)JUqÖpr¸Év~ €úÙ)ï»;¨O‘¶<QCëï 8õ! RQП¨…à!´#Op‹³ãñ[Xƒ³ÂÓó+b„±T?é¹Ô{@Ú"H©ÚИ€ÃÅý…Â=3ÉÙõkóK„>¸‘L_W^Ö>¯™(Ýð˜xšUK>³í&_)GAÆX&í(’i Þ0=˜¥RKÁG¹ò²µÚÙ"œexoŸÔò ÏùåÇ·øuW]ó®à Öa’/ÒCÔ“2Ň>öEpb;;©ª`-üþ0*­ýV""ò6¹çßáøpS§Y¢IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/cd.png0000644000175000017500000000110511406350223014350 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>åIDAT8Ë­”ËkSQÆsr›¤­‰EÚXÑEMÅVŒP¡PAkÜ(.t£ ` ‚.ÿ .… v£ éJD…J[ðA#ˆø¦ÔÆ41Mnη¢}$q‘fsæü†ïcDRV;cßYt[Èb€€Ð™SadøÇö=@ÐæL]’HÊj2‘¥PnåËÜ&ØÿþûŸ›™`ÀeÏs’]YŸ¼¼(mám,’cS¦·{† C7™úÐÇôû=T¼¹b ´vL0àröàï~¼šDaÇæ7dFÒŒ^>C2‘åÖÅóܾt޾­SˆÖGIYíîøL©f.ß±ÜPAéïäÞ•SlI|äÛl'§¯ßeüÕ Š©k® 9Nößg`ûÄjCT…b9ÊB©±§Ç™/Ä)–£¨g¦Æqmןv2›ßˆ®Ù­Ä[ç¹:z'Ó‡Ü5ÎúÈO?5 ¦;F<Üjëjìo°U½&àTÁÐPFDIõ¼`[×»µ£¥‚µþà?e­ã§¤DRVñ¯,º-üXØ@ÓoKz(Ãѽ›~[œŠ 1öìùR»oh“¨~.¯ûYÃ'IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/bj.png0000644000175000017500000000030711406350223014360 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>gIDAT8Ëc4œÂðŸ øóÁW’¡E‹‘‘,ÀDž¶Qëá,xe˜ia8ïûL ïϳ202— ÎÌð~+'ãL$%X™þ30þgd ÇñC7µŒŽ£·0ÇøU›IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ao.png0000644000175000017500000000051711406350223014367 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>ïIDAT8ËÍÓ½JQ†á'º$ì†Q±±[ AA´ V*âØØ˜K°´±´¶´P¼ÁÆ"ø°Ú%¬……²+š…|ðsÎÌ;ç L%#S’†Ê|Ë)>Žuìb¬Ÿð làì ì<Á=žqŠIÔŠË‚ý‚„¸ÉÚç'tºÔ,„\ÖH»ðvÑ×ÞyŠ˜Úãì˜fƒá„ö iAmEέU^ߘ™f{“4åà‹«_Œ%ï²×#ª±²DµÊÍÌÍ~¾êú–$Éo9 dqô×cÙâü÷³Ÿœ;–ÿj@Öÿú–òD;\Xç6IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/pt.png0000644000175000017500000000077411406350223014420 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>œIDAT8Ë¥”MKQ†Ÿ3ù Æ$ŽÓø” j\ B¡âÎ¥´ÐßàÏ ¶û¶¨]¹v㲨‹¨¨Ph1VCIFìÌ$“9n¤i2>«Ë½‡‡— ïVQ"÷ÇdÝ^!(Ÿt˜ûч²¿èݽŠñÄTWŒ®¯ m‚~µÿ&ï Ì$a27p™sâ7Ï‘+¤–Ç’¼2©ÖUF pSê‹ãl2ç!å°”€·Eá[ ç0 óœÎ[¼»fî£sûýs…¬3`ï5aw”‹…ög?Q³K¤¿:¸y¸œ ™Üâ>¸yÅžáûð-â Ín‘ŽTðRàŒ…”»øçÊ`î ÊH±‚#Öé!3);¤¼êÃ^Z?K×7Þã_Ű^ÿf?ׯk)ƒGaä-…MÌ|µ¬Á´#”ç>fÉuH5z“ «è£î)ŒGaÁ„œ¢åŠPú¡’ÝôIïUí\" >× Ó„Å/Já¸ÿþw¯¿€m‡X,wÉÛöpo“B<Á-Û݆uÀ5÷IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/hk.png0000644000175000017500000000071011406350223014365 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>hIDAT8Ë­“½NÂ`†ŸÖ†¡JªÂ"þ$„‰„ÀÄFV]˜¼ ®„;p1V7‡N&ÄT”*JcµP'J[gû’“ç{ßsÎ+œÇ?—¥éç¯B„~1*p%GÅH¶Ä Ø7`ëà€B¯GlssAù¯•z@,f§Õb£^'žË!ˆb(Xð[”¨µëå2–Åv³‰3ar6Ë‹®sßíò9™øÎØwQÈçÙm·±onŸžbßÞ’n4HU«$ žÎÏyÖu_¥¾P÷û¤ªU”bÇ4± ƒépÈôúš‡ãc^//gÿ[­œÉ°×é ) ïww¨šÆ»irutÄìíméy‰Ë€k• [‡‡¨š†7Ÿ³’L²º¿OLUƒö|üsÇÁ x¾¸àñäÛ0PJ%>,+h¡Y’e™Ùt˜¬¥Jãé¹.3× j }!佬B³ÿ—úx)dr+IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ru.png0000644000175000017500000000026011406350223014411 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>PIDAT8ËÕ”A À@¡á_ WÃçqÏAPó(&n[ºè?Á™y°×ÚHy9‡qÛ ÉAR1Qx|#¦]‹YE•'惔ÚùáƒQ…U·IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ne.png0000644000175000017500000000040711406350223014370 00000000000000‰PNG  IHDR醟bKGDùC» pHYsHHFÉk>§IDAT8Ë­Ó!1…áÿm*PÔP@8‹&…p.‚àË%˜: P;ˆš5-¢5I_¾´“©l‡‘SHVe!½*9ºŒáÿ„ÔF<#{Þã ¾¯Ð†`Ñh'³ø)þ§}·¨—QÈ%_ukázý¢MA¤¡Ùæ«p£i“ž¤šÑæ8ÉÛl@`ι\¥<Ä $•û"Å E/§˜Å=ÝIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/nf.png0000644000175000017500000000102011406350223014361 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>°IDAT8˽•MkQ†Ÿ;é&Ä~Q0 ?@p!Xé¾TJâJWþÿD—RÜu!.ÔMJ©mUh ¶¡S›R“4ÉT'é|9é½.Ü´‹ÀÌ`|·—÷<¼÷pÎWž¡é!­¡½¬—ž¼g²xOœ‹¢)åÏfí³~ôb†và!è)ƒ”²êeûií ¤1¡Ï›Wä³—¸6qSš‰k¤J¼º³ÌÇíw|Ø~Kõä(UâÄ`78åõÖK\Õ¡:ìÕwÿø°UáÐþN>›'ȸ,®-`ÕËýÚ/ñ£S¡«"~Ú «V‰Þ³ñÀJiìN è(i˜F브zý{¡ ‘ `ãÒfTŽS0†i9MïWÿÀUûˆÛâ8¨¢”Â>kœùœœÚ‰û ,„À=–¾,²Þ,át"„ оòñ#­ÊW´ŠßèØ $gq»8‰í6‘RòÍÞdlhœû7ç™ÈÉ" ·\<°ÖÌß}ÈÜäÌÏW0y<õ4Ñ'N 3™ù{®Ž\çw7LM >¯é[³IG÷‚þ#^­œèÏIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ng.png0000644000175000017500000000025011406350223014366 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>HIDAT8Ëc4[ÈðŸø÷ŸAŠGŽa†û!Iy|JžyȱӞáÙ—‡ LŒx•201 µxÔâQ‹G-µxÔbœ£" ôN¶òâIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/cr.png0000644000175000017500000000030111406350223014363 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>aIDAT8ËÕ”Á €0C_ä\ ›t¯ŽÔt)<9A¯‚ð"3À#-¾­@Øj±ÖjƒëóŸ;Wk‡›ó¸›ÜeDŠ IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/nc.png0000644000175000017500000000027611406350223014372 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>^IDAT8ËcdP«ÿÏ€þÿg`dddXÜÄí§Ç€ ü^»ágn5Ãÿµè€‰F`ÔàQƒG V³0üÿO¾n¨ÖÿXÌ`a`dÄn2#õcÈ3202202`³^]ó œ:IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/bi.png0000644000175000017500000000125711406350223014364 00000000000000‰PNG  IHDRfdåbKGDùC» pHYsHHFÉk>OIDAT8˽”KOQ†ßÁ™)$i Æƒ‰Æ ZVüW$m¹¬ ?¢ðø\‚e‰+£ ‹iª¥M¡–f” ÓC;s^§­–KR\ð%'9çÍ9Ï{nß6"Ÿ'ggI]'ÿoºNÎ̹\õ“uV¼ŠU*äÒ‰Šr=¸¢##äâ"iÛçW¸q²Aè±\Œ†cо4+ɹ92j©ªÜ©ª¶êCCd2I’$}á3í¤™È%¨gt& eCL~O²X-J#ß'Ói2'ȉ Š×)Š­-ŠTŠœœ”z,F†œO²X-r¾4ÏP6ÄØ±#Š©0²áòñ2ß‘f¶Mno“ŽËSûˆß>,ò—}Dº®ÔëWãøWŽWÝ‹R1 o°›ºLPËhŒçâ4ƒžðšxðù³Ï³ðémSó„×¼-£ýÝý?\E:‹ºî cõÁ*F£€³š‹ë+ú‚q»30±| …jA.R.ÐÐË¢>Ñò,¸Â…ré#„_Ãàݧ Ê¥,„_ƒ+\Xžu¥ÁÕ&õ“Õ zÔ^ü,õ*£ô@y÷=¬qü8ØE@íEP ¶¬;·ðóçáZ‡†ñ¾q,Ü[@T@éìÂYxwžŒB ôCéîFm8ŒþGÏp_ÆXÏNÅ)ö«ûðè]rª6~—0M ×¥¨?¶ )ÜßæN›¿«Ý<™š"S)rs“\[#§§ÛÏ“kg| pýŒ¿‘ÚuUøœHŸeIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/kz.png0000644000175000017500000000131111406350223014405 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>iIDAT8Ë••MOSA†Ÿ3÷ö–Z(åCAAI@…cŒ cX¹Óøü þ‹7ìŒ&&¨1B*"¤–hémí×hE/=›ÉdÎÌsæ=gÎØ‹u)ce®¹÷T4CÑßÁŒÿšÎÌÜϵP@@‡¼hk8qƒÔ‹–lØ€.4”§Åh"4´6£¶M†‘5©h–}]§«¨/xx,UÌ¡®b¦ãœM[›î5ón•Û!∲øìŸPð+}ÁC—¬Ä´[c_s”µ€žJÜa§m%÷Š÷†¼}`W‹´”¥bרÕ"‚;:d¨ê åwŽÆÇðí1f›ä]3a&&lq·Á¸m`cŸÔA ¡1§Æ^®'b31dxBšä‚¿kž€€_8ºdØcʾž¤+,`€:sî-9~ô^V`xæÝ*Ž.Ûþ>[z@[ô•aS©è*²¾dÒ¾àøE94 M†mÝ£Â̹NRQg’‚D@‡»K“-e©q™˜ˆAª€ð¤’‹ `€*)Ž¢‚™Gg䎉ø©eBÚ|ôÏHÑ"e-R4ð¤HS£¨eÖýc¤äwí Z•1Û$kE &¿à°«E: ÔZ@ÚjtQÒm:€ñ.~ΑF.TÕ¡uMPÒ5M ‚žh±"JºEhm&lƒ eFÜr¶EÁ¯ðÉ?¥£á‹¿c€.iÒÔ¨rùŸ2™·Æ®ÒµÌÍ’¦N—ˆ#x¾šv( ¢IξÓTŽÒœíO@KYZdOÖO» ˆ Ù×S%Y¿ŸÂYû ÑŽNµ1™IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ki.png0000644000175000017500000000174611406350223014400 00000000000000‰PNG  IHDRfdåbKGDùC» pHYsHHFÉk>†IDAT8Ë¥ËO\uÇ?¿;÷ÎÌe˜.„B;”)PÊ”J-*D­–¦šÆ4&&5.ܸvéŸàÒø/˜˜˜èÂúhB ›’*-B°-ByZÞÐyÝ×q1`Ý‹žÅ/çä÷}£žœï*`¥öz)÷J±÷üé‡(… *TDC Û#`éh ?ëá.Ø(‘6ÙK®bŒ“aBi ТŠÓEJ#99Tâ`¥P¾à¯98"è–ŽÑnRš)QËã=¶Q<ï¹öDð×]òƒ;”ð×]ü ïÙÿsmˆ =m>!PÀÛñ(ÝÍãdòˆ#¨Ã6)ƒDäÙ}•*÷F½-DäízµŽR ÝÒÑv îD±Ìû¯ÆÖ”a ® âHÔ ×)\ñ\”Ä|)…aUP>ºò (A¯­#Üut…xâºh¦I°©-R‰x.ˆ [µ¨Ü/ý"™T¢pî5œ`˜èøxwo¡UÆžól¥ZˆWf‰îÞ„Â"DZX7ßÀÎêT ÝÀÏ ÅÈë—xÚ˜¢jscâ*l’?Ý-êã/•¾ö£¬í¸>úÝ¢Í[gšék«g»àp-3ÃÄÜ*‰(?EÊ2™Ûâëßÿ¦äº\9{‚Þãk9›Çæ˜~²ÁQ«Š IJ®Çà½W}Þ?"C“KÔFM.w¥ˆ„ Æg›_¥"dðfG’’µ<ÚÜá‡[S¬g 4ÖDù ·3¨óýí)î-®3C¼s6Å™dSË[üö`‘JÓ /Ýä©O¿’WÛÙÊ•¸62ÉÓ|‰w»[éjª£`» ŒÏ2<¹D[C‚÷{Ú‰™A6²|3|Ÿ¢ãqµç$mõ v‹ö¿áÒÇjéK')Ú.?Í8ꓯnÈÙª+B\îJ3ƒôgf˜]ÝÆÐ5ºSGèmm`ze›ŸÇg)Ú.‘°ÁÕWÚ‰„ ¾™dqc‡ ®q!ÝDOKc « O. \êlöÕ7Ç%Ýh‘·ú3Ùʹòb ñJ|FgWükžŽcµ\<Ý"äm—ë£Ól—÷^n# ã‹p{f™?§Ó}¢Ìñ<Ææ¥ø™4Y1rE‡åÍ!^UÁ©†²E›ûKx¶ ÎdI+ÊÄ£uæW¶A+^Ik}œÍÝ"SË›øŽºª®ï³™ÍÛÿôÿ£äewé$IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/cy.png0000644000175000017500000000067611406350223014411 00000000000000‰PNG  IHDRä˜ïUbKGDùC» pHYsHHFÉk>^IDAT8Ë­“OKA‡ŸÝõ°i%áÅ‹vM¡ЗèkuéDÝ‚òb1 é’­º«îêtÐe±Bæô{æ}gÞQ¤”% Ê|èx8›—PrN2)fWØÃ5Âûk o€qÁ-Ð è7 ÷ æ hÜuyŠÐ¼…æ9Ø5è·¡qjüi˜Ð{_ ô#í‚Gÿ‰*RÊ7`iLh\@åÖD{£=†ÍÓáãXîúÓÞÖ5 : ü€j|X•âuÍ5ê*4…Î]à˜¨–'Ee!^–csß ³Œ“a”¿ JÍw^;ÉÐ}*Í*W/—½ ë’á¤kÎõ¥”Ô»uе"åϲ±,­*m»Mn5Gf1ƒ*T7Ÿåþ(ß3ècØšÐp¤ƒP5¬©sètŸÎ˜ý§Là,Àœ“Ïú°w©ƒŒ9§IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ms.png0000644000175000017500000000166411406350223014413 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>TIDAT8˵“_lSeÆß9_kO·µƒqlv%ÑmØ­Û”€˜)Ñ 8ŒQ/ŒQ!EïŒÞèWzebL¼ðB…˜þ¿“éb‚:'P†â݆ûÃFWÛnôÏù¼èغR/fðINÎwÞ“ïyž÷ùÞOœ{ùUU÷H'½ÑjÞ?äÌ@Ý.9rÈKû±w8ÿÜ›¼ôÑ$fΤÍkp¸º•LÔxö­_™‚µBø^ã©Ë}ìï¨æ“n?=ûš8þÝ(º®ÐuŸ‹'ëStµ»pøý|9mçȇ07·¸fÁeáÝúÈÚm ;tF¦9tÏ<ýØãd~ù‰D&G[O»½Ôº%´Þ˿ͻŽÍ&F$ ‰ì•ZzÊA”¼A ù¼ À²eYhšÀL¦ÈG"HÏztÉÒ4”i¢ º`ÚtòÂÕmÌä @¡ š-5ˆj ùH; k>Ix$²d¬ .c=i*lv;6­C¦®£Òi2óÿöªv=ŠsK3¹¹9r– œ“˜Ù<ñ$X=yȺ”Rp[W3×=hCƒWƱý¤šÚÙ80‰>Á, D>ßï!ÐáåàþÝ‹Lþ<@ïB÷ j~8Ádàa.n °û ãÂ._Jp<$8ÿW’p: ˜Ëd9!ÈHÕ.õÑqÒÉJF´­äËñ¯lg§'Iælc|~IŠÍóñ‹µlÒ5®NGyííc4Ý};žiaÏŽ,­®?ù‚8ïM)f £.I×6ª0Uë@hå‡k¬÷ƒÓ×è‹»šÉbæóèRòÕé(}I?³§£dÓ9ÏMðúï“íh`×¶Í,fÑÌ ¯ • éxÒaªX`8:šVöº 8¬@+šHQ´Ö«¤^üåo›MÒvЋ͛¤jOIDAT8Ë­ÐKKaÅñÿ\ºˆZ’DL$‰`›¦E+ƒ‚Zõ jÓ"hѦ tí7é[èÚYˆ…!$ꪲjÂ……È0¨3-R1ºàí¬ß÷÷Ñè•S(¼8“ŽT,®&4í¿ßM8¼ˆ,‹L"DÕjTªŒaÔQUŸÏ5 x+Íf›\î‰túE™#ò#I£·ïÀ†ñA2Y¢V3QU¯wv\¸‹ XV‹lö‘L¦B à#\@…qàþ ë5’ÉF“õe<îéaÎÿŸ8L‰ß™!¾ëbÐâò_Xw?&'vž#íS³psƒ¿Pˆ #Ë6:`÷F î¶™Ç䘧äY¤=$Ú;½o›¼#ËÏH8´z£ —,âÁâ"gܲBc¤–?`•7.¹fŸ 2öÈ-¿Á”í nXã}ì–ýùýÿ¼Cø‡”¦IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/cn.png0000644000175000017500000000050111406350223014361 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>áIDAT8ËÅÓAJÄ0†á§¡àFÅQ"âô î\zW!.Ä…˜Å(®D…2qÑ¿¶Ê(M| IÈ›/Ú*ŸÉmKã 4x‰¹XÆè8f–!>ÄÞ—CGR˘á—¸ÂÑçÁ R·â„ œc ÷±Úà[¸”i”8á!6®GÊù@ò4­ÆU>•%ì†d5!ÛÇ#^ËäI¥}¬9Þ¢oô¶å)¤þ¸ò0M…m<ãfÅú¨Äßq„Íò¤Ÿé’]ë?±Â´«ÅÝO3Aú³x¢°#ýnû?ˆk}5ÿ”w!@.SŠæ®áIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/tc.png0000644000175000017500000000174111406350223014376 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8Ë­”KL\eÇ÷1ãÌ BeAcQg˜‚Mª˜új°ØGŒvѵZCtgt£1&]iÜ£ Uš.hë£1Q¤%Z­ÐåÑúèËBÁéðš3 ó¸sïw? ƒPÔð_|ùÎù%çüÏQú_{C–oÚHût!죧kͩӼ¯’º–8·ç^:B˜‚u•n^­…Á[*²{ÿoŒÅ…›•¾÷¸Ê3W:ØY_ÈM~Úž®ápëßhš@ÓTU^vÝ™bG—ßÏ—a'ÍŸýÁøxü¦9ð–G«È8\ô¸Ø8fß<»y+Ư¿0LÖ•;9ÔTIiµòc÷“ƒÃ4T»º¬3“ÈdKÉà:£œ¯ª”¶-±Q¶ª*ˆd kr½¸ÍíAª*R4tM!,<¼0ºË HÖéøn·‘H  d1’Œ¥2²1M;×£mG‰Ã©qGÙmè©Yd:q}ŠØ±oÈo| Ïý÷aŽcÚ SGd,bI°Û,°$ ²{ë,ïnF.ô¶6CtÒ’(eìy¯žð¨½ÐêçO¬¯äåÖÄ ê¢}&õA7kNü@(ø$|A¶™„‚ë7ªºdÆo¿þ'1zÛø´/Ê‘K Ñë|þb)ešÊhxš7ßo¡æÞö>`[C†Zï_%ÆG×$ 1?b543YŒ&4¼E6)]ÁY`ß0m}°½“³á :b^Îd–…¦ë|ufšŽ¤Ÿ±3ÓdÒ&gû‡xë÷ëï¢qC5ñLU$-g-×Ý?¡æqíj”ŸäóÄ6¯ÓÆr€\â=ýöH6y6ç\IDAT8˵”MoU†Ÿ3cO'ÁãT•±I‹äºF²Í¢E*X” $ Š vü –¬Ù"ñ @B±„TiÒ4‰Ó$MÓ¤IìÔùj<ž™{‹Ég¡P‰³Ý«Ñû¾ç<÷ˆ;g±[¨†à "ü_%vûKgõÇÁŸ„à„«¨ÝÌ!3²oFDUy"¢ª (ª¨v Zƒ`:Sh{:SÜ…¨‰Z°ˆ ‡."‚—Ò'ß>®â+ݰÁø“¨?Žu–þšãÁÍM.¼⺊"wEN4"·R©|ÉdÏópg·½H\žHâ”H×9‘ÞKHú ô©«Ô¿^f»9@á­pºN.BîòbôȈŽ$v]צÓi …¥R‰jµJ¥R¡X,’Ëåèïïß7c¡12ÆÖo×Yýæ×%{õMí¿ü%Ù×û/ð6!\DÖ´«,3 †›· £õˆ‰YÃÝû†Jdâ?_L¤ä¯—3Êç÷ÖõzIôô°4ÔÇG§ûÙÞH’yý …÷Þál¡@&“Áó¼ã‚ÄæFVE@œØY)[ÛÊRÃ2=o›6:2‰W÷ltÑUjÉn6ˆq”åºï¬9:ªƺ ¹§)‹T*ªÕ*¥R‰B¡@:&‘HĨ™ÙýÇ‹aב«ÆfšóÂì˜2ù‹Ãsë)R∱hcÓòÅÒ:·}Öˆ¤…9Òb×uI§ÓäóyJ¥µZMËå2G„ÿõÁ;Êæ²pç+O;ó.® wÐ0¡h>ägwK­Ì-YY³ìøÇóàºîÉ…÷Ö¤‰„N – ɬ¥ûê& í+–enÑêøLÄè”áÖLÄÜ’•æ#ðžXø°x¼^eЃ`²·¸µ¶••¦eæžÑ=x§çÍÉÿ×:Ž—ÃðþA?ºî2ÒIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/bt.png0000644000175000017500000000123011406350223014366 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>8IDAT8Ë¥“KOSQF×¾ÞÛB[QS L41q‚!1ÆqhÐgÆÿàÿpÎÈÄ0pŒ‰!ŽiJ*QbH@ÀBËóZú ÷Þ³P°†òP¿Ùœ•ï¬}¶h墀tœe (¢Î?iCŒ‚H„²„2 W ]a7¼‡ï)¾bk@]†5±SÆ-¨¬"KÃU¡ߤlžÑê› êéc§º¨^XÀ©Z¤ Ó¤×Ä!–cMÖå{ ­¸‡À#–4Õ]%ÌrXÆú¶)ÉJIlâNû—ƒ 7‘$éÛ4šM5ë³$óo1µ€ÃÜ}b±Ï¡sµ¨Â¡^c[žSÓa<³ŒÑDê6qv„J®_²Ò$é;¸¶üñi.†c±¥ã”ô…ºÍ2 ÷x>qruù£d—?‘Þ[Ä65NÝ?jšÀzŒ¿¿@né=þú&•[¤rgœžRßVâD/nuã”’®ÎU!Ô -í£QkåˆÝ!¢Ñ×XŽ#ƒ S ;¡68Bã凯0§„œÑ<"ɦyJ¹6Š×L2°1ÍžCR¥¼ý5œVÀà÷„•õþ¬úÎQã.{.šGW8VK÷›O0wÑÅÏ’9øÛ“xsïè/Lb›èfATéVÞ9qePVD{çç$±;ƒÄÑÑK2×Éü\Å.±LÔQ ,m{ìnÑ<†˜GYB9Z_T@Ý6ÎlxVVPŠ[mdçˆDAZõ®¿á¢ü؉ü¤¡mIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/br.png0000644000175000017500000000142211406350223014367 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>²IDAT8Ë”KlLQÆçÜÇtÞ¹w¦ ­¢ ¯D"âÕ ‰x%v+‚­…°P‰°G„¥ˆ…‘$ñˆ”R´¦UÒtú˜15ïé½÷X´ ‘v8ûsþ¿ïü¿ïÍ×¶+ª…R€ UoȪÏ)p• ¨;¬Žf©Ñ<\%PÿÀЫÑ) =’ãXëãŽÇ¸”XJ"@ª…©Åßò•é.{Æ9И¤’¶MŰÃ94+Åõ±8÷Æê(ºrîK$ýM×Éq´å«kÊ\½½“û/Ö‘+ù©1gXßö‰Ã{o±>–árb)ƒóPkÖ®æžÙEBºËþÆ$§Ú¬±ó<ú°};0|Að$¹‚Æà÷zRÓ‡ºŸ³eÑ%W2œ÷Sñ$bŽZWJ …¢3’ãpów¶Ö¥1¤ÇÄt-½Ã›ˆD4¬%&ѰI¾TâÝ»"/úWñ~x9Ú?rº=Á†X†+C ä(%ÐPï/sªmˆµÖ43jVÂTÆÏãg?²|FÝÔ7tt™¤¦¢L,<À”»ë'° ‡}+˜(›HŒ}œûÔÄÉ® ÌSg—ø OaêC‰2Oå±B’Ž– (ÅŒ'¹;VË…å¤*B(\%x“‰püíJÎnb´XÃb;MwçKÇÃÐ5òE]—蚉Yzåïg¤äìÇfNö­àÃÏž𵫥GBQö4z3^¥£Ø¾¶­ XÔùšŒS®h„Ý]}Üq“7%3ý­<™´q•D …˜óVUŸînçÀ’$•1F§âØá,¾Ø$7’qîŒÖQpµy}*æÏþO ç9Ò:ÂæÚ4O'm.~YÆçl°jˆj…ò'uk¨À`6@~ºÿÈþÜDŠ‚£Ñ› #í?Zê5,nÂÌÖIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/km.png0000644000175000017500000000112511406350223014373 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>õIDAT8Ë­’=k“a†¯ó¼oóaZ“€H5m5¨“ƒºˆˆtqQ'ÁAÚÙÁ­ ºøœ:ø¤v°t ªÖÁ&A*ƶ~4ÖDlÍG›¾yŽCp$­9p¯×9çâfx*£ùòNU¥ëqÊg3£3¥A·Åž>£tkœØPÿheÃOöK‚…µ©hDp³+pWŒ*ëL,$ÉWbÜøªCý}„}!Àn®ª8ÆáBòƒñƒ¼úVàÞ̦—O2|ìGâi`{ªŒUåâþ3Œd®3»R ꡪ2^œ–ÛSäqaBªMOÀ¿å˜h ÂÃW˜])«¼Ç縈Ž>WKÜùˆ;Ù‡¼­ÌcÛ/t·7aO(Áäâ Ö½ *ŸXmk0¼¦ˆÒ9|,ÿ„[ƒWˆ§±( X#Äxœ{¾Æél•HÝb1QÿÀ“KÓT7ë¤{“ÌUæQÏÓÌÜ:—ÇWI›€°)ΖÛ"ýcçUU±X\ã 0=ÅCšÎ…4To¡"Û,"¸íàXi‘GñýŠÉbLDã[²ð7\QÜz”ðÂÁR iùÅ`Aÿ¾c%Ù¾v-(*Aè´ÿšß‘€ümšñIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ca.png0000644000175000017500000000112211406350223014344 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>òIDAT8Ë­”=hSQ†ŸsšÍmbjbªu)ë$â  ‚AÔê  â":RpÜÄÁA]œD(¸ˆà ÔR Q±­©ŠÕ¶IÌOÛÜ{îqõîî·œïyÏÃûÃ'žFG¥ÉæKg;§.]„®yê3Wnñéò „¡{êÞ®ªòü•É|·v ¿{¡‚l,1{ýB×oÌ GÃô¤’¾îñ¸ñþ#…Ñ󔟽dññ GÎÑ,–|'îì¶l”#iNÏ`$,Zs ¸ÍeÜæNµ†™ŒÓ,–PRâ¶ìàZýóþ‹SÔòoIæõ¯gåëwPÈ0ÿà ?î="¶m˜øîíl8š lôƘˆZ±)ÍÞ!@k7«ñ®HýÍœjzašu{w—xùó7P t §Ö@€]þÕ>¤k!°çË;zãdn©CûþÀV×÷Â0Èœ8Hß=Á%gÓ ]»HO_‚/7ÇQ-VÙ ´HˆMN2pö8úšHp`#£ÿÔa*“y”#ÛKTËA‹„HÛß1Ô ”M±åîUÌ„Euê5Z8ÄÚ‘adµŽés€øëÑ‘Ál»ÃR¢‰·0ã–/¨oðF+†0»¶wîݱ•¿?ÌýÃÒŸTXŸ^IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/er.png0000644000175000017500000000133611406350223014376 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>~IDAT8Ë­”ËOQ‡¿Ûy”–¾ ­µ ”Ø– ˜@ ®ô?ð4Ñ…Ñ ]Èέ1*ByCGú˜{\tZfŠ ¨'¹™d2s¿ïÜß™Q/SUÙž±Ù(°5g³›µhÆB¸†B Þþw©÷”D®R8Ñû“zÁ¦V´©lö3&N4(òŸÀe@ÑÛQyËOĺ™¶i\#¢Ä{ñ.`ÿ (ï*(…5®œHãÞ߉À‚² ¢3Œ.eéýÄH„9~·E§Ñ:…Uìg,¾,¶ŠážHÆÄ½YDüà~§cÏæˆ<§ýã;£³×$\cÿÅ.jG(/”áh´Mã"JÓß~È2ˆ­ä8|³Ilù>#sc¼Þ =• ¾šç¢v¡o¯=‘¨£™Ùn1»ÝbíãyO$Ý©ÃÔ ´QCàˆ…9Á=m឵鞴ÐÍ6Ý&V:êm/ô ¯kE\fê]fëkë&͉{˳ì<™‚¥«‘Ž&¶œ#<$6°'âD28Ÿ˜Óþ¨hOÏ„Twj]­ —1*%rù<¹ÑÑ ØuÚ¼úJúy•Óõ:!Û õ´ˆ¸šÃ·›i÷ƒðô´€ž/#ù $ÃÐü+ÏóìÓwZ;'ÄW'ÑN‡ãÛ\lá6ÛÒí” IèѺRF&'øPÝ.(OZ©«ßq¾ B ºë=ì ¾Žn‰\‚~S¦ÈH™ðƒÑ•Òí:òºº©ÌPÃ×Ñ|¿£R/£xì × ž“ºÃÿ0u6«õbýx¥›.@2˜&hAi ®–ËSù÷úd¿Nƒ³q©IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gp.png0000644000175000017500000000027611406350223014400 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>^IDAT8ËcdP«ÿÏ€þÿg`dddXÜÄí§Ç€ ü^»ágn5Ãÿµè€‰F`ÔàQƒG V³0üÿO¾n¨ÖÿXÌ`a`dÄn2#õcÈ3202202`³^]ó œ:IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/in.png0000644000175000017500000000053111406350223014372 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>ùIDAT8˵“=NÃ@F߬×›(²"QQÒs ®Ã}¸}z’9QŒG ñP8Å®)<ÅNóÍÛOó#«G”Âôílµé&i³vlœ ÒÌ <åª>GaûÏÈO1wjšFyž½³|«„ls7Áq‚m0v;~y-™oÈeŠËZ¸Ú¥Ü^'Î:ïð>¾j¬QªížÍvO J±Þy{ìOÆÇFH¢Ãh€ªŽÎ½`›— §à,Q.FŸ,V"MÂØ—…³NžnÜ–öÙœ¶b…€z×ÂæßnÇc}観Fú9>«]Oé¿`é…ü fVNÁnŸ IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ai.png0000644000175000017500000000140611406350223014357 00000000000000‰PNG  IHDRfdåbKGDùC» pHYsHHFÉk>¦IDAT8˽’]H“qÆïö¾k+[ËZTZfèLQÑ'D­D‚>FRPàMIWEP7EP7IW]BÙÕ­F}{‘f-Ë3ðµæf®¹¹Íw{ßmæŒÀ>è¹ùÿ9çð<çœçHÞc'EjÕFÎ7h¼ÛNQ±ÛÎ,ÍMÜsŸáÔ eùޝÖÙ\jå‚w&×ïuS…ñ]hÃÙyC]Xi¦pM)Ìl1ö¡tÄ¿n;v)Æ©õ`)\B­ÇÄÝg½¤’©ß‘ÝåKQ- º1Fua”=[¨õOH¨Iv–(T.Y„¶ ŸÇÞò†‰–XyêILY@ê°ÏB€&@I€EŒ©­3‘Bdȸ-£.æDšBŸðÏÀ5©wíD-7‡i’†A’ii%áóaÛµÙ6 5eD“K¦Hzø!¸\¹ä-œEÞ3ÁaPÕ $Ç…äš®e¸Ý+¨qÍ!ñ²öE8âò@?½0PÜóŠö·®¼—x á4Îþªµ©r ºaa±˜må—Â?æ:Q½‚êÜ~Þ\màÈÍ~ÎÕ¿%Ãd4Ðú¼“ʃ·¸ØaÆáÌç¤#„Ã<šµ˜d<áN$k’¿•T°5©gÿþÎc~IðÀoÁŒ2×.¸¬*(£¥ø IDAT8ËÍÓAJÃ@€áÿMÓJ©¸¨‹Š Apí¾ ÁKx¯@è ¼†Aª ‚ Q©[Ûæ¹x ºh&[p „ Ã7?“D:=UV0Ü*Ðÿ«ÚµTX6"ˆÃê¸óaª)ÌŽvà°ÓÌž•m¡"°B#€z :mH>à:Ò Ç¶^¤"œãÛ1œÀ^š‘•îoÂå3œ^}Õ"/$ÐíÃc ƒ°7/н€ûaq­·XĪ_G6¿{ƒº³cxÛ½õ ´b8‚³[+>Þ…­5xH / óýÒª0Éìk«vŸ³?‹Àh:s$ßÀ‡–‹€2ð'œU[ú»ñŒcV¤ÃëdTIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/lv.png0000644000175000017500000000026411406350223014410 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>TIDAT8Ëc\­,ûŸaÓ@X:2-fùÿïßÀXÌ%-3 3~yüx@R5ãÿÿÿÄb–oÏž„½ Œ[í,ÆÇ_?³02 LVy%×€Y G2« ,2IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/bg.png0000644000175000017500000000032411406350223014354 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>tIDAT8ËÕÓ± „@Fá7: ‰™ÁÅV`!Vi3×…‰˜­œ`æˆpü¸0éÇ0µˆH@…ø9Pç€ 5˜öu_5lÃØÜ7–â>o“ÏèàBÊýÁgo–'Þ·ožxÚ?©”‡ð Àôß÷¥/" ÈD>9¢IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sb.png0000644000175000017500000000122711406350223014373 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>7IDAT8˵ӱOaÇñï{½‹,4Jl jMˆ 0XWSœÊLÂÆÄÚ°šn:‰ [']øÄÁ¶)E ´ÆÒb r´×÷u¸¶4¥by’[Þ÷.Ÿ÷÷<ï !jxX§·W#•ª ¥†€“íí*…B °×»¯Æûšî%™ ½âÉØ{,½¿_cvv€ÁAéé;;U@1:zhÔËòr‰h´€e]t „äÁ4áࡱ8âF–ç x½T’¬¯ÿÂí֨ߝáñ蘦bw×be¥ÄƆ‰eu“ö,8\%4G¸r,¥áE’$”¦”Š¡!ƒùùÛd³‘Hžƒƒš&²»–ÚàSÁ·ö£ƒ¢§GÃ04ŠÅ™L…|¾F¹,ñxtŠÅ•J§Äí 7 W™‚ ¹òôlÍnwJÍÌÜÄëÕ‰Dòärö0GF®177@,vÈÂÂOªÕÆ×m }[„Ÿ‚‹ix™h;LI?:’˜¦âøXR.Ëú<áðPÒØ³ÑFÙ ý¾M{†q4WÖÏIØ^Bˆ„r:í#œ¨úï†!p8ìuÓTÍ„~ß–ÝÒV°‹„g`ø¢Î,u¸4~ß×:»Ølõß.ß—!ü¨ö]¼¥çÀÁûÃÂÁUž¶‚/¶ÀÀ5&'ÞápeYÜü¿` ÜÆp¸ö® lÂï& Çm°o¥:˜º"°Qâ[Ì«n |çMFñì|þño·ô¢õôÞH»ôÀ'IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sl.png0000644000175000017500000000025711406350223014407 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>OIDAT8Ëcd8ËðŸF€‰VÓÜpÚ ‹4›4ÍŒg¼ûãî?šþÿÿÿÑÔ‚X?þE»UP¸L»e`8C3—³000ÒÊì!œZ2FplPÚIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gt.png0000644000175000017500000000046411406350223014403 00000000000000‰PNG  IHDRþ¤ÛbKGDùC» pHYsHHFÉk>ÔIDAT8Ë퓽ŠÂ@FOtœÁĈZma±… h#Ûîãø¾…OåX§V‰«èÆILv¬…À˜Fð+/ß½çþp–ÆP§?a³‚ñ ÖÁ.…ï5Ä)Ъ¯RnPoÀ¿v6C–k®¿UUá÷<éNŠ2'Š#ZÉ–äX"?f|Mæ€z~E ‹!$=%å™Ã)å’gý[L` (Wñ³©üOöZPêçs)ˆv‡Ùt.otá µIµ=2ôá­õA¯ÿ¯¸fÖ:Q[­“ºIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/de.png0000644000175000017500000000024111406350223014352 00000000000000‰PNG  IHDRfdåbKGDùC» pHYsHHFÉk>AIDAT8Ëcd``øÏ@cÀDk †—%,òtˆƇ ÿhnÉÿÑÔE`a¦CÄÿ?EˆN{Ÿ°ÐÞ ºE<ò ©úà…´ÍIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/aw.png0000644000175000017500000000052211406350223014373 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>òIDAT8˵’»JQE×>™ ƒ»€¯N+-j#6"báø]bkkma¥…¢JÀNc!ÁX$àd ±½wö¬½ØçhåðÊÝIÔk¢(T1wÇ%Æ}@ëã ÜãKL“á‹¥ç6›§G,¼wÈ}€¤èËL,ößX¿=cîþ’ö³e¤hó¬(7Ó¼lí³ÝœáxužÕ!Y`’Àá5Ÿâ|m—¾eðsàhsáÊ$‹ ÍGhî$â̓ÿʼnø ŸotºŽF'; ]ÿ™ßu—+3ÏcŸ•ÁÕ:¸®n–š…ÊÌ¿(NiÇQITIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/pk.png0000644000175000017500000000106011406350223014374 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>ÐIDAT8Ë”?hSQ‡¿sß+Iš¾&Ú©nBQªè `À;”ÚEçn]:):èÚE§,ZtÓB鬛ƒDˆÖ¥KAÁH;(¶ŸDß{÷8Ø“ÆÂ(d­ºJÒ1ÀD­Zjßj‡G™Ÿ"Ò¨ÙIx¤TùëoãL7Tl~ØäÀ?àÆÕ›LŸ™Æˆ!ˆB2 8T<ò®G+ª«Üq[×nóèúc6Þ¯³õi‹t_š\6ÏÓ×O°Ö¶Ø‘¬µ”×Ë|þZcîÒçO\`|ô4• _>`ûË6"Ò¸€goVX{·J¾?OìÿØ'´!FLÇðºþÒ"‚#õßuö~í€ 8ƉÍwÛ·Û?•õâvC{üŒ]´Br›"¶IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/jp.png0000644000175000017500000000057011406350223014400 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>IDAT8˵“=nÂ@…߂тh,„PŽ`› ¸ç0¾…Ï`„ø4ATn"h0Ò–8EÖ~)òO²^É#M7óíμ7‚$ÑC ú€€c+ ‰Z)¼€Ñj…ál!„µÑuUQ¥)‹ àÁuyp]A@•¦¬«ª­•Fp£5/I½”|~ä^J^’„ÖF°0‰÷¼Ûái³.KÜMÎb‡í“õº›x×<ÿ €.K\óܸb#XŸÏVåÛjŒ`Çó>Çþ%øMM'ð4ŠZÏÃ4ŠºƒÇ¾yCH ¾ÿò#RbÇû¾yOVg‹0üòqRe™ÕÇF»}{øíòN'Àh¹¼ëò¬àÿ† éü 7,ý³wÂBIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/cu.png0000644000175000017500000000107311406350223014375 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>ÛIDAT8Ë¥”AkQ…¿÷fši(M5©ÄK²hªDi´Š Á"¡àÂ]%B)L±ø?D´vYtáÞ †ê,R¨›¢-. ÒÄØHvf®‹IÒ… éäÀ}ÜÅåœËyç=õ:>#OÒEÊÃÓxh´ŽÀP5ÝþÓ¼Lα–šg7<ê“‹ôF¼¢ý–ÊÐEVÆðîü, Fׂ ¨jk7h ©-jÙ[X–1§³`à ¯‚´k¤ª”Ô@꧆åçãeñ¶?Kt6Ðñ8:‘À±íް™É`‹ìß¾G#4„!^÷+­12úr9ŒÉI~­®âØ6ÒhøC¡>>ŽÝàÅxR4Ë¡ý×{@<‹aåóèT wc§\>šú}È…Í·,nbóò3ìè5àß››ª¥íV*8¥jk g}i6¦,‹Jú&+㾟¼BR·¯º‹TèH‹!õ:*ÁÝÙ¥0'&°––ØŸ¹ËÐ`÷W[fµSíèıò÷±PgG¶¿r|`ôóízÎÏñÔUÐ:PŽ;/OPØ'.ñ<]àý¹j`\÷Ø„âÈ—p‚µÔ<¯’s| Ÿ¯÷¿Â|3rÇ{š~ȇè”ï³ç€R~õ€?ÿ.â¬]:L IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/cg.png0000644000175000017500000000064211406350223014360 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>BIDAT8Ë•ÓOK”Qàçµ×ÀUjÓˆè˜_È…Q-!pÑBŠ’ÄHpá?¤"‰ZAЇqúj’F‰ºI=.fÒ ïëÌ{àlîýñp8—›© eª™¾ßϧQ*y"s„eòì<ÖËj­>ÆÞ•Á›ðxkwºY0ñ|ö·S¼eFLÁ‡˜ÃZ¦¼ ?¼Íûº™¼ÁGœ\çíà *¼­QMÁ0‹Ï8ýÿ*o?®4/ÿÆ+¬_…‹ñ +c¢ÂJþTê¦ñgéùò"øÉ–†éKÁûx¯ÅðU<¸‘1Yeaˆ[)ø'žãí¾_W+œg<­²8\ïbª3¸QuaCt×ųMqp""½#â·ðË-qXÿq¯„žïbf[Á›"ÆÊÃAx½}ÍÄ{åWÑÚç;B ÌÁí\ŒIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sn.png0000644000175000017500000000052611406350223014410 00000000000000‰PNG  IHDRúQßæbKGDùC» pHYsHHFÉk>öIDAT8Ëí’=JQ…¿;/£ )Ìvþ¶6ŠYƒØ¤ÙBV ¸;]ƒ6övÑBÅFæ‹i¼Á©ÄS]¸çðq×VúÛbòº»oþ¬ûhfØw ÝÁÃ9±X?íjÕ?ˆYnÌr«« ®n“Ê FˆI‚»qÌóÔqqÝd©!ÒeO–l®æõ08N.3Ãî_bŽFlµÂ@AÕ°·>§×ž;á"ÑkOØß˜×[€¼~FœŽð*/ô‚зtv¦diOïD0)diQVi°Ö,g)0_å¢ßèï¾°æI:3KºIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gb.png0000644000175000017500000000224611406350223014361 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>FIDAT8Ë”mP”UÇϳ°0Ë‚¼Ë¢N:nê`3n šcÂ/_CÔ²Ò¬¾XÈ–S}±ÀiÊ Ë‹Qn¹Ð¨“" :Ö$ÃLÆX£5 »° » Ê›»ÏÓ‡åu›:3çý÷ÜóÿŸû?÷·_2*Ú={‰ÌÉ¡oN|ÕLEù5ìö~&L8€óÑ<ösƒÎâ’Ž~È Vc.> ¨&â” HZÃÎÉl ½Ç¼Kõ¨W¬ î­"$—ád‹…Áú:´ùù¼(S^*–SW±Z[q:ÝSIþݦê¢1­I$'ÂI­¯ ÖFýé'„®]Ç_®¤Ul~>S„‹ñÒ2‚ª*YüZŸ}œMá>#'[°Z[éîž$ð$PX¨[€É˜€)ÜEâïß4ª!ú· ÍÈäVÇåÅ?b³µ!uÞuñåÝl Qäó0…;=ö9Áèwpì£W((LÇR~ÚÚ_e¾¢‚BLœ–­zL=Àa Úƒ§+ŸÇjmÅårÔ'VdYAtú(r‰d‡8Z.üÔRbÞxyËŸææo]<òƒî\9]f3 f3›v1ÖÒLbëED¿ÍÎ|Â7¬g`TàtÍÏXÏ´b· ˆ¢Lj¨Ê›õ`“bbSQggâëïÇ?<‚ÐÙÁJ­*Ng*Þçñ'âK_†/-)6UX¾¾ûC£d­ gÓª DqvíÉúÇ 'OîN0D–§Ö~Ÿ×`J£™ŽS¦´Ä9zR¸ñ䎙Ó&óý¯Ë€’¬ì¬0‹ùÌŠ[ñd¬(Îè:æ¬X ª²Í” nAaajEüCCøzzÔÁH p•–ÒSV@TAñï½ ~?~¿Œ¯¯ÿÐRT£Áóéíñ"(Ê?4–6ì:;Q¡‚"+ètZ¶mOcÇN’Za°á2žšjd•„#-‹`càÁ±<ºÐ8êÎwÑm¿ øaJîIùA ·×MYYVk+Û¶¥±{¯Ãéõ _iD]iáÀÀuò^M§Îû ç~r"54bI\ÃÍMt|PÉØ€›.Ëԫã©;ï Ûþ+Ó³úIó:pÞÝ pæL€@Áž5*3nj$¨ºš"÷u¶g=‡¤ë»CgñŒ¶·óè律M¦æâ=:ïÎÿÃ'§ÓÍñã Ølmì.Lgÿ›™è32q××#ž:Éß^Â#áB<'IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/us.png0000644000175000017500000000102011406350223014405 00000000000000‰PNG  IHDRÄŸbKGDùC» pHYsHHFÉk>°IDAT8˽Ó=nÔ@Àñÿ¬=¯½»ÙÝÄ$$JPDDH M¨¸Cp n@Á@\!Dć„"DP>v׎=öŒ=›$i_3ÍÓû½7oFì?yéšÚ £­Ò$fQ”LFNg9ÙtÄñÉœ,›pwþ‡gñ‡À'Âm×Ñ zXc‘2D×¥$eÕÐ#ÊJ3Hôѿ߾óÂJ×$‰¢ë:‚ ÀÚ–HcQ‘¤n JE”º&¸9bxgÏB€8Bœ!À9GO\·<{‘D‡ËtT)IwY¼í: ÀXK$CêÆ«ˆJ7DJRÿ=æß‡ËŽ|м¨H“k[dЃŠ$º6—û¬I“˜óyAzÛ/ü¯÷Öî&µôU„® ãµEQ±>2›_pccÌÉÙ‚íŒîçw¾¾ú„ï뇇¿®´" DǘÖÒæÍë+'Ÿ§žS„ëz¹6jó|õhþíÇÊQqþù‹ï_¿>úþàéÊÑÿâ]®ºÚšcIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/tl.png0000644000175000017500000000111111406350223014376 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>éIDAT8˵ÔMkQÅñÿ33™LDkmiÕlË©!ÚŠ/¨]Ö‘*âBÌÊ@ÝW¶» ø!܈AëJ ‚¤‰¸Ì&BSÛ44™Ä&™{]ˆÑ…nÚÌù¿sîW®GCúþ¡0“e“n „à#"è™)ƒåY‡ß,šð;xÈ­Õ5ï6úžƒÙ«fOèn‚îWÀr-Þ~öÙÚ¯¸”¢g„¾½j00€ïCñ‹bõ«Oü¢A|AˆÓ¨¶ü*à¯ÀN$xž‡ã8”¿+^}ØáÀˆpúŠÁøepÜáÀÙl–L&ƒëºäóyj.o >Õ-8uÜ`bF.@ÄÕ(Oè×@íá–eY¤R)’É$ñxœJ¥B§Ó ³Ož÷ˆ„áÑ=+ç4ûN*6ž õÐzw»M­u®R© ”¢ÝnS,Y__§Ñh¶!=oñà¶Íب :B룰ùÌ`û½ º»_,€ˆÅbø¾O©T„£ã°|×&}Í"¬„fê/ šP?ö~ãüwÎÅ /†9ïš4?AmÅ 5$ðŸ°cÃy‹¥[6ck&Õ2´…ÿ…£“ÂÛ67Ž„h¿6Ø^ À"è³SK3Ó¿ÿêÁ¼ éÅÑ0e“®÷ç‚ÎOš&ʼnIí£4IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ae.png0000644000175000017500000000037611406350223014360 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>žIDAT8ËcüÏÀðŸ lÓa`Èb`øÍÂ@`¢LûŽÓãÿá• ggbû/ÎÉÏð›…‘" ±EèÛÿO—NýÿŸ•ú.çaåaTÔdd`¥,¹àŽÐÿÿ(2¿áL”'$¬þþñãÃÛ'OX) s¬z€‹‹!CB‚á##eNÿÏÀðoe`øÏ ±”"Œ3`©‘u‡nÙ¸¨;Æ7Ør0IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sj.png0000644000175000017500000000065611406350223014410 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>NIDAT8ËÕ’M+„QÇçÞQÈ4J) ›ñ2Ébð$K"+I²·òlD‘O€­—/ >ceiAI›Y˜…š4cŠç‹‡‡‡äZXøïîéœßýŸ¹ U爆4œÏ.1±\`r8ËNÏ÷ë` >J¹j•ÏP­Õ@ß‚>=ã*h\*€Š€|Ê@$ ‹üõûú—J©sà\Ü­†!|€Óh,¾í§ú¢¢Ҙˑª³¯cQêÛZIý žÐƒ©T5k¹8-áT¹-–ÙìF¦½Û†65á4–‚‘÷öùyA±Ó•¹Á/NQå¦Xf÷ðŠ®ö 3£ký¡óÇðê ]œäöŽ®éͶ°:’¡v\@}¡¥­íĶ5 i#œÍGoc¨œSZ[÷w*Ö¢"ññˆ1ÉŠ Ö¢ª‰¼ïô'Çÿ /Ä…|!œ¤X@IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gh.png0000644000175000017500000000054211406350223014364 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>IDAT8˵’±.DA†¿3÷̺¡Ý-$»–B¿½RÄ+ Ï¡Qzñ …WPH<°AEH\7÷®ÅfîJæ$§ûç;þù呎'Á˜Ф`õ$IÍFY+¡÷ Ò,ÓÛaв 7×™ ã±ÅÕÍ¡°ãÕ€c§gÇýçW%ÖÂþȰ:S´IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/mn.png0000644000175000017500000000065011406350223014400 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>HIDAT8˽•½JA…¿;³ÙMâF¢!ب±Òi)>‰âøB¶Zø<él„ -’Ÿbe7³s-6Bü!ÀävÃ9|÷ž;#÷ÝeA‰zÆi—Ë‹kž:=Dÿ¿®ÀVöÆÍÝýñÞØE²DætEVæ·©I›zDÕUe—4ÆCÒs¤'êe=ĪÕ)9t4Ž ¢¶MŒ(FÍŸ éiN1´ègbÛòtÎ3êý)É~I¼ëHzŽí³ŒäÀ¡þ®²JSñáÞ ³5g¬@TÍ6Ùs˜ÆºÖi†W<[Ü«AjŠ˜U—2ö $®èM Ô.Õ”†ÉíÅcTµ»©L'–2¦#CˆaG"ŠÏ…lWü @ ÄñH+1³§ñû3™§³kõé6{]WîCtIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/mg.png0000644000175000017500000000030311406350223014364 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>cIDAT8ËíÓ¡€0 …á?Ñ`&˜„ LTÍûô!ª)m¢ÏDäò]Db’Ä[Î ö  3j3TOtü×ø˜í ˆJ•xåø=;ÂêÉ]k3~MŽcñM[â`‘´y¢Ž?f‡"»ÚIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sg.png0000644000175000017500000000052111406350223014374 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>ñIDAT8ËíÒ­nA@á3?ÝIÅvźM ž€áEpxžGB‚#ij0Kfo[QQ3 U½bÌ$_&g®zÇ¡’åõù "(âG¡®ß'›Ípƒ¦(ÐiŠ4wQ°¦(ÈçsêÓ‰j·ã¥ÛÅv:˜ÖMB@Ýõ,ò˧ý0úè?ü7°êgÀŸ÷\Sn”2ÌÄIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/az.png0000644000175000017500000000056611406350223014406 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8ËÅ”=JCA…¿{ß@^0à‹))Ô ‚h›Êhgå:t#Ú¹ŽTѨi²M@01! y†ÌµÁJf¢ðÜòüÌœ¹#\v E˜jì@–¤ËsÁÕ߆Á `Þ#I‚8‡Íç˜H|i7÷}ð½‘nn°Öj‘¼÷zÌŸ¾„4ÎÜ5¦/a MSÖ˜ÞÞ0ººf¥\¦²½EÞï3»ˆºy5QBÆše$µ“».‹<'©Viœœ’bªx$HËDQ1Eðã ‹áˆÕÝ=’RÊâuÌàü‚q§ƒxC Ói7w":ö¿t·™R? 7þÏWíž+±Ë¨€> ô'n)Ö>ŽŸñ AaÆŸ6Š’£eJ}IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/zw.png0000644000175000017500000000105711406350223014430 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>ÏIDAT8˽•OH“qÇ?¿½ÛëÚŸ&Ò¨]:„ØÁC‡‚¨¨îDu«K§èÒ¹C·2„ â°*ò[–»‰‹ïßéçí^̡DŽw­R]ˆÙA(v”àé3ŒML’¼zYëóiwCKÒú‡q}I†5û}J¡L2ªÜâ[IRÍqÔÓw˱›šÀµöXÛ6S\1ärà1niÅÝI¹Reôá}æntsÒ–dÛîÍÀ³ Ä"­>äp–b|Oÿ`¨ï&Á ÎRÅßpõ¸$Õò9ðxñÈ©Ïy5Ü©}ËÓj÷YÈÜÞë¿(•Ê<{z•sÇðÏ\!Ïþ˜«NPø«Á :BLân\×Ç;ùÕ–nèwú ª4ÐÊ m•IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ws.png0000644000175000017500000000057611406350223014426 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8Ëí’=KÃP†Ÿ›kkKŒ±.ŠXœR:uëààÐPœý.ý?ÎŽ™;´…‚‹“¤ÐBHÔb?8–BJŒúÂ{Ϲðœ{ΫàVˆéûjÛ9jµS|ÿ‰0œ,kjõªD„Ï=ÇD$‘±9-äóY*•¦™EkÖÆª©4´ÊåCêõ3ÆãwZ­†Ãfó’jõ$UðÎ:ضs‹{ˆ³Ù×5i·ŸÞb£N¬èvôzD­žwD§óB|ðãfþ>j"B¡`ÑhœÓï¿“T»+âa ÷ÀæêÚÃÙ7cùø9¹Ô“Éh,k—(úd>_Äj8L¹á‡i2°¤iÕ_(=·lÁ[ðrÐO"`YIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ro.png0000644000175000017500000000024111406350223014402 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>AIDAT8Ëcd0œóŸøÃÄåxŒaqþ&FLéÿÿ^·s1|ÙÉÆÀÈ‚Õ&‚QÃG 5|Ôð!g8ÖH ,ÈpüIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/pn.png0000644000175000017500000000215411406350223014404 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk> IDAT8Ë­•Kl”UÇßcžL;3iK[(ÕBax´6"1X*Xc‰º2Dc ŠÑ+\¸AWº3.Ð.´ÁG5ÆD-D‚-Èô•ŠÐÒ2Ît¦ítÞó}ß½.¦ÒàBÃInîÉ99çÿÏyÜ« ¿þ–lx¢ƒãó>>úlˆ ש­ÉòjG€ÐÀ÷ÜÚÓÍ¡£1Šhkôp°Mao«‡‰†Íìw€H$ €” P:ªÝKCX¶%›\º—E¹OåÙ‰Sìk÷ñéÁMôM¯ç›¾+ÔW™ø„`F—<¶ÉAÈ–"ô “@Ÿ/”Õô|r‰H$‹”åÉ%`á ÆðÈü+$Õ~•Æ•[Ð]ùøË4ÏwzÙТb™Ë½Ö>xçÐám#gø¼w”÷Näè\àÉf«ÆN3¾f+o¼†_†f±¯[OçÆ ;ílùƒ‘EŒ”¿ê ûƒ]ÕÌeœj5iGI=Æõ‰E¾ê©$·/oR×îïáÃAøz´@t¡€!%—ÂyΛ5\šÊ™žãø¯×˜¤ƒk˜Ÿœct*OQ@EU–î—òÌd¼œvÄrÀ Ï0c7±+Næ&/àñY{²´V ¥I“K\”2]Ä]ör_IYšwÜ ¨©úmÚl½TY ®ºwc$4J÷¹8r¤K”âôåå þ.ïa¿ó!(¤4;‚xWùÉäN“_&íªAÍüÀämLG¹9äº º|D*ÌG¼´4ŒŒà äpÚ£LÏäÈŒˆ/êÄ#Ž;_®û€ (œýÝ$ELêlÙ¥‘Λ³Ì9_•sÝ¥þ?°r)õÞ4b³cÆÍØ©JæÃ6®œ °Ò+0RÎ{E½&ÿ;Ø¿PPD)¥"Pm&VÁަ „¥"ïþ$î(H¤\* Ô° –¥Ýö—æßç ÃdZ¾IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/aq.png0000644000175000017500000000117111406350223014366 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>IDAT8Ë”Ûjadz»i¶éö©6=‰E/ê¡‚Wâ… Xï|õÒñ|ÑgŸ@¡ˆÞˆÖz¶BAcDj‹ö`j7&f›ì7^¤¦9§s»3¿™ÿ¿9}ó­Ò&T£  –€ˆH»2œv F/jsd8†QeÝ/°’bíð›5ª‚«jU²ªâ¹67fœ?Öld ¼Hf˜û¼ÅÂR–l‚jÃN%¸+j³*Ûƒ„ŽŽtqqz€Ç`tÐftÐeæx?_×ò3Db ŠÙñ÷äA¯ ®Œž˜Ãô„Ç¥SqÜHý÷ªÉ-Ôê_fNôsëÊ!/¤‰{ÎNõµü'C½ôÆlrAH­3e¸ˆ ÷_ÿâð×Î ·} ш0¹¿“u¿@hª­©Ò#À·õ<Ëé`O`€¾˜Ãõ âÝjßtY=6ãñèžá"Bw§M—kSK¯ƒgò!÷ž­âçŠ{nàçB‚‚)IoŒQ^¥2̧2öˋ1Ê“ÅM–ÓA-»~CE„ `¸3û矶˜Øç’ B»#ŒÅ]¦Ç=ÜŽÝ™Rkyfߥ˵-áÿ“6³E¾/)%ÅS#1n_,Ã3ù»O²Ò`ê¦pK¤t¬DJòÛâåϵùñ{›ù¤Ï\ÒG õú7 ©8N—þ°¸œÅ±KÖ™ò•l|¸þ`:Ê4•jµãIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/li.png0000644000175000017500000000043211406350223014370 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>ºIDAT8ËíÎ=AA†áwŽAˆ¿[)Y*‹Pë%ö¢±µ¨-A…‚+÷Î…¨„fÜhœöKÞó˜éD@õu4&<Ž*ãIÉço$Iï-ªôÀ>…Î/Y­g¤©CDh·ÆØ\ÿ;òr)¦ÓÝP((ñÕáÝ™ø„Ê’¤Çþ0âxÚQ­4h6{AaëÍC—j…z4¤=O˜Àvó°Â‡3ÛÚ@Ã3oä*¹Ìä’YùÿIü¤7i²”ÿIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/lb.png0000644000175000017500000000066111406350223014365 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>QIDAT8Ë픽KBa…Ÿ÷z1-SSÊÚÄ-„ÈÝ%šîh‹TJmµ¶9:ÕîäPMB ˆ‘%ÖUM½oÿ@©nùw‡ÃOH,HÊ¢À ‡«hÚL‡¶´Ñ:›žM H{ªGÈÑh¦Î¯òW\Ü]ˆ&Hî$‰"3$w:§&οçI®ù—) Up²wŠCLnujç­A‹Ô}ŠV_GXsûÉÕsܾÜ`ÙÖüpÓ6É>g)èª*CcHå³ÂCãôSšÞ¨7?¼Ö©‘)e(¶Š„ àÒ÷†ˆ_ýBjÚÄÁš¶…>ø °Ä´Lš_M|.+ë È¿—,þËoúX‰Ž/ûV1IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/be.png0000644000175000017500000000026211406350223014353 00000000000000‰PNG  IHDR±$bKGDùC» pHYsHHFÉk>RIDAT8Ëí“¡ €@g?— ÐTE”ƒ¤ º 3Br‹@¯òGN6ãV€y0áué¤Ë§¼Ïƒ­/ŠÛ< ?Ð"-Ò"ß +Þ€x?Ü•}žlŸPô[®IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/mk.png0000644000175000017500000000144311406350223014376 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>ÃIDAT8Ë…ÔËk]UðßÞçäö>ÒjmmjÛDp`p¦E¡NÒ(:Ðþ+þ¢¨ØQD ¢v,(¡*(µií+i“ûhî=ç8X'Dp°a?¿õ}ßZk§;o«z'¥òÐLÔÃ3fw¿GBCqP>ðŽ2/RÝ`ë]Óêºf÷¼³ÂàU9÷%˜]fr^*w~¢Z—º'Ø÷©§è½¨¨7™^ŒõÕMò}Ô7©·tvç¢ÿy@s—Mu• Õߌαý³?)îgpšòx4ªõPV­ˆ†òAú§)3û‹áÇ ÏP]‰»%¤LS±ó#ÕtŸ¥ó$ƒWØ~Ÿê2Õ%š³K˜Q<À`-ˆL¾cò ÕõPšr€g M ‰ê£Ï¾‡ŠÁjØ1[§¾Ìó"ýÕ ¶ý£O÷€ ¼¦&mœR5c¹¹K3EÝªÉ tŸ&õHʇ™ýF³*&ßF´LeRIê¶oª êz$Õ·©7©oµc“ú6vè¯Ñy¬ œ™þÞš#y!åò=‘à2/†l©u°jF^]¢8Ô·ªò!z/P  Ô#͵ š½QÖ·¨G4w¨6þ›ù`âàžôú*ã/ÑiYÞÛ²^lç-óÿ÷üÒ>Ò|ëùï­çc&¨7þåù\{¿GY]ÛËònŤ‚¹Gé= ÛF ù#m7™ý0þŠé/QÊÁfŠ-²DÚo(–è¿Ìü±5<Q,“S.S߈}™Á›ôOQ,¶^ ¼”[AMl;+Ì¿E÷¹¨÷á'ѽÊèÆTF•ÑÞÃ34tOÄ»ÎJà4uÊD5ôWCjyŒê£³m7¦ð°8¬ŠåXKñU ÏF•Ç™-pŠC!¢ìÏ?a- ˆ¿:IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/um.png0000644000175000017500000000102011406350223014377 00000000000000‰PNG  IHDRÄŸbKGDùC» pHYsHHFÉk>°IDAT8˽Ó=nÔ@Àñÿ¬=¯½»ÙÝÄ$$JPDDH M¨¸Cp n@Á@\!Dć„"DP>v׎=öŒ=›$i_3ÍÓû½7oFì?yéšÚ £­Ò$fQ”LFNg9ÙtÄñÉœ,›pwþ‡gñ‡À'Âm×Ñ zXc‘2D×¥$eÕÐ#ÊJ3Hôѿ߾óÂJ×$‰¢ë:‚ ÀÚ–HcQ‘¤n JE”º&¸9bxgÏB€8Bœ!À9GO\·<{‘D‡ËtT)IwY¼í: ÀXK$CêÆ«ˆJ7DJRÿ=æß‡ËŽ|м¨H“k[dЃŠ$º6—û¬I“˜óyAzÛ/ü¯÷Öî&µôU„® ãµEQ±>2›_pccÌÉÙ‚íŒîçw¾¾ú„ï뇇¿®´" DǘÖÒæÍë+'Ÿ§žS„ëz¹6jó|õhþíÇÊQqþù‹ï_¿>úþàéÊÑÿâ]®ºÚšcIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/cs.png0000644000175000017500000000026411406350223014374 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>TIDAT8Ëcäa9ÿŸ€‰†ÒÔ`–ÿh ,ò l41˜ñÑß4q2ãÿÿÿGSËïW/hb0ãeSuÚDÞi>šÌÂÈL“‚© qÎåPÛ_IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gs.png0000644000175000017500000000203511406350223014376 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>½IDAT8˵“ML\U†Ÿ{îeþ:S È8´…¦0Ê„’ÖV3†Dj,4¤1Ö¸2ÖHd«ã²;ݪ‰Q MLlMjšø—V£$¥R+P@I-ò;03 0 Ìï{‹*3@â¦õÝï;yß÷|ïù”{½o™ÞŽ7ãnùaß0CwgÐ,}oTZ¯¼Ïè+ïráÒ‚4tÿ;=~èö;•y¯Ÿ—/Þ‘KK @¡ &B€P%º.öô´×o åÅéºÛÜJ_o3ߟõq廿PU@JTMÐ|È¥œ«ÉÐÝêÂq´™k!+}ŸþA4º¹‹Q ‹A›o™Í´•‰© ${¡Ô’±–ð§ÝJ ¢§ù ç_è"{«ŸdV§ÕkáóÞZ™-ãòd K«i¤üWXbšÍ¦™_°`wx©®že3Óį·Ö°ZïÎ:1MñÐä;½OÑ^™&7rƒGâ\} 0_áÒk<ª Šóö{_ÐX_Å…ó-t>¥Å5Á—f‚$Iƒ¢ü$ÞVê}³è™ )m‰ýÕ£<ãt3·8Ox¹Ø÷P8øÓ/|´e QÊD(‡‘Ï£j_ý¶Î`¦™ÈÐ:¹´Î½‘9ÆÇ¸ÜVËó'³‘CI@ݱHN§Â®#NʪÖ3xõcŸ]Ã0â€(Ð#Aü3û‚󇀹«^Ü+d`·K:»­d’ÓÔžjÇíý†äV'ƒW—Y}Ëü|R> HD@)úîJ‘Ðîº(ݹ"š–#—‰â[˜‘¬æÎ`/©§ép íÏ!„}Ûx1Ã##•„'£$b›Ì Ó?8LLŸ#p܃Kµa±Ú &§°a–]tòlÓ4#ñrš&YZœá~¹DÁHß¾ûX_ °†“2{š «à‡Û'÷Ñä É‚^$§À›òtö@S ŽºÂ$p0»^‰¦4»Ã„·JYÉ–þ_ÂÅŸQþÇþpzí¼hAIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/pf.png0000644000175000017500000000075611406350223014402 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>ŽIDAT8˵”Ï/QÇgÞî¶Ú*’JE5Z‚()ÂEÒ\$©“»?Ä?àŠ^DâèGzà@©H¥4TÙ¨ØnZÝí{ÏÙå­J:×™÷yŸ™|ñ9ØÃ¡MAÚ% óf³}âÎ…Eë*$Œ1jšœ( AB8³~ÆŒ†sÎÔM;Ù+çΊÙÁب×^#Þ ' prTlBaZNé¥ÝõûZò¦â9ÿG^kÓØß‘¼!—¨p¡œQ0owß §7º¦KÀê›Dó§×ó.¡r 4²0ËšŒ~djPCc+Û›~tH—#O´ksø=B+™:0ÊA"ÿ›$…wÄK‰|Tóé¾p.°2Ôÿííæ«IÇjˆ$f.J" NG§ÎgÔ v{º3èKz¨Ý=;§¬…#SˆD(ŽÌhÁq<õüYÜ>L«/ù/30ÐíÚX÷N{<â[Àb>IDAT8ËÝ”;KBqÆçï8&*ˆ·À#ÞBÜ ‚†¶––öü}„¾A{4$}ƒ–¦šÅA©tÒÉJôè9osy†CƒÏú<¼Ïex5ý¬(,ÁÜZpR9âúô¯òüªžªUúµŠåø‹sëgäu"Ò[„ÉטA«Î°Ý »{H¢Xv×`:›òp_ãõæ’I·Có¶Æñù‰íŠ{Ó™Öœþ ÃûxŒˆ¥‡0g3žïXˆåN#¥)Úý&½—£a‡p:‰fY¤Ëû|†‚4zutmu^GÓé ãÀœ¯HŠ®Z mŒ07M’ºõ눃+£ØbcÄrñ‘è7?¾¾â £@!VÄÛFJS숇SôÄ2¹FÔÀã`6ÇFx•‡|¼D>^úɉ“áÖñ3ü›Ñ7±g¦ SáIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/kr.png0000644000175000017500000000157311406350223014407 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>IDAT8Ë“AH›gÆïgL>uYŒ¨›KWÚ‚ŒNÇô0i‡ÛaÂÝŃzØÝƒxÎA!ô "xŒ‡2hº‹†휆MBZͰ–¹²ãl´ýbò}ß«]¨“=ð^Þ÷åyÿÏó¼*—Ë¢iJ)Çáàà€––”RˆWA)E>ŸÇï÷ãr¹Ç˲ä‹‹‹288(kkkò°±±!###’L&/ö,ËíüÕÍÍMb±;;;Äb1–——¯œ2•J111Áîî.{{{loo_œ¹”Rœžž2;;Ëññ1º®cš&MMM¼Îd8zøÓgϨmk£1æ½®.ü~?íííÇI¥RD£Qt]Û¶ÅqI§Ó244$ápX у² Ê ÈÏ + ¿}Ð*ûÓÓ"¶-ù|^†‡‡e``@R©”ض-¶mK•§ÙlV’ɤ8"òúéSY¿uKVÞýb¸t™ÿ#Y¼’âãÇ""b†d2™*O]ÿö)  …øûÑO”²Ù³”Wî~ìúž'm·ñ¿ü m)ÍWwîÐÛÛûŽßÚe!ûóyC¨™@éëÝ”ÜuüÑtƒeùDz. ñRR¼vpPwÖa½Ÿ_oöàh P5>ª¦æRÒ*ù'''”J%š››i½ÛÃý{?àË='ïkãEã5”"‚Û¥Ñõé5”Rìïïãv»ill|wÒb±ÈÌÌ £££är9>û$Àçß}ÃÆÍ/xîûGÀ±Dàëžw»ƒ˜¦I4ejjŠ|>ÿV©mÛR.—™œœ$NÓÚÚJ}}=ããã jydÄIDAT8˵”MkA†Ÿê™žŒnv³èÆxöO‚(x xò Ä‹à5zÓ?$zÖ³*’ˆ…¨,Å º«³»3Ý]âânâDØ‚÷RÝÕo=TÑ’.Þý$Ì0b >kè, Æ$†N´ òÿ$û=*ÅÆ%èØôpðFuoªXÏRë­ÚÛ×h72Ž/ H¬GõpHÆû Eá™’SšóWϾAƒãÙë6£\¹~~ÅFŸ¼PöÔ ¹sïQ‚ÆŒ›SAü6V¶©ÔNò#KqÞGfuH¿×%/— $äψ¦²Ù È^¡­[ˆü=Ré=A4GëË”u‘Îe§ÞO›àþ(ݧd¢ GKÏDFoתÑtr²U´~ÄNlÈϧ@V/•&‰<üH»6Ìõ0Å’…M†¹%ƒ%µ7làƒ‚ýTžd®½R8âɦT…V-çæ…u??E%-è|›çÚ¹ VßàåûcJ›D¶zú¾1G‘!2;2F¡Û¯0r–Ëg6ù°Õd«[ãë÷ …³LÞÿ—d®½2‘]VT… BdiâÎ Fv~Òû üä¤åí9(žIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/uz.png0000644000175000017500000000053411406350223014425 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>üIDAT8Ëå’»JQE×¾sçQÐ Úh—ÞÆò{lü ?Å."ha‹hHŠÇ ™Ü9ÁN‹ ƒ¸ËSœÅ:gëúîÁNŽz ÎO+^'+¶¡Aež`ΉzÛ°©’ˆWd ƒ>ãYÅh²"4†$œEæ)ó„^áI½‹üŠ/sO–:ÞfUk diÂ~/ÅLˆãù ¼ü,ªÀàü§Ñœ¶IDAT8ËÕ”±kSQÆçޓ楖Eè BÚ©"ˆPÜœ7¥‹“þ .nÝDüD¤ƒ:t,‚t)"¶8)±Aª¶:h‹æŒUÌ3ïÝãš4I…>7?¸Ó=÷ûÎù¾Ã&f 3JQ…»—9;U yý­Ù9Ô;Ÿæbã8I³"ìnß•ÿ€ÿ™Ü ÛëÖrq @£b0JEEµ;ˆ‹†PïpêûDÿ¢Ú¶ŽWà½ãÁà O×q™0yøÀ0iú«C¬ê)EÚÑŸIJÚÊz„‰™nYèZá8ÙÕ©µ£rì ×®œáÈXáóÖ7nÍ>ããæ×îúõtç¸?¦È®‘6ê nÞ^¦ºZgìð=YgóS£]×h^ŒŽ™¾pxµ¶ÅÔÉ£Œ–£Á@ó"0}n’«—N2#ÍªŽøËwîÌ=ÇÌ:Sæî\œP{s~…í í&÷æW¨­ÅˆëÛ–|ÌBFõu‘á!^¾‰iµ2Ô;ª«uB°žmÉï¹I’²¸ôž‚:¼w,.½#IÒÁ=ÏM¾#€‡åm½Ûó·ü À¬– ñµª†IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/hu.png0000644000175000017500000000032111406350223014375 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>qIDAT8ËÅÔ± Â`ƒÑÏѱR –`æc-€H‘2t4qª¬p¾ž,[§÷ãjºOrÙ(I­è´¼ï퉩Ëmn‡…Ð|ûKˉu§ @ ®õ·D`=_÷HÇ5¶O$qM½ ¤à¸bð¼ "³U4¨žIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/dm.png0000644000175000017500000000114411406350224014366 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8Ë”?hTAÆóÞÛ{ïÂ;ï41zU \Ї[A±Q;;m°Jm,›(b*m,AX%e"# ¨DRä˜á85swæîeÇ"În_fYؙýv¥p8ZbѳøOËd®!ýCɇ#Éåçtåç*¾¸"AvÛ¶÷<![{îA³´O÷—kŠÐ]Ð%ŸK·–IÞÍâ·’½³Xrô¾[­ „ Üø’áÚšÁ«Š’DLë<)5ØÊ*âH.Óo‰Z3†âD„EêÇIZ9L¼‰°~¾‰weq¼ò òÖ-0c¡gÑÇFJ׺ÇTO‰÷™^†—7¨uÖÈU„ÊŒP3ê$·àæÝ¼Ó˜xð¸¨ôE žlŸ`¾ÿ#Ûë› †Û“!«»nŠ ^M¿vM³…ÿ웋³d· Ý:…í¨Q -U²§úxþ`Œf.‹ÄƒÁœ±5B|,¤ôYø•Wºu…ájB§¡åkó½°€'n/Tº«:n ƒk†ëŸBš>X±dë!ãåzÿð-…ª=\Ü~eît“x°Áänƒùî3ø#£ŒtQ_ݰðDÀÅ‘mg@Ê / 3…“˜ iEf¯SG,‘ƒ~™–ÿF*û‹»¥#° ;¬â¨lþ c¹tçŽIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/cf.png0000644000175000017500000000063211406350224014357 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>:IDAT8Ë­’½NQ…¿»{!¡Ó-H,ü©ˆíˆOÅò¾€•Á–ŠÊR‚ ‰µ …±ñ4jil•ŽlØ ~5³A'9Åœ{ιs'X –Bá]KIDAT8Ë­ÔÁKTQÅñÏŸ)1 8&™’c(J‹I ×RAÿ@`T‹–îlEý!¸‰Ù…à¿ H-cZ¸Ô0R""’œy·Å%[¾ygy/|Ï=çÞß ë·ÄçwÙFŠˆ …6q{’g÷Ùšê¬db†òe€WK¬/p|¡“¢Kƒ38´ÞÎóâŸ+ƒ¢à§z?Á›ÕøõÆ´(äpþ³—ò š¤ƒ•¸q­×Bp„Rnx‰f™Í‘Só%—?¤êßÛÒo4ð{9àgJ.'õš£O”ÞÖWá"aý9à Ä”ûÁìPbrüØïO‡~íd› ¼F+o-­2ýÓ„]Ò«œTâ»±‰¸Vê¶óÿu]LWªŽnÎDE½½Xì}íœÔ;CXÆ=Ùíµu=¡‰€žbN–£€ÑÏàKxŒ1…ÿŠ ¥e °hV IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gm.png0000644000175000017500000000026611406350224014375 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>VIDAT8ËcüÏÀðŸF€‰VmÃY”hf8ãÑe'i¡Œ<|óif8Ë—O?ie6 ;Í g\¶“†a®´Bva~ïÃZ™ÍÀÂÀH3³‡pöCnÙ\?IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/na.png0000644000175000017500000000146011406350224014365 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>ÐIDAT8Ë•’KH”Q†Ÿóÿ¥3:ãhÚ8i$AºHf!LFE#(I ‚Š(è²­E´iE›Hº,$°ˆ"M‹®–Ý),ÈîYÚ¤é¯ãxÿsZ8ŠÃ Qïê,>žó½ŸX°­B)    9ôˆ¥R*œNÅÙ,÷=Åô0áß¿AÓ@Ó0”!n§‰Ë ½;…¶€ ‡)•B ˜55ƒÒÉ7Ob^©Âêë‹ HC!p;MŠòj™>±‘úÆ©Üx½³Ç‰&FÙ)…ÓacM^&ËÌz¬C'è|ÿFýIšn`  -©‹™Ù_ñΨg <Žº¹˜Ý) †`BæNsS:Y}õ$þšj¬þ Š@m9S°m߈€Ž^ ?sP >ú&áïM¡°,IªËÎÚy–´¼$|ðæ§Ï±vÆRV­¤eç"Î&ÜCÌßZ¡„P¸SÚIM ÐpÑêw¡éyÓÝ”fK2«Êñ_»Š FÁ=Y$ìÚLíâÕ-ç1{Z1„¥¾Î |H%IO³³.ßÃ⦧ (Ãüò5îîK 1w-¥<é./¿ÝGJ ]@PR¢ë3³(&ýÒ1üׯc…B1vãÒ'¸cO–éTµ§­Ù‡&)ÖnvÂxÅùn¼ßêèß_†Ùø=ÆN ‡×‹Ï Î¥=äYÓ=,k]‹>=C7t¼³<”¸ƒ¤^8Bç­›ÈP8Æn¬+Û– 9IDAT8ËcüÏÀðŸˆb``XÌÀÀÀ„)õï?Cì~†e·°Ë3à¦5|ÔðQÃG r†{²¶*=zIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/kn.png0000644000175000017500000000122611406350224014377 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>6IDAT8Ë•Ó_hÕuÇñ×ïœßfž­Žçl.6¥MaŠ-ÿl»FãìBBlÝ8¼iÝûçÆ›/ÅĨ`dÂ.‡‚i d¨è"Œò"hDí12mþÙ™žyί‹ã±M·Ú>—ßçáýý<Ÿ‡'hîY…¢ˆRkØ»žÜuNœâÏ¿ˆÅˆ„«"‚€¦o=áJçÉÎ=­Š®ºÐ]{nòq¿üöbo<\´GÚ™¦%Çðç|ÿÓF•ÉŒ=ëÝÔ@ï>bÿå.Qõݵl¾Åñà |Åö»]¼p^&“aÎ`ßË8-DÄš«Ù5Ç¥Oùúr”••™5::j||JCC¹:s:çyüwo,Ü~)»šµt¤ÉÞàËÓü:þ\nñ¸ 7h¬ŸtdO¤~„{×(ä .ªÆx»š72x’¡oÉÍ¿8I*ד™Ð’ÿ‚¿§‹ïÁÓzXrW› #ÅÌUN}Åät¹—“ܽsG‡ b´¶p¸-×¹…“a%ÅÂ8{^å] Ÿà£c”'¶:wvÀ{ÝÝÏ€ëRÜÏ';iègæòÒ@{ë˜áÃÓLüQÌ«¾þ5ÉdREE¥DE¶Ƭ#í¼ñFÈÏ/ +)hk]ýnqvajjÚn|â–®w9¦ü"ÙÉÅÙ- eéÛ}‡2´üÌÃËäsÿ[šHÐÕÎûuT~Ãìï+s·,´*ÍÑ:¦È1?·:XIÿÝr»Ö3ÕIæIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sv.png0000644000175000017500000000055411406350224014422 00000000000000‰PNG  IHDRfdåbKGDùC» pHYsHHFÉk> IDAT8˽”ÑJA†¿33Zëb`&-HAHÔ{ô¾BïÒôH½FDTæ–lЦQîÎéB ïv¼pÿ›ÃÀùø†f¤û¥ì2Š7;¬S‰Äyݶ-¶c\»i‚ Uúc,Hp *ÃÏ¢ÙÌ—ßÌg X[#б®‚z—´Lù•´`˜>ó>Ðjv˜ŒGœÙÇÝKĸòºB®Rä9îÞÈ¢Wâi닜$éá$AÅZkÙs†"âäg._ˆ£ÎÕBp\:ö¾|ÍpÐèqÕU¿mNFÄûç¤Jq/7wóÉ*‚¢*ˆèúï²™—PÉêø9#[8þE›³$ZÑ·R‰äŠzX5uБãIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/wf.png0000644000175000017500000000117311406350224014404 00000000000000‰PNG  IHDRDô,bKGDùC» pHYsHHFÉk>IDAT8Ë•“ßKSaÇ?ïÙÙŽÛÚÄÙ¦nQèÊ ÖEˆWR¡DDuÕ…úAýQ×QtSØ…ä…¬¢¯ŠÅl¤‰ÉÖÖa¿ÜsÎÛÅæAÛ†ù½yyyžçÃó~ŸçƒWžÈ±³}ܺq𝗦Ñã  (ÙÁ~¤ì+{©öUþs‚ÄBbÙw‚hуP-"“WñôžSMë¤ç>ï@”ÈÄ8Ÿw·g6J§Jdú:½w§Ðã ”7’X¥2#ÃtÒqfJ2CòåÛ½`u3…@ ‡ðÅ(­n h.|§Žã ‡ÐÂ!ª©Lã4[ÁòŸYøŒß3óh=AN¼x@âÎ}Šß~¼xÿPì`CϲîIDAT8ËíÒ»JaÅñß·ÉÆ EÁ â+h!¾€u*m}ŸÄÒÎÎÖÊB  >€1ñ’Û·k±ÛdÓæÀ43ðgæœ {Wró*'äÈ-á ªsƒàjää“J…·Uv#ïRìÉbI8d ƒ@»K#r¸FgD2®q»Qr²ÀC“×:ÎzlGî6ylÒMØÜÔã~ÊsÊb S/ú¡¬çY ÕK\<­XŸp?œ¸ùK—G·ˆùnýí—šÆ(øîsý1pÚâ|‡IV|Q)åS&I.„P\§U>‹–ð%|vý|HJ.ðÿùIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/pm.png0000644000175000017500000000220511406350224014401 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>%IDAT8Ë-”[lTU†¿½÷™3mgÊt†N‘i;ô(6\Dm€HDÁ¤`Œ ‰¢Æø"¨$j¸Åèƒ M0&Ä„È ‰ÅPá…[´„Š¡•¢ö –é´3ÌôN;—sÎö¡³’ÿeeåû³ò¯,Q³›Üóÿ 4BšnÑ|æ >_ç#~ñ}ÒsA )m e‘Í(©© %pYú†B¸M‡ ’tâce€4òè½*5ØP)ÿzÂ/ÛW•ˆþ•r_4,Ks. ¨3­ö6]Qoï<¯ÜæŒ2 [ÕTÄU00ªÀVkëW¯5^WKà „%f/_sýZÕKB’ `ôX<·ï.‘‘ R:,ôMá2`Û&ÉɶíGÀm*²9/Žv0]pœR,Û € G®>ýITÊRÑ»ýq?韯ÑÖ_Í´S„6Ï<ù/{^jc$éc4då²{ìmºJ±g†œeòê–?ÙÚÐI{W-™¬ÐŸ-i¼ 5E#BºÝbÙ¥˜óUݬ9fX¥XRÔVŽðÍ¡³œ½\O$VÁÉ#§yqC?©©B>j®æÜñoY^5Î{_l'›+ ¦"JêÂq<…Y~¹¼’—Ÿ½Åîm] [ë(/›¦~Ù8]ý%œÿ}5O¯êåÍíðùÉFŒÉ!/tu ªÍ‚w œ@,QÈ‘ë)aÿîkˆùÐö Nƒ‚žH)©‰bnÜ^N{W€©‡Œ<,Ã|i >ŽÐZ÷q«k1•‹F¨*9?•É)|Þ,˜ËºXQÓKÓ¦v’^NÛŠæ¡f^JC«—§÷X…‹Jã~çWÖ=~ŸÓ!6ZŒm9ÜOzië(£³×ÏÒpœw_iãvïZ;ê1¾ÛÈ#¶=¿!€’è+£3¥?Fk2;6ßàá\Þ"õµIö{ßZ×PаaÍÿ ,âN_%ß,?|ù=}CaNÛŒ£ Œµâ‚ö Z£@ä!_¿h‰jÏß=u|º·…UKcx=š·vÜ! ÒÙ·„áD9Þ¢ žZÙËÇoܤ.<Á®O¶‘šô6F¡©}s5.) ۰ГàšÒZ MG÷£|Ø\ÂñgØ´®µ+îÒòu”ë‹™ËR§¼,I(h1>­(pgHÛ¨„…²É t„­ó™æõñAóÚ»+HŒ-`0æaÓºë»1TCIfÓŠŽî2¶6tâ-š2Ò¥É]Ccº,ôè„L.À!+äõƒ;‘B“É)¶4ôΘ\¹YK]8…ÁCZ;ªÉì\v,ÒB»â–C´HG#´Ô—¡¡°N,ÌÁé–’ü3IÝñç¯Tå{9Àà¯ó¾¦×‹æhIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/nl.png0000644000175000017500000000026311406350224014400 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>SIDAT8Ëc\'£ñŸ€‰†ÒÔ`–ÿÿþÑÆ`.YšÌøõñSšDãÿÿÿGSËë÷_ib0£sÒ\š„1ËíGohÌL´ æ¡—*¹ÝÌr}FwIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/es.png0000644000175000017500000000060511406350224014376 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>%IDAT8˵’ÏJÃ@Ä_ºµ©˜¶¡H<èAô"¢ÏЛàsøxÞëXÞ¢eÅ ±Vôn<¢ûÊöÎ9½Ö!ºãd?å<îLg¤,Âë ä©CÒ¶È|J<))ôQ{/Ï~ÑÇm׉·zDÛöO}æ„$ÑÉ/;†áHñÒ)R5]ºKYõº6kë‚çj`þòxVþóVabÐÈ”I&œµïrµPƒçƒÊ–b6XËKÌÆ7ïh…g€§9IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ba.png0000644000175000017500000000117411406350224014353 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8˵’OH“aÇ?ÏûNk™m§åLxÙ|n.I>/ÙÙT‡f„Np/p¤lx™;.f‘È7ÆÇçéèhÁétpçV-ù¼ÄçyY¾ApžÉèd2:‰D–tZÃfœÆd‚£û'ÿxÙ|hh–pø+^¯ƒÆÆ­ÜöKb?ê×íüç¯ØœÂéUeIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/vn.png0000644000175000017500000000061011406350224014406 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>(IDAT8˵’»NÃ@EϬɦBBDH¡¡jz5C‰D Mº|¢çà(è@P„8~íP`L,Œm¸Ò»;{æÎÌÊÊ?Èt Ôbý)Xñ µ3¼³co/#8HVw¬TËS“äû]üKÅŒXE|ÌvN°Ÿâžœà š Rú_ñ ìéfä5ôEÐWa~i™_Y4©×:@UH®Ct* .¦øÃü#©ƒèl@<énµxѱÇ%ü6$¿ÿÊï ÉM¯Ú.6s¼ÝŒxÒ#:·Èºâíd é1¼Ey[ŽxÜg>¶Av`†®íYýð*C´ )h&¥I± ³  ‘TŠVUÏ–j…´ì›Àí [Bï¡€p¼g–IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sd.png0000644000175000017500000000061311406350224014374 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>+IDAT8˽ҿJÃPÇñïÍ?L„.u°Á. ,ëÔ]_!±èà¢}}§vppSœô, QA¡6Ö‡ˆš¢N¹ùÁ™îð9÷œC"×eD(¶PûÈÚr²„L „M6èÞÌÁQfGP¿{‚ö˜¬ÓE`èÁñ Ü— q ¥W½°â@•VóöúŽ4‡ó(E:mðî<Ù]Œ–7qMÈwþYx*3–KP ÙilSõr…Óÿ‘ñû˜‹‡s”‚–ßÂTfn°õߣk»µ€ÎjÛ°sýqþ±c/ñ$ªF´ý6¸IDAT8ËÅ”KkSQ…¿}y´šÔšZ£ˆà()5(âÀBväÏp ÎýâÌ¡ÿ@±P$ƒFZ¤µñQ'‚PPjs›ä&¹9ÛA-8ÜÑ5:ƒÅZ{/öYÒ(Lòˆ0a!* ªzüAPÄjjNTIÂq*CG2´Š“xß"òI‡œëÆ1ˆÍ6PçLDß9>\+³vý&gVvxçúú+çK%Z_¨Ö^¡VÓ`ª˜6uÊ9õ™?ë_,NÈô§C±4ã>z¹Ùw~¡ xS‰w?÷mù‚k·ùþðQ›»%ÝúKÆ––h®Õuêþ½ap¡¨8µ(©¨ª‰  qLg}ƒæÓgdggènmszy™S óxù¼UÆyV&€Dµ™™ ñ»²Wgi×ë ££QdZ=S@{Z¼Mou…t¹Bok›ôü"-?‹D}0†&ջχΩic‡p#ñ ’kl2(Wy¼òâgÎüG Þ~Üæ˜ž°¹ŸæÊQ‰½ƒoöÉQÒaîI!´Ï©¿ëÉu ˜KáæFúsÎã,ud³Œt½ ÿÅôëÅ£ÌÈwIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ar.png0000644000175000017500000000047711406350224014400 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>ßIDAT8ËÅ”1N1Eßì:„DnÀ ’«Ðä\œ€{PÑ#!PDAƒ„ i³‰íO‘EP2a¾4¿Þ÷Œ=Ƶ^ *M_EU•~߸hƒ€gãNëˆÙW­ÞÙ=®ß¥b{ JÔ‡çTõ‘»q&ùÀR"½]±y¹eF'KÂñfÁöPd»^×(GhïyõƒÍšéº{PÇh:‡êÀß3"yû JTÍ)fþ5`g7~ðÎù•Âí xIDAT8ËÕ“9KQ…¿;3É\â‚™-,,Ä?`ïÒŸ ?@°wéíÄÖ ‰F'A3FD ‰Æ8y‘‰âžîÝóîáÞsÞ“2(€„h Â¡@|BZ2ùãá뾫û¼—Ïû¼ˆ ”òÛ+µ*Ѱ®é>'"”+˜F]k¹ÙêQo§g¯NƱ±z‡èŠÆÈ^Û¤¯rÌLNSzp„DÏÕÚYç€N³xg×a|0…jÞ…wå^3·²ÀVz¥'… §Î±p„»Ê=‹Ë,m®ræØ¬m¯“-æØËrZ^IDAT8ËcdP«ÿÏ€þÿg`dddXÜÄí§Ç€ ü^»ágn5Ãÿµè€‰F`ÔàQƒG V³0üÿO¾n¨ÖÿXÌ`a`dÄn2#õcÈ3202202`³^]ó œ:IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/dj.png0000644000175000017500000000071011406350224014361 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>hIDAT8Ë­’Í.CQF×n1èÄ#ô ›{-%aÖL˜/@Ò ÕD*ÄO4Hh•«÷J[Õ–{Ï68­bä¶¾ää v²ÎÊ·ŒnAÑ""üKĘ@00XQPÚÂn6á¹>¸½+ öº¯ë‡pzöoß1T­¢@³ ;—9—Fö=0@«CC‰ (7OÖþ¢ª Þ‹°¶‰„=Ñ(ˆòÚ¶Ïaë êÍ¿“£/ະºjccvj„Ø0ŒÜŶX.ä0ª÷Œ«U¸¾†‘ˆÇ»cßaÞ™c¡²€ë{!«è.î[ †\=ÇD9I¶žÅ` Dǽ*ìŸÏ÷X¬,2ëÌâ|8]ùP±àޱ¢ì7öH–'ÉÔ2„þ2ŽP ª,¹Ë¤žR”ÞK}Yþ+Êñ[žÉòéj_ý€_àwÅL?ÎpÕºØò{>ý½Îv`Á»IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/tk.png0000644000175000017500000000153311406350224014406 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>ûIDAT8˽”MhTW†Ÿsîõ6¹‰ñ'òSG+˜¨1]´•Ú¬DÅZK+A$ ݉+»ÒU»•BÁ­âBkB)%´ÔêBŨ¨%Ú4?“‰N2ÑÜ{3?÷|]LÔĘ́l¿Õùá¼ïyß÷S×ö쓆uk9;6›¯Ž_åÊ¥(–cslW„Ö“_r}ûç´í'Ì„¬Œ”³»¶¬¬ä^ý >;x‘áø8 ˜^’·.¼Ë•Ýþ³æãÞ l]=›o;šéÜÜÄ©Ÿz±,ËÒ,_XÅÖ×¶´VQÖÜÌé‡ãGnyTR…ÖcÌ“}ñ†wß ãØÜqËX›dײù|Ú¶‘Ôùsx©,­ ':"ÔÍš-«øåÒ£÷úX³¨Œ¿zmzé"ÐjWÓVãÑ5RAÂK*V·FÀÁ cÐZúÙD»z.V¹‹h„!–ÛR f]vÄÞ$–)Îût¸$|SÒv;ùÞ‡„¡0ñ¨­ŸƒL ““¤$?s†™ëÛp—6‘‰ÇÉÅýŒM˜Î2îƒéÌ‚'Ej¾pªÏEDPJá: ?%HžíÖ¯ÞÆCÑš%4~´žÆÆZ†FùáQ-M‹™yå7†?éàBý;,z»…r“¦{ì5Žü9‹cwm≑Ø\WSé(üÌã>ËÛ·5xD‡Tö)±}`ï[¼_í“êîäë«I¾»«ˆ&ðÍÎ:ê-MlpŒý_œ¤iq íÛ–³iMš–ªNËC^(ÅóÊ´áD_%˜pŠ@Ÿ~v™HOwÆjV ýÞuƒÃÝðýÍñd 1‚¡gp’ËÙzúbC£œ=åü߆‰y’C÷¹Õ @,ãð‡ç¤M^/F/"Ó{¬`·€ÎËžÊ[kÀœçßföùÙ§§ªÄC)q^ZŠäÅDóÊ+÷YÛ² ÜûωuÐ^;B]Åÿª˜©ü2µg}y ÌCKnV+Œž9«_½Þ\_s¤÷Åõs°>,ð1IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sr.png0000644000175000017500000000046711406350224014421 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>×IDAT8˵ԯJQÅñϬþ)*aÁ°Õbó1|‹Á7°ø£Õ0Û|D0,¦5èêƒc¹âÎÛ¾œßáp¸• Å+5ªŒÕx&ñ–Ã"tŽ%ŒÊœ«p^DnbÖ(ÊLŠÞ±d¯¥©;¯®`Ò¦=Å6n0Åó/KN$÷’F2“\I&ý‰û«I.%’©ä`UÀ:^q„}ìà®lgÄFÛñ#V1ÆCÿ&*ׯÈŸ­éÞ±ÖŸ¸öâ¶ó³á_½•³[dü7¥fßÍ7·¨À¢]1IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ml.png0000644000175000017500000000023411406350224014375 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>çIDAT8Ëå”±JQEϼ}»ÉšÅJ„ )¶ˆ KÁÎ0ê(ø [ˆYL,« I‹—]“}iÒ¤œµx…Óß9ÃÌ+ð(lƒì°q¿ßŽmöËjšVr©¦Ó­N!ÔÎñó^‚‡,ÒISðºùm’çª;oÏ÷Ó³² w”q–Eœß‰ŒÎ.jsmêŠÅÛ ÏˈÇEÅüµàw½Ö¶Ñƒm’prqÅmì¸Þ¬8Œˆ»]5X>?œêÆ‚P9Ǫœp<¼¤“¦xeÉýM¡·¥pèêa¿æµèe/kLî?ÌêÊCqÔ­ztIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ps.png0000644000175000017500000000054511406350224014414 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8˽’;NÃ@EÏ4!B¶’%ðI‘°‰(-”,/ÉUXDˆ%À2 2¶RûR# Fž#]išÑ¹óæñºy \F 4v]Š«¤ 9(tQà§Øe£òPK<ׯè¹ÓA¾/Š¢¬gɯ⊕1zë÷Q‰ñ‚ëu£ÞÏ“ÂPšÍ¤$‘ Wév¥8–ÖkGbÏ—Î/¤›[)y·zñVœí^O(º‚Ñüòœ-®þo¹Ò,z0^Ž÷ïAÞàV§-¸ïÁd‡°j¹µk³¸VX|MÔ4 NÚ°8*…˃f…ßâå>ñ)Ü s ¬ø,ÈêÊÛÃÇ-IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/mc.png0000644000175000017500000000022311406350224014362 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>3IDAT8Ëcü,aðŸF€‰V>0†³üÿó—f†3þìžN³¤ÈøÿÿÿÑt>jø 09• fx?IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/tm.png0000644000175000017500000000101611406350224014404 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>®IDAT8Ë­’MkQ†Ÿ;wr3“ ÉXIK]¤A¡táV7nºÜ þ6wý ºÖUÍ"%’Jƒý@J’Iæ{îu1µêBÈ0¾ËËáá=Ϲ‚W˜7ßàårŸb௦Ø71oŸÀÇe ¿#Ø:6@ ä°Å´âìyä¬Éâ °¾Û%/r”­¸ n·'€jâÓ3_/Ù›Av <ðœ6ÊVHKrüôG9o±Mó¢€…¶@Dá*,ÐDIHK:î2Œ0¦ù<Ë èIº-XÆçcØéìÐïö9ùpB’%Õ»<g\%+5ì…5£5“ù„ÉÅä‰Çk˜·@;¡«ønAR¶wSÁ÷ðF: Äë½)èŠJÇû§!@(ˆš9R(Ê·º)ÿy ç>Ìv V!hÌ :½SR£½  ZðlÓã¹@~5FdŸ]ý´$±Åã×/X96®p NÌÆà×kna éiV_Þ“M?‘® I±›õÀ÷ÍM æzÁå»%²qÎàHct=p - u¡?2Ȧas™Gíƒþ&‘­íMÖ¤IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/lk.png0000644000175000017500000000143011406350224014372 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>¸IDAT8Ë¥•ËnÛV†¿9<EÉ–e[R‘8·V5⊢Ùè&ú }žÝç ²é´@ ‹¬rkW½,Ü…/­Æ–¥H–D‘‡g² ¤Øñ¢:qH‚sþÿŸùÏPü Ô)xe„ÓõâKÈ31,êA0bÂw¿ÂÓ×{r]à{ 1#£@ ’¶åÏG ’7–7Çå…@E”õ[ +Í”û§X¯ðâ5ü¼LU|$³|±¸-C2°ÄuÇo?Öð™¼+ÑŒ €ê´*¢óçJ=ãæ}†§!êÁÎÍôÒ«;£¼\#éiA¨ØÈ“Ž0VÑJUG©š3î…¸Ä FÉÆ†ç·¸öé13àEúä„d`Ѫc¥•â&†æöÍ;cÎOJ¬¶&$˸ÒÙ‹éƸ‰!›HQ –F@¤¨F¹V([¿9æã/ÏÈ’(“ó€<3 ðÁÎlÐû»\”~‹Ï”+D5‡-yò´è}TÍq©¡ÿoD³=¢²a¬Ò=,Ó=¼lÆ¥Ušíb”îAÌæ1q=£uwH¹æ`j´öŸ¯]É_^±/zµõÙ€»÷;¬ßÏ[  nh@q©¡÷ÏÕ£·40@–Fg!nbHÏê7Nv+œìVÙþªÃÑ﫬¶RFÝ‘‚Ðÿž²Ó¿*œíÇô">ùæ”äÜòäÁm|.l|X8¼º™×ýãhîè¥ÃÈ“;¡³W…x=#é[voô-k×öžÖ BÏþ³5ú¯"lÉ”tîl;—àß“tñÞO{ç…F{Dãë¿üp — Œ:!üÔŠ!Ó;,Ó=ˆ/‘­n¦ÜûöˆÁ«¨˜\Fà^ f5pÉÓYm#O³=DØú|p™à„ˆÒ?ŽXi¤ˆYôïä3Á{Á  Îøûâ¯f¬ò³ê0_”ÓaPIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/bw.png0000644000175000017500000000025611406350224014401 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>NIDAT8Ëcd8ýÿ?­ Ú†³0Ð,ÄXbø~ÒÎðW¹¾43œ‘vÃâîæF;—ÇÞøA3—32œ¢]ea`¤•ÑC9‡ÒÔpÎ|»ºð÷mIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/rw.png0000644000175000017500000000053111406350224014415 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>ùIDAT8˵ҭNA†á÷ Ó.4it ®‰Ã °$ÜC-ÀM4u„k Áð#1$\Ò4›Mw»ÛÙƒàÏ´ê°Ÿ›Ï|sr„Aª˜¢ ÈßY¼ Tˆ\ÎfsH© †ÅA=ˆq…ÈåÅ—v®˜„oÇÜ'{Tê¬Í…¸1â`ýšÝöYXæ¥Øâ1ÝaV¬¸’We‡dÖfªïELÐ%ûÌG³5Î_Oxʺ¤¡ÅíxŸiÕüþW?3nËÏ„  î÷ÊŸnŸÕ¯µ›û^2æšÏ‰µÑàË õ5ïÝtëk~÷¼*vfîY”iøˆ«R=ª‚IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/qa.png0000644000175000017500000000063311406350224014371 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>;IDAT8Ë­ÔK/Qàw¦séL+’‘¦©K\¡¡DØÙ ?бvØ”¤a%T…Á¤—0Ë™é f56çM¾ísNò½ù8úÇq –‹jñÅÍCèÛ%ÛÝFÁ0žãáãþ ÍZA'è ÃG^’EdF³Ðûø8æß0±\ÔÎñZ~†O:ìàd‚ñåIŒ,ŽA”v°Ýjãjï·× ŽÇVµ4 ë ˜Z™¤HìàvÃÄéÖ .wuËe§´4æ7–_+@Rev°Õ4¡ï”PÞ¿±Il8²v¥7…éÕY˜Æ'Z/u8f¼ÊE~ì|Ù¨Ýàá¸e+$UFnnù‰a}׃Q}GýÉ@ÇÿÇ­ ”Rü¥TLŠ4;ÑhC™ !ð€Xó Ù‘ŠFg-èIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/tt.png0000644000175000017500000000112411406350224014413 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>ôIDAT8Ë•ÒKH”QÀñß7£‘†”…Qa’Ð ‘ZôieA Im´¹"ÉĤM$ABÑ¢•TLh‘‹¡P¢$(¤‚²‡3_ ¿‘Aš9p7çþÿsï¹Ám;ùúsXŒék¤5Éæ(—O„HÅ[¸ßÀ§A†¾° ‹°n˜¥¥ôoeUȚ€B¹Ÿ‚øi.²½‘O &¨Ì¬˜äÚŠCÊC¹OŸŠ7só6Õ“zËõQÖbVŽP1Âõ:~¡"$ÈQcLÌOOçq;7{9Žš¨ñ}%ƒTÅ8=Ñÿ"9 Oo!¼¼E_+±/jž,£k˜%EœLQäÏ\uoÑÝÀ.3’¾—põ!?—Дba/<-ˆ31Jg-§9ý‚ß…Übl=ÍI–g$cÙ´’¬Ø@ÛSÞÓƒ˜÷‡»Ùò„ö8ãaFVxZ¢t­/˜^J¾ r¨žÚ;tð*}Ûœá‚Å4?§¬œKø•÷åÈeúâ< æ²¾ù¿v ¸}˜Ä3Î`]T~}€kÝìO±w¶7Wx† Œñ …{w9…ª¨ü®†ÞªêÂ|&Ÿ#'ÑMçÌ/Ú¥?—suÕEÆ™’|ŽàE]4¡:J[Å•aJþxÏž„_“H™IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/tj.png0000644000175000017500000000050511406350224014403 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>åIDAT8ËÅÕAJC1à/ÏWÝXQ¼èRPðzKàºq-B E]ˆˆ-Z7¾¸xY¸©t@Él2 Ìü3óÿIÒýñUVÁš Ð殫<8CÒšóciù0 rœñ……ž©=lýRÐàœsx… Ž ð+N°Ê×/8ÅÏ8+þ"”©w8(a3ì¨ÿ¿Ïô¿á³òX7ÀþÆ™‚wáN/*zίq."°v<Ÿ:n°‹‹²Â²tû$r¥ÒåíMPÕ©ìcüBû¾úý…µMªó\Wû$¾t7rqW»IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/mp.png0000644000175000017500000000155211406350224014405 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk> IDAT8ËÕKo[EÀñÿÜ—;Žø‘ĆⶊÓDAi# ²¨P¥.Yðø"|v¬Øðl)…Šmi©Zâ(´%O§ilË©7~ß{X$ê.צ³ÍùÍ™™sF}òÅa„!¬>É@—‰¾ŽcAO ¥–A½m¡)Pj”h`Œ‚àÓaab‡…±ûÌD»cñg½A>0@KFY\ãA1ƒÝ5ÐFÀ‡Ã“–ËUU$ïû‰ôÜGÖÔO¢t¥Œ¤]²ÆS2Çß’]\å›+ÔZÃqOX¢A‡ÏêŒ?¿uå}¾Ú¾FååÓÁ=”À¥4‰ÉEV3.œ¬ñéÅß\ºŽæyìž°+B~V#|ò|) WØ«Z¤-¸š›f³MáØþ×Ïn%ÏGñ}2æCr©yrè¢8_Ö¼²55˜³¶h7+lØËÕt‚>Ì0—.Ï3{iÝ!äw©Ùеæ2e{l¨…®äì}¼AÆ>%&.Ó©Nq!åðùõiÒ‰w˜™3ã¸|™J³whóõÝ#Z½ÉX—ñä6ývûüØš,®KM"ÈÔ \ÑØ*Ü{T#ðcš&c~š¦së~ƒcG,Æ&WÙú'ŒÛó®RÍ{VñwçëS1ƒ¾£x¸Ùf÷ÐF\‡­›õ>®(“ÃA£"®¨7„t:î[TËÏY™óchɨ΄¯Ã;¿ðÛÝ{ÄCb!…¡¹,_TŒñì<×Ó=ÿŽ " ´%þ*ÙÉc>ÌØØnrûçÇèƒWØëúý÷¸¾bq²J­·À­‚‰hšœEúŸ å¦ÅïÏâô"7æÃ¼°¿Ù äׄnÛææJ¥t…ãz—ïÖB¼¨‚ÒA o÷tÇ›/Lº½inæŠÌš»TŒ.‚…¤‚ æü±sæ×gž¾T(¥^¯=7öðOBQ€ 3ãX­ &‚ ”ëB/°È~3A½¥…RÞèð£>Ë[©S¼TW”ji¢º"prZ¤Ç½8­FìuoøC³E×Ķ=ÁIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/af.png0000644000175000017500000000070411406350224014355 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>dIDAT8ËÅ”=nÂ@Fß‚-“ØD –Ò€Dg7üœ8çH“‹äÜ%MDAE)b)^""‚c{Ó€R¼($Ó­vvÞ|ßîŽ'»#Éoáþ^«§«NA/ÿ6t(€R ÊeT#¶[Dÿ¸RAÕë`Y ™a f3ŒÕJ«ŽžÕ®‹1b& 7µåj3M)pmçx¦š`qHît°, £RÁéõpú}LàÊuž¯Îoµ˜¾O¹Ñ@FÑ|Î.°=Û÷Q/!,ž/`µRdaÈ{QÇópZ-’0d»^“†a~¹yÁ“ñ˜¢ã ÚmÞžžˆ Ìn±^“L&ßwò«Šµ\²ø,•øð<âf“4ŽÙŒF #-°ÞwRŠl:% ж‚”d›ö$:o€H R¢ök ¡çƒOAò6aIN¥d?ìöêÕÁ†ìx½/3}¦jDÃIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sz.png0000644000175000017500000000120611406350224014421 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>&IDAT8˵“MH”Q†Ÿs¿o>™fÀð'…p2$¢Ä$JZJ»jQ‹v-ZDkiѺ½FíZD›jgÃHà&2IRIú‰Ñ™rü›tçÞÓb&úrZÌ{¹›Ã½ï 眬š¹,Üówm‹œ*V£ Ö!ž‘›?­‹ì4/WŒÀ&0í…yë®Þ¸ÎþÆF¾±”Lâ–WÀ˜òá@ßmÿ•î+„#0¿©<Ü ±uè<Î+’ïê¦#~–öKWH%G™½=Èæ§iÁohƒ¼ÃfÒ”RÀ»XÜB@ŒC‡ì+ÝåþFˆèÑ´¶´at›Ä³Gì ‡YX\$„è8Cnm ÛRK¤»»˜FW²HùD•å Lôö±ÚÖˆQåÉGËìšÃó,e§ø¾ñ޹¹Ï¤R)Œ1 ©«—öø5‚üWrs ^îm%u$F˳”…Õf¦ôÙ™Z˜ðéß 8è{ˆñ55===Äb1¬µ8 ójœù;w)<_&óByÃqÞ¯w‚- NG¢*("m¢9—!pÛÂu<(/)çú¢©®žÔh’ÙÁA6ff0Æ`ÅŽ6ÙÊQ[XG‘_´¥ö¨ÈOX0”h™,ym-Ô×s!§Ó9¾%¸•ßhŒ** åVÎ9Pt ÎáAEœûÃÙ›•mÛÎ5ØUþÈä© Ÿþ¿|ß³U3ÿÎäW—’³MIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/it.png0000644000175000017500000000025711406350224014406 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>OIDAT8ËíÍ1 €0DÑ?â±¼‡EÈ ¼UÈ5;‹°±Ù_ ,¼;fÌ ‰v4ÊVˆ:{ǵ‚Þ>*á„þ¼â÷H kBë^³×â¡ ô´}º +IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/al.png0000644000175000017500000000077311406350224014371 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>›IDAT8˵‘MkA†ŸªžÙžÙd5ÍÙˆñ ˆl‚`ΞūÎá?PÑàEH=ø BDÙî.;èfîÁ‚¦é®â©·Þ’7»[ƈ"—¥;-½WÃú³š'3ž·‘s*w‘Ã6pwc„~̹\*Óªàk2nz‡“¿Û‚xÜÆ‹6rÏ¡%b|ÆÛ | ‰Z…©wƒ“hn<'ðt9œ¢G]ä¨KÌÍxÒ^vºEð²èüjžNù¾©Â– •¬÷š·fT"\9jYL‘/p¥T3šdYÀàê­ØT8—L«éß®KÆ%^„ÔÛ¶¶{¥ã§ß“1QAÆ öFŽ Í‘Q\ŠpÃ|Љw!Ñ3¢ÁûøûUA!Ãð¬âB¸T8®ydzYàá·„wê‚ëÞqÜ%.º¼âA°ÛNypÞ°[*¯çA¸7±í”[õŸ…Ê¿‚é‹ 0ƒ§ÜŸxJà‚ÓSKËi΂7…ªýjQÏ€­^¶ç,…«ñ AX”B5IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/kg.png0000644000175000017500000000075611406350224014377 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>ŽIDAT8˵”MkA†ŸêééÙÌ]t AE$ÁƒÑ¿‹7ÿLþ\ôâÈ)",H~@\?’ÜÝIÏNwypVÈÌÎ Ö©)ºŸzû­î’7l+ÿ)l׋ ¤ãÓz–ùj1÷ÏÊQÒA »W“‘PügËìG‚ªÌ ÊjpÄ(ùvÅò­’*D(SÎ^ŒßehF›Z•»Ààå˜üIEôBïÁŒËO)ÅÓ “+õ…¡üàµß¿²cíqE±ã™fTß-¿z¤wÅŽgíÑŸboÖÞÜP¶!ýÝ’|«b2Ìp›þî¢ÜŠHB¢Ùôú§AL‡Žjd¹¿wF}n˜¼Í¨/ W„  Q¸ü˜R9ÒAQüW‹X%ÝL‡ŽòÈ¡¡ùÕ·6ÔŸXN÷ 4Àús ëÏ<å{Çé«b¯Å¬ Âø0£úbé=œaoGÂX(Õ·¤õ.Q.×öø‘Å," :G¶} ¥¶,^YUù+·lÊt\]‡ÕbüwŸš%ûžIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ye.png0000644000175000017500000000024711406350224014406 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>GIDAT8ËcüÈÆðŸF€‰VÓÜp–ÿih8³ŽÍ güûêÍ"”ñÿÿÿ£©°¼~ýšf†3jkkÓ.BF³? ³w•^ñóIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/mq.png0000644000175000017500000000156111406350224014406 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>IDAT8˵“=l\E…¿;oöÍîzŸ½v°½‰¢ÄDAB@A$‚(PBJ…DCAAމQPQPQRÑ (üY&J‚ÛÄë¼ëõ®÷ç훹^ÇVDÅi¦˜£sï=:G>ü¾®ª (ÓC_1U¾K?$,ì¼F+"µ E.MÄÜÙJ¹9ßF¬´˜û çítœù× jÑé114K7¥2ü#%WE ÃP¼A)^# Ž'Êß™þ1Æ^³Ûï²Û=OßÙÞjðó¨½ô·6Þ£˜Ûf½ù<½,UÅ€ *x¼ôµö“”â Æ ÷Olsª9³O9¿D½sžSÅ{”â*"Šª`Ukºä¢6}?D)®2•üBl[”ó ,Ö¯roûÁ ¾Î6Pp¶ÁHþÏMÌVë&J³|÷×ûìvÏbŒdT†`Ä-ÓyV/’…˜vœfïôI¯t¶A%ù‰Ä­±ÚxEP`§}‘Ô—™«vUŒdXÓ% ‚FXÓCÕà5‡ œ±Œ"êÏj#C¬é!âéû!D<‘ôñšCÕˆ«ªò?ÁÞÞìI…™¨à5~ˆXþwóµ½là¿`ÄcÈD¨Ú‡,´_Ì·AÄs±ü ã#kxuÜÙz“ZgÁ#"\½Pd´±Þô|y¿ƒªª<;ù‘…¿WßÁw8à0çF; l¶¯ÐèžeØ-Ÿè„Dbw¯ãì­tŠ¿Û—d30àx¥­´ÂÂîu&Js,Õ_!õ J4p,^"cÅ?I}¹ћXÓe½y™ýtòx}ƒ"¸hbnu˜yìsÒ,a½yâƒŶɈ[ÆkŽr~‰éäF<ãÅÛäm¹Í·Oä>IDAT8Ëcd`HÿÏ€02„†Þù·bÅF&&F é ÿ"þ3¬b`bÀpJPŒ>jø¨á£†9Ã<– G0Õ2IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gy.png0000644000175000017500000000157111406350224014411 00000000000000‰PNG  IHDRfdåbKGDùC» pHYsHHFÉk>IDAT8Ë­”ÍkœU‡Ÿsß7i±I:VB¢54 ¦¦iê˜B+µJ6ºPP4ZkRíÖ¿  ×.Ü)¸Sp§…‚A\Ù‰ùœÆ¶iâ$ÓùÌt:É|¼ßÇÅäô Z½pá^¸œßï9çž#cc/G§Ï¤Ö±Êtf’ÜF ?l ŒD„ÿ´”Èú°T¸¼0“–#‡ºäÝÑÓòyy¤õ xQ$u¿&~èŠªŠ "MÅ»‘T_Lïú!¡CõE‹³—zxzèkÁ •½\˯2“›%]¹MÝ«Š àŸQ*‘ÜîݯFæ€sy'dìõ=´ut™!* ³X‹‘ȘÊͲ|÷n Õƒ /¨D²ÔSÝä2ÀF Lø…S>g/ Ï *‚æÚ2HMâüÞèfjí‰ì<·Öæ)7ò„‘߬áý‚["ÛwUDQH:!1—ø9å­7 m@6íX1hÀ±ž%íb¶äÈ^g¡8C¡šÆ ²E¹[¤)¼Cµ(W=ÂIŸó ñ#‚1ª@Ô|mµƒÝßrœ|0@²q-ûɹܠñ ÈŸ©ŒFá˲Ë÷ý.Ÿ~lóT¯i:Ù²¤ ͳý8ì{…`ß,®[\I~Îw7¿ŠìëÔ$±D¨ÊUÇ#}Âçò¸MïÁMŠmÖ£Ð:„ßò…`€d¡A"ûÉ|‚ìz '¨cÿ•{UH4¾mw‰_P>:cq ¦›5±Àî„Ö£8Ö Òn3… “™ŠßP¬®â….‚l»Dšî‹~ÄÏ£r*àÒ8Œƒ€éF÷ S•–L­ù5;Íbé Êõ<¡;A½+5ö–ûP•Ÿë?v:Œž8óÚ^Úö?Ad†YÓann´3™Ê0ý‰TùU¯Œj´Ý'»ß·$ÕÓ´ðuä`¿dóÞû=ô>FÎ;Lò^+‰ü sù92ëK8~õá:þ“®vëïft|˜ø ýܪÁ/™eŠ×Y«ÝÁ ;þa†¥ÉÛ^ÕãoPjYf>—¤TÏFîf~ÿŸ)üë“:+kƒEIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/tn.png0000644000175000017500000000075011406350224014411 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>ˆIDAT8˵”MKQ†Ÿ;÷NœÄ‰Y¸°J(¦®Bƒ©E¥to7ù/ K¥AéBŒ EA-U¬Š‚bñµ(ír°ur3s]¨  'ñ#g}xÎ{ï{Ä 5*«V`UM“Á!p³¤D ž7„ˆx;—Åjn"<ý‹ÞØÂü;GTX\U«WܱabÝ¿„¨O ~â},RÞÙ`Ý6X®Krü ª-ƒ70‚?3‡P §ÐOÃD+•º>Ùá òØ]y¼ÁäË4u½ï¹˜œ¦¼µM¬ïv× x Ü Ó-˜óÿ¿±»óøS³xŸÑëà8Èt D(¸¹ 8>AÔ'môÚ&N¡ŸdÒEå²pá@„k"”KÊ«ëèÅe’_?ìRú¾€Sø€Ýþþzi÷Ë‹Jè•[ZqG‡‰õ¼Å”4"GÿXÂ*RÞÙ‹t‹¨Cˆpâ¨\Ùü‚ðô ½ù«*ŸW„_ ¸PXÏ“Pà$«i½S5}\—¡!† úÕ£ÈIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/va.png0000644000175000017500000000053611406350224014400 00000000000000‰PNG  IHDR;Ö•JbKGDùC» pHYsHHFÉk>þIDAT(Ͻ‘ÍJÃPFϽÉÍMšVíÂ_\]øÅ'pëÃ>œKÁ• ºéÂ*±æïfÜ)BHŠ¿å0‡á;£ä¡-‚0¾€ñ%€j[Ѭ‘ÿE"ÕßàÆ½ÓÔ/ˆ¸ï™ß(œ+¨ªåî÷„¶§€Å˜A7,"¤iÊG6g›7È–èÃ[׌’³>¸¡(JÉ}‹–D^a ²èÇÁþ&{;&¿âùæìóˆÚ;G›“þÎuuÕWÀ(™’/^·AU}¶?8Æ•ÒL±Æ'RÇ– 0}—k·°»3â$§Ì2“ɪ¯ú‰†øaøÛɪp«Ðuà/ÿèZ(ìöIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/pg.png0000644000175000017500000000073711406350224014403 00000000000000‰PNG  IHDRä˜ïUbKGDùC» pHYsHHFÉk>IDAT8Ë¥Ô1k“QÆñß}µqQqk]¡Z¬,˜ÁŽŠu¥à'ð8¸¸µ££ß¢Ø.‚ƒè…jIîã¦4Mªb<Ã=þ÷œçÞs=dð™’‘rZ©,S¶ÿÚ’Ü9q¿ÀY lPöþ­$/$¯$7%çg‡2GyBù2«Ús’{’7’w’-É#IcØp$~Rm ‹Q* Bqgp÷±`"&€UUév»Õ•NÇlމ&nãÞ¿ãnLÏ]$ÑëõìïïWßðŒ|Àó=Yx‰¢r«¸„náíèäq ‘v»µµµŒý\ZZÊÝ•• ,SvŽûzQ²"Y¸œáaË»»»úýþDµ¨¶™´úøˆ-üšl»Œ««®ëÌÏÏçx~Žò”òõä7;œÖuº®Ól6§€šmÁ,`£ÑÈúúz:ÎI°CèUÊæô LWØjµ²¸¸ø7à, fÿCeü Gc|j`P®Q^3ø ‘A€–5ñþIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ci.png0000644000175000017500000000024411406350224014361 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>DIDAT8Ëcü?‹á?6ðA=îƒýFFFFtéÿÿÿÿ{÷ÉÛ%L ŒXM``b !5|ÔðQÃG r†oŒê¸ÊŸ¤IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/lr.png0000644000175000017500000000063511406350224014407 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>=IDAT8˵‘1KBa†Ÿs½WÑ - MH¨Ð䘠84H-ý„@ÈÒ4µØ?q©©Œ¢ R)’K„K–xµD¾¯á:EA^nïòqø8Ï9BIDAT8ËíÒ±! Á3ã(ýC*¤hBу ØD“.|«fĸLp~)3ëFQ’^‡ØF¯ TP¸??IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ir.png0000644000175000017500000000063411406350224014403 00000000000000‰PNG  IHDRúQßæbKGDùC» pHYsHHFÉk>IDAT8Ë“=KA†Ÿ½œŸÑø­pÑBŒbA¬4–‚?À¶v’ß ŠµM E- vj!"„4B´ÔDMn-&ÁÌ×½ÍîÌÞ=7÷άbyOS¨¬ÁâÔ9áà.£ø¨”B—°{¦Qœ7ªzÛ¡*ÂUnÕºxU{Gp¼¤áí %0CIœLËÞ\_Yظ‚ðh@)°5ìÜÂö üØöŸÌ’pÇpƒöz˜³Àß‘gi^FCÀ‚€·ÆÊðþûQHe ñ ÇqDáõK¬9ŠAÆ®®·)•™t6ÀL$S0kə۔½Y¦k&e´4§Oàk‡–:X»€õ X¿çûËOLI¸F¼ùÅÿÍk8KÀVGÁe@£Kž«É–ÂŒuÀãDbÁI\òٜ²Zli“æMvƒÕ,yåtÎó²5xݰâK‚>h­¯|;ËzžWþâ,èi„ñN‰+U]¤Ê&¦{ÁÎÅÕÀgûwÃÁ'õIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/hn.png0000644000175000017500000000063611406350224014400 00000000000000‰PNG  IHDRÄŸbKGDùC» pHYsHHFÉk>>IDAT8ËÅ”1NÃ@EÿØŽI¤„$*h8'â@GË%¨8¢àD¢  Á@Aâ$@¯½»Ÿ"!4à Br~±Åè1æk¤¼ß `€ÔІzE 0–ÅC7ëKN“@Îá¦O®(ížÊµ¥†ˆ)6VB„¾ü8ˆ%Ñîgh,û¨–}Ø‚E}ѳ'F5«k2jcI’CexxþÌ‹ÇW;’4N¨Ê [qB¥Í¬öò–rï4b+N&]ŒåCOñ=ÑsAéíŒ4Ž›]t†zV«W|ìî¬b­Z$š8¹ŒqÓQsIîã$7#ãÌâ¶«°Õ(£RúÞ©';ýi,pýš`½VB½âç®T+ÛGW*3 óRùømº‰°t§<ð$ îb¥„(J„<‘ÿ7ú“‹9ƒ ~•*>#ò3§IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ht.png0000644000175000017500000000023611406350224014402 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>>IDAT8ËcÖ)ÿÏ@#ÀD+ƒG ÃYþ00Ò,µ°x¾»F3Ã0ü£™Ëih8ÍÌÂIqè’K²›÷ÂÙIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/lu.png0000644000175000017500000000025011406350224014403 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>HIDAT8ËcüÏÀðŸF€‰VmÃY¤¥iæŒÿïÞýG;ÃÿÿM-€åù7Úe"FÕeÿÿÒÌå·?Ò.hXieôPN-O‰{ˆ·´¡IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ni.png0000644000175000017500000000047611406350224014403 00000000000000‰PNG  IHDRfdåbKGDùC» pHYsHHFÉk>ÞIDAT8ËÝ”AJQD_÷ÿd†€\¼@ö9‰WðÞˆWàZb¸IBÆL¦Û…Á­ý…qa¯«¨êª¦åêvã 9Žé Çù‘l>lZùüDËTÜA¤ˆ!¯ï}Ašè>Ö¬%Ɉªž šBTqäå´Û%mßñ´xf~9£NÕø øq«Øu¹;8<,߸_¼ð¸jpë‰Ö™# ERfÚen.æœîÍ vSÔÉ~×|Å#ʨž òhr}·µØÒßÙ•^—åfmEŒ£R X²–¹ú•Ÿÿó»>Ë“Qé?X{IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/pl.png0000644000175000017500000000026611406350224014405 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>VIDAT8ËíÒ± À@ CQÉöâ·hvH{`”*$¤Öù< çœÊLH‚#’ènTD ",è$xÅW?¼®s ´¢’Àð ø{±÷Ö§ýž·\Z´Š »Wêl IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/jm.png0000644000175000017500000000073511406350224014401 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>}IDAT8ËÍÕ?k“QÇñÏ“&›Xc“bÄÉ¿8tvQ\A1è ›W ›(Ü|uwT*‚‹ÄInúb’¦j1á¹·Ð(jž8´^8Üážs¾¿sÏý“„w‚”QÊËÏ<êðæ à ŽÄ¿íøBÂùÜ9Ìå9ò9ä˜9uÌêb•r‰E®ÌŹ;¢3$VÀp¹Ìƒ#Ü[d©D.GoÀúk’B^¨Ÿ¦yƒÆEªóHéYßd­Gûk†ÖK4k4*T ±ÂþF®=¥ý!¦ PÈS?Cóú”²ŸÑ~Ïp´Æ…O+`Z gð¸ýV¦NÿNÀÕ ,THÛ å î&/Z“¿‹‰6[îÞ¶ZBhÿl[­¸6[Ì– a«“*^>ËýÛÜjP)ïTü-e.ú,äøQ>èôIÓ¿Wûÿôx×Oõ®ßã={¹ž<.£6ƒ»ßyþ)ö0p‚€•ײ°/æèmðê-É^ýN?m¬+ŠÿBÿmIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/cl.png0000644000175000017500000000051111406350224014361 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>éIDAT8Ëí’½JCAFÏ7w@»«•X‰E@ÄRDìµ Øˆ/ ä5,|Øú â ø×01âݱ¹Q„“½­_5ì2‡™³«îÙm¢IDLK$ÅUï€Ã£-¥ôs¾hl ŒŠÂ´4d&8"„»±·¿IY®`Ön@¸Ç'Û\\vèžï²¶¾úKK.X“:žªŸub8œ0x{o­Ä%U5âæú¡ñ -Æk,<¿Œ¿YR— 2œûékæl6îî?–¤´$Ð`‡zÞeJùJ<‰ù{û„–Ù÷^<d|¦¿ó˜ÂK•q]ϵIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/as.png0000644000175000017500000000135311406350224014373 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>‹IDAT8˵ÕËOQÇñèƒ)­” öa[ Ì´ 5’hpãJMŒ&&ÄQbâÆ¥K£ ÿ 7ƈ [uÁI$*qñ4):P#Ó v¦.|ij¿÷ó˽'ç¨òßJ °ñ±B Ë´;>Ó²ÈÅ}([ —U¢˜¤“¬j¡'´v¤hîÑ dwáNÄþ^ e]µÈ&üdr Zöæ¨ÏµAc¢¹DaúS¯FØ›=·QøP6Îö`§Ž'Ä®s3;ñˆ±±!¦ŸŽPxýœ¢±Dþä9\ïßà¡T9DÈ߯›¼7ÈðÕ3ŸJ”-°%Acn½§/"+ÊzxóÐU|?Ãóû·©ÈNTw ± §­ï–ˇa(26^Q¡I*“v”ÐÕ ú/=V3´¾*’‹®³W-wxsë~‡…D‰¹©IÂ…v8Œ¢+Eúót+©Lñþã4>„+“B8]n·òòfŸIôpàÔyü²ÍÄÍëØN{Žö“Ò4dIBþhï¿XIDAT8Ë­’?K‚Q‡Ÿs_-ÐW1ijІjODhh⥭!~·þ|„W— µoÐ"BS‚C ¡©ôæiPC3ê¦ýà~<<œsDU[@‹<ŸœðT( 6e ,|…7›]b± ‹‹Îd[TÑ?À?ÓjùÔëmŠÅét‚T*Îêjc&]mÍÍøÇ÷•ËËGÎÏï8;»¥ÑèZb,Ìc± ÛÛqr¹5B!‡È”õÌpU%“IÍ®Ðé¼|žiæ"B4:Øm8˜*‹5vØÏço|q~¯*;Kì.ßÛÃá¢Õ(‡G[œoZÃÍà`lž`¾‹öû¼^_£¾ÿóÌÿUå­V£}uÅK©Däà×ó®¯#"#óÙ"€“HЫVéV*ôÊeœdòÌÁ¸.á½=Üý}´×øî§õ|pcp=1Õé}ÌšŽò™­aZBHkIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/fk.png0000644000175000017500000000173011406350224014367 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>xIDAT8˵•[h\EÇsÎÙkº»‰iŒí¦›TÐÆ&Ù$-&Vb«­¢m­"¢VZ‚¾‰EÐÁ'}ñA|P[DzQôÉš´¨±[{Ѷ±i“¬ÙܶÉfw³÷=gÎñ¡q7‹PŒæcþ¿o¾o†g^|ÙòßßE¬’÷žæÔàª]ãÀÞm‡ÞæÜÓ¯óü‡a¤.i ¸Ø×;‚«ùƒì~ógff€àF¥íéSxìÊ;Û+ù¸§‰ÞG6pøØeTÕ@Uš¼ìªË²£Í‹³©‰Ï&íøàw"‘ä2;kq\O¢,Amû= ì6þp;èŠN²wã:ð!ò?~O:¯Óê·óIO€5> Z6ñí/SDGÿdËz'¡a…t¡µ;lÔn €Ý†!-‹¨\žÈÐÒ0Špq±!`˜¦…‰À2ME 3YŒh­ú&T—KQ°¤D ©‚IéæÙé¦ Wì©ö²õÕ]ܬæØP‚ùœI¼ ÈÍÄYø´l*[kñ­"¥…Í®rËÚ*´l +—#?7OâË/ðt?€ûŽFôHÝÌê²`È€Ùk€aÍ,`6¥Ó¶v?Y!-¾MñÆ‘ø?®ö̉j‚í^ØÙÌí¾$áé_¨`sÐÅêo¾&¼¡Ú Ûï6q?Å•KiÎg˜ÍͲ¬‹c1ƒ¯†¢lK'I F£¦i‚('k¯½Ôɶê ù_{yÿtœ#—#ñ9>zn kU…éɯ¼uˆ ·ÝÌž'šyxKàÝ ‹´\â& ­®‚±‰AƆÇɧ¯†Îú»8¾<Úÿg'¯2ðrqª€4 TMãó“12MÌœŒQÈéœ=bÿoa¶×Óݱžd!‰"Ó€Z4s*‚®[«ð«~üÉÂf#Ty'Ñ”Ÿš ]žã> ”%Ï@,™+€¹l}iìïÎ^‹ÙvžÚßMgc oa0Šyú9úNº®—.WÉ@”çSfzý·¸|Ÿ%%õ"I:c£6—C˜¯éÀ3^„–¤°‚êØTÃæu ̆p×qZqÙ+hÌ'Pc–%©­$Ø2òL‡#¬Ê[L _&}u‚ð…óx*}Ø Tj=Ö¢•°Øm*U> ]‚dž^ 8œææóHY:õ ‚¯Áÿ]ÿS©oä—ú 8frM{Ìø”IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ad.png0000644000175000017500000000063311406350224014354 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>;IDAT8˵“ËJÃPE×¹y“¦ÁV)¾ >fý?ÃïSœø~€`¡)±ûˆILš{8J v÷a/΃#ðdX“pr<5Ï÷æêz¢ÐJ Š!æõʵÖëÖ?h/P{kUU)ˆ€1`{¦9TÊB1|i“--ŠÌ!ˆVx¡¦,@ôîP0Ì>\äÁ%ôCðçXqIyx.H±ûN B2ò±RŸØê~iÚ« §ªHÆlÙÂæñ1ÄGV?%MæÈÀÛDŠØ.É¥á¡VµàwJb7‡¾ƒ**ŒëQ-e[l3Ô¡˜»¼ç1Si¡Æ mÕä¹CÏϰšŒpv›Ò‰f,>]¦£îiÆùAFT”Lšt Ð>,¹¼ÉÑUÎ÷ Å k”ÅLšvŠ4( Uÿzš­—‡=½é^ ?Ç”t*Ç¿ž«IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gq.png0000644000175000017500000000102011406350224014366 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>°IDAT8Ë­”=kTA†Ÿ3wnvï‡7"ĈhAK‰©Õ‘­Ò…€… i,Äà°DD‰boag'D‹TÄdÁ$’®ÙÜMö΋‘t7pO7Å<󿕯ÃÚ9ó59¢€PÙ˜d}ŽôÇ=Ä×Q´B¸ø:ñúé÷ûˆ*X¨%Þ¸ °söÞìV"°‚ ¢ˆÄ›w¬š Ï ÃÞ~ÿAŠ`Ð’fÛ¿ø_mÜfôü43X“È @±×"o¯‚­eÔ³D‚rðDAYütšá$‘ÙéŒ4^w˜wK«|Ü\àÖ•Î ^*·Ð£GAœw¼ÿð‡…Å]T‡E{œì¤“¡zŒXGû©J`¸q-aìr [ÛÛ Õ†¢‹¸ÜÓÝß'ªÕŽWEEïträ7³£¹F?[8…z»Í©<'M3Nüja¾¦læ`£ž«_ß0õù·…ì|W2@UcØ*Ë!Øq½ùšÆò ‹E=`U„ÀŒ7ç¹¹ò”—£&¨¤blèöoÎ3õå¡ë¢b*ë.;±ö’ÉÕ•ƒþKK°¾ŸŠ€IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/re.png0000644000175000017500000000027611406350224014401 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>^IDAT8ËcdP«ÿÏ€þÿg`dddXÜÄí§Ç€ ü^»ágn5Ãÿµè€‰F`ÔàQƒG V³0üÿO¾n¨ÖÿXÌ`a`dÄn2#õcÈ3202202`³^]ó œ:IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/np.png0000644000175000017500000000115111406350224014401 00000000000000‰PNG  IHDR Ðá.IbKGDùC» pHYsHHFÉk> IDAT(Ï…’ÍKÓqÇ_¿=4·¡æ("u>3MÍp·ÄÑЃ·,"èè°ˆNí`£ƒ†TF–BBE„Т‡Ki !¥Y™[ûmÙ~¿}?$KzŸß/Þ|^|h¡¢¿0Âÿ¢Ç§Ê0?Ü£ùÒs1_¸hÛQ¼j$†'wšC±½ v€ÑmûÖ•á2Ú.r¶V¾·× ‡Š<4>â\pQ_4x\ü°xÂöuÍÙÄíÙI}2Qå“äÑ*~´/ã‰gøn`jè«ð†'BZíð}}˜++”'ÞY[JßZ½dzM°ˆk¡‚êBil%]§”Nc,-aæòÖ’ä‹4ºùä­C4‘ =bß… ‘—6Òw'ÉNMW•Ü_ßwÓùVC,€fE(bµ Ú è†mC.(%ÔŠN.®Œ~æöSHXAkÀ¸2p¯Šw–ÔÄ„$oŽÉ›ƒ~ Ó4_Çñ®~Ú€á­^¯”Péñ;ò'«CCòÂêsì]ÍIÿ‚Àõ;E”Br9D)Jù¦õYO’« ¡Eñª–4±ÛA óï<ÅÎ$ÍÓ·è8SC6a›g7(có·ÜhApcôxÈEfi<û²"ß’D7»nIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/jo.png0000644000175000017500000000060011406350224014372 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk> IDAT8˽ÒMNÂ@Æñÿ$ iÙ ÄàŠ•!‘°µÑ¥#xÑèJ”x=†®jÐ>.*’Jˆµ}’If1“ßû¾3¼€.A6ˆ<—@ètÚÍ^.t ró(`γ£x“˜x®Ñk¥‚GDQ\^Êl„—™£fõû¢×ƒr™Ô¬Ù²¤z]*•”ô²mÉu¥ñXò<¥É:\­JáÔn'ëçi>ÿ'ز¤ZmCÇŽt~!ÝÝKÞgªŽ·zã`Çð~ÒBý+èvÁ)C²ÅÕ¿}.¿“Œ:†·ã=äØfø«ý<6`ÔçC˜0µõ;œFß5À^&G18=Èü§û,§ðЂ p™/‰ÄíPUÙEIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ug.png0000644000175000017500000000061411406350224014402 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>,IDAT8˵“¿KBa†ŸsóÇ•°¡!2»‘ƒ5´4´6´•[CÐ_ÐäÖÒØ„C[‹ ´ø?4A5Z•Þ,½]ïisü®÷Ý>øxyÎ{Þ#€‘b‘š£3ý ˆŒÜá—‚Š É$Úï#ª #¿l'äX3óø›»¼öÛ¬ÌæéVÏÐV±,3yЃ¢gjÿÇÅ5šõ6¶öÐN·TDt€i„Øé›oÌ#1™â ¿Š÷ëqw˲ß!>·@¹à¯ëšÍKFs@\œ« …r¹%üî—×5Nêß s,N6¤-:à¢rL:õI63MÃõ¨–Ïq2~èRå¹^Å ËÛ¶éõzÃw˜Æë¹2R‡±|UbÑ]èӺ݅ÊÄ8ƒŽ§]mN"NIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/dk.png0000644000175000017500000000043011406350224014361 00000000000000‰PNG  IHDRä˜ïUbKGDùC» pHYsHHFÉk>¸IDAT8ËÕ“MjBA„¿ž7—وќ*‚?àCÏ¢˜uB¼„x ½‰2].EßÙI­«?ºz¦ìüÚwRJT‹9aüŽmñY ˜ñP"ž¬¿ŒHåîoT›Éý:,!w`Y–V›&Ñ…½ °~Žh·/Mà&ý$sV}ýÑz+þbCÀN/æ†)Q-kÂd„~“¦óR^ŠÖòûµfXE/ ³uºÉ“­Þ?hÊÓY¤Lç—_IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/nz.png0000644000175000017500000000153311406350224014417 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>ûIDAT8˽”MhTW†Ÿsîõ6¹‰ñ'òSG+˜¨1]´•Ú¬DÅZK+A$ ݉+»ÒU»•BÁ­âBkB)%´ÔêBŨ¨%Ú4?“‰N2ÑÜ{3?÷|]LÔĘ́l¿Õùá¼ïyß÷S×ö쓆uk9;6›¯Ž_åÊ¥(–cslW„Ö“_r}ûç´í'Ì„¬Œ”³»¶¬¬ä^ý >;x‘áø8 ˜^’·.¼Ë•Ýþ³æãÞ l]=›o;šéÜÜÄ©Ÿz±,ËÒ,_XÅÖ×¶´VQÖÜÌé‡ãGnyTR…ÖcÌ“}ñ†wß ãØÜqËX›dײù|Ú¶‘Ôùsx©,­ ':"ÔÍš-«øåÒ£÷úX³¨Œ¿zmzé"ÐjWÓVãÑ5RAÂK*V·FÀÁ cÐZúÙD»z.V¹‹h„!–ÛR f]vÄÞ$–)Îût¸$|SÒv;ùÞ‡„¡0ñ¨­ŸƒL ““¤$?s†™ëÛp—6‘‰ÇÉÅýŒM˜Î2îƒéÌ‚'Ej¾pªÏEDPJá: ?%HžíÖ¯ÞÆCÑš%4~´žÆÆZ†FùáQ-M‹™yå7†?éàBý;,z»…r“¦{ì5Žü9‹cwm≑Ø\WSé(üÌã>ËÛ·5xD‡Tö)±}`ï[¼_í“êîäë«I¾»«ˆ&ðÍÎ:ê-MlpŒý_œ¤iq íÛ–³iMš–ªNËC^(ÅóÊ´áD_%˜pŠ@Ÿ~v™HOwÆjV ýÞuƒÃÝðýÍñd 1‚¡gp’ËÙzúbC£œ=åü߆‰y’C÷¹Õ @,ãð‡ç¤M^/F/"Ó{¬`·€ÎËžÊ[kÀœçßföùÙ§§ªÄC)q^ZŠäÅDóÊ+÷YÛ² ÜûωuÐ^;B]Åÿª˜©ü2µg}y ÌCKnV+Œž9«_½Þ\_s¤÷Åõs°>,ð1IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/md.png0000644000175000017500000000071711406350224014373 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>oIDAT8ËÅ”_+¤a‡¯û™×ìxß1$ÿB¢m°mùÓ&q‚#§{¼>„!ßÁÙžùâTQ¤h—“‘׆Af¼fÞçv ‘˜wÍ´ùÞ÷ÝÕ¯«žGœS^KÑðcbENÏay¹VEOg\®ã"Ϋ ÿ1‘pyçüyœ¨k«`­RªÝ⣖Êà"°ŸIâûI¾|Îòk³‹¾QŸ¿¾‹- äÊ×bNN¶6\ì¹!~›#ô•ßë.™ƒ8Qåßn.p*WuY0³z¾[ ©K(ád´õ’Íws–…Ë9¯ÝÞœïÂÁ@?^šx4‚_Òyg"†ãìÔ{\ÖL`ZŽXn˜"öhm#Z.\!åÀX­Ãæ§u†SG쯵’–y’M‡Þ"ª—l* µÜñ­;$ŸÚãìO;mY:òWäÓUèjUùp€æÆ"2Vš{2T',1P +ÂõAF éÙ§ù?<¢ý[*É=^ŸzÉÙû•IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/fr.png0000644000175000017500000000027611406350224014402 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>^IDAT8ËcdP«ÿÏ€þÿg`dddXÜÄí§Ç€ ü^»ágn5Ãÿµè€‰F`ÔàQƒG V³0üÿO¾n¨ÖÿXÌ`a`dÄn2#õcÈ3202202`³^]ó œ:IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/eh.png0000644000175000017500000000071411406350224014364 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>lIDAT8˽ҿ+ÄqÇñççû=ºèÂ×`r“éH)IWtÄv©[ìÝà0AX,Y”í22˜ð%EHòkЕ҅î{/Çò»îr÷ªw}ú,÷çýþ˜UÈŽg”9hÔ¢œ%@· 1Pu¹ažA+ ¦2ÀFöð){ÀdE‡Ñ(¸®më=ŽÆ@>ÿù¾ÀüdÃa†† ϳÀùìîCo·½/ÿ8êo I©”äû’$e2Ò@JZ\’®.¥“#)—S1ù~¯dÒ¢¾/Åš¥ãiaV”2÷EÁ¡?ÇáºLÂÄÔÖ‚q ¥66!ÑíqˆÔü"UdG‡1é4xõvǸ¾]âPïA>ø?ø æúœv4a¾þjãØŸüÒsáð‹ë1˜î†SLq) ¾«†ù8,·Ác%¸yìhK F˜JÀVÔZF¥EBk­äfºà¼\½y%F^´ëu 説ÄIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/bm.png0000644000175000017500000000174011406350224014366 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>€IDAT8Ë­”KLœU†Ÿóÿÿ 3T†Ë˜B)i-—Ò&š””^ šÖÔFÓÄ`ZC$1 Æ…;»qaºrcÕ4Æ6.Æ£\Ô´±”*(´¥•¶ ÷†a˜Û9.ÚaÒ¤†ð&góžœïýÞïrÄÀ»­rçˇéZÊâÂ7ýÜê}ˆj×øúœ‡ÊïÎó×Ñôå¦n²ßãär8¹?ƒx~!O>Fø¦Ù ´¦…WGnpú`_5—Ò~²˜Ë? ª¨ªBY¡‹Ó^©tá(-åûÉ4:¿¸Éûs+ìäf„ëªw£Û5î¥;8ìŸâܾ]¼V[Oìë¬Æ *wÚ¹ÔìaG¦ Êð[ï4þÑqªö8ÈÑ«ëÁä“#ØÈ‰@Ü-ôHË’X¤e¡(3ÁðûÑÜ9¨Ît¤¢ MU€¢*Hà :ãÃ2M`) öšÒ<¬xœÕÙYÙÙØ32ˆÍÎkoG1ŒuÇ#§0M‰Í®’—Ÿ !£Qb ~–½^2jjIß[Œîó¡[‚y]C›¨á ¶v/b5ôØ™¦‘ÛÖF^}=þÛ·éji¡¬¡âÆFzz½v B¡5a¥á¦›ÏâñÕ7મƟ–ÕxDZos2QqŒ ê0쉳¸˜¶<ÎOÐ:àf>ª¬•P–a0ùw“W½˜w™ÿµƒ¹{ƒÄB+ 6[û°åGÝ«ÄþìäB€+÷£E.6æ‘«*LOhûô2EEÛiz½œ‡â”¸îÐ-WpLJ¤™ÔO!¸Þ?ÄØØK'ÎðK4‹Ý—~äì‹¥ˆTáºÎÏ NÏѽìbf:J•apLÓp÷¹ÐÃQÜ}]¼ ÐùgÐKú¨y)Ÿú]‚fx}˜„ ¾è§ÄfRòv-‡ [Te>"Í?G,u¸úžlƒ”¤ +i"ŸÆ'Þ¬¹u:±µ~ÀàÔ(+Íï‘v¿-$¼h²ïÁÛ®þ„X^^w,R‚nÈê|2tCçÛñßy¸§Œ±YïùSì >"Ç$˜ãˆÇž\êÿ¹ïÏ„ªŒô3±8ŒsæÆÑFBÿöð\w7ÝKQª#ÑÉßÚÜdz‰–ìàÝk££Â†/G!'`r|ØäìNnDb%UkK„â‰Yð;`Ê¥°=$É ËÇ«–Ò¢-Nvž8’§£°…=&)xB,•OÆSÄwFi0A&IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ly.png0000644000175000017500000000020311406350224014405 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>#IDAT8ËcÔ]èýŸaÓ@X:jñ¨Å£ZIDAT8˽”=KA†ŸÙ$Ü^eIDAT8ËÔOhTWðß›y3“1J3Š¥(]ˆX-jé¢Ú¢Ð–í¦‹ntcâBpáÞe‹ X¤Ä´‹ ݨ A u#ZÚ‚ ˜,ŒcœÄÑ8y3×Å{“¼Ñ¤Í ï~ïÞï;÷üK®w„p@…6,„Ï…PÍaå [¿ :’µTJ)ª‹õ¨aC¶X›í7¢…e¬Ëð(]QÄ«yâ§»D01ÌÙ“ÚÊþA ™XÈ.æí?°(b®Ëõõ9ó=›šº1$ê\js¨Âñ{WQ.dÿgí.·[\hð[›Z…ÓÅôwœ÷¦•p¥Áµ&_ q¬ÆÎ*q´<¸ó‚\m2 @­‰>‹àtÂO ê3|=ÌÑQ¶U)vð«éDÜ{ÉÅ??cj~ñUoÚ‚H‡™IøóyêáãyÎOñk“ÃCœºÉÈß<ÞÍwpyšÉöòäyî…CGVSìªö_œ˜çâÝÁvîÞâÜ£• ô‰t7f©ÿÃÔ\ø6•8ú.cá>Û>åÄæÏŸ[Îúròã —6§•ëJiN¾íåd _°¡ÊY|3’æä—i¦’ä„´7Ú‘˜/‡86Ê®U¹êŠ…²ˆUÎqx$-Ý«Mž%o -ŠD –_ÃñQ>\YŸÄ{Öðþ GZ\xBý¹…î_‰»ŒÏ1^擘YÂlÆŸïðÞ÷X)°/bo‰ëeꯈ;™ÿðÖì Ø‚÷p «ácüŽž·|†?0i©Ù•Ž•b—â“7òVÌÈ's!{‰¿0^–ÒŠóOÃXÉ…ô50­ú^\_IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/pe.png0000644000175000017500000000022311406350224014367 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>3IDAT8ËcøÏÀð'މùûÿß¿ÿ±ß¿ÿÿ÷÷ÿO? Á¨á£†>jø3ýG=*˜p,IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/vi.png0000644000175000017500000000215711406350224014411 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>IDAT8Ë•”klSeÆŸ÷}ÏiO»^ÖmÝ]ÇÂÜÚêÀÓÌYj˜@É$1óÑ}À1Ä[Aˆ— ₳x€›˜À.lêdÝÆØÅu®ØµÛºö´]×®=çõ“3Fü°çëóü~ÿo†¤j;ƒÝNÑíà Á€hXÂlHÂÐu-Μ±£Šú¦³"8׃s=ŽÖŠÿb+¤8^/¢çªÓ“Z„Z€ð÷ ¥U]fµâ~EA/!pÔS&¢a N§Šž>Ž™dvw%ž×ëÈõH„¯û\äËKrs R3Dœü2fŠF±ä†‹ß)Ëð㼜1hµZR# Hûš§Sí †0e·LËb®Ù„'õzx3Òù™M›þöMɸ‡Û&§ælÅÅ䣨T6áÏ€°lm%*ªßĪ5KÛ/_ Û­éâaI¢vJa·ZSÓ­§˜CL£eI‘(É•t¬tÏ»yž'69O˜Í¼0!àPTøýÓs5ýüáÀ‘§<åÏqy ½8k›:ðö]·ž­”4Xm4½¢’Éú¦m/3Ñg2ŪÊ ‹‡ü~arÃïÍæ •x4ƺÃaìûºÿW\ÐfëÇÊnHN+朗3AȹäÞÚ°·cäJU±{tƒ]®°XoF°`l8ŸÁÏÁ9GHáíYîÛ$Q‰Ž¹tü^ÒÜxºõêøé×NìVñ_Œ ”2Äc³Í]Ò‡ÔÕùGNÒ?zxpñ EÓÿÖŠÅáõ«Ò§ï3y¼Ù„rpEW f³è÷º!!¡„çNs…k¶°SŸc<˜\ì,òå|5Cäx”ÎraøTÒÝΙœ4öŠY;Zª&ýòÓ«Ÿ¼¸1òy¿—'þì—/²­„1ÅÚjLÍBP#ñ 1oä½µžq•²¤±qö‚¦ì’ä+o Þ• Ö5föŒ.ýlpú!û©µÉÂHu½(éf3ó—À`I»bLI‚›$m‡:›UˆOe{™…Æø <•lᕌ>Ÿúó·ŽýçˆeuÞUê~xåÿõ7“Os@ÌKÆmư쌜$Ç˯铈[IjHŽïsûru©¢Q"nºØí[Ø«™OÊæb·Øqþ[£tïAèh8ç(Z±F,ÛXEÿ% 9t´V¥À¡qÈB9² lÐHzœ«ÿà¦û¿¼vÌ3 %frIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/nr.png0000644000175000017500000000054511406350224014411 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8Ëí”1JA†¿·ÁnQQWE‰‹°°Ò´Ia)^ÀÎx `ï¬sIcJÄè‚&Ž…Q$næY¬‚¸[nãk¼oþþÖ”&(úþÓ18)¼Sµ¥€%9 뤪   ø·"õÆA,¬-Ͱ… 숻ûgœó[wÓ¾]ø•¸:Ïáþ.zÌùEÂñI‹no“‚I2¯Ôâ9öš5–CfÃiÎZ®ûCÔ9oð|T<½pÙ³¼¾¹º±<<ŽPϪ%÷W«R©¶·VÙ܈èö-íNÂû8ÍŒxJ\Î`Ìi:AE¼B‹UWà# ßñ\©O>ø`øwI—IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sm.png0000644000175000017500000000105611406350224014407 00000000000000‰PNG  IHDRfdåbKGDùC» pHYsHHFÉk>ÎIDAT8˵”¿kSa†Ÿsï—›¤IšXÖ`J°B-E(¸¸û/¸¹¸¸¸:; þ®â ŽŠ“  **X[£!TÚÜD“xorïw"*½*¦gý<ßyßóQUe—ËÙm€ù—æÉÐp‘éCF£ ô‰‡O03«d³^õúœøtÐÔÈŒ[4‚,;Þ<7ÚúqÀdë ÆITDÉšY^ö{,uoSÊá âMy?±ÉÇ%\ùnKÂZ'z¢"8³W”Ú‘S2Öp/ˆfOr¸ìQÌxøÛ.‰±Ž“èºñÖ²à Õų¸¬›”ósî"C['FT% £“€&Ê>×OtLQ¬BŒ‘«ÁEq¬ i u°L7(V¶QÁ&[ñ—rñkÎ~ÿ­ü)ƒ?ê§&¨à¥ù°IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ck.png0000644000175000017500000000212411406350224014362 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>ôIDAT8Ë­”Yl”UÇ÷~ß,è0eJW,¥±…¦”0H£¡¦"Hë’jäA!Ñ4úfìK}¢áAã &MLäA…ð@݃S!ÖÔíti `©Ó…ÎL—igùæ[|˜i) Ä(þ““{rî½ùŸó?ç^Ñ÷Î{V~ͳ\œñÐzªßµ!»ÊÉ· ¨<ó¿ú€ÃŸa$ * Òx»ê¶®f4+¯¶\err$a¥L e2bšVj/HA=rAòòÔoóðecí/l¢í§;(Jò‚¢H¶ºyq}”ºJ7β2¾ñÛ9yâw¦¦Â+AAAA& 1ª«KˆÇu|¾Q\.##ås P×j±¼YHo&OšÓT•¤SÿÚ.Öͽt'êöñÒN/µOåà©yŽk£1FÇð:áöÝyâ ¸\²³Ý;V‡‚ìl7N§ÒÒ\vpåÊñ¸•⃅֒$&Ë4‘R`D¢èÁ ªw-Jš KJ,Ã@ *¿á≌ëiH ÍÍûÑ4ŽŽ;ŒÏrïÞ< ÈÊJ'?ßÃåôôüɹsý€DÝ}ð°Ùrò2P£ X±ñ@ˆ¹¾'}Ï^\¥›ILM‘0Ó CÓ™‹€Ù®ƒk×®fpp‚éé0ÝÝ#Ë}ðûCa**Ö&p:íÄb ”ˋϷ em¦¸~%%9LúCü8ŸÃªMŤû~fò•F:óž¡hW9i¦FÏŒƒÏ†×pò–É`»]áèуD"gÏö¯$±l†ar㆟úúJ¶o߀Ï7ŠÚüîÓT{#Ä{Úù´w–¯n †f|ñf.yŠdÂ?ÃûžaSqG¶°¿J£Ü=À×ÌñÉ_qÝ ½} %í£¡i&ㆉa˜¨Ã¥ßÎ97ƒã†®£¨*ßvÏÐ)c²{-– ¿o”¦ëcœÚ¶=;7ÖÂH}œÜuTUqúôÕ”ÄòÔR ŠŠ²èè¸úqû4  Ë£nè:ßu…€-ÐZ–Ï0Lú|Ãôù†S Eü¤H)“ëý —z²Ò·—T56âüùëìÞ]‚Ãa[ñV¬¶°0ÇE[[±˜öH]þ,<¥¥¹dd¬BÊ¥„ï›Óé °ÐKuu v»-ù1ÁŽ–ÿNšTchhš‘‘MMû…",.Æ1Mp:m¬Y“FSÓ^l6…ãÇ/ &[ª>~Å`YÀ7oNàv;im}'~¡¶¶”p8Foï]‚ÁEæç#ËÉ h´—øþ,˜¸Ý.jj6ÓÛ{—3‰F5ºº†ypVø¿ˆ—È拇úL« ’·üjIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/an.png0000644000175000017500000000067211406350224014371 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>ZIDAT8˵“½JA…¿;“«btÝU£……`Á‡ò ñÍlŰõ!$VF‰DÁMHüKvw®… •³6¹0ÝùÎ\ÎÌA fÜlj'޵ zÚíıޛÍ"T Sœ©š— o7‚AQ@Œ:ŒüÃüúvè¤tK ®lqÄ€ "FŸ?+'êhš’÷z„a'æüò™÷‰Ã& þÍïŸÞ rÂù˜W+ä«ë<ßA8>)¸‰ÅåÊ ú¢ÊéYuŽF}‹¨Rþ~/ìyckˆ*3¼söjW}²¥?£¹óDz¾:ïh–’wŸ¨†–ݹn6`4ÌX[I’?siuÞͳV‹îá!y€ª""Øh‰äø˜ Vóo¾½¹èd£Y²ùäåçŸÛ4¥Z )°…%rNqŽß‰œ‘S®ÿTÍ¿¨õĪ’ž1@IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ve.png0000644000175000017500000000060711406350224014403 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>'IDAT8ËÕ“ÍJÃ@…¿›L4PÅPÔÔK颛>@_Ó§(èÂ…ŠÛ®EÅ¢mC§mr]Ô°‰Ý˜…g7Ã̹gæˆ^3Ap)AaÊ1w-Ãø“¼4™‡q]7Ò+  ˆó½Þ$9Ü?&ßTqÁ÷]¬Íh4ÿIDAT8ËEÒýO“ÀñïÓ>Z }¡ -´Ä¡åE9#Jr ½ˆ/(S“eîÔíî~¸˜%3¹d^f²Ü-ç…¹.·\¶eÉéTpœËN6 ž:“) «@QÆ«¶@AZ }¡´<ÏýrÙý Ÿä#ôýþ¤œW[Í­ ŽO.ôÒãö¢Lùò·vÊ¿jäÑäø?ý¬&V)Ë×ð;—À^—–øæjIJ òò LO/pöìuFGg8t¨’ƒ7aÊÒÒÿÓSÛ‰FW8~|;w– Õ¦âóÍ!”9Nʯ9eöWHÛP¦Shiå• \Mgøõû4Þ pÀ§¾\OÚ†®?UÑÔ:H,¼L~¾@ Bvv&–==~,jŠJ3¹ß>G¾CGºZM_ß$Zmƒ†‰‰y„÷Žý]SD6æ©©Î\D·ÖÆ‚µ˜xÇ"¼‡æƒ¿’T¥bÑ©ÀUÁíÓxz&HQ§PPQÌ“±EEf\.+ •DZšHçÃAڽ߰Q·….Ì®¢¨D%^ž> âtš†ìù2€$ÉHÈ’„B!°‘ ³Œ(Õd…yu¥J¥@(MO÷áSØ«JzÆ—çï“e—ÙÐ¥ÂQÆ÷¾vq_‡HzØJvj>õûËÈÉÑáv!t;!¯®J¨RDrr ˆ±0òò2ñù—„®þý¡Ch^YOâÅ ’À\B$OQ¤òI?M,QP`ääÉ_WÏñ¯ÞÆW• ²Ôk¨²ogÇÚ:nóŒkm…bdgg"¾Ùi ´"Ÿ·÷»X§ 3u×Í­E ›K5˜n^gª´†áìRvm“Pôâ sÙ+3—PñÑ_›«#]¡õ[wû`+Ï!/kŽÙð]Ë^3_ÝeÏnGU‘LJ,.Æ>=û­\k޳<8HkO€–Q˜IœËƦ–ð¼qŠ·ÏOR¸ÖÌ[‡KÙ—Ÿ$><Ä×ÝA®½ÐbÌ6 F°ÙŒäÛõøTL¬ w•Fr 4H~ ƒ·WIIUb0¤ã÷ž]ÿ^îhïe@0#ë( ªDª­ ^\nAUWÏ`8d"‰RTbÈÒb7Š8Yà‰lÀ3 Ð¹†õësXŠÄÈ0 ø Ïݤ`{-bÌDBZÁ¤3àv3=Äá0!ÔÖ~,û&(ª­êê\\¸ØÅèãYÔi";w¬§¦¦˜ùù0çÎÝcff£)ƒ}{]ü¢²€¡¡ç45u±´§¨ÐÄoŽnÀ®}ÌýQ3.‰H¼Rb¡¡¡âÿ¹Îœi“ëê6 Ÿr¥›;w#pôè6öìqá÷ÏÓÜìÆãñ£Ó©9q¢–ÊÊ>œ¢¹ùGž<™Åá0ñî»;±ÚŒ u= öÉŸ°æ/23žFaãßH±m íZmmý,,D±Xt—.uÊW¯ö±fM‡oÆf3"Ë2>Z[û()±Ðа ƒAC2¹J[[?÷îy©®.d×®¨Õ*"‘8—/»ñͳo§-‘OAž"ÎàÜØA–d_+Çå²"I2Á`¡¢âÏòöí…ÌχV) ¶n]‹×;ËÈÈ fsËËIŒF .—ÇÏóç!²³3 …b8f¬V=½=ã¨TAJs_2¶”‹ÍVD2 ]]>DQ‰^¯fj*ˆÐÛ;!ƒQ´ÚTdYÆíG’dªªœ„ÃËé,,ÄèéG¯O§¼ÜF(ÃlÎ`rò%ýýS8f‘Hœ,S#„<­Xy„LC’$“‘‘†Çãgz:ˆÝnBxõÕ剉y ÊJ;uu¦¦.¼ÞYRSUÔÔÿœëâÅNfg—ÐéÔìÞí¢²ÒÎðð3ZZº‰Fãääè9°·˜uJw¦‹h¿1J2)±n™úúr,–ÿå:uêkùõ×·„ù⋻ܸ1ȼóÎŽÙÂððs>û캺| éœ>½—ššb::žðùç?04ôŒ¢¢l>ü°ÂÂ5|÷Ý#š/ÝC·ú”LGïŸÞF£¢©ÉÍ•+ݼ|Áj5ð_‡”‰ìNµõIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/mr.png0000644000175000017500000000101711406350224014403 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>¯IDAT8˵”1kQÇóöíw!^’Û;Ž@­ŒÑ€E"Š……ø üÚXØÙYû lí--ì”`¡ *ˆ`Bˆ·—ä¼ÝÝwo,îΨ¹l"ĩރ™ß óþÿ'ç^WŽ9ÌqìQ’TADþyRí´ÞE”fùǯ£s€ª Öx*Ö¡*¨ ¡ñ\i´¸;÷–«Í Bã0¡l‘ñ¨JѤÏbÜÆ@î QÆlõ+•À‘ù~‰åR=¡bÝá;ýÞ ˜›Ø&íži`Dy™Ô¸½]eÇYè©paj“…Z›gb¨8oxשrëÌ{ºyÈòÖ$«»•?Šf«îœ]áñçÒ^@`´xÒ@”¥VÌ™U,¼âÑÇS,µêt²ñ0çbœpóô'ÖvË<]o"²_æ²_üŠWáäØ7îÍ¿a1n³“[º.dÌ:N„9¯7§¸¿|ŽÝqŒ ÅVÝ×J)צ׹\o1YÊØJ#^$1OÖ¦IÒÒH`t¬EDÆ“yCæ 2xýQÀ‘;ý­FúâvÞà†Rb誃­u¨MbË¿ã¿|(?–4®úµŒgIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/bh.png0000644000175000017500000000061111406350224014355 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>)IDAT8Ë­”=KAg“;/w¢Ö…€… …‚P±ðZY‰h‚ˆà"X‚…âj!šHâî].Ùg!i´ŠîÀk¶†Çò”|€R « ­ãSškë˜Í ÖhŠ^ñºÂ.Ǥ׷tŸ‘N»ga—ÌÏx¥²Å!”繋֤礗WH+u'Îäó³3ÓS¨ p'¶õÌN•xÿ‰ÃâÁ~¢•%Âù9T9,~¯¡7¶1•*¢µËâ¢ÕeÂÅ2*rY\«£·*˜Ý=Äü½ø×GÍ „ eìëŸO/H³é¨¸Ñ 98"99CâÄÝ*TáONà¡ú|wbIÚ7wtîö?n…ˆˆX±VDDT.'þhÉf‡‹Vyžþ4_V‘Í wÇ'IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/bf.png0000644000175000017500000000051111406350224014352 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>éIDAT8˵“±JA†¿¹[N.X ׋`#†TIVÁÆgñq¬®öRX¥6TI›& {cq»H‚ì^ðî‡-v˜ùþa†‘9hB»ª“mƒéˆyXÝk¬€¬9< ö ‹>ä£ãXHÑ噲;ÈŸ!¹„4‡ÃpùòW.\ÁÍ Œï!ø(àó ìÊåÉq™g™ò)ìl- wp»©«&[x€té8­óÕzL{ ¯SØWp݃L@-ˆÀ!W_8[CåF³ü¦‘L,Aõ×DNþÿŸb@¯ÎNÚ¨žu©õ„Ñ6l'ôçIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/tz.png0000644000175000017500000000123111406350224014420 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>9IDAT8Ë”_HSQÇ?÷¶Íådµ´-hQìî!KBjÊèD…­å’)a·­t>EŽê¡•TŠéA|*²fR`H© ʇˆ¤VI³5×nŽòºÑÔ/œ§ó=>üÎá4£0Û(“+W ¸—@ÛUhi…Xì_M3W°½|v0½ƒÓuð8ÉßêêÌá)hžŽ®†C&¸×Í­‰LƒjÀé˜)<5¸ufðÛA;ug ïYzÕbY†¢ÝRxÊvA¸mPf€®kÐÖccêªN e{¡Òg¢?×ñçÞÿÀS¶ Ágƒ_ý _„éÕ•Vðù,¥‚áî¿ÜFR™—ž²ÍŸ•ìÐÂí&¸y ¢QuU¯‡ƒÀU³˜èåB_Ÿ¢faúÌؼäUé…ªK04œn+ÙÀN¤`ãVß4ðèƒEAœr±Smͨ¶ƒ3 íÐyGýn 8RåÕ…<˜8…¿×ןùmU¯D¶[ Æ #Á„·átÛ¢5p¶VCNñNÃõ<ýX2IÉÍr#x%(‡–zèê†x\]2Áí‚}žetGe®‡\|-Ìh;5BOeà.\¹ ïGÒ %ëÁБöÐ4 tmê$Y#”nAéy‰„zc‘ Nz`—ËJçW?7^æGa˜àÐ ©=©\ÍßIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/tr.png0000644000175000017500000000101611406350224014411 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>®IDAT8Ë­”ÍjSQ…¿}Î=‰5HmQRvîÈv¤#Ag)D‚"ˆ ¾€#_À¹‚8¤Ó>† mŠüˆU'ö'÷Þà½Þ½\l#&Ú¬øö:kí}¤×Xüe?3D„I+üÄ©ð!™¨)ˆ€sÿõ²!¸©!Þ!ós¸“u,IÑŸ°­m€ ըܻIÔ¼„~èR¬tps'(^®¢_¿cfH9e|¸™!Nwnî¶È=!úKúHµSï!,MÇŠÊ ?F¸ÖDÛoÉŸ-aiñËsl»Õ*¡u…èâÜÑÙ²›±á³ÓÈ‘´û‹Ó¿œ‰søó „Û× ÷oaª°7{ slc û±‰;s ©MaÉîS¥xÕ&_Zƾ¬—à±û‡ë)в 8Ef¦‰š—!NÐ7ï°,GB@j!MÑÕE»ƒdÙÈb£]ã‚©‘=~• ¡uî,ÅJ[ÿFñz cèˆs`6rc¤×X´Áó7U$òÈüi\£ŽÅ ú¾‹mlî˜WCð?k‰jé?¡ Ýqç÷ÿå¸}öÐoŽmº±ÀöCIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/lc.png0000644000175000017500000000103211406350224014360 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>ºIDAT8˽•ÍKTQÆïx?ÎH15C2I’‹ˆP¬YÔÊÒ®M; ‚r-.Zôg´Ñ]»QB0+ Q,S72N˜%ê"í?îÌy[ÜÆpÓÜ;™gu8œç}Îóœç=Gî¾S¥†QA‰Ô‚†D- «ñà¤΄¸¢ôjÚ’?aõ£Rœ6°»ð ³¤üÚ˜¸ 4™2OöãÃÅÞ6fw…ºÿI¬ IR‹¼|>†ãº´ßYÂ÷Δâ-–Õ äêáë–W>S,~¤0>B6ßíÈĪÈ•¾òthÆȆÑÁÎØMDþïp‰Œoó¬­ÌÑw܃OÅ~ÌO’1ñG¾cÝoÇÓӹõ|¨°{y›éÑG\né`cÛ‰²HŠ+¡:¾þž §^pûFxºnÂùÌ3Ž­-PïD·;15Ðl‡éìø‚ñ~/*$}¸u}•så!²&l·C±Z5l“VgŠÖTp°º…t Òn?[n;¹²ù'b_Ê?ß0´aɇ#ZHËÞ÷i|¹ÄŽzUkJµßIQ%A •Äß7¢(u¨ÕÞ’_.Ûšx]C2‚IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gw.png0000644000175000017500000000053211406350224014403 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>úIDAT8ËÝ”±J1„¿Éí-x· "6‚ÚøÖ‚O§Obaaq…úb-jka#‚"lv,Œ‡«®¬ì.ˆS…Ÿ?ù2É$º#¤…Œ ÓÀÒÑòs¾“Gb›YÍÊ€¢u·€ð‹þúX¤°Æ}+û\ð”4¼ãwwcàs†è|î8ט*Ž©pƒÙ#°‰¨RßH@pçÝÌÁÖx;ê ŒýTsª—Ï® &RìF® Äb7ÝíbŠ(ø¥ œ¯ry»ÈÈ=D`qH†€ûTû.bv·àÕRm`ûf¨ÀêøX|ÍÌPêïü\ÿü å‹;ß±gsIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/to.png0000644000175000017500000000054311406350224014412 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8ËíÔ±jAÆñÿž—;„ƒH |[ÁÂÎR+m-,}à°÷=¬;¹JH“Ç5&),΄¼DåvÓDƒXìv~Ý Ãü˜f„RJñ•$È8F¸.–ãìÛ„Ý.oƒúr´ë; yn6ù5'`•$ì–K~æs>§Sâ `EÈÍÆ,¼],xj4ÚmäzÍ«çñX©°ò}³°•NsW«q[­"l›ëR‰ûz'—3ÛW™ …^¯ÙŒ÷шl«ÅC§c =\¼›ÏSì÷¹)—¢âÅóÔ%©JJòЋ†CV¾Ð O@5¨ùb[÷Âs£ó]à |”_øÃQ=š#MIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ua.png0000644000175000017500000000024011406350224014367 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>@IDAT8ËcTëùÿŸ€‰†ŽLƒYþþ£ÁŒ“¶Ð$¹1þÿÏNƒYXhC/U =ƒYh’’3 ®}æ=yIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/fj.png0000644000175000017500000000171211406350224014366 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>jIDAT8˵”Ýo“UÇ?çÏñ¢[Û5Áïåïïû=ßßO\}ù5ÕøØN“Û8ý^ŠŸ¯$Ðì¡óÜI~}î4ÇÞiÄÌ›t„²¼Øv'Ûæ‰wíå¬} ¦†¬úñ‹=ŽD9Ô5Ι0_<ÑÌ2hZ M“ÜßlÒŒp°sg8Ìùh¿gÃ39ª.Pw@¼·›œ};¿¹ ‰_çÄvƒ§öu`|g°h˜t4f8;ã^¯Úvóõâ7bôl°³èSAI°%@Ér/¢XF*¥ËâZsPX–ÀB , )f&C!ž@÷Õ¡¹\(©¡LM(4 éº çO~DÚD¨/žä-BÃß 0Á*BSüÚÁl(\jRŸë}ÓTØì’†õnô¥4*»„1›$õé'TïÙ‡{[+ùXŒ¼¥s;ï¡`ÈTÕb9<«lVü±q|ÿ vg é½ ø*þ&·›ÃEÕ€þüÐAÚ»jxáÐ=´z#D¿½Ê`zÝíYü_^ ÚÞÇhý£ìï™Æ52DdÌùHY/Ý;]¸«(“+À®!ØC æÀJK¤i!ýbU“úë5ôú'1~á­_Ü|8¶‰©*ÎKÑ ÁÌt†Wߦu£‹ãGzyüÁIÂî+|>`Bn],"ØÄpø¶|ŽÎØ3lE{¨ÏÆ~”YþcÝ·nž¡??hýŒ¬w`÷›´;4&Z,õ"ÖÒEûájrÙïJF]³§¿—àø3N…AE¸–³Òº$±erOà›N"—×¼ P[¡øbM¢N +è–åƒI &6w",ر¹\7MÅ`D`BQ ÖJR„éİùx$†¥pÊYQÃYœ÷e‡tM”½WV™@@)•u¹²-*ç¥ÂêO¿=EÓºr.Möè¦î{š[ã-ˆ|…Õký‡ \ŽÚqªÙb«æ¦y€KS-yMŠ—>Sw°wþJÄ¢6y“yo=†t¬"½ëŠ+•[J2ë !Tqkýÿ ñ ¹ø§,C®éµ»ˆ¿?FG,C嚀IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/fo.png0000644000175000017500000000055411406350224014376 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk> IDAT8ËÕ“¡KCQÆ÷Ý;ÙðA4ªn‚6ƒ 1Ù„˜›6±«€Õf4›‚Õ lAظdyA†±0Töî1¸ Þ7x‹þÊ…ï~œóÁARht^¤¶y&ÍRYöÖŽ¤~‹cÐ"äb°øxÿøS¡Z+P_LÊš€¹‹ºŽø÷yO€¡(ZO=ÂB.s¨Ú®žÈO1±Pļ6¹ž¨Ð—0E©ViÙ U@0j@+Ÿoæõ/¦·Ñ ÌžÙ}‹¸ÉiO. =&5û—§ŽØ‰ûÔϯØéF<äç(²¾2“=t£2ëˆaÁp«G%¬.N‘æGêRIò½Dk}ý÷õ[>‘2‹”†^qZIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ag.png0000644000175000017500000000126311406350224014357 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>SIDAT8Ë“MHTQ†ŸsîËS#û³ŒRÜ”‹ ¤"¤YA›(#D~(Šˆ¤{ÃËUEA)B›®$Ä•‹(a¨M5¦ùÉî\ç~-æ:^§ë…³8ßy¿óžóŽ:WR"Cé4Ťˆ€a€V`/­ÔŠéŒÖ˜·2ÂŽÃDSIêw#P^ÉDf –(ìon‹ ¾ù|òÞ¶¹ Ìç™j·g7kmêM°1s ðü üZ„“«ý•@?Ьf8\îK®i]ü>¸ÛöÁÞY³ °{t=„²RH¤²~¸ 2€^NkNyÒËJáÂI8Ø {À4@kØZ ûàòY¨Ù²âoÚåÎM6Àd ŠÏ TÐa6 ‹&„V?Vˆ¦à§‚š:+F§5OÐ]PQŸOĶs×Þ|„;‡áTV\ï ËÉ”ú­qî]çô÷w8n]´ÆD©œÑŽÏÑñuˆþò. ÍZR8܈¼àÄlÇ“¯¼Œ•»`ˆÃ¥O86ýÌ,×Bšg†¹ò±C2ˆ‡o…ß/’NçŠâ¦MokäKï f}Ý ¸eiX ‡©í†IDAT8˵”ÍJA…¿SÓ#q4þ."É&a2;!0ôU|õ \e•7ðg™§É!!d#¸‰‚: ÄŽ2Œv,ºM˜ÌtϸÈÝTq¿[uêÜ«ÆÆ¼ù‘”ž,Èç«î6î 6s}³úV®Íe]|ƒãYÆÃ“QPëçfçK¤Ó…é neŽga·-Þ<ýš*áÉ¿Ô(xñÝì½´R“ ê6­^‚ša¿-¬òK‡®`*šÍCÓJÍm®hq*2Ätf¶ÍÓÔÄ ÁÀ£kX;7£^) "žü‚Î…‰š,hÞÀÛ¼HÙÇ&˜å^µ1À2¤u¸ª—'ÈÝåŇÁÀY>,ŠÀp¢€9 "xR°¡Än[|›ÉóåQÃôƒ8h‰£¦“«À(ßx¿$¶_Þ-Š~"wÀIC¼ZûÏ «UÜXC³¢hå,÷L§ ¯ÌÏ)ø/dùAc ¿>¦ tplèIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gr.png0000644000175000017500000000063011406350224014375 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>8IDAT8˵’½Jƒ1†Ÿ“|qrè$þÕÁEp(:¸ÔKðÜ,èâ.xâà ˆƒ» £¸trl‹k¤`¡V¬Úä8|m¡ÐÅÔINàÉËûa÷]Qå$;ÊöJDæø“Â£#àâvéU¹{ñíßþ¨<3o»—ñ1ÁHÏ~\Ü{¨¶ÈÝ;pF¦]åG› 6Ò[§MŠ ;™ˆ½Õ‘0ÏËUßµ¼ÞT¼ÂsM)Wc+ Ož\É…ÁÅ´ÍTE°ÄF¸È;.óaðž@—ç,©¤puÛ4 ÄxåÍu'Ük¼¬˜Ã'ö:8¦õŒâ—´œžòìÙ×𔓭Mù/z.r@pIIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sc.png0000644000175000017500000000104511406350224014373 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>ÅIDAT8Ë­Ô±OQÀñïÃÓÐ`« #1öŠ1@Òó?À†]Œ89â¤q"ÑA'ÝL`c‰ÎÓžIÏ^1’wmsíðÚÈIîΣú[Þ%÷K>¹ïKNÀš"vOoñúÍ:š³ZžI4ѯ гG<]ÞŠF°,Ÿ’¡Z:8è±RÜ`ìÞ÷ð5ø¼’£1°…G»ÌJá+=ð=о+`={D±¸I*už¶Ø;û™¡¡ËðŸ‰õ1û¿¥%†\ fg/Ã1‰ûIÄòùîs&BáˆÄWMƒG‹Mœ4mB,Iü·´}`J)üs†ß@ M¼‘6!Ö|¤'©»6VÓ”&e§LEV¨µjh¿¯n Ú°¼C0ã!ä&!s3`µ,l·Žô$Þ™×ýƋԂÂB‰ùé,÷ÒÞ¸Ó“]ÈÈ£&ÆñÓ)¤ïPoU±¬jb€`ŒÀZÜŸx¡ÖŸ½Cÿì¢~ŒÓ™{€33…}g˜oטŽIùä ¦¬`5-ì¶ôœx úš/VÞ.jê¶ËÞH–½»)ö¯c6¿rبqÒþIç¬óO@Ôü¯£ÒÊm_åIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/tg.png0000644000175000017500000000061511406350224014402 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>-IDAT8˵’=NQ…¿;óþ4£ÅXظ\%°$¡q%.À °­§'ÁІÂ@?‰3 ïY 4Š<§»É=ß¹9¹ÒÚ ks˜‚»[h^‚ûmó©Ÿàߌ È®ð/_¦TbÖjaâù 9ÏÂEm—öê0”ï“-—)ÔjL  `Þé ðÀ¹–»Ö¢5GÕ*ùJñ< X¥ s>އ̚M&Z³Xt»I]osPˆ%<©EU,(ßg9c¢ˆ™÷uh_Ùw®’ÑšE¯\-«¶èLáù\[¸{²yÁMA!g{¸„lü^-Ð?…0 Xþ¹˜þcP/{ÓÖð›§»ï„;²?ä/}!¯mìþ“rIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gl.png0000644000175000017500000000063311406350224014372 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>;IDAT8˵’AjÂPEïK©Ó¬Á©Î\ŒŽ:t$]†Y€{Ð"q삱ŠZALTJ¬úÿs`µ‘h’B½ðFŸwøÜóˆ™Oˆò (høx„˜Ï!}Š®CÍçAš–žÌw²w^V«<1 þÈfyb¼¬Txï8œ6ða4âY©ÄC 2³b‘®› éxkšØÙ6€B»~›Fãïò„ç!°¬ßšBsI`Y«U"˜Võú͹‘ª&{‘H¸R†>¤è:^;¼ ¾|–Ëž_E¸CéûZ­Ø… Ý¾B)f®_à[ÓDÐíÞ‡özØþÈ#ÄG}ÞÃp¹Ù`gÛ "(™ ÄtНf~­†ãxœro¥Ÿåà,QÍå è:äz ±X€…HÈûÏhô$𠦕Ûü³IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/et.png0000644000175000017500000000076611406350224014407 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>–IDAT8˽•¿J\A‡¿3{uï®»fEÝu“"&L (VÚˆ–>€‘ð¬,óI:‹$••,‚ „”Dt½þ[½Þ™c±Q¬ÂÌöÀ¿s¾9‡ßÌÈ‹µø“*”.F<ŠÝ„˜nïw (ê5hAD( €AUþîÀêGäö€hŽV:Ff«D¹âÞ Y(—èÕØoqËö°ñm‘ÝæÕ^Çþe†6Yyö–b”†—ë}~Jq¼ù9ÉÞñ"S¿˜üNãh”ÏÉ<ý®ÉÒÃ-PË´=Á/ÿŒS‹›ÌT¿ppYfzø+#…&~?'mW=oW Tòç¦%’´H-N8ËbÓùs[³yŽÚ¨øè(󥯯§ÙNž‰%Sƒ¹v,ôoéâŒ*ÉLÝ"~‹Â{^²^_ ©”)%¬î¿cVwBšm×:z\ º9”‹(Ïi®@Ù¶(fWØP*‰ K²±M)ج1`ï^®€ÜûQ:DŠºsÿ+nº›™ ÁÒNIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/tw.png0000644000175000017500000000062311406350224014421 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>3IDAT8ËíÐ?KBaÇñï¹^ÒºFCAÍBC9 ákinîÅô*Ú‚ˆˆZíB‹R4!õþÓûç9 †8ÝkÐÔÙÎ3|~çùI©vªªŠˆ ª¬”l¢Ø½'Xù—œŒÎ0"€ðÓØó°]ª•uÊå"“qÊÓ³G³í¢ªY¬ïqª•25‡Ã½Mzƒ€«».áuBû=ø^*pœ%êÕ-ê»ÛLâ„fÇeÃY¦ÓòËóxÂ0åµïá#º?Hz1º=‡Uš.7_†„ã”ûÆþG¸H#SnIDAT8˵“Í.CAÇgæöö›–DrE± ±¶ñ.bcËÂØzOagW$ à+E"A‰V["®ÞޱЋNâlÎbæüçwþsŽŒì`ø§Pÿ% àt»`¾õeùv&b¯µ’Z &àL;_9& äçÿ²%dÄ$^6OÂI’U=´l7R ¢À£Ñ¬Ío²µ¼Ëj~ƒr(¤â]è­\vt‚éÌ,^ÚÃKO27°€´^8«—¬äÒiCC‰a¶—vÈõÏ Åa,åqÕ¸@¡8¯°~¸Båý Õácížó_ÁUQ”(Žö‰ë®v©ûUBÓ²–w´E€ÆGãòAØä=xãºQb¢o G9Ë^›/ئÑJî·| w{”j§D´K~p‘˜ŽqY?§x_ lêÒmýCQí2š'àÙ¯rûzÃGØìèuÏâmë1í,òÛm;­žÿ h Òƒ`Ïžÿ5>OLraõõ3$IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/kp.png0000644000175000017500000000105211406350224014376 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>ÊIDAT8˽•?K›Q‡ŸsïIL%PL¡„`ETÑÅ~ˆŠ…ü„ö ¸ˆd:º8h†A¤ø§‹¤H•BÀ@-U›¤ø¾6ïé ØÁÚ¤ä·ÞË}Îs¸÷\yú<ÿA€ÒÁ8UV‘þNB\&DŒí¬°¢.§EmÄÕEB!Aonn 4¶e¦ªÈ.œ¸×j"R$²ÏˆML Îr}zÊÅú:Õâ'Wú·Â¨i²@|jŠ'//Ÿž†®0©×oz÷žäÜÜݾVãAm4JjaÛÛ˽=¾ \nma{zp‰s9*ûûü<:jÜÐØõõÑ=2B½Z¥œÏs¶´Dõà€/óó\Ó•Jl÷ ¸~u…W*#‘ÍJ&‰f2tŽÒ?3ƒz~©Ôø^«øU©p¶¸H$ÆD£ ­­àr{¿\æëÊ µÃöÀ²ÓäVÄÆÇIÎΛœDœÃ;9áÛê*››¨ï· UPùüòÕ¹3¦!Xëb 6c j5ß»8Òºm ªîíð ¬m>þsIDAT8Ë­“[L\U†¿}Ι Ì@ Ó¡`,µ3 P"M±Z5½ØTЉFcj ± ±oM5QŸj|ÐWã%ñE+ñ¡µ1雎mMmŠDz¡X•–P v`¸Ã¥s=sÎöÅÀÌPMlø_öÎÚÉúÖþ×Zâú›GeÕ³;8)á“®>®ö£ê_òÐxò#ú_}Ž/ƒ˜†Iƒ§€ÃõÐÖPÄh¥Ÿ—ÿÊäÔ ø¿Ò:~Txa¨›ö­%œèôØ_Ç©ï‡PU HTUÁ·ÑI»;N[£“|¯—Óc:]_üÎÔôÒ}RÊN‘sÏï}²C׸eÏgGxœC[6ðâžçH^ºH4™¦±Jç›Në‹mPßÄO½!æFÿb{m>w†4£©,¨"ßZLÃf“ƒ’Ë}Q,ËZ=À²$iY(ŠÀŒÅI‡Ãh®u¨v¤¢ MU€¦ ÆÓv^›haÂ,ÈWUñþ±u®KÜÛÍÑ4â±ä*°6ÿÔó˜¦Ä¦«<\YŠ¿‡L$HΆY8sÇ®=ثؚ°3††™J³+†¨Ì°U ;Ÿ]›&:c§$Dùý{|°Ç…¿ÉÃ|l*^"x±—s‹…4ûý” ô?Í͇üìmµ(øã*·£œüv7Êlb0—ûX JÚò¦it¸‘ÎjÂáÖ-ðC¬d¶ÝÚ»G¶±Ó#y-Àç}ó|;(žŸå«××S©*LŒG8öáIê­ ã%û¶§¨wþÉi¹ÈÇc’¨¹ò‹"M²SëaCò.¨qél% 6#eÎGÎþBhšî'¡f:ªi|w%BwÌËä•©„Aÿõ;¼u#HWS5»ZjX2–PÌ( .÷W9ˆí>B¢xL;ªq¥ò ¸µÊj‡%(ÿ² `åÄ3ß2×Üå…|§™9k„ ÷„Ç. L>‰O{‰ÙV++ Dƃ s`²ãJt¥~ŸÛÆñ¶q|z{éB#ç))o¡Ýu™·_±¨pêYEæfx`m«µh=शfg*…ióP-ÃT4´?cÃ]¦çZÝ)•!‰Ã¡QíÎûɢ¹Á ´ÌÁ̤ÁÏ= ÁÅíÑ8†a.»·F`Èœ‘<]A׉„ÄHgŒ}æ:­•Õ+I%É”I2•ÏÖ‚ÿ”«¿²o^}ªÒIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/mm.png0000644000175000017500000000065011406350224014400 00000000000000‰PNG  IHDR“´ØbKGDùC» pHYsHHFÉk>HIDAT8Ëí’»JQE×½3“Ä<•‚FHŠ Eü­,¬ý¿Àò¬l¬l´ó b  ™<&ÉÌ܇E4X(˜DÁÓmØœu6g‹òΡ°Öb-dÓ¹l‚8ÖCÅp¤R ì Ï8è€L;îG±ºœ¡RÊ“Ë$Œa¤¹¹&Ä0ýîÏaÖZÒ •RžZµÈîö~7âøôN/ä®áÏOäé”K6íQ-ÀŽSn®).¦pˆõžLÐÚ+ƒ‚¥BÏu1±2ˆþó% ÀïE´;!çWO~7ââ¶EëeHiÎü0˜4ëºÞ&ÔÐhö‰”¡×i4¬”$fΖ¸ûÁÉDX€KHzÚX´6l1.¢A°¡ÇÆ™¢^[±ß5[À9s>×9Ýu3‚à­ú¿5ÿ°¿{èÆz^põºQIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/lt.png0000644000175000017500000000025211406350224014404 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>JIDAT8Ëcü¿™á?æ°tdZÌrï;ãÀXlwžm`,~ús€|Ì00ö`âù< åãR~Ʊ™EúãÀø˜e`¬‰E&<{iAP²IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/pr.png0000644000175000017500000000110411406350224014403 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>äIDAT8Ë¥”ÏKÓqÇ_Ïçû#«m¹¦ 2Ù ¤P¨ 1ñŒ†3:t ‚–XÔП…BtèÖ±[ºj¤‚u0œ[ (XÛœ¥û|>6¬Ûœ{ίÏó¼xIŒ¾´3™GŒP4:+'7üìáÛè8nã›YÂõ °‚…©¢E •V¸#µ=Oh?hc÷ü‚p©d±D…¯kL-ð å1vÒÅQ`öo€iî.A°VèéV\÷H_ð‰÷¶oüßÄ¢aE_DXÎhP†Á˜ÃÝIŸ+'ÊÒŒ8»²#L­RÂ`¿"9ìq:®xúz‹åœ¦Rm8ö<á¼Z%›e´°€o¶Z‚]c,‘ p#áïU|ÌÞ­5ƒ§`»oì¹Àž¬¯r®¼„i kùðY3ÿI³þÝð~­N­f: ìó!Á éÊgÃe¤;†³[Ç¡ƒB$ ”~CèäDàÔ1‡{“>—ÊõfŽwRÑ̬X!Ú£¸™ð¹5áѸýT¸;PE—®’Œýâ~ÊgdÀAU@o´ÍýÿçYΗHgg¹X_$ÐÚÐÜ¢}°‹(úª_¹öå9Wó/8òç'h¨àä·Wf:ó˜‘â"`©7ìôºýI*»sdEŒ¦IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ax.png0000644000175000017500000000051011406350224014372 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>èIDAT8Ëc``øÿž×”ðÿÿd('‚áÿ­ *ÿ%Ežþǧ31Ð ]ÃYXY~á¶™ñ Ÿ‘ñ?+Ëo|zP ß0!§¤žÆ%†ë0“$ÅŸ3ÌoJdøñ‹ƒ(ÃÿW3üÇ«â&Ãc7Ò’ñ?Ã), Õxdÿ300ÜBs9#cøv)œ’ºê—d$ŸB Wc`øêÏÅpò²9ÃÏ_ìÄ™ÎÊòó?.¼ 9%‡ÞÞ¨ü_^âþ|z1Ëï?l8-þ‡–ÿÿgdøõ‡Ÿd0ts(M 8[Š¸Ž ±UIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/om.png0000644000175000017500000000057711406350224014412 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IDAT8ËÍ“ÏJBAÅgî ‘©Ô¢\„+¥\Ø®zéiÚFoÕ¸­…B6´pqӮ󵸩!EA£tV3ß óã çhÐn€™±(IX–Q蜰~vŽ$bÉO¡òU«¨RÅ^Sl4†Ãh /Á8G²·«×±4%»º\*Ø‘[&i4IÚøÃ#T®4šÈû?>ÿ“c‰ðôã1Y·Kx¸grseY~+M w·QÁ´[ff¸í´µIèõP­†ÊeB¿…€ŠETÚ€xÙšƒ•$Ød2?p>’nf³uÔ¯–4ƒN+c!ä¥|±J3ðgàâÞÙ4…K'¤ãemÅàÄàb×8=+v ¼yx.-!\¿’)jbgæÿƒßè,ig±ycIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/sy.png0000644000175000017500000000053011406350224014417 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>øIDAT8ËíS½Jaœýî@!ÞÇï5bð‰,|€ >@ˆ¤LRKž@ìE‚?;¹ÆÊHˆ!ÆývÒ^îÌ5æ Á)w—vfWÀAú7‰}Xû†JewÛÄÂá°‹jõ0Q‚ƒB 0äeK8uðŒajŽä)˜ð|tÁÁôšK÷ÅMPU>½?óì±Ïñ|BU]ëg<~]Ìкo¢÷ÐÅÒ}n^UWãKœÜãîå"’ò8…p'Dc¿²_FÉ/åúXß«£}ÐF-¬e…ã8îXk˜ðÈ¡Ôü€ 0ÆÀ©Ëö¢(šAþæ~ý颉W¹†‰Ô‘AIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/nu.png0000644000175000017500000000125111406350224014407 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>IIDAT8Ëí’KHTa†ŸsΜñrÌñ::yÅi4Í ºH–Z –•D‘ˆR´ˆ6n[m3¢Z´(!ma‹ ¨UF"Ëo)héhå„:3Çq<çoÑ+O»è]üü¼ï÷ïÿò}Òû —EZå.º¦â¸ÓÑÏèÐgJÊòè¨Z€‡mÐÔÊ™×gØêÖhÙlP›¯°Tœ‰·òZìV`kyeçØx/u¥ç=<ÉchZG¶-`φˆ*S”ŸÄÑ´öʬdº¹5ûötѲaÁøÔþ\d›‚/Y¡<8Õêü)…LtMòfÜCMH¥­!íÛ*ºÛKw¿§4ÏéI84Õ’)€4ž* g€” ³<²ŠÌ}×ÜÍ:“âhžÀ& b ³ f™¸o/bwÖë5u† >ÅN²S#¾4ˆd!gb™±î1 r È8PŽö#vt„¸Ô "ö%ˆ€¥ÄJíÄUŸge GÈNObN—èÛ´ÝÊ<ÎÎ'TÔ×ò¡ê,i{*H4 ÆB Üó¹xú]åàÞ>ÂÖ–ëÒ¹íT;ˆ¼èâîh„öäèåQuˆ"NÄй~í9Á¥0'˨÷¦Ó*†é™šGÅ´6`ÀÖè½Ihö+o=N"r€ã9a\dä…äm=\L‰aú‹#ðŒa#‹CM¹”ø>¡nЭ/—9Œ@H ýº#0£\”f´V‰j"ª­7±$EÀÚßkyé÷aþI¬²µgÿÆÿ¾ñO@2Í4T³IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/gu.png0000644000175000017500000000074211406350224014404 00000000000000‰PNG  IHDRóºœbKGDùC» pHYsHHFÉk>‚IDAT8˵”ÁKQƳÙ$&pÍÊ,Jˆ—{©­AÿDÿ€öŸè¡´Rh/ÍÅàÉ"MÚ )©b»q§‡'b{‰Óàwxðf¾™ï{óäuT×V¼"€ò¸Pe¹÷¿/ñn£þÈ„c¿yˆ¯â.*bJVäî4ͬNUÿ!&°)*‚d+¿{ 𭣞ç Nhþ¾‘>¨8Ö¯»lïÍ"âññC—£`Á5d¨e#¢Ñ€W/BŽ7=D­IDAT8ËíÏÍ ÁpÇñ÷ofKkÊc§]dü…Ûߦ¸ ­%J¹ÈÈÅAòpø9q£•Ýxß¿¯>_!¥”÷ë™ålDÛqÑ‹o’‘ïy1R/§#‡ýŽåz‹¦›4lAÎ0"ÖýÇ”ÍjÎt2æ&U‚0d½¾F_Ëm§‹aU¸nz³ïç8x:›§T®Ñïv¨4l´\!¹å)-ƒíôCŸ)‰‹üÿþÁ)xn=2HIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/vu.png0000644000175000017500000000101411406350224014414 00000000000000‰PNG  IHDR¯TVbKGDùC» pHYsHHFÉk>¬IDAT8Ë­Ó?O“aðßó¶@ µ@• …ð'Qh®Ä0‚+7Åà'0ê—puõÏÀÈLIHt#a I%°ˆÀ@ Ѽ¯C+š¸ØÂŸssι÷ž'<ŸßÝ`"&"Ä®§¢©gÔ^R)ò$Õ’k OUÖ¼êJOùœât—¾ŸBº!p•)Âo““<^¦æÛ&·l€­Š\’C1ÿ€…j›t¼cú˜âD’(¢X¤«‹½=2ʸw‡“F׋IkîÉÔãã\\Ô+ÎÎ(•(/‘;åÇ Ù£Èçæ8?§½½îzk‹ýýzC.Ç‹ŒŒ²û¥¹§a{›™òyŽ9<¬ƒ¥‹eNã¯?õ«¥³$ÿïýò ¹T¿’¿ÁR™ÉéÈúAŸjÏl1'J5—™Ó2ÏÃvNºlÔ†„±‚öΨ¥LþÉùËOÈö¤­Vû ÊÞÊÔ’DÍ'= ’Å2÷g%k;Ý6£aí£Ý!Ýûmý†ïÅÕ£ŒÕƒÛ.FúeºÛ‚¤u·WúíÇ^û7‡uNçe"!‰ë¤W%†_¬Ñ~q‹/äfIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/pw.png0000644000175000017500000000102511406350224014412 00000000000000‰PNG  IHDRúQßæbKGDùC» pHYsHHFÉk>µIDAT8˵”MKTaÇç¹/ÎM¦‘LHÒEáB„Vá'7Qµï#}¿B­uFÐF¡])"ÚË""ZdNÙL\¼w¼óêuª¹/.<»‡çœçwþÿóp¤±´ÝF¨pÎᨗ—¤*(,"zfÐqùϧßDŒùßr[„É0ß;ãÄ6èJYP– ázu“{—Ÿ2=ôŽÀ„D¶Êûp–ÅG|g@AŠ9Y Eq¸VÝâñä®V>§7³Ï­Úk&‚O,|Yàc8ƒÐ-Te²Ô¸Òáöèó¿ =}peà+wFŸá›ÕbIýA½&7×ûW¿;5¸Áˆ÷-1#“uᛘåû&Æ7Q¡m™ Aù“ÔhvÆR«þµà×Á%ZI¡ø«g*j'5VöæéªsÔ°ö@¬ +{ Zõ>”U$Š ¼úy—»‰måÔŽõyÙ¼Ïòîƒ4¿(¤±´½ß)ªßÄÌ^xÃÍáUê^“ßÉoÛs¬µçˆl€[jF9 ˜`1,Ž$tÕMÏe·äl†ŸDÀÁ¢ ]=JwÄžúX2ܲ‰eÖL^aÌ›’^ ¢íIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/la.png0000644000175000017500000000061411406350224014363 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>,IDAT8˵ԿNÂ@ÀñïµW ƒ¤6Ön<1ø ‹¾ áìnÂèä ¨ÀÂèC°ÕRqÀÚöΡ†îˆ!ý—Ë'¿w"&ÐÔN(€t)êß‚®õ‚”O òBã8 vÀÂ=}×6µqàpyÖâ¢Óàuºäi²$ûQV]–BšSu`xuÌÍuD³Q£×=" cnæÕnžÖ´#A?X£Í†Ã ÐŽ<Ðæb-0„¾äÄ߬(ô%¡/«Œÿ HÒ‚tsk’´ I k-°`çŒÆ V™Z¯2Åh¼`ç ̲”ʼÇZÃÝcLœ|Óëð2ýâyò‰«t•°¡â>8·?i ¥ÏýÛãRã v.²˜Óªå¯%re ¨½•-ñ t`/& ÖIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ke.png0000644000175000017500000000117711406350224014373 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>IDAT8Ë­”»OQÆ÷ÎQdÝÅ… ’ݨAlð K!–4ÆÆÿÁè_`mgc«…‰›˜˜µ•¥1"¯D`׸ìÃÎ{-@f¶ò”çñ}çœïÜ+”RU!Ä`ù?&€@i­{¾¤ )%ÖZ¬µ‡üƘ4pWv¢Îçó‹EÎë¥ßëF¹.ÓÓÓø¾ß±mÕ)†!³ssŒD†‡×o±¸ü—¿6)MNR.—;ïcfvvÝõ¼Áä¨`<›ãò·5.ÎÜ¡¹²JùÓG*Ãy¶k5„‰e:ŠõhêªÓåw'J'¤ R­â7¢V툡æ.ç £äÏ]8´û¿Òí6¢|éÚ&Kb¶Öòlc™›¹Š¥¦Ùâuå a¬¹ N9¤]A )[ÃÏhö}§ W6¨} °ÇA$[‹…‰“G:°n!QÒ¡±°„nìÐå("acZg­@e®LY×óR¤ÜX<Ήí:]'G°?VëéÃ/NÐ_Ƥ±F½»;¤õ“ß#ñ¾ZzžWè™8‹ãzdëlÍyŸÍ€I/ BÔý·:^ó¸?ƽÂ0c¿´vwxsªÎ‹…'Ô÷jéE1¨&;ÂA8Ч…è%X5[¼]#£rÔÃ`±%xÌ:ŠÁ4r‰Ä`pµ –#A¡ÐèôŽ5Bø£˜w„ÝÏ0tALû‡ùÙ¨ÔÛIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/yt.png0000644000175000017500000000027611406350224014427 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>^IDAT8ËcdP«ÿÏ€þÿg`dddXÜÄí§Ç€ ü^»ágn5Ãÿµè€‰F`ÔàQƒG V³0üÿO¾n¨ÖÿXÌ`a`dÄn2#õcÈ3202202`³^]ó œ:IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/co.png0000644000175000017500000000026011406350224014365 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>PIDAT8Ëcüÿ‚á? - 5˜>³ÐÊh–úÉî41˜‘A°Ÿ&阅™&æ2°°þÿC› ˜ÃjL'3Þeà¥Mÿ¥QzcùÏÀH’‰Ãí•8ËIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ga.png0000644000175000017500000000025311406350224014355 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>KIDAT8Ëc4[ÈðŸÊ€‰ÚÒÌP–T÷<‹'õ e|vúÅøÿùˆŽý‡Ũn(£\õRª‡)Ë£Ô÷>#õSÿЉ}­KÓÑlœSIEND®B`‚gnunet-gtk-0.9.3/contrib/flags/ma.png0000644000175000017500000000051011406350224014357 00000000000000‰PNG  IHDRàm?hbKGDùC» pHYsHHFÉk>èIDAT8ËÅ“MkÂ@†Ÿq7j*Š衽zóßø{óØCÏÒK=HjŒ»™Œ)]S$8°Ë2°Ï¼ó2#ß •¢Óôþ`­o¥©oÀ‚’F†u×Ðiˆ‚OJ#`9ìó>Ž1Uî^.OÅ1ýùØãã©G[J`š;ÞÒ‚ù:¯ûù§âã‡Ùα3BìJF{On„—Í!m`…0:x^³‚äÁò5°IDAT8˵”±JA†¿9âEˆçY‹>‚•Ø)´´ð!l¬-â#Ä'ðAì$¥‚ è#ˆéLÀ;pÇÂ5®ä6èß ì;óÿÿÌŠöÉ32 /:û7t®„ଷm§mpF „\øZsæÁÕ̳™øçF‚ÿ­g}k× 0 éÁÆÚ8LÝ;òæ €0ÈÒ)ëùØx^èá²Uš"D–NÈ—'• i¬Í^vG.PñúhرÀ ñšô­°DÀJ:eµùÉà©H‰$Chóð¨–~’sïÞÓÙ»`ç×[t{; ˜<2‚ä½cXTÊ Feƒþ0SœÉï›ÖÖ }9—™áâœø÷E«[@31B¢J¹ÑÿÀ¹U蕞‘IEND®B`‚gnunet-gtk-0.9.3/contrib/flags/no.png0000644000175000017500000000065611406350224014411 00000000000000‰PNG  IHDR Z„kbKGDùC» pHYsHHFÉk>NIDAT8ËÕ’M+„QÇçÞQÈ4J) ›ñ2Ébð$K"+I²·òlD‘O€­—/ >ceiAI›Y˜…š4cŠç‹‡‡‡äZXøïîéœßýŸ¹ U爆4œÏ.1±\`r8ËNÏ÷ë` >J¹j•ÏP­Õ@ß‚>=ã*h\*€Š€|Ê@$ ‹üõûú—J©sà\Ü­†!|€Óh,¾í§ú¢¢Ҙˑª³¯cQêÛZIý žÐƒ©T5k¹8-áT¹-–ÙìF¦½Û†65á4–‚‘÷öùyA±Ó•¹Á/NQå¦Xf÷ðŠ®ö 3£ký¡óÇðê ]œäöŽ®éͶ°:’¡v\@}¡¥­íĶ5 i#œÍGoc¨œSZ[÷w*Ö¢"ññˆ1ÉŠ Ö¢ª‰¼ïô'Çÿ /Ä…|!œ¤X@IEND®B`‚gnunet-gtk-0.9.3/contrib/gnunet_statistics_gtk_about_window.glade.in0000644000175000017500000004030111675633471023005 00000000000000 Jakub 'jimmac' Steiner <jimmac@ximian.org> Christian Muellner <chris@flop.de> Alex Jones <alexrjones@ntlworld.com> Nicklas Larsson <whybill@gmail.com> Juergen Appel <jappel@linux01.gwdg.de> Krista Grothoff <krista@grothoff.org> James Blackwell <jblack@linuxguru.net> Ludovic Courtes <ludo@chbouib.org> Nils Durner <durner@gnunet.org> Renaldo Ferreira <rf@cs.purdue.edu> Christian Grothoff <christian@grothoff.org> Eric Haumant Tzvetan Horozov <horozov@motorola.com> Gerd Knorr <kraxel@bytesex.org> Werner Koch <libgcrypt@g10code.com> Uli Luckas <luckas@musoft.de> Blake Matheny Glenn McGrath Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net> Ioana Patrascu <ioanapatrascu@yahoo.com> Marko Raeihae Paul Ruth <ruth@cs.purdue.edu> Risto Saarelma Antti Salonen Tiberius Stef <tstef@cs.purdue.edu> Tuomas Toivonen Tomi Tukiainen Kevin Vandersloot <kfv101@psu.edu> Simo Viitanen Larry Waldo Igor Wronsky <iwronsky@users.sourceforge.net> <january@hushmail.com> Christian Grothoff <christian@grothoff.org> Anders Carlsson <andersca@gnu.org> Nils Durner <durner@gnunet.org> Nicklas Larsson <whybill@gmail.com> Milan Bouchet-Valat <nalimilan@club.fr> Igor Wronsky <iwronsky@users.sourceforge.net> Di Ma Jens Palsberg <palsberg@cs.ucla.edu> Christian Grothoff <christian@grothoff.org> Nils Durner <durner@gnunet.org> Mathieu <mollo@bghflt.org> Eric Haumant milan@skoid.org Hiroshi Yamauchi <yamauchi@cs.purdue.edu> Adam Welc <welc@cs.purdue.edu> Bogdan Carbunar <carbunar@cs.purdue.edu> Steven Michael Murphy <murf@e-tools.com> Phan Vinh Thinh <teppi82@gmail.com> Daniel Nylander <po@danielnylander.se> License should be loaded here at runtime from the license file (no need to copy the whole GPL in here...). False True True True False 10 True False gnunet_logo.png False True 0 True False @GNUNET_STATISTICS_GTK_NAME@ @GNUNET_STATISTICS_GTK_VERSION3@ False True 1 True False (C) @GNUNET_STATISTICS_GTK_YEARFROM@-@GNUNET_STATISTICS_GTK_YEARTO@ The GNUnet Project False True 2 True False <a href="https://gnunet.org/">GNUnet: GNU's Framework for Secure P2P Networking</a> True True False True 3 True True True automatic automatic True True False word False credits_authors_contents False True False Developed by False True True automatic automatic True True False word False credits_docs_contents False 1 True False Documented by 1 False True True automatic automatic True True False word False credits_trans_contents False 2 True False Translated by 2 False True True automatic automatic True True False word False credits_art_contents False 3 True False Artwork by 3 False True True 4 True never out True True False word False license_contents False True True 5 True False 5 True Credits False True True True True False 0 License False True True True True False 1 gtk-close False True True True True True False end 2 False False end 6 gnunet-gtk-0.9.3/contrib/gnunet_statistics_gtk_main_window.glade0000644000175000017500000001476311671643122022215 00000000000000 False gnunet-statistics-gtk center 700 500 gnunet-gtk True False True False True False False _Help True True False gtk-about True False Display information about this version of gnunet-statistics-gtk False <gnunet-statistics-gtk>/Help/About True True False True 0 True True True False vertical True False _Connections True False True False vertical 1 True False _Traffic True 1 False True False vertical 2 True False _Storage True 2 False True True 1 gnunet-gtk-0.9.3/contrib/gnunet_peerinfo_gtk_main_window.glade0000644000175000017500000002376511726753100021633 00000000000000 gnunet-peerinfo-gtk center 700 500 gnunet-gtk True vertical True True _Help True True gtk-about True Display information about this version of gnunet-peerinfo-gtk <gnunet-peerinfo-gtk>/Help/About True True False 0 True True adjustment3 adjustment4 automatic automatic True True GNUNET_PEERINFO_GTK_list_store adjustment3 adjustment4 True 0 5 autosize Peer True True 0 False 4 0 fixed 20 True True 8 7 In True True True descending 4 4 Out True descending 5 5 autosize Country True True True 2 3 autosize Addresses True True 6 6 1 100 1 10 10 100 1 10 10 gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade0000644000175000017500000001274011712617500023007 00000000000000 100 1 10 10 100 1 10 10 5 Select pseudonym... True normal True vertical 2 True True adjustment1 adjustment2 True True GNUNET_GTK_select_pseudonym_liststore adjustment1 adjustment2 Name True True True True 0 0 1 True end gtk-cancel True True True True False False 0 gtk-ok True False True True True False False 1 False end 0 GNUNET_GTK_select_pseudonym_cancel_button GNUNET_GTK_select_pseudonym_ok_button gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_unindex.glade0000644000175000017500000001627011726472405017572 00000000000000 600 300 5 Indexed files folder normal False True vertical 2 True True automatic automatic True True GNUNET_FS_GTK_unindex_liststore autosize Size True True 1 2 1 Filename True True 0 2 0 9 Unindex progress 5 6 4 1 True end _Unindex True False True True Unindex the selected indexed file. GNUNET_FS_GTK_unindex_delete_image True False False 0 gtk-close True True True True False False 1 False end 0 GNUNET_FS_GTK_unindex_button GNUNET_FS_GTK_unindex_close_button True gtk-delete gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_namespace_manager.glade0000644000175000017500000011121511725005340021526 00000000000000 100 1 10 100 1 10 100 1 10 False 5 True dialog True True False 2 True False end gtk-apply False True True True Saves all changes made in this dialog to disk without closing the dialog. True False False 0 gtk-ok False True True True Saves all changes made in this dialog to disk and closes the dialog. True False False 1 gtk-cancel False True True True Closes the dialog. Changes made in this dialog will not be preserved. True False False 2 False True end 0 True True True True True False True False Known namespaces: Select a namespace to see its complete metadata. Click "Delete" to delete (forget) namespace. Namespace names are editable. False False 0 True True GNUNET_GTK_namespace_manager_known_namespaces_hadj GNUNET_GTK_namespace_manager_known_namespaces_vadj automatic automatic in True True GNUNET_GTK_namespace_manager_known_liststore GNUNET_GTK_namespace_manager_known_namespaces_hadj GNUNET_GTK_namespace_manager_known_namespaces_vadj True 2 False Is mine True True 0 False 0 Rank True True 1 1 Name True True 2 True 2 Identifier True True 3 3 True True 1 True False cursor 5 5 end gtk-delete False True True True Makes GNUnet "forget" about selected known namespace. However, GNUnet will be able to learn about this namespace, if it ever discovers it again. True False False 0 Swap _Rank False True True True Changes the rank value of the selected namespace in "Known namespaces" list. If it had rank 0, it's given rank -1, otherwise the sign of its rank is flipped. Only namespaces with positive ranks are displayed in "Namespace order" list. True False False 1 False False 2 True False True False True False Namespace order: Drag rows to change namespace order, click "Apply" to save it. False False 0 True True GNUNET_GTK_namespace_manager_namespace_order_hadj GNUNET_GTK_namespace_manager_namespace_order_vadj automatic automatic in True True GNUNET_GTK_namespace_manager_namespace_order_liststore GNUNET_GTK_namespace_manager_namespace_order_hadj GNUNET_GTK_namespace_manager_namespace_order_vadj False True True 0 False True Rank True 0 Name True 1 Identifier True 2 True True 1 True False 5 end gtk-apply False True True True Convert the order in which namespaces are arranged in "Namespace order" list to ranks. Top namespace is assigned rank 0, namespace below it - rank 1, and so on. True False False 0 False False 2 True False True False True False True False Selected namespace details: Metadata can be <s>added,</s> deleted and edited. Click "Apply" to save metadata changes. True False False 0 True True GNUNET_GTK_namespace_manager_namespace_details_hadj GNUNET_GTK_namespace_manager_namespace_details_vadj automatic automatic in True True GNUNET_GTK_namespace_manager_namespace_details_liststore GNUNET_GTK_namespace_manager_namespace_details_hadj GNUNET_GTK_namespace_manager_namespace_details_vadj False True 0 False True both Type 2 Value True 5 True True 1 True False 5 5 end gtk-add False True False True True Adds a new metadata Type=Value pair to the list. This functionality is not available at the moment. True False False 0 gtk-delete False True True True Removes selected Type=Value pair from metadata list. The change will not last unless you click on "Apply" button before closing the window or selecing some other known namespace. True False False 1 gtk-apply False True False True True Applies changes made in metadata list to currently selected known namespace. True False False 2 False False 2 True False True True 1 GNUNET_GTK_namespace_manager_apply_button GNUNET_GTK_namespace_manager_ok_button GNUNET_GTK_namespace_manager_cancel_button 100 1 10 100 1 10 100 1 10 gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_search_tab.glade0000644000175000017500000003774211725002353020210 00000000000000 popup You should never see this True True False False False 100 True True automatic automatic True True GNUNET_GTK_file_sharing_result_tree_store 6 horizontal True Description True True True True 6 8 6 Availability True True True True 5 8 5 Format True True True 10 8 10 Completed (bytes) True True 14 8 14 Size True True True 2 8 2 Progress True True True 4 8 4 4 # True True 11 8 11 Preview True 8 3 popup You shouldn't see this also dock True True False False False True True 2 0 0 30 True query False False 0 True 0 0 True True True gtk-media-play 2 False False 1 True 0 0 True True True True gtk-media-pause 2 False False 2 True 0 0 True True True True gtk-clear 2 False False 5 3 True 0 0 True True True half True gtk-close 2 False False 4 both gnunet-gtk-0.9.3/contrib/gnunet_gtk_status_bar_menu.glade0000644000175000017500000000155411622220416020606 00000000000000 True gtk-quit True Quit False True True True gnunet-gtk-0.9.3/contrib/gnunet_gns_gtk_about_window.glade0000644000175000017500000003542411725471017020777 00000000000000 gnunet-gns-gtk True True True 10 vertical True gnunet_logo.png False 0 True GNUnet-FS-GTK r20167 False 1 True (C) 2010-2012 The GNUnet Project False 2 True <a href="https://gnunet.org/">GNUnet: GNU's Framework for Secure P2P Networking</a> True True False 3 True True True automatic automatic True True False word False credits_authors_contents False True Developed by False True True automatic automatic True True False word False credits_docs_contents False 1 True Documented by 1 False True True automatic automatic True True False word False credits_trans_contents False 2 True Translated by 2 False True True automatic automatic True True False word False credits_art_contents False 3 True Artwork by 3 False 4 True never out True True False word False license_contents False 5 True 5 True Credits True True True False 0 License True True True False 1 gtk-close True True True True False end 2 False False end 6 Jakub 'jimmac' Steiner <jimmac@ximian.org> Christian Muellner <chris@flop.de> Alex Jones <alexrjones@ntlworld.com> Nicklas Larsson <whybill@gmail.com> Juergen Appel <jappel@linux01.gwdg.de> Krista Grothoff <krista@grothoff.org> James Blackwell <jblack@linuxguru.net> Ludovic Courtes <ludo@chbouib.org> Nils Durner <durner@gnunet.org> Renaldo Ferreira <rf@cs.purdue.edu> Christian Grothoff <christian@grothoff.org> Eric Haumant Tzvetan Horozov <horozov@motorola.com> Gerd Knorr <kraxel@bytesex.org> Werner Koch <libgcrypt@g10code.com> Uli Luckas <luckas@musoft.de> Blake Matheny Glenn McGrath Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net> Ioana Patrascu <ioanapatrascu@yahoo.com> Marko Raeihae Paul Ruth <ruth@cs.purdue.edu> Risto Saarelma Antti Salonen Tiberius Stef <tstef@cs.purdue.edu> Tuomas Toivonen Tomi Tukiainen Kevin Vandersloot <kfv101@psu.edu> Simo Viitanen Larry Waldo Igor Wronsky <iwronsky@users.sourceforge.net> <january@hushmail.com> Christian Grothoff <christian@grothoff.org> Anders Carlsson <andersca@gnu.org> Nils Durner <durner@gnunet.org> Nicklas Larsson <whybill@gmail.com> Milan Bouchet-Valat <nalimilan@club.fr> Igor Wronsky <iwronsky@users.sourceforge.net> Di Ma Jens Palsberg <palsberg@cs.ucla.edu> Christian Grothoff <christian@grothoff.org> Nils Durner <durner@gnunet.org> Mathieu <mollo@bghflt.org> Eric Haumant milan@skoid.org Hiroshi Yamauchi <yamauchi@cs.purdue.edu> Adam Welc <welc@cs.purdue.edu> Bogdan Carbunar <carbunar@cs.purdue.edu> Steven Michael Murphy <murf@e-tools.com> Phan Vinh Thinh <teppi82@gmail.com> Daniel Nylander <po@danielnylander.se> License should be loaded here at runtime from the license file (no need to copy the whole GPL in here...). gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_about_window.glade.in0000644000175000017500000004024411672712310021214 00000000000000 False True True True False 10 True False gnunet_logo.png False True 0 True False @GNUNET_FS_GTK_NAME@ @GNUNET_FS_GTK_VERSION3@ False True 1 True False (C) @GNUNET_FS_GTK_YEARFROM@-@GNUNET_FS_GTK_YEARTO@ The GNUnet Project False True 2 True False <a href="https://gnunet.org/">GNUnet: GNU's Framework for Secure P2P Networking</a> True True False True 3 True True True automatic automatic True True False word False credits_authors_contents False True False Developed by False True True automatic automatic True True False word False credits_docs_contents False 1 True False Documented by 1 False True True automatic automatic True True False word False credits_trans_contents False 2 True False Translated by 2 False True True automatic automatic True True False word False credits_art_contents False 3 True False Artwork by 3 False True True 4 True never out True True False word False license_contents False True True 5 True False 5 True Credits True True True False True False 0 License True True True False True False 1 gtk-close True True True False True True False end 2 False False end 6 Jakub 'jimmac' Steiner <jimmac@ximian.org> Christian Muellner <chris@flop.de> Alex Jones <alexrjones@ntlworld.com> Nicklas Larsson <whybill@gmail.com> Juergen Appel <jappel@linux01.gwdg.de> Krista Grothoff <krista@grothoff.org> James Blackwell <jblack@linuxguru.net> Ludovic Courtes <ludo@chbouib.org> Nils Durner <durner@gnunet.org> Renaldo Ferreira <rf@cs.purdue.edu> Christian Grothoff <christian@grothoff.org> Eric Haumant Tzvetan Horozov <horozov@motorola.com> Gerd Knorr <kraxel@bytesex.org> Werner Koch <libgcrypt@g10code.com> Uli Luckas <luckas@musoft.de> Blake Matheny Glenn McGrath Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net> Ioana Patrascu <ioanapatrascu@yahoo.com> Marko Raeihae Paul Ruth <ruth@cs.purdue.edu> Risto Saarelma Antti Salonen Tiberius Stef <tstef@cs.purdue.edu> Tuomas Toivonen Tomi Tukiainen Kevin Vandersloot <kfv101@psu.edu> Simo Viitanen Larry Waldo Igor Wronsky <iwronsky@users.sourceforge.net> <january@hushmail.com> Christian Grothoff <christian@grothoff.org> Anders Carlsson <andersca@gnu.org> Nils Durner <durner@gnunet.org> Nicklas Larsson <whybill@gmail.com> Milan Bouchet-Valat <nalimilan@club.fr> Igor Wronsky <iwronsky@users.sourceforge.net> Di Ma Jens Palsberg <palsberg@cs.ucla.edu> Christian Grothoff <christian@grothoff.org> Nils Durner <durner@gnunet.org> Mathieu <mollo@bghflt.org> Eric Haumant milan@skoid.org Hiroshi Yamauchi <yamauchi@cs.purdue.edu> Adam Welc <welc@cs.purdue.edu> Bogdan Carbunar <carbunar@cs.purdue.edu> Steven Michael Murphy <murf@e-tools.com> Phan Vinh Thinh <teppi82@gmail.com> Daniel Nylander <po@danielnylander.se> License should be loaded here at runtime from the license file (no need to copy the whole GPL in here...). gnunet-gtk-0.9.3/contrib/gnunet_peerinfo_gtk_about_window.glade0000644000175000017500000004014711753203112022003 00000000000000 Jakub 'jimmac' Steiner <jimmac@ximian.org> Christian Muellner <chris@flop.de> Alex Jones <alexrjones@ntlworld.com> Nicklas Larsson <whybill@gmail.com> Juergen Appel <jappel@linux01.gwdg.de> Krista Grothoff <krista@grothoff.org> James Blackwell <jblack@linuxguru.net> Ludovic Courtes <ludo@chbouib.org> Nils Durner <durner@gnunet.org> Renaldo Ferreira <rf@cs.purdue.edu> Christian Grothoff <christian@grothoff.org> Eric Haumant Tzvetan Horozov <horozov@motorola.com> Gerd Knorr <kraxel@bytesex.org> Werner Koch <libgcrypt@g10code.com> Uli Luckas <luckas@musoft.de> Blake Matheny Glenn McGrath Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net> Ioana Patrascu <ioanapatrascu@yahoo.com> Marko Raeihae Paul Ruth <ruth@cs.purdue.edu> Risto Saarelma Antti Salonen Tiberius Stef <tstef@cs.purdue.edu> Tuomas Toivonen Tomi Tukiainen Kevin Vandersloot <kfv101@psu.edu> Simo Viitanen Larry Waldo Igor Wronsky <iwronsky@users.sourceforge.net> <january@hushmail.com> Christian Grothoff <christian@grothoff.org> Anders Carlsson <andersca@gnu.org> Nils Durner <durner@gnunet.org> Nicklas Larsson <whybill@gmail.com> Milan Bouchet-Valat <nalimilan@club.fr> Igor Wronsky <iwronsky@users.sourceforge.net> Di Ma Jens Palsberg <palsberg@cs.ucla.edu> Christian Grothoff <christian@grothoff.org> Nils Durner <durner@gnunet.org> Mathieu <mollo@bghflt.org> Eric Haumant milan@skoid.org Hiroshi Yamauchi <yamauchi@cs.purdue.edu> Adam Welc <welc@cs.purdue.edu> Bogdan Carbunar <carbunar@cs.purdue.edu> Steven Michael Murphy <murf@e-tools.com> Phan Vinh Thinh <teppi82@gmail.com> Daniel Nylander <po@danielnylander.se> License should be loaded here at runtime from the license file (no need to copy the whole GPL in here...). False True True True False 10 True False gnunet_logo.png False True 0 True False GNUnet-Peerinfo-GTK 0.9.3 False True 1 True False (C) 2010-2012 The GNUnet Project False True 2 True False <a href="https://gnunet.org/">GNUnet: GNU's Framework for Secure P2P Networking</a> True True False True 3 True True True automatic automatic True True False word False credits_authors_contents False True False Developed by False True True automatic automatic True True False word False credits_docs_contents False 1 True False Documented by 1 False True True automatic automatic True True False word False credits_trans_contents False 2 True False Translated by 2 False True True automatic automatic True True False word False credits_art_contents False 3 True False Artwork by 3 False True True 4 True never out True True False word False license_contents False True True 5 True False 5 True Credits False True True True True False 0 License False True True True True False 1 gtk-close False True True True True True False end 2 False False end 6 gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_create_namespace_dialog.glade0000644000175000017500000001303611675367617022726 00000000000000 True False True 5 Create namespace False True center folder-new dialog True True False 2 True False True False _Name: True False False 4 0 True True â— True False False True True True True 1 False False 5 0 True False end gtk-cancel False True True True True False False 0 gtk-ok False True True True True True True False False 1 False True end 1 GNUNET_GTK_create_namespace_cancel_button GNUNET_GTK_create_namespace_ok_button gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_publish_file_dialog.glade0000644000175000017500000003127411713017440022073 00000000000000 True 5 Publish file... True True normal False True True vertical 2 True 2 4 4 3 True 0 True 1 2 0 1 3 4 1 2 True Anonymity: 2 3 1 2 True Priority: 2 3 True True True True True priority_adjustment True 3 4 True Expiration year: True True True True True expiration_year_adjustment True 1 2 True _Replication: True 1 2 True True True True True replication_adjustment True 1 2 1 2 False False end 2 True Index file True True False True True True False False 20 end 0 False False end 1 True end gtk-cancel True True True True False False 0 gtk-ok True True True True True False False 1 False end 0 GNUNET_GTK_publish_file_dialog_cancel_button GNUNET_GTK_publish_file_dialog_ok_button 1 10000000 1 10 9999 1 10 1000 100000000 1 10 99999 1 10 gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_open_directory_dialog.glade0000644000175000017500000000645711675367617022505 00000000000000 False True 5 normal False gnunet_directory_filter True False 2 True False end gtk-cancel False True True True True False False 0 gtk-ok False True True True True True False False 1 False True end 0 GNUNET_GTK_open_directory_dialog_cancel_button GNUNET_GTK_open_directory_dialog_ok_button gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_publish_directory_dialog.glade0000644000175000017500000003065411713017440023161 00000000000000 9999 1 10 10000000 1 10 999999 1 10 True GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK 5 True center-on-parent 800 600 True dialog True True select-folder False gnunet_directory_filter True True vertical 2 True 2 4 True Priority: 2 3 True True True True True priority_adjustment True 3 4 True Expiration year: True True True True True expiration_year_adjustment 1 2 True Anonymity: 1 2 True _Replication: True 2 3 1 2 True True True True True replication_adjustment True 3 4 1 2 True 0 True 1 2 0 1 1 2 1 2 False False 2 True Index files True True False True True True False 1 False False 3 True end gtk-cancel True True True True False False 0 gtk-ok True True True True True False False 1 False end 0 GNUNET_GTK_publish_dialog_cancel_button GNUNET_GTK_publish_directory_dialog_ok_button gnunet-gtk-0.9.3/contrib/gnunet_setup_about_window.glade.in0000644000175000017500000004025511675633471021116 00000000000000 Jakub 'jimmac' Steiner <jimmac@ximian.org> Christian Muellner <chris@flop.de> Alex Jones <alexrjones@ntlworld.com> Nicklas Larsson <whybill@gmail.com> Juergen Appel <jappel@linux01.gwdg.de> Krista Grothoff <krista@grothoff.org> James Blackwell <jblack@linuxguru.net> Ludovic Courtes <ludo@chbouib.org> Nils Durner <durner@gnunet.org> Renaldo Ferreira <rf@cs.purdue.edu> Christian Grothoff <christian@grothoff.org> Eric Haumant Tzvetan Horozov <horozov@motorola.com> Gerd Knorr <kraxel@bytesex.org> Werner Koch <libgcrypt@g10code.com> Uli Luckas <luckas@musoft.de> Blake Matheny Glenn McGrath Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net> Ioana Patrascu <ioanapatrascu@yahoo.com> Marko Raeihae Paul Ruth <ruth@cs.purdue.edu> Risto Saarelma Antti Salonen Tiberius Stef <tstef@cs.purdue.edu> Tuomas Toivonen Tomi Tukiainen Kevin Vandersloot <kfv101@psu.edu> Simo Viitanen Larry Waldo Igor Wronsky <iwronsky@users.sourceforge.net> <january@hushmail.com> Christian Grothoff <christian@grothoff.org> Anders Carlsson <andersca@gnu.org> Nils Durner <durner@gnunet.org> Nicklas Larsson <whybill@gmail.com> Milan Bouchet-Valat <nalimilan@club.fr> Igor Wronsky <iwronsky@users.sourceforge.net> Di Ma Jens Palsberg <palsberg@cs.ucla.edu> Christian Grothoff <christian@grothoff.org> Nils Durner <durner@gnunet.org> Mathieu <mollo@bghflt.org> Eric Haumant milan@skoid.org Hiroshi Yamauchi <yamauchi@cs.purdue.edu> Adam Welc <welc@cs.purdue.edu> Bogdan Carbunar <carbunar@cs.purdue.edu> Steven Michael Murphy <murf@e-tools.com> Phan Vinh Thinh <teppi82@gmail.com> Daniel Nylander <po@danielnylander.se> License should be loaded here at runtime from the license file (no need to copy the whole GPL in here...). False True True True False 10 True False gnunet_logo.png False True 0 True False @GNUNET_SETUP_GTK_NAME@ @GNUNET_SETUP_GTK_VERSION3@ False True 1 True False (C) @GNUNET_SETUP_GTK_YEARFROM@-@GNUNET_SETUP_GTK_YEARTO@ The GNUnet Project False True 2 True False <a href="https://gnunet.org/">GNUnet: GNU's Framework for Secure P2P Networking</a> True True False True 3 True True True automatic automatic True True False word False credits_authors_contents False True False Developed by False True True automatic automatic True True False word False credits_docs_contents False 1 True False Documented by 1 False True True automatic automatic True True False word False credits_trans_contents False 2 True False Translated by 2 False True True automatic automatic True True False word False credits_art_contents False 3 True False Artwork by 3 False True True 4 True never out True True False word False license_contents False True True 5 True False 5 True Credits False True True True True False 0 License False True True True True False 1 gtk-close False True True True True True False end 2 False False end 6 gnunet-gtk-0.9.3/contrib/gnunet_peerinfo_gtk_about_window.glade.in0000644000175000017500000004027111675633471022430 00000000000000 Jakub 'jimmac' Steiner <jimmac@ximian.org> Christian Muellner <chris@flop.de> Alex Jones <alexrjones@ntlworld.com> Nicklas Larsson <whybill@gmail.com> Juergen Appel <jappel@linux01.gwdg.de> Krista Grothoff <krista@grothoff.org> James Blackwell <jblack@linuxguru.net> Ludovic Courtes <ludo@chbouib.org> Nils Durner <durner@gnunet.org> Renaldo Ferreira <rf@cs.purdue.edu> Christian Grothoff <christian@grothoff.org> Eric Haumant Tzvetan Horozov <horozov@motorola.com> Gerd Knorr <kraxel@bytesex.org> Werner Koch <libgcrypt@g10code.com> Uli Luckas <luckas@musoft.de> Blake Matheny Glenn McGrath Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net> Ioana Patrascu <ioanapatrascu@yahoo.com> Marko Raeihae Paul Ruth <ruth@cs.purdue.edu> Risto Saarelma Antti Salonen Tiberius Stef <tstef@cs.purdue.edu> Tuomas Toivonen Tomi Tukiainen Kevin Vandersloot <kfv101@psu.edu> Simo Viitanen Larry Waldo Igor Wronsky <iwronsky@users.sourceforge.net> <january@hushmail.com> Christian Grothoff <christian@grothoff.org> Anders Carlsson <andersca@gnu.org> Nils Durner <durner@gnunet.org> Nicklas Larsson <whybill@gmail.com> Milan Bouchet-Valat <nalimilan@club.fr> Igor Wronsky <iwronsky@users.sourceforge.net> Di Ma Jens Palsberg <palsberg@cs.ucla.edu> Christian Grothoff <christian@grothoff.org> Nils Durner <durner@gnunet.org> Mathieu <mollo@bghflt.org> Eric Haumant milan@skoid.org Hiroshi Yamauchi <yamauchi@cs.purdue.edu> Adam Welc <welc@cs.purdue.edu> Bogdan Carbunar <carbunar@cs.purdue.edu> Steven Michael Murphy <murf@e-tools.com> Phan Vinh Thinh <teppi82@gmail.com> Daniel Nylander <po@danielnylander.se> License should be loaded here at runtime from the license file (no need to copy the whole GPL in here...). False True True True False 10 True False gnunet_logo.png False True 0 True False @GNUNET_PEERINFO_GTK_NAME@ @GNUNET_PEERINFO_GTK_VERSION3@ False True 1 True False (C) @GNUNET_PEERINFO_GTK_YEARFROM@-@GNUNET_PEERINFO_GTK_YEARTO@ The GNUnet Project False True 2 True False <a href="https://gnunet.org/">GNUnet: GNU's Framework for Secure P2P Networking</a> True True False True 3 True True True automatic automatic True True False word False credits_authors_contents False True False Developed by False True True automatic automatic True True False word False credits_docs_contents False 1 True False Documented by 1 False True True automatic automatic True True False word False credits_trans_contents False 2 True False Translated by 2 False True True automatic automatic True True False word False credits_art_contents False 3 True False Artwork by 3 False True True 4 True never out True True False word False license_contents False True True 5 True False 5 True Credits False True True True True False 0 License False True True True True False 1 gtk-close False True True True True True False end 2 False False end 6 gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_download_as_dialog.glade0000644000175000017500000001461411713066342021724 00000000000000 1 100000 1 10 True True 5 Save file as... center-on-parent True document-save-as dialog save False False True vertical 2 True True _Anonymity: True True GNUNET_GTK_save_as_dialog_anonymity_spin_button 0 True True False True True GNUNET_GTK_anonymity_adjustment True False False 1 _recursive True False True False True True False False 2 False False 8 2 True end gtk-cancel True True False True False False 0 gtk-save True True True True True True False False 1 False end 0 GNUNET_GTK_save_as_dialog_cancel_button GNUNET_GTK_save_as_dialog_ok_button gnunet-gtk-0.9.3/contrib/gnunet-setup-oxygen-cancel.png0000644000175000017500000000267411635366334020110 00000000000000‰PNG  IHDR szzôgAMA¯È7ŠétEXtSoftwareAdobe ImageReadyqÉe<NIDATxÚbüÿÿ?Ã@€bÀæ€Çæ ‰OÌ>ì×e°rÙ€˜‘\óOŠ3žg8°_”! Èeb&dy€bÂf9Pp›ª¿<+ÃÎYJ PŒäX4k?¯”€=ÃÌ•ü 9@a.d{%@–?5gøÿuJÚÿÇ·þ“eòÿŽçir î@iRõù‡û¶Rÿÿ•Gþ ÷ÿ¤ ÃÿE¼ e@i˜#ˆ Ýç±i œÆþ ÿ0…U0ð™ò:ó0¬ž"Ã`OlHÀ|.¢&Å/oÔö냰Œƒ’¹ƒ*#CçBn†,XH.ËþüÓ"!E üfú¼N@GL’"ìl–3üþ q„¤4ƒ²¡ƒ*Cç.ˆ#ì iý¬ª –ƒé?ijux¸VOÀí|–Ãh11>!NEF†Z €;àö7Ï/×|~·¸Ãr_Ü?•AÐPƒ×‰“auŸ¦#ˆ±œá×o†;—¯3¼yóý묟 ¥  °/3œÝó!äÑ3Ÿß,mŰL ‘ôŽg4Pãuâ`XÝ+‚p)–?{üñ댟 eKÿ0œêý@Œ \À À©Ý”à@q vdË!Ž‚à'›—2¼¹pïó¾¯ ¡êÌ $˜v’bùŠ? gö=â7s4)0°ƒR;(Áâìè–ƒù@üxÇZ†W|jÿ/ª&ÅGŽå@ü €w(µƒ(ÎAÁŽn9Ãï_8¸ JÿdŒ-ȲˆÿºàŽ¥vP‚Ź´G8†åþo²-Y@Øw(µƒœž¯Œs Õ-€Âå¸#@©Ýèam^Y{ªZ„ÏpGô2ØÛ³3¬Ք啳v¤šå @L„jkFPV¥öÿþâµ2ÿþÿ _ñ[\–ƒ@ ¢K8¿}ëóWß¾ìþÃÙö‡a/И¸@L¤Öj„,gøù›AUB˜A’ŸÇ•‰aY ƒ¾ €˜¨m9ÃOý‡AMˆ—A’›…׆au#3î €˜(±”àî\¾…a9ØA?~3¨q²3H²2‚ÑÀ„Ý„‘H­X@ NJ”‹ìÈ–ƒÙ úû†›¿þ1<ýÇðùChƃȉ €P@N­Jí , @q vtË€–33ÏMFp~ü|ä?Ð GÜäXÍ篫X´@ ç `G·n2@Á€p@pJ‚‘\ËŸBó9(µƒâçê hF³—#쀳Œïy¤ÔÜ<É-á@€”ÚAŽb`àUÿ‹;{_âw@G¸00h8|üÇPñùɆ·7¯’[¼‚KÌú¿ ã”ànâ(Û^ñ >ì')~€;Àù5ÃÂ;¿Jï¼ÄðöÎ-rËv°#þ1/(˜ob±ü6‚-Ò@æ7€‚uL@áuŽó1üe¯ôÿ_¨Åÿ[üÿp3|‰`7¡ÍX†ˆ HŽ¿î{>]gW ÿŸñ> Š÷å1Å  ² €{F`G; eÇxþ_‘ç$Çr¬Ž8‡Ër „Þ9;Øi(;ÈÍð9š…!ƒ ˱:¢™¡Ãr  lµ!´Û$¥?ªR 8Tü ƒ8Î!éDÿ)0ƒ'EÂmNóIEND®B`‚gnunet-gtk-0.9.3/contrib/gnunet_setup_gtk_main_window.glade0000644000175000017500000101617011736025727021165 00000000000000 65536 5000 999999999 1 10 65536 1024 999999999 1 10 5 gnunet-setup center preferences-system dialog True vertical 2 True True True vertical True 0 none True 12 True True Services: False False 5 0 Topology True False True False The topology subsystem is required as it ensures that your peer connects to other peers. 0 True True False False 5 1 Hostlist True True False Hostlist servers are used to find other peers. Here you can choose to offer a hostlist or simply configure which hostlists by other peers you want to use. 0 True True False False 5 2 File _Sharing True True False Enable GNUnet's file-sharing subsystem. True 0 True True False False 5 3 PT/VPN True True False Using the PT/VPN subsystems you can tunnel your Internet traffic over GNUnet. This is useful if you want to access the IPv4-Internet if you only have IPv6-connectivity or vice versa. Furthermore, if you are only connected to other peers using WLAN, you could also get Internet access in the first place by routing IP traffic over GNUnet. True 0 True False 5 4 EXIT True True False By offering an EXIT service, you can allow other peers to use your Internet connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your machine will be seen as the origin of the traffic, this might be risky in some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN interception for IPv4 and IPv6 on the same machine will still give you 4to6 and 6to4 protocol translation, allowing you to access IPv4-only servers from IPv6-only clients and IPv6-only servers from IPv4-only clients. True 0 True False 5 5 GNS True True False The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make the ".gnunet" TLD available on your system. You will be in charge of your ".gnunet" TLD. True 0 True False 5 6 True <b>Service Configuration</b> True False False 5 0 True 0 none True 12 True F_2F only True True False True 0 True False False 0 True False 5 1 True Friends file: False False 2 True 3 True False 5 4 True Min. connected friends: False False 5 True True True GNUNET_setup_min_friends_adjustment True False False 6 True <b>Friend-to-Friend Configuration (restricts P2P connections)</b> True False False 5 1 True 0 none True 12 True True Use Hostlists to bootstrap True True False 0 True False False 5 0 Learn Servers from P2P Network True True False 0 True False False 5 1 False False 0 True True vertical Run Hostlist Server True True False 0 True False False 0 Advertise Hostlist Server True True False 0 True False False 1 True True Port: False False 5 0 True True True GNUNET_setup_hostlist_server_port_adjustment True False False 5 1 False False 2 False False 5 0 True vertical True Known Hostlist Servers: False False 5 0 True True adjustment7 adjustment8 never True True GNUNET_setup_hostlist_url_liststore adjustment7 adjustment8 0 fixed URL True True True True 0 True 0 1 1 1 True <b>Hostlist Configuration (for bootstrapping the network)</b> True 5 2 True _General True False True vertical True 0 none True 12 True vertical True True Max. download bandwidth (B/s): False False 5 0 True True True GNUNET_setup_bandwidth_in_adjustment True False False 1 True Max. upload bandwidth (B/s) 2 True True True GNUNET_setup_bandwidth_out_adjustment True 3 False False 0 True <b>Bandwidth Configuration</b> True False False 0 True 0 none True 12 True vertical True Peer is behind _NAT True True False Check this box if your machine is behind a NAT box (router that performs network address translation). Leave off if your machine has a globally unique IPv4 address. NAT options only impact IPv4 addresses at this time. True 0 True False False 5 0 Attempt automatic configuration True True True False False 5 1 Disable IPv_6 support True True False Disable advertising IPv6 addresses. Check this box if you know that your system has no IPv6 Internet connectivity. True 0 True False False 5 2 False False 5 0 True 20 True False False 5 0 True vertical NAT ports have been opened manually True True False Set this option if you have configured your NAT to forward the ports for the various enabled GNUnet transports. If the external ports are different, the respective values of the external port should be specified under "advertised port" for the respective transport. You also need to specify the "External (public) IPv4 address" of your NAT box below. 0 True False 0 Enable NAT traversal via UPnP or PMP True True False This option enables the use of upnpc from miniupnpd for NAT traversal 0 True False False 1 Enable NAT traversal using ICMP method True True False This option enables the use of the "Autonomous NAT Traversal" method (presented at P2P 2010). It requires gnunet-helper-nat-server to be installed SUID on the local system. 0 True False False 2 True True Globally visible IP address of your system (IP address of the external interface of your NAT). You can also specify a hostname, in which case GNUnet will periodically look up the hostname in DNS to determine our external IP address (DynDNS setup). External (public) IPv4 address: False False 5 0 True True 255 True 5 1 False False 3 Enable connecting to NATed peers using ICMP method True True False This method allows this peer to initiate connections to NATed peers using the 'Autonomous NAT traversal' method (presented at P2P 2010). It requires having gnunet-helper-nat-client installed SUID on the local system. 0 True True False False 4 True True Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0). Internal (private) IPv4 address: False False 5 0 True True 15 15 1 5 1 False False 5 1 True <b>NAT Traversal Configuration</b> True 5 1 1 True _Network True 1 False True 0 none True 12 True vertical 5 True True Plugins to use: False False 5 0 _TCP True True False True 0 True True False False 5 1 _UDP True True False True 0 True False False 5 2 _HTTP True True False True 0 True True False False 5 3 HTTP_S True True False True 0 True True False False 5 4 D_V True False True 0 True False False 5 5 _WLAN True True False True 0 True False False 5 6 False False 0 True True True vertical 5 True True Bind to port: False False 5 0 True True 5 True GNUNET_setup_transport_tcp_port_adjustment True False False 5 1 True Use Port "0" to only allow outgoing TCP connections False False 10 2 False False 5 0 True True Advertised port: False False 5 0 True True 5 True GNUNET_setup_transport_tcp_adv_port_adjustment True False False 5 1 True External port visible on our public IP address after mappings by NAT/firewalls False False 10 2 False False 1 True True 0 Test configuration True True True Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test. False False 5 1 Configuration works! gnunet-setup-oxygen-ok.png False False 5 2 Test failed! gnunet-setup-oxygen-cancel.png False False 5 3 True 4 False False 5 2 True TCP False True vertical True 5 True Port number that GNUnet's UDP transport should bind to on the local system Bind to port: False False 5 0 True True 5 True GNUNET_setup_transport_udp_port_adjustment True False False 5 1 False False 5 0 True 5 True Advertised port: False 5 0 True True GNUNET_setup_transport_udp_advertised_port_adjustment True False 5 1 True External port visible on our public IP address after mappings by NAT/firewalls False False 10 2 False False 5 1 True True 0 Test configuration True True True Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test. False False 5 1 Configuration works! gnunet-setup-oxygen-ok.png False False 5 2 Test failed! gnunet-setup-oxygen-cancel.png False False 5 3 True 4 False False 5 2 1 True UDP 1 False True vertical True 5 True True Port number that GNUnet&apos;s UDP transport should bind to on the local system Port number that GNUnet's UDP transport should bind to on the local system Bind to port: False False 5 0 True True 5 True GNUNET_setup_transport_http_port_adjustment True False False 5 1 False False 5 0 True 5 True Advertised port: False 5 0 True True 5 True GNUNET_setup_transport_http_advertised_port_adjustment True False 5 1 True External port visible on our public IP address after mappings by NAT/firewalls False False 10 2 False False 5 1 True True 0 Test configuration True True True Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test. False False 5 1 Configuration works! gnunet-setup-oxygen-ok.png False False 5 2 Test failed! gnunet-setup-oxygen-cancel.png False False 5 3 True 4 False False 5 2 2 True HTTP 2 False True vertical True 5 True True Port number that GNUnet&apos;s UDP transport should bind to on the local system Port number that GNUnet's UDP transport should bind to on the local system Bind to port: False False 5 0 True True 5 True GNUNET_setup_transport_https_port_adjustment True False False 5 1 False False 5 0 True 5 True Advertised port: False 5 0 True True 5 True GNUNET_setup_transport_https_advertised_port_adjustment True False 5 1 True External port visible on our public IP address after mappings by NAT/firewalls False False 10 2 False False 5 1 True True 0 Test configuration True True True Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test. False False 5 1 Configuration works! gnunet-setup-oxygen-ok.png False False 5 2 Test failed! gnunet-setup-oxygen-cancel.png False False 5 3 True 4 False False 5 2 3 True HTTPS 3 False True vertical 4 True DV 4 False True vertical True True Name of _Monitor Interface True False False 5 0 True True 255 True False False 5 1 False False 5 0 5 True WLAN 5 False 1 True <b>Transport Configuration</b> True 2 True _Transports True 2 False True vertical True 0 none True 12 True Enable unsolicited content transmission from this peer True True False 0 True True False False 5 0 Enable caching content at this peer True True False 0 True True 1 True <b>File Sharing Options</b> True False False 0 True 0 none True 12 True vertical True True Database Backend to use: False False 5 0 True start sqLite True True False 0 True True False False 0 MySQL True True False 0 0.50999999046325684 True GNUNET_setup_fs_datastore_sqlite_radiobutton False False 1 Postgres True True False 0 True GNUNET_setup_fs_datastore_sqlite_radiobutton False False 2 False False 1 True False 5 2 True Quota (bytes): False False 5 3 True True True GNUNET_setup_fs_datastore_quota_adjustment True False False 4 False False 0 True True True No setup required. True sqLite False True vertical True True MySQL database name: False False 5 0 True True gnunet True 5 1 0 True True Configuration file: False False 0 True 5 1 1 True True Username: False False 5 0 True True True 5 1 True Password: False False 2 True True True 5 3 2 True True MySQL Server Hostname: False False 5 0 True True localhost True 5 1 True Port: False False 5 2 True True True GNUNET_setup_fs_datastore_mysql_port_adjustment True False False 5 3 3 1 True True MySQL 0 Test configuration True True True 5 1 Configuration works! gnunet-setup-oxygen-ok.png 2 Configuration error! gnunet-setup-oxygen-cancel.png 3 1 False True True Configuration: False 5 0 True True True 5 1 2 True True Postgres 0 Test configuration True True True 5 1 Configuration works! gnunet-setup-oxygen-ok.png 2 Configuration error! gnunet-setup-oxygen-cancel.png 3 2 False 1 True <b>Configure Datastore (persistent storage)</b> True 1 True 0 none True 12 True vertical True True Datacache: False False 5 0 True start sqLite True True False 0 True True False False 0 MySQL True True False 0 0.50999999046325684 True GNUNET_setup_fs_datacache_sqlite_radiobutton False False 1 Postgres True True False 0 True GNUNET_setup_fs_datacache_sqlite_radiobutton False False 2 False False 1 True False 5 2 True Quota (bytes): False False 5 3 True True True GNUNET_setup_fs_datacache_quota_adjustment True False False 4 False False 0 True True True No setup required. True sqLite False True vertical True True MySQL database name: False False 5 0 True True gnunet True 5 1 0 True True Configuration file: False False 0 True 5 1 1 True True Username: False False 5 0 True True True 5 1 True Password: False False 2 True True True 5 3 2 True True MySQL Server Hostname: False False 5 0 True True localhost True 5 1 True Port: False False 5 2 True True True GNUNET_setup_fs_datacache_mysql_port_adjustment True False False 5 3 3 1 True True MySQL 0 Test configuration True True True 5 1 Configuration works! gnunet-setup-oxygen-ok.png False 2 Configuration error! gnunet-setup-oxygen-cancel.png 3 1 False True True Configuration: False 5 0 True True True 5 1 2 False True True Postgres 0 Test configuration True True True 5 1 Configuration works! gnunet-setup-oxygen-ok.png 2 Configuration error! gnunet-setup-oxygen-cancel.png 3 2 False False 1 True <b>Configure Datacache (temporary storage)</b> True 2 3 True _File Sharing True 3 False True vertical True 0 none True 12 True vertical True Tunnel IPv4 Traffic True True False By enabling this option, all of your IPv4-Internet traffic will be routed over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet peers to observe your unencrypted Internet traffic. This enables 4over6 tunneling and 4to6 protocol translation. True False False 5 0 Tunnel IPv6 Traffic True True False By enabling this option, all of your IPv6-Internet traffic will be routed over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet peers to observe your unencrypted Internet traffic. This enables 6over4 tunneling and 6to4 protocol translation. True False False 5 1 Tunnel DNS Traffic True True False Enabling this option will cause your DNS traffic to be routed via the GNUnet network to some other peer offering DNS exit functionality. This is needed if you have no Internet access (and are thus tunnelling both IPv4 and IPv6 traffic over GNUnet). If you have regular Internet access, this option only makes sense if you want to get some 'weak' anonymity by tunnelling all of your traffic over GNUnet (using the network as a 1-hop proxy in the worst-case, so this does not provide you with strong anonymity). True False False 5 2 False False 5 0 True <b>Protocol Translation and Tunneling Configuration</b> True False False 5 0 True 0 none True 12 True vertical True _Interface name: True False 5 0 True True Name of the TUN interface GNUnet will create for intercepting outgoing Internet traffic from your machine. The default "gnunet-vpn" is almost always fine. False 1 False 0 True True IPv4 address for interface: False 5 0 True True False 1 True / False 2 True True False 3 False 1 True True IPv6 address for interface: False 5 0 True True False 1 True / False 2 True True GNUNET_setup_vpn_interface_mask_adjustment False 3 False 2 True <b>VPN Interface Configuration</b> True False 5 1 4 True Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, 6over4, 4over6) facilities _VPN True 4 False True vertical True 0 none True 12 True vertical True Enable DNS Exit True True False 0 True False 5 0 Enable IPv4 Exit True True False This option will allow other peers to send IPv4 traffic to the Internet using your network connection. 0 True False 5 1 Enable IPv6 Exit True True False This option will allow other peers to send IPv6 traffic to the Internet using your network connection. You should make sure that you have IPv6-support before enabling this option. 0 True False 5 2 False 5 0 True True IP Address of external DNS Resolver: False 5 0 True True False 1 False 5 1 5 True Exit interface name: False 5 0 True True Name of the TUN interface GNUnet will create for Internet traffic exiting GNUnet via your machine. The default "gnunet-exit" is almost always fine. False False 1 False False 5 2 True True IPv4 address for Exit interface: False 5 0 True True Use a private IPv4 network here that does not conflict with your existing setup (i.e. something like 10.53.0.1/255.255.0.0 or 192.168.0.1/255.255.0.0). False 1 True / False 2 True True False 3 False 5 3 True True IPv6 address for Exit interface: False 5 0 True True This should be a globally routed IPv6 subnet of your host. Alternatively, if your kernel supports IPv6-NAT, you can pick any site-local prefix and manually configure IPv6-NAT. False 1 True / False 2 True True GNUNET_setup_exit_interface_mask_adjustment False 3 False 4 True <b>GNUnet Exit Configuration</b> True False 5 0 5 True _Exit True 5 False vertical True 0 none True 12 True vertical True True _Preferred Name: True False False 5 0 True True 63 False False 5 1 False False 5 0 True True Cryptographic Identity: False False 5 0 True ---set dynamically--- False 5 1 gtk-copy True True True True False False 5 2 False False 5 1 True <b>Domain Owner Information</b> True False False 5 0 True 0 none True 12 True True never in True queue True True GNUNET_setup_gns_liststore False 0 autosize Hostname True True True 0 True 0 autosize Type True 4 autosize TTL True 1 True Value True True True 2 True 3 True <b>GNS Database</b> True 5 1 6 False True GN_S True 6 False False 1 Welcome to gnunet-setup. True True True True none https://gnunet.org/gnunet-setup False 2 end gtk-cancel True True True False False 0 gtk-save-as True True True False False 1 gtk-save True True True False False 2 False end 0 GNUNET_setup_cancel_button GNUNET_setup_save_as_button GNUNET_setup_save_button 48 1 127 1 10 3306 1 65535 1 10 1024000 65536 9999999999 65536 1024000 3306 1 65535 1 10 100000000 1000000 999999999999 1000000 1000000000 8080 1 65535 1 10 9999 1 10 1080 1 65535 1 10 1080 1 65535 1 10 443 1 65535 1 10 443 1 65535 1 10 2086 1 65535 1 10 2086 65535 1 10 2086 1 65535 1 10 2086 1 65535 1 10 48 1 127 1 10 100 1 10 10 100 1 10 10 100 1 10 10 100 1 10 10 100 1 10 10 100 1 10 10 100 1 10 10 100 1 10 10 gnunet-gtk-0.9.3/contrib/Makefile.in0000644000175000017500000005715311753203102014241 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @SET_MAKE@ # Process this file with automake to produce Makefile.in VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ subdir = contrib DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/gnunet_fs_gtk_about_window.glade.in \ $(srcdir)/gnunet_peerinfo_gtk_about_window.glade.in \ $(srcdir)/gnunet_setup_about_window.glade.in \ $(srcdir)/gnunet_statistics_gtk_about_window.glade.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h CONFIG_CLEAN_FILES = gnunet_fs_gtk_about_window.glade \ gnunet_peerinfo_gtk_about_window.glade \ gnunet_statistics_gtk_about_window.glade \ gnunet_setup_about_window.glade CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(pkgdatadir)" DATA = $(pkgdata_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLADE_CFLAGS = @GLADE_CFLAGS@ GLADE_LIBS = @GLADE_LIBS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNUNET_CFLAGS = @GNUNET_CFLAGS@ GNUNET_FS_APP = @GNUNET_FS_APP@ GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@ GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@ GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@ GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@ GNUNET_GNS_APP = @GNUNET_GNS_APP@ GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@ GNUNET_LIBS = @GNUNET_LIBS@ GNUNET_PEERINFO_APP = @GNUNET_PEERINFO_APP@ GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@ GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@ GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@ GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@ GNUNET_SETUP_APP = @GNUNET_SETUP_APP@ GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@ GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@ GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@ GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@ GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@ GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@ GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@ GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_DATA = @PACKAGE_DATA@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = . pkgpixdir = $(pkgdatadir) IMAGES = \ gnunet-setup-oxygen-cancel.png \ gnunet-setup-oxygen-ok.png EXTRA_DIST = \ $(pkgdata_DATA) \ $(IMAGES) pkgdata_DATA = \ gnunet_fs_gtk_about_window.glade \ gnunet_fs_gtk_create_namespace_dialog.glade \ gnunet_fs_gtk_download_as_dialog.glade \ gnunet_fs_gtk_main_window.glade \ gnunet_fs_gtk_namespace_manager.glade \ gnunet_fs_gtk_edit_publication.glade \ gnunet_fs_gtk_open_directory_dialog.glade \ gnunet_fs_gtk_open_url_dialog.glade \ gnunet_fs_gtk_publish_dialog.glade \ gnunet_fs_gtk_publish_directory_dialog.glade \ gnunet_fs_gtk_publish_file_dialog.glade \ gnunet_fs_gtk_publish_tab.glade \ gnunet_fs_gtk_search_tab.glade \ gnunet_fs_gtk_select_pseudonym_dialog.glade \ gnunet_fs_gtk_unindex.glade \ gnunet_fs_gtk_progress_dialog.glade \ gnunet_gns_gtk_about_window.glade \ gnunet_gns_gtk_main_window.glade \ gnunet_gns_gtk_zone_open.glade \ gnunet_gtk_status_bar_menu.glade \ gnunet_peerinfo_gtk_about_window.glade \ gnunet_peerinfo_gtk_main_window.glade \ gnunet_statistics_gtk_about_window.glade \ gnunet_statistics_gtk_main_window.glade \ gnunet_setup_gtk_main_window.glade all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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 contrib/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu contrib/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 $(am__aclocal_m4_deps): gnunet_fs_gtk_about_window.glade: $(top_builddir)/config.status $(srcdir)/gnunet_fs_gtk_about_window.glade.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ gnunet_peerinfo_gtk_about_window.glade: $(top_builddir)/config.status $(srcdir)/gnunet_peerinfo_gtk_about_window.glade.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ gnunet_statistics_gtk_about_window.glade: $(top_builddir)/config.status $(srcdir)/gnunet_statistics_gtk_about_window.glade.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ gnunet_setup_about_window.glade: $(top_builddir)/config.status $(srcdir)/gnunet_setup_about_window.glade.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-pkgdataDATA: $(pkgdata_DATA) @$(NORMAL_INSTALL) test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ done uninstall-pkgdataDATA: @$(NORMAL_UNINSTALL) @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done 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: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ 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; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) 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)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__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 "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook check-am: all-am check: check-recursive all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(pkgdatadir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive 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) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-data-local install-pkgdataDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-pkgdataDATA .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ ctags ctags-recursive dist-hook distclean 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-data-local 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-pkgdataDATA install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-pkgdataDATA install-data-local: $(mkinstalldirs) $(DESTDIR)$(pkgpixdir) $(mkinstalldirs) $(DESTDIR)$(pkgpixdir)/flags @$(NORMAL_INSTALL) for pixmap in $(IMAGES); do \ if test -f $$pixmap; then \ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgpixdir); \ fi \ done for flag in $(srcdir)/flags/*.png; do \ if test -f $$flag; then \ $(INSTALL_DATA) $$flag $(DESTDIR)$(pkgpixdir)/flags/ ; \ fi \ done dist-hook: if test -d $(srcdir)/flags; then \ mkdir -p $(distdir)/flags; \ for flag in $(srcdir)/flags/*.png; do \ if test -f $$flag; then \ cp -p $$flag $(distdir)/flags; \ fi \ done \ fi # 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: gnunet-gtk-0.9.3/contrib/gnunet_gns_gtk_zone_open.glade0000644000175000017500000000653011727710230020261 00000000000000 False 5 Open zone file... dialog GNUNET_GNS_GTK_zone_open_filefilter False vertical 2 False end gtk-cancel False True True True False True False True 0 gtk-ok False True True True False True False True 1 False True end 0 GNUNET_GNS_GTK_zone_open_cancel_button GNUNET_GNS_GTK_zone_open_ok_button gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_publish_dialog.glade0000644000175000017500000007123311704322374021100 00000000000000 500 False Publish content on GNUnet center-on-parent True True False 4 7 True True True False True True adjustment5 adjustment6 automatic automatic in 100 True True GNUNET_GTK_file_sharing_publishing_tree_store adjustment5 adjustment6 False 0 True autosize Size 0 autosize Filename True True True True 2 True True 0 True False True False 2 3 Add _File False True True True True _Create empty directory False True True True new_stock_image1 True 1 3 Add _Directory False True True True True 1 2 gtk-edit False True False True True True 1 2 1 2 gtk-delete False True False True True True 2 3 1 2 False True 25 0 True False 2 3 True gtk-go-up False True False True True True 1 2 _Left False True False True True left_stock_image1 True 1 2 gtk-go-down False True False True True True 1 2 1 2 _Right False True False True True right_stock_image1 True 2 3 1 2 False True 25 1 False True 1 False False True True adjustment1 adjustment2 automatic automatic in True True GNUNET_GTK_pseudonym_tree_store adjustment1 adjustment2 False True 0 True both True Pseudonym True True True 0 autosize Current identifier True 8 2 autosize Update identifier 7 5 True Description (of existing content) word 6 False False True True 0 True False 2 _Execute False True True True True False False end 0 _Cancel False True True True True False False end 1 False False 1 100 1 10 100 1 10 100 1 10 100 1 10 True False gtk-go-back True False gtk-go-back True False gtk-new True False gtk-new True False gtk-go-forward True False gtk-go-forward gnunet-gtk-0.9.3/contrib/gnunet_fs_gtk_progress_dialog.glade0000644000175000017500000001413611712346227021277 00000000000000 2 center-on-parent 800 600 True True vertical 2 True 0 none True 12 True True GNUNET_FS_GTK_progress_dialog_textview_horizontal_adjustment GNUNET_FS_GTK_progress_dialog_textview_vertical_adjustment automatic automatic True True False word -10 GNUNET_FS_GTK_progress_dialog_textbuffer False True <b>Messages</b> True 0 True True True 0.05 Preprocessing... GNUNET_FS_GTK_progress_bar_adjustment 5 False False 1 True 2 gtk-cancel True True True True False False end 1 False False 2 100 1 10 100 1 10 100 1 10 10 gnunet-gtk-0.9.3/NEWS0000644000175000017500000000001711406350225011222 00000000000000See ChangeLog. gnunet-gtk-0.9.3/install-sh0000755000175000017500000003253711406350351012543 00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. nl=' ' IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} if test -z "$doit"; then doit_exec=exec else doit_exec=$doit fi # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_glob='?' initialize_posix_glob=' test "$posix_glob" != "?" || { if (set -f) 2>/dev/null; then posix_glob= else posix_glob=: fi } ' posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false no_target_directory= usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *' '* | *' '* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) dst_arg=$2 shift;; -T) no_target_directory=true;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call `install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then trap '(exit $?); exit' 1 2 13 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names starting with `-'. case $src in -*) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # Protect names starting with `-'. case $dst in -*) dst=./$dst;; esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test -n "$no_target_directory"; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else # Prefer dirname, but fall back on a substitute if dirname fails. dstdir=` (dirname "$dst") 2>/dev/null || expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$dst" : 'X\(//\)[^/]' \| \ X"$dst" : 'X\(//\)$' \| \ X"$dst" : 'X\(/\)' \| . 2>/dev/null || echo X"$dst" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q' ` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writeable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; -*) prefix='./';; *) prefix='';; esac eval "$initialize_posix_glob" oIFS=$IFS IFS=/ $posix_glob set -f set fnord $dstdir shift $posix_glob set +f IFS=$oIFS prefixes= for d do test -z "$d" && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && eval "$initialize_posix_glob" && $posix_glob set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && $posix_glob set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: gnunet-gtk-0.9.3/ltmain.sh0000755000175000017500000073337711753203077012403 00000000000000# Generated from ltmain.m4sh. # ltmain.sh (GNU libtool) 2.2.6b # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 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. # GNU Libtool 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. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool 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 GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, # or obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Usage: $progname [OPTION]... [MODE-ARG]... # # Provide generalized library-building support services. # # --config show all configuration variables # --debug enable verbose shell tracing # -n, --dry-run display commands without modifying any files # --features display basic configuration information and exit # --mode=MODE use operation mode MODE # --preserve-dup-deps don't remove duplicate dependency libraries # --quiet, --silent don't print informational messages # --tag=TAG use configuration variables from tag TAG # -v, --verbose print informational messages (default) # --version print version information # -h, --help print short or long help message # # MODE must be one of the following: # # clean remove files from the build directory # compile compile a source file into a libtool object # execute automatically set library path, then run a program # finish complete the installation of libtool libraries # install install libraries or executables # link create a library or an executable # uninstall remove libraries from an installed directory # # MODE-ARGS vary depending on the MODE. # Try `$progname --help --mode=MODE' for a more detailed description of MODE. # # When reporting a bug, please describe a test case to reproduce it and # include the following information: # # host-triplet: $host # shell: $SHELL # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) # $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2 # automake: $automake_version # autoconf: $autoconf_version # # Report bugs to . PROGRAM=ltmain.sh PACKAGE=libtool VERSION="2.2.6b Debian-2.2.6b-2" TIMESTAMP="" package_revision=1.3017 # Be Bourne compatible 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 BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # NLS nuisances: We save the old values to restore during execute mode. # Only set LANG and LC_ALL to C if already set. # These must not be set unconditionally because not all systems understand # e.g. LANG=C (notably SCO). lt_user_locale= lt_safe_locale= for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${$lt_var+set}\" = set; then save_$lt_var=\$$lt_var $lt_var=C export $lt_var lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" fi" done $lt_unset CDPATH : ${CP="cp -f"} : ${ECHO="echo"} : ${EGREP="/bin/grep -E"} : ${FGREP="/bin/grep -F"} : ${GREP="/bin/grep"} : ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SED="/bin/sed"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} : ${Xsed="$SED -e 1s/^X//"} # Global variables: EXIT_SUCCESS=0 EXIT_FAILURE=1 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. exit_status=$EXIT_SUCCESS # Make sure IFS has a sensible default lt_nl=' ' IFS=" $lt_nl" dirname="s,/[^/]*$,," basename="s,^.*/,," # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` } # Generated shell functions inserted here. # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special # positional parameter $0, within a function call, is the name of the # function. progpath="$0" # The name of this program: # In the unlikely event $progname began with a '-', it would play havoc with # func_echo (imagine progname=-n), so we prepend ./ in that case: func_dirname_and_basename "$progpath" progname=$func_basename_result case $progname in -*) progname=./$progname ;; esac # Make sure we have an absolute path for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) progdir=$func_dirname_result progdir=`cd "$progdir" && pwd` progpath="$progdir/$progname" ;; *) save_IFS="$IFS" IFS=: for progdir in $PATH; do IFS="$save_IFS" test -x "$progdir/$progname" && break done IFS="$save_IFS" test -n "$progdir" || progdir=`pwd` progpath="$progdir/$progname" ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed="${SED}"' -e 1s/^X//' sed_quote_subst='s/\([`"$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Re-`\' parameter expansions in output of double_quote_subst that were # `\'-ed in input to the same. If an odd number of `\' preceded a '$' # in input to double_quote_subst, that '$' was protected from expansion. # Since each input `\' is now two `\'s, look for any number of runs of # four `\'s followed by two `\'s and then a '$'. `\' that '$'. bs='\\' bs2='\\\\' bs4='\\\\\\\\' dollar='\$' sed_double_backslash="\ s/$bs4/&\\ /g s/^$bs2$dollar/$bs&/ s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g s/\n//g" # Standard options: opt_dry_run=false opt_help=false opt_quiet=false opt_verbose=false opt_warning=: # func_echo arg... # Echo program name prefixed message, along with the current mode # name if it has been set yet. func_echo () { $ECHO "$progname${mode+: }$mode: $*" } # func_verbose arg... # Echo program name prefixed message in verbose mode only. func_verbose () { $opt_verbose && func_echo ${1+"$@"} # A bug in bash halts the script if the last line of a function # fails when set -e is in force, so we need another command to # work around that: : } # func_error arg... # Echo program name prefixed message to standard error. func_error () { $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2 } # func_warning arg... # Echo program name prefixed warning message to standard error. func_warning () { $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2 # bash bug again: : } # func_fatal_error arg... # Echo program name prefixed message to standard error, and exit. func_fatal_error () { func_error ${1+"$@"} exit $EXIT_FAILURE } # func_fatal_help arg... # Echo program name prefixed message to standard error, followed by # a help hint, and exit. func_fatal_help () { func_error ${1+"$@"} func_fatal_error "$help" } help="Try \`$progname --help' for more information." ## default # func_grep expression filename # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { $GREP "$1" "$2" >/dev/null 2>&1 } # func_mkdir_p directory-path # Make sure the entire path to DIRECTORY-PATH is available. func_mkdir_p () { my_directory_path="$1" my_dir_list= if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then # Protect directory names starting with `-' case $my_directory_path in -*) my_directory_path="./$my_directory_path" ;; esac # While some portion of DIR does not yet exist... while test ! -d "$my_directory_path"; do # ...make a list in topmost first order. Use a colon delimited # list incase some portion of path contains whitespace. my_dir_list="$my_directory_path:$my_dir_list" # If the last portion added has no slash in it, the list is done case $my_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` done my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` save_mkdir_p_IFS="$IFS"; IFS=':' for my_dir in $my_dir_list; do IFS="$save_mkdir_p_IFS" # mkdir can fail with a `File exist' error if two processes # try to create one of the directories concurrently. Don't # stop in that case! $MKDIR "$my_dir" 2>/dev/null || : done IFS="$save_mkdir_p_IFS" # Bail out if we (or some other process) failed to create a directory. test -d "$my_directory_path" || \ func_fatal_error "Failed to create \`$1'" fi } # func_mktempdir [string] # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, STRING is the basename for that directory. func_mktempdir () { my_template="${TMPDIR-/tmp}/${1-$progname}" if test "$opt_dry_run" = ":"; then # Return a directory name, but don't create it in dry-run mode my_tmpdir="${my_template}-$$" else # If mktemp works, use that first and foremost my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` if test ! -d "$my_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race my_tmpdir="${my_template}-${RANDOM-0}$$" save_mktempdir_umask=`umask` umask 0077 $MKDIR "$my_tmpdir" umask $save_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$my_tmpdir" || \ func_fatal_error "cannot create temporary directory \`$my_tmpdir'" fi $ECHO "X$my_tmpdir" | $Xsed } # func_quote_for_eval arg # Aesthetically quote ARG to be evaled later. # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT # is double-quoted, suitable for a subsequent eval, whereas # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters # which are still active within double quotes backslashified. func_quote_for_eval () { case $1 in *[\\\`\"\$]*) func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;; *) func_quote_for_eval_unquoted_result="$1" ;; esac case $func_quote_for_eval_unquoted_result in # Double-quote args containing shell metacharacters to delay # word splitting, command substitution and and variable # expansion for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" ;; *) func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" esac } # func_quote_for_expand arg # Aesthetically quote ARG to be evaled later; same as above, # but do not quote variable references. func_quote_for_expand () { case $1 in *[\\\`\"]*) my_arg=`$ECHO "X$1" | $Xsed \ -e "$double_quote_subst" -e "$sed_double_backslash"` ;; *) my_arg="$1" ;; esac case $my_arg in # Double-quote args containing shell metacharacters to delay # word splitting and command substitution for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") my_arg="\"$my_arg\"" ;; esac func_quote_for_expand_result="$my_arg" } # func_show_eval cmd [fail_exp] # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. func_show_eval () { my_cmd="$1" my_fail_exp="${2-:}" ${opt_silent-false} || { func_quote_for_expand "$my_cmd" eval "func_echo $func_quote_for_expand_result" } if ${opt_dry_run-false}; then :; else eval "$my_cmd" my_status=$? if test "$my_status" -eq 0; then :; else eval "(exit $my_status); $my_fail_exp" fi fi } # func_show_eval_locale cmd [fail_exp] # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. Use the saved locale for evaluation. func_show_eval_locale () { my_cmd="$1" my_fail_exp="${2-:}" ${opt_silent-false} || { func_quote_for_expand "$my_cmd" eval "func_echo $func_quote_for_expand_result" } if ${opt_dry_run-false}; then :; else eval "$lt_user_locale $my_cmd" my_status=$? eval "$lt_safe_locale" if test "$my_status" -eq 0; then :; else eval "(exit $my_status); $my_fail_exp" fi fi } # func_version # Echo version message to standard output and exit. func_version () { $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / { s/^# // s/^# *$// s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ p }' < "$progpath" exit $? } # func_usage # Echo short help message to standard output and exit. func_usage () { $SED -n '/^# Usage:/,/# -h/ { s/^# // s/^# *$// s/\$progname/'$progname'/ p }' < "$progpath" $ECHO $ECHO "run \`$progname --help | more' for full usage" exit $? } # func_help # Echo long help message to standard output and exit. func_help () { $SED -n '/^# Usage:/,/# Report bugs to/ { s/^# // s/^# *$// s*\$progname*'$progname'* s*\$host*'"$host"'* s*\$SHELL*'"$SHELL"'* s*\$LTCC*'"$LTCC"'* s*\$LTCFLAGS*'"$LTCFLAGS"'* s*\$LD*'"$LD"'* s/\$with_gnu_ld/'"$with_gnu_ld"'/ s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ p }' < "$progpath" exit $? } # func_missing_arg argname # Echo program name prefixed message to standard error and set global # exit_cmd. func_missing_arg () { func_error "missing argument for $1" exit_cmd=exit } exit_cmd=: # Check that we have a working $ECHO. if test "X$1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X$1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then # Yippee, $ECHO works! : else # Restart under the correct shell, and then maybe $ECHO will work. exec $SHELL "$progpath" --no-reexec ${1+"$@"} fi if test "X$1" = X--fallback-echo; then # used as fallback echo shift cat </dev/null 2>&1; then taglist="$taglist $tagname" # Evaluate the configuration. Be careful to quote the path # and the sed script, to avoid splitting on whitespace, but # also don't use non-portable quotes within backquotes within # quotes we have to do it in 2 steps: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` eval "$extractedcf" else func_error "ignoring unknown tag $tagname" fi ;; esac } # Parse options once, thoroughly. This comes as soon as possible in # the script to make things like `libtool --version' happen quickly. { # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) shift; set dummy --mode clean ${1+"$@"}; shift ;; compile|compil|compi|comp|com|co|c) shift; set dummy --mode compile ${1+"$@"}; shift ;; execute|execut|execu|exec|exe|ex|e) shift; set dummy --mode execute ${1+"$@"}; shift ;; finish|finis|fini|fin|fi|f) shift; set dummy --mode finish ${1+"$@"}; shift ;; install|instal|insta|inst|ins|in|i) shift; set dummy --mode install ${1+"$@"}; shift ;; link|lin|li|l) shift; set dummy --mode link ${1+"$@"}; shift ;; uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; esac # Parse non-mode specific arguments: while test "$#" -gt 0; do opt="$1" shift case $opt in --config) func_config ;; --debug) preserve_args="$preserve_args $opt" func_echo "enabling shell trace mode" opt_debug='set -x' $opt_debug ;; -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break execute_dlfiles="$execute_dlfiles $1" shift ;; --dry-run | -n) opt_dry_run=: ;; --features) func_features ;; --finish) mode="finish" ;; --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break case $1 in # Valid mode arguments: clean) ;; compile) ;; execute) ;; finish) ;; install) ;; link) ;; relink) ;; uninstall) ;; # Catch anything else as an error *) func_error "invalid argument for $opt" exit_cmd=exit break ;; esac mode="$1" shift ;; --preserve-dup-deps) opt_duplicate_deps=: ;; --quiet|--silent) preserve_args="$preserve_args $opt" opt_silent=: ;; --verbose| -v) preserve_args="$preserve_args $opt" opt_silent=false ;; --tag) test "$#" -eq 0 && func_missing_arg "$opt" && break preserve_args="$preserve_args $opt $1" func_enable_tag "$1" # tagname is set here shift ;; # Separate optargs to long options: -dlopen=*|--mode=*|--tag=*) func_opt_split "$opt" set dummy "$func_opt_split_opt" "$func_opt_split_arg" ${1+"$@"} shift ;; -\?|-h) func_usage ;; --help) opt_help=: ;; --version) func_version ;; -*) func_fatal_help "unrecognized option \`$opt'" ;; *) nonopt="$opt" break ;; esac done case $host in *cygwin* | *mingw* | *pw32* | *cegcc*) # don't eliminate duplications in $postdeps and $predeps opt_duplicate_compiler_generated_deps=: ;; *) opt_duplicate_compiler_generated_deps=$opt_duplicate_deps ;; esac # Having warned about all mis-specified options, bail out if # anything was wrong. $exit_cmd $EXIT_FAILURE } # func_check_version_match # Ensure that we are using m4 macros, and libtool script from the same # release of libtool. func_check_version_match () { if test "$package_revision" != "$macro_revision"; then if test "$VERSION" != "$macro_version"; then if test -z "$macro_version"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from an older release. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition of this LT_INIT comes from revision $macro_revision. $progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi exit $EXIT_MISMATCH fi } ## ----------- ## ## Main. ## ## ----------- ## $opt_help || { # Sanity checks first: func_check_version_match if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then func_fatal_configuration "not configured to build any kind of library" fi test -z "$mode" && func_fatal_error "error: you must specify a MODE." # Darwin sucks eval std_shrext=\"$shrext_cmds\" # Only execute mode is allowed to have -dlopen flags. if test -n "$execute_dlfiles" && test "$mode" != execute; then func_error "unrecognized option \`-dlopen'" $ECHO "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help="$help" help="Try \`$progname --help --mode=$mode' for more information." } # func_lalib_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_lalib_p () { test -f "$1" && $SED -e 4q "$1" 2>/dev/null \ | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 } # func_lalib_unsafe_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function implements the same check as func_lalib_p without # resorting to external programs. To this end, it redirects stdin and # closes it afterwards, without saving the original file descriptor. # As a safety measure, use it only where a negative result would be # fatal anyway. Works if `file' does not exist. func_lalib_unsafe_p () { lalib_p=no if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then for lalib_p_l in 1 2 3 4 do read lalib_p_line case "$lalib_p_line" in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi test "$lalib_p" = yes } # func_ltwrapper_script_p file # True iff FILE is a libtool wrapper script # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_script_p () { func_lalib_p "$1" } # func_ltwrapper_executable_p file # True iff FILE is a libtool wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_executable_p () { func_ltwrapper_exec_suffix= case $1 in *.exe) ;; *) func_ltwrapper_exec_suffix=.exe ;; esac $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 } # func_ltwrapper_scriptname file # Assumes file is an ltwrapper_executable # uses $file to determine the appropriate filename for a # temporary ltwrapper_script. func_ltwrapper_scriptname () { func_ltwrapper_scriptname_result="" if func_ltwrapper_executable_p "$1"; then func_dirname_and_basename "$1" "" "." func_stripname '' '.exe' "$func_basename_result" func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" fi } # func_ltwrapper_p file # True iff FILE is a libtool wrapper script or wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_p () { func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" } # func_execute_cmds commands fail_cmd # Execute tilde-delimited COMMANDS. # If FAIL_CMD is given, eval that upon failure. # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { $opt_debug save_ifs=$IFS; IFS='~' for cmd in $1; do IFS=$save_ifs eval cmd=\"$cmd\" func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs } # func_source file # Source FILE, adding directory component if necessary. # Note that it is not necessary on cygwin/mingw to append a dot to # FILE even if both FILE and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # `FILE.' does not work on cygwin managed mounts. func_source () { $opt_debug case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; esac } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { $opt_debug if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do func_quote_for_eval "$arg" CC_quoted="$CC_quoted $func_quote_for_eval_result" done case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. func_quote_for_eval "$arg" CC_quoted="$CC_quoted $func_quote_for_eval_result" done case "$@ " in " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then func_echo "unable to infer tagged configuration" func_fatal_error "specify a tag with \`--tag'" # else # func_verbose "using $tagname tagged configuration" fi ;; esac fi } # func_write_libtool_object output_name pic_name nonpic_name # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. func_write_libtool_object () { write_libobj=${1} if test "$build_libtool_libs" = yes; then write_lobj=\'${2}\' else write_lobj=none fi if test "$build_old_libs" = yes; then write_oldobj=\'${3}\' else write_oldobj=none fi $opt_dry_run || { cat >${write_libobj}T <?"'"'"' &()|`$[]' \ && func_warning "libobj name \`$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" objname="$func_basename_result" xdir="$func_dirname_result" lobj=${xdir}$objdir/$objname test -z "$base_compile" && \ func_fatal_help "you must specify a compilation command" # Delete any leftover library objects. if test "$build_old_libs" = yes; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2* | cegcc*) pic_mode=default ;; esac if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test "$compiler_c_o" = no; then output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} lockfile="$output_obj.lock" else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test "$need_locks" = yes; then until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done elif test "$need_locks" = warn; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi removelist="$removelist $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist removelist="$removelist $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 if test -n "$fix_srcfile_path"; then eval srcfile=\"$fix_srcfile_path\" fi func_quote_for_eval "$srcfile" qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test "$build_libtool_libs" = yes; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile if test "$pic_mode" != no; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code command="$base_compile $qsrcfile" fi func_mkdir_p "$xdir$objdir" if test -z "$output_obj"; then # Place PIC objects in $objdir command="$command -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' if test "$need_locks" = warn && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then func_show_eval '$MV "$output_obj" "$lobj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi # Allow error messages only from the first compilation. if test "$suppress_opt" = yes; then suppress_output=' >/dev/null 2>&1' fi fi # Only build a position-dependent object if we build old libraries. if test "$build_old_libs" = yes; then if test "$pic_mode" != yes; then # Don't build PIC code command="$base_compile $qsrcfile$pie_flag" else command="$base_compile $qsrcfile $pic_flag" fi if test "$compiler_c_o" = yes; then command="$command -o $obj" fi # Suppress compiler output if we already did a PIC compilation. command="$command$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' if test "$need_locks" = warn && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then func_show_eval '$MV "$output_obj" "$obj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi fi $opt_dry_run || { func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked if test "$need_locks" != no; then removelist=$lockfile $RM "$lockfile" fi } exit $EXIT_SUCCESS } $opt_help || { test "$mode" = compile && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. case $mode in "") # Generic help is extracted from the usage comments # at the start of this file. func_help ;; clean) $ECHO \ "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $ECHO \ "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -no-suppress do not suppress compiler output for multiple passes -prefer-pic try to building PIC objects only -prefer-non-pic try to building non-PIC objects only -shared do not build a \`.o' file suitable for static linking -static only build a \`.o' file suitable for static linking COMPILE-COMMAND is a command to be used in creating a \`standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix \`.c' with the library object suffix, \`.lo'." ;; execute) $ECHO \ "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to \`-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $ECHO \ "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the \`--dry-run' option if you just want to see what would be executed." ;; install) $ECHO \ "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the \`install' or \`cp' program. The following components of INSTALL-COMMAND are treated specially: -inst-prefix PREFIX-DIR Use PREFIX-DIR as a staging area for installation The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $ECHO \ "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE Use a list of object files found in FILE to specify objects -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -shared only do dynamic linking of libtool libraries -shrext SUFFIX override the standard shared library file extension -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface All other options (arguments beginning with \`-') are ignored. Every other argument is treated as a filename. Files ending in \`.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in \`.la', then a libtool library is created, only library objects (\`.lo' files) may be specified, and \`-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created using \`ar' and \`ranlib', or on Windows using \`lib'. If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $ECHO \ "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) func_fatal_help "invalid operation mode \`$mode'" ;; esac $ECHO $ECHO "Try \`$progname --help' for more information about other modes." exit $? } # Now that we've collected a possible --mode arg, show help if necessary $opt_help && func_mode_help # func_mode_execute arg... func_mode_execute () { $opt_debug # The first argument is the command name. cmd="$nonopt" test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. for file in $execute_dlfiles; do test -f "$file" \ || func_fatal_help "\`$file' is not a file" dir= case $file in *.la) # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$lib' is not a valid libtool archive" # Read the libtool library. dlname= library_names= func_source "$file" # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && \ func_warning "\`$file' was not linked with \`-export-dynamic'" continue fi func_dirname "$file" "" "." dir="$func_dirname_result" if test -f "$dir/$objdir/$dlname"; then dir="$dir/$objdir" else if test ! -f "$dir/$dlname"; then func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" fi fi ;; *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." dir="$func_dirname_result" ;; *) func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir="$absdir" # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic="$magic" # Check if any of the arguments is a wrapper script. args= for file do case $file in -*) ;; *) # Do a test to see if this is really a libtool program. if func_ltwrapper_script_p "$file"; then func_source "$file" # Transform arg to wrapped name. file="$progdir/$program" elif func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" func_source "$func_ltwrapper_scriptname_result" # Transform arg to wrapped name. file="$progdir/$program" fi ;; esac # Quote arguments (to preserve shell metacharacters). func_quote_for_eval "$file" args="$args $func_quote_for_eval_result" done if test "X$opt_dry_run" = Xfalse; then if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var else $lt_unset $lt_var fi" done # Now prepare to actually exec the command. exec_cmd="\$cmd$args" else # Display what would be done. if test -n "$shlibpath_var"; then eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" $ECHO "export $shlibpath_var" fi $ECHO "$cmd$args" exit $EXIT_SUCCESS fi } test "$mode" = execute && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { $opt_debug libdirs="$nonopt" admincmds= if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for dir do libdirs="$libdirs $dir" done for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. func_execute_cmds "$finish_cmds" 'admincmds="$admincmds '"$cmd"'"' fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $opt_dry_run || eval "$cmds" || admincmds="$admincmds $cmds" fi done fi # Exit here if they wanted silent mode. $opt_silent && exit $EXIT_SUCCESS $ECHO "X----------------------------------------------------------------------" | $Xsed $ECHO "Libraries have been installed in:" for libdir in $libdirs; do $ECHO " $libdir" done $ECHO $ECHO "If you ever happen to want to link against installed libraries" $ECHO "in a given directory, LIBDIR, you must either use libtool, and" $ECHO "specify the full pathname of the library, or use the \`-LLIBDIR'" $ECHO "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then $ECHO " - add LIBDIR to the \`$shlibpath_var' environment variable" $ECHO " during execution" fi if test -n "$runpath_var"; then $ECHO " - add LIBDIR to the \`$runpath_var' environment variable" $ECHO " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $ECHO " - use the \`$flag' linker flag" fi if test -n "$admincmds"; then $ECHO " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then $ECHO " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" fi $ECHO $ECHO "See any operating system documentation about shared libraries for" case $host in solaris2.[6789]|solaris2.1[0-9]) $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual" $ECHO "pages." ;; *) $ECHO "more information, such as the ld(1) and ld.so(8) manual pages." ;; esac $ECHO "X----------------------------------------------------------------------" | $Xsed exit $EXIT_SUCCESS } test "$mode" = finish && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { $opt_debug # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || # Allow the use of GNU shtool's install command. $ECHO "X$nonopt" | $GREP shtool >/dev/null; then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " arg=$1 shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_for_eval "$arg" install_prog="$install_prog$func_quote_for_eval_result" # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=no stripme= for arg do if test -n "$dest"; then files="$files $dest" dest=$arg continue fi case $arg in -d) isdir=yes ;; -f) case " $install_prog " in *[\\\ /]cp\ *) ;; *) prev=$arg ;; esac ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. func_quote_for_eval "$arg" install_prog="$install_prog $func_quote_for_eval_result" done test -z "$install_prog" && \ func_fatal_help "you must specify an install program" test -n "$prev" && \ func_fatal_help "the \`$prev' option requires an argument" if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" else func_fatal_help "you must specify a destination" fi fi # Strip any trailing slash from the destination. func_stripname '' '/' "$dest" dest=$func_stripname_result # Check to see that the destination is a directory. test -d "$dest" && isdir=yes if test "$isdir" = yes; then destdir="$dest" destname= else func_dirname_and_basename "$dest" "" "." destdir="$func_dirname_result" destname="$func_basename_result" # Not a directory, so check to see that there is only one file specified. set dummy $files; shift test "$#" -gt 1 && \ func_fatal_help "\`$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) func_fatal_help "\`$destdir' must be an absolute directory name" ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. staticlibs="$staticlibs $file" ;; *.la) # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$file' is not a valid libtool archive" library_names= old_library= relink_command= func_source "$file" # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) current_libdirs="$current_libdirs $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) future_libdirs="$future_libdirs $libdir" ;; esac fi func_dirname "$file" "/" "" dir="$func_dirname_result" dir="$dir$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. test "$inst_prefix_dir" = "$destdir" && \ func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"` fi func_warning "relinking \`$file'" func_show_eval "$relink_command" \ 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' fi # See the names of the shared library. set dummy $library_names; shift if test -n "$1"; then realname="$1" shift srcname="$realname" test -n "$relink_command" && srcname="$realname"T # Install the shared library and build the symlinks. func_show_eval "$install_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme="$stripme" case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) tstripme="" ;; esac ;; esac if test -n "$tstripme" && test -n "$striplib"; then func_show_eval "$striplib $destdir/$realname" 'exit $?' fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try `ln -sf' first, because the `ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do test "$linkname" != "$realname" \ && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" done fi # Do each command in the postinstall commands. lib="$destdir/$realname" func_execute_cmds "$postinstall_cmds" 'exit $?' fi # Install the pseudo-library for information purposes. func_basename "$file" name="$func_basename_result" instname="$dir/$name"i func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else func_basename "$file" destfile="$func_basename_result" destfile="$destdir/$destfile" fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) func_lo2o "$destfile" staticdest=$func_lo2o_result ;; *.$objext) staticdest="$destfile" destfile= ;; *) func_fatal_help "cannot copy a libtool object to \`$destfile'" ;; esac # Install the libtool object if requested. test -n "$destfile" && \ func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. if test "$build_old_libs" = yes; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else func_basename "$file" destfile="$func_basename_result" destfile="$destdir/$destfile" fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext="" case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result stripped_ext=".exe" fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin* | *mingw*) if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" wrapper=$func_ltwrapper_scriptname_result else func_stripname '' '.exe' "$file" wrapper=$func_stripname_result fi ;; *) wrapper=$file ;; esac if func_ltwrapper_script_p "$wrapper"; then notinst_deplibs= relink_command= func_source "$wrapper" # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ func_fatal_error "invalid libtool wrapper script \`$wrapper'" finalize=yes for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then func_source "$lib" fi libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test if test -n "$libdir" && test ! -f "$libfile"; then func_warning "\`$lib' has not been installed in \`$libdir'" finalize=no fi done relink_command= func_source "$wrapper" outputname= if test "$fast_install" = no && test -n "$relink_command"; then $opt_dry_run || { if test "$finalize" = yes; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" file="$func_basename_result" outputname="$tmpdir/$file" # Replace the output file specification. relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` $opt_silent || { func_quote_for_expand "$relink_command" eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else func_error "error: relink \`$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi file="$outputname" else func_warning "cannot relink \`$file'" fi } else # Install the binary that we compiled earlier. file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) func_stripname '' '.exe' "$destfile" destfile=$func_stripname_result ;; esac ;; esac func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' $opt_dry_run || if test -n "$outputname"; then ${RM}r "$tmpdir" fi ;; esac done for file in $staticlibs; do func_basename "$file" name="$func_basename_result" # Set up the ranlib parameters. oldlib="$destdir/$name" func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then func_show_eval "$old_striplib $oldlib" 'exit $?' fi # Do each command in the postinstall commands. func_execute_cmds "$old_postinstall_cmds" 'exit $?' done test -n "$future_libdirs" && \ func_warning "remember to run \`$progname --finish$future_libdirs'" if test -n "$current_libdirs"; then # Maybe just do a dry run. $opt_dry_run && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } test "$mode" = install && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p # Extract symbols from dlprefiles and create ${outputname}S.o with # a dlpreopen symbol table. func_generate_dlsyms () { $opt_debug my_outputname="$1" my_originator="$2" my_pic_p="${3-no}" my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` my_dlsyms= if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then if test -n "$NM" && test -n "$global_symbol_pipe"; then my_dlsyms="${my_outputname}S.c" else func_error "not configured to extract global symbols from dlpreopened files" fi fi if test -n "$my_dlsyms"; then case $my_dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist="$output_objdir/${my_outputname}.nm" func_show_eval "$RM $nlist ${nlist}S ${nlist}T" # Parse the name list into a source file. func_verbose "creating $output_objdir/$my_dlsyms" $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif /* External symbol declarations for the compiler. */\ " if test "$dlself" = yes; then func_verbose "generating symbol list for \`$output'" $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` for progfile in $progfiles; do func_verbose "extracting global C symbols from \`$progfile'" $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $opt_dry_run || { eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi if test -n "$export_symbols_regex"; then $opt_dry_run || { eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols="$output_objdir/$outputname.exp" $opt_dry_run || { $RM $export_symbols eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac } else $opt_dry_run || { eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in *cygwin | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac } fi fi for dlprefile in $dlprefiles; do func_verbose "extracting global C symbols from \`$dlprefile'" func_basename "$dlprefile" name="$func_basename_result" $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'" } done $opt_dry_run || { # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $MV "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if $GREP -v "^: " < "$nlist" | if sort -k 3 /dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else $GREP -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms" fi $ECHO >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; " case $host in *cygwin* | *mingw* | *cegcc* ) $ECHO >> "$output_objdir/$my_dlsyms" "\ /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */" lt_dlsym_const= ;; *osf5*) echo >> "$output_objdir/$my_dlsyms" "\ /* This system does not cope well with relocations in const data */" lt_dlsym_const= ;; *) lt_dlsym_const=const ;; esac $ECHO >> "$output_objdir/$my_dlsyms" "\ extern $lt_dlsym_const lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[]; $lt_dlsym_const lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = {\ { \"$my_originator\", (void *) 0 }," case $need_lib_prefix in no) eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; *) eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac $ECHO >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_${my_prefix}_LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " } # !$opt_dry_run pic_flag_for_symtable= case "$compile_command " in *" -static "*) ;; *) case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; *) if test "X$my_pic_p" != Xno; then pic_flag_for_symtable=" $pic_flag" fi ;; esac ;; esac symtab_cflags= for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; *) symtab_cflags="$symtab_cflags $arg" ;; esac done # Now compile the dynamic symbol file. func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' # Clean up the generated files. func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' # Transform the symbol file into the correct name. symfileobj="$output_objdir/${my_outputname}S.$objext" case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` fi ;; *) compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` ;; esac ;; *) func_fatal_error "unknown suffix for \`$my_dlsyms'" ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` fi } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. func_win32_libid () { $opt_debug win32_libid_type="unknown" win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then win32_nmres=`eval $NM -f posix -A $1 | $SED -n -e ' 1,100{ / I /{ s,.*,import, p q } }'` case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $ECHO "$win32_libid_type" } # func_extract_an_archive dir oldlib func_extract_an_archive () { $opt_debug f_ex_an_ar_dir="$1"; shift f_ex_an_ar_oldlib="$1" func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" 'exit $?' if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" fi } # func_extract_archives gentop oldlib ... func_extract_archives () { $opt_debug my_gentop="$1"; shift my_oldlibs=${1+"$@"} my_oldobjs="" my_xlib="" my_xabs="" my_xdir="" for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" my_xlib="$func_basename_result" my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) func_arith $extracted_serial + 1 extracted_serial=$func_arith_result my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir="$my_gentop/$my_xlib_u" func_mkdir_p "$my_xdir" case $host in *-darwin*) func_verbose "Extracting $my_xabs" # Do not bother doing anything if just a dry run $opt_dry_run || { darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` darwin_base_archive=`basename "$darwin_archive"` darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` if test -n "$darwin_arches"; then darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches ; do func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" func_extract_an_archive "`pwd`" "${darwin_base_archive}" cd "$darwin_curdir" $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" done # $darwin_arches ## Okay now we've a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ cd "$darwin_orig_dir" else cd $darwin_orig_dir func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches } # !$opt_dry_run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` done func_extract_archives_result="$my_oldobjs" } # func_emit_wrapper_part1 [arg=no] # # Emit the first part of a libtool wrapper script on stdout. # For more information, see the description associated with # func_emit_wrapper(), below. func_emit_wrapper_part1 () { func_emit_wrapper_part1_arg1=no if test -n "$1" ; then func_emit_wrapper_part1_arg1=$1 fi $ECHO "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed='${SED} -e 1s/^X//' sed_quote_subst='$sed_quote_subst' # Be Bourne compatible 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 BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variables: generated_by_libtool_version='$macro_version' notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then ECHO=\"$qecho\" file=\"\$0\" # Make sure echo works. if test \"X\$1\" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then # Yippee, \$ECHO works! : else # Restart under the correct shell, and then maybe \$ECHO will work. exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} fi fi\ " $ECHO "\ # Find the directory that this script lives in. thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` done " } # end: func_emit_wrapper_part1 # func_emit_wrapper_part2 [arg=no] # # Emit the second part of a libtool wrapper script on stdout. # For more information, see the description associated with # func_emit_wrapper(), below. func_emit_wrapper_part2 () { func_emit_wrapper_part2_arg1=no if test -n "$1" ; then func_emit_wrapper_part2_arg1=$1 fi $ECHO "\ # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then thisdir=\`pwd\` fi # remove .libs from thisdir case \"\$thisdir\" in *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test "$fast_install" = yes; then $ECHO "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $MKDIR \"\$progdir\" else $RM \"\$progdir/\$file\" fi" $ECHO "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else $ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi fi $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $RM \"\$progdir/\$program\"; $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } $RM \"\$progdir/\$file\" fi" else $ECHO "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $ECHO "\ if test -f \"\$progdir/\$program\"; then" # Export our shlibpath_var if we have one. if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` export $shlibpath_var " fi # fixup the dll searchpath if we need to. if test -n "$dllsearchpath"; then $ECHO "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2* | *-cegcc*) $ECHO "\ exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $ECHO "\ exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $ECHO "\ \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 exit 1 fi else # The program doesn't exist. \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 $ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } # end: func_emit_wrapper_part2 # func_emit_wrapper [arg=no] # # Emit a libtool wrapper script on stdout. # Don't directly open a file because we may want to # incorporate the script contents within a cygwin/mingw # wrapper executable. Must ONLY be called from within # func_mode_link because it depends on a number of variables # set therein. # # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR # variable will take. If 'yes', then the emitted script # will assume that the directory in which it is stored is # the $objdir directory. This is a cygwin/mingw-specific # behavior. func_emit_wrapper () { func_emit_wrapper_arg1=no if test -n "$1" ; then func_emit_wrapper_arg1=$1 fi # split this up so that func_emit_cwrapperexe_src # can call each part independently. func_emit_wrapper_part1 "${func_emit_wrapper_arg1}" func_emit_wrapper_part2 "${func_emit_wrapper_arg1}" } # func_to_host_path arg # # Convert paths to host format when used with build tools. # Intended for use with "native" mingw (where libtool itself # is running under the msys shell), or in the following cross- # build environments: # $build $host # mingw (msys) mingw [e.g. native] # cygwin mingw # *nix + wine mingw # where wine is equipped with the `winepath' executable. # In the native mingw case, the (msys) shell automatically # converts paths for any non-msys applications it launches, # but that facility isn't available from inside the cwrapper. # Similar accommodations are necessary for $host mingw and # $build cygwin. Calling this function does no harm for other # $host/$build combinations not listed above. # # ARG is the path (on $build) that should be converted to # the proper representation for $host. The result is stored # in $func_to_host_path_result. func_to_host_path () { func_to_host_path_result="$1" if test -n "$1" ; then case $host in *mingw* ) lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' case $build in *mingw* ) # actually, msys # awkward: cmd appends spaces to result lt_sed_strip_trailing_spaces="s/[ ]*\$//" func_to_host_path_tmp1=`( cmd //c echo "$1" |\ $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ $SED -e "$lt_sed_naive_backslashify"` ;; *cygwin* ) func_to_host_path_tmp1=`cygpath -w "$1"` func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ $SED -e "$lt_sed_naive_backslashify"` ;; * ) # Unfortunately, winepath does not exit with a non-zero # error code, so we are forced to check the contents of # stdout. On the other hand, if the command is not # found, the shell will set an exit code of 127 and print # *an error message* to stdout. So we must check for both # error code of zero AND non-empty stdout, which explains # the odd construction: func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null` if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ $SED -e "$lt_sed_naive_backslashify"` else # Allow warning below. func_to_host_path_result="" fi ;; esac if test -z "$func_to_host_path_result" ; then func_error "Could not determine host path corresponding to" func_error " '$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_path_result="$1" fi ;; esac fi } # end: func_to_host_path # func_to_host_pathlist arg # # Convert pathlists to host format when used with build tools. # See func_to_host_path(), above. This function supports the # following $build/$host combinations (but does no harm for # combinations not listed here): # $build $host # mingw (msys) mingw [e.g. native] # cygwin mingw # *nix + wine mingw # # Path separators are also converted from $build format to # $host format. If ARG begins or ends with a path separator # character, it is preserved (but converted to $host format) # on output. # # ARG is a pathlist (on $build) that should be converted to # the proper representation on $host. The result is stored # in $func_to_host_pathlist_result. func_to_host_pathlist () { func_to_host_pathlist_result="$1" if test -n "$1" ; then case $host in *mingw* ) lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them # into '.;' and ';.', and winepath ignores them completely. func_to_host_pathlist_tmp2="$1" # Once set for this call, this variable should not be # reassigned. It is used in tha fallback case. func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |\ $SED -e 's|^:*||' -e 's|:*$||'` case $build in *mingw* ) # Actually, msys. # Awkward: cmd appends spaces to result. lt_sed_strip_trailing_spaces="s/[ ]*\$//" func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |\ $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ $SED -e "$lt_sed_naive_backslashify"` ;; *cygwin* ) func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"` func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ $SED -e "$lt_sed_naive_backslashify"` ;; * ) # unfortunately, winepath doesn't convert pathlists func_to_host_pathlist_result="" func_to_host_pathlist_oldIFS=$IFS IFS=: for func_to_host_pathlist_f in $func_to_host_pathlist_tmp1 ; do IFS=$func_to_host_pathlist_oldIFS if test -n "$func_to_host_pathlist_f" ; then func_to_host_path "$func_to_host_pathlist_f" if test -n "$func_to_host_path_result" ; then if test -z "$func_to_host_pathlist_result" ; then func_to_host_pathlist_result="$func_to_host_path_result" else func_to_host_pathlist_result="$func_to_host_pathlist_result;$func_to_host_path_result" fi fi fi IFS=: done IFS=$func_to_host_pathlist_oldIFS ;; esac if test -z "$func_to_host_pathlist_result" ; then func_error "Could not determine the host path(s) corresponding to" func_error " '$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This may break if $1 contains DOS-style drive # specifications. The fix is not to complicate the expression # below, but for the user to provide a working wine installation # with winepath so that path translation in the cross-to-mingw # case works properly. lt_replace_pathsep_nix_to_dos="s|:|;|g" func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp1" |\ $SED -e "$lt_replace_pathsep_nix_to_dos"` fi # Now, add the leading and trailing path separators back case "$1" in :* ) func_to_host_pathlist_result=";$func_to_host_pathlist_result" ;; esac case "$1" in *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;" ;; esac ;; esac fi } # end: func_to_host_pathlist # func_emit_cwrapperexe_src # emit the source code for a wrapper executable on stdout # Must ONLY be called from within func_mode_link because # it depends on a number of variable set therein. func_emit_cwrapperexe_src () { cat < #include #ifdef _MSC_VER # include # include # include # define setmode _setmode #else # include # include # ifdef __CYGWIN__ # include # define HAVE_SETENV # ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); # endif # endif #endif #include #include #include #include #include #include #include #include #if defined(PATH_MAX) # define LT_PATHMAX PATH_MAX #elif defined(MAXPATHLEN) # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef S_IXOTH # define S_IXOTH 0 #endif #ifndef S_IXGRP # define S_IXGRP 0 #endif #ifdef _MSC_VER # define S_IXUSR _S_IEXEC # define stat _stat # ifndef _INTPTR_T_DEFINED # define intptr_t int # endif #endif #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ defined (__OS2__) # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #ifdef __CYGWIN__ # define FOPEN_WB "wb" #endif #ifndef FOPEN_WB # define FOPEN_WB "w" #endif #ifndef _O_BINARY # define _O_BINARY 0 #endif #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free ((void *) stale); stale = 0; } \ } while (0) #undef LTWRAPPER_DEBUGPRINTF #if defined DEBUGWRAPPER # define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args static void ltwrapper_debugprintf (const char *fmt, ...) { va_list args; va_start (args, fmt); (void) vfprintf (stderr, fmt, args); va_end (args); } #else # define LTWRAPPER_DEBUGPRINTF(args) #endif const char *program_name = NULL; void *xmalloc (size_t num); char *xstrdup (const char *string); const char *base_name (const char *name); char *find_executable (const char *wrapper); char *chase_symlinks (const char *pathspec); int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); void lt_fatal (const char *message, ...); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); void lt_opt_process_env_set (const char *arg); void lt_opt_process_env_prepend (const char *arg); void lt_opt_process_env_append (const char *arg); int lt_split_name_value (const char *arg, char** name, char** value); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); static const char *script_text_part1 = EOF func_emit_wrapper_part1 yes | $SED -e 's/\([\\"]\)/\\\1/g' \ -e 's/^/ "/' -e 's/$/\\n"/' echo ";" cat <"))); for (i = 0; i < newargc; i++) { LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d] : %s\n", i, (newargz[i] ? newargz[i] : ""))); } EOF case $host_os in mingw*) cat <<"EOF" /* execv doesn't actually work on mingw as expected on unix */ rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz); if (rval == -1) { /* failed to start process */ LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno)); return 127; } return rval; EOF ;; *) cat <<"EOF" execv (lt_argv_zero, newargz); return rval; /* =127, but avoids unused variable warning */ EOF ;; esac cat <<"EOF" } void * xmalloc (size_t num) { void *p = (void *) malloc (num); if (!p) lt_fatal ("Memory exhausted"); return p; } char * xstrdup (const char *string) { return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL; } const char * base_name (const char *name) { const char *base; #if defined (HAVE_DOS_BASED_FILE_SYSTEM) /* Skip over the disk name in MSDOS pathnames. */ if (isalpha ((unsigned char) name[0]) && name[1] == ':') name += 2; #endif for (base = name; *name; name++) if (IS_DIR_SEPARATOR (*name)) base = name + 1; return base; } int check_executable (const char *path) { struct stat st; LTWRAPPER_DEBUGPRINTF (("(check_executable) : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!")); if ((!path) || (!*path)) return 0; if ((stat (path, &st) >= 0) && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) return 1; else return 0; } int make_executable (const char *path) { int rval = 0; struct stat st; LTWRAPPER_DEBUGPRINTF (("(make_executable) : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!")); if ((!path) || (!*path)) return 0; if (stat (path, &st) >= 0) { rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); } return rval; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise Does not chase symlinks, even on platforms that support them. */ char * find_executable (const char *wrapper) { int has_slash = 0; const char *p; const char *p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; int tmp_len; char *concat_name; LTWRAPPER_DEBUGPRINTF (("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!")); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined (HAVE_DOS_BASED_FILE_SYSTEM) if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } #if defined (HAVE_DOS_BASED_FILE_SYSTEM) } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char *path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char *q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR (*q)) break; p_len = q - p; p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal ("getcwd failed"); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal ("getcwd failed"); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); return NULL; } char * chase_symlinks (const char *pathspec) { #ifndef S_ISLNK return xstrdup (pathspec); #else char buf[LT_PATHMAX]; struct stat s; char *tmp_pathspec = xstrdup (pathspec); char *p; int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n", tmp_pathspec)); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) { has_symlinks = 1; break; } /* search backwards for last DIR_SEPARATOR */ p = tmp_pathspec + strlen (tmp_pathspec) - 1; while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) p--; if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) { /* no more DIR_SEPARATORS left */ break; } *p = '\0'; } else { char *errstr = strerror (errno); lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr); } } XFREE (tmp_pathspec); if (!has_symlinks) { return xstrdup (pathspec); } tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { lt_fatal ("Could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif } char * strendzap (char *str, const char *pat) { size_t len, patlen; assert (str != NULL); assert (pat != NULL); len = strlen (str); patlen = strlen (pat); if (patlen <= len) { str += len - patlen; if (strcmp (str, pat) == 0) *str = '\0'; } return str; } static void lt_error_core (int exit_status, const char *mode, const char *message, va_list ap) { fprintf (stderr, "%s: %s: ", program_name, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, "FATAL", message, ap); va_end (ap); } void lt_setenv (const char *name, const char *value) { LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n", (name ? name : ""), (value ? value : ""))); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ char *str = xstrdup (value); setenv (name, str, 1); #else int len = strlen (name) + 1 + strlen (value) + 1; char *str = XMALLOC (char, len); sprintf (str, "%s=%s", name, value); if (putenv (str) != EXIT_SUCCESS) { XFREE (str); } #endif } } char * lt_extend_str (const char *orig_value, const char *add, int to_end) { char *new_value; if (orig_value && *orig_value) { int orig_value_len = strlen (orig_value); int add_len = strlen (add); new_value = XMALLOC (char, add_len + orig_value_len + 1); if (to_end) { strcpy (new_value, orig_value); strcpy (new_value + orig_value_len, add); } else { strcpy (new_value, add); strcpy (new_value + add_len, orig_value); } } else { new_value = xstrdup (add); } return new_value; } int lt_split_name_value (const char *arg, char** name, char** value) { const char *p; int len; if (!arg || !*arg) return 1; p = strchr (arg, (int)'='); if (!p) return 1; *value = xstrdup (++p); len = strlen (arg) - strlen (*value); *name = XMALLOC (char, len); strncpy (*name, arg, len-1); (*name)[len - 1] = '\0'; return 0; } void lt_opt_process_env_set (const char *arg) { char *name = NULL; char *value = NULL; if (lt_split_name_value (arg, &name, &value) != 0) { XFREE (name); XFREE (value); lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg); } lt_setenv (name, value); XFREE (name); XFREE (value); } void lt_opt_process_env_prepend (const char *arg) { char *name = NULL; char *value = NULL; char *new_value = NULL; if (lt_split_name_value (arg, &name, &value) != 0) { XFREE (name); XFREE (value); lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg); } new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); XFREE (name); XFREE (value); } void lt_opt_process_env_append (const char *arg) { char *name = NULL; char *value = NULL; char *new_value = NULL; if (lt_split_name_value (arg, &name, &value) != 0) { XFREE (name); XFREE (value); lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg); } new_value = lt_extend_str (getenv (name), value, 1); lt_setenv (name, new_value); XFREE (new_value); XFREE (name); XFREE (value); } void lt_update_exe_path (const char *name, const char *value) { LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'\n", (name ? name : ""), (value ? value : ""))); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); /* some systems can't cope with a ':'-terminated path #' */ int len = strlen (new_value); while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { new_value[len-1] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); } } void lt_update_lib_path (const char *name, const char *value) { LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'\n", (name ? name : ""), (value ? value : ""))); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); } } EOF } # end: func_emit_cwrapperexe_src # func_mode_link arg... func_mode_link () { $opt_debug case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # which system we are compiling for in order to pass an extra # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying # to make a dll which has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. allow_undefined=yes ;; *) allow_undefined=yes ;; esac libtool_args=$nonopt base_compile="$nonopt $@" compile_command=$nonopt finalize_command=$nonopt compile_rpath= finalize_rpath= compile_shlibpath= finalize_shlibpath= convenience= old_convenience= deplibs= old_deplibs= compiler_flags= linker_flags= dllsearchpath= lib_search_path=`pwd` inst_prefix_dir= new_inherited_linker_flags= avoid_version=no dlfiles= dlprefiles= dlself=no export_dynamic=no export_symbols= export_symbols_regex= generated= libobjs= ltlibs= module=no no_install=no objs= non_pic_objects= precious_files_regex= prefer_static_libs=no preload=no prev= prevarg= release= rpath= xrpath= perm_rpath= temp_rpath= thread_safe=no vinfo= vinfo_number=no weak_libs= single_module="${wl}-single_module" func_infer_tag $base_compile # We need to know -static, to get the right output filenames. for arg do case $arg in -shared) test "$build_libtool_libs" != yes && \ func_fatal_configuration "can not build a shared library" build_old_libs=no break ;; -all-static | -static | -static-libtool-libs) case $arg in -all-static) if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg="$1" shift func_quote_for_eval "$arg" qarg=$func_quote_for_eval_unquoted_result func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) func_append compile_command " @OUTPUT@" func_append finalize_command " @OUTPUT@" ;; esac case $prev in dlfiles|dlprefiles) if test "$preload" = no; then # Add the symbol object into the linking commands. func_append compile_command " @SYMFILE@" func_append finalize_command " @SYMFILE@" preload=yes fi case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test "$dlself" = no; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test "$prev" = dlprefiles; then dlself=yes elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test "$prev" = dlfiles; then dlfiles="$dlfiles $arg" else dlprefiles="$dlprefiles $arg" fi prev= continue ;; esac ;; expsyms) export_symbols="$arg" test -f "$arg" \ || func_fatal_error "symbol file \`$arg' does not exist" prev= continue ;; expsyms_regex) export_symbols_regex="$arg" prev= continue ;; framework) case $host in *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; *) deplibs="$deplibs $qarg.ltframework" # this is fixed later ;; esac ;; esac prev= continue ;; inst_prefix) inst_prefix_dir="$arg" prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat "$save_arg"` do # moreargs="$moreargs $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test "$pic_object" = none && test "$non_pic_object" = none; then func_fatal_error "cannot find name of object for \`$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$dlfiles $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "\`$arg' is not a valid libtool object" fi fi done else func_fatal_error "link input file \`$arg' does not exist" fi arg=$save_arg prev= continue ;; precious_regex) precious_files_regex="$arg" prev= continue ;; release) release="-$arg" prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac if test "$prev" = rpath; then case "$rpath " in *" $arg "*) ;; *) rpath="$rpath $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) xrpath="$xrpath $arg" ;; esac fi prev= continue ;; shrext) shrext_cmds="$arg" prev= continue ;; weak) weak_libs="$weak_libs $arg" prev= continue ;; xcclinker) linker_flags="$linker_flags $qarg" compiler_flags="$compiler_flags $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) compiler_flags="$compiler_flags $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xlinker) linker_flags="$linker_flags $qarg" compiler_flags="$compiler_flags $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg="$arg" case $arg in -all-static) if test -n "$link_static_flag"; then # See comment for -static flag below, for more details. func_append compile_command " $link_static_flag" func_append finalize_command " $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. func_fatal_error "\`-allow-undefined' must not be used because it is the default" ;; -avoid-version) avoid_version=yes continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then func_fatal_error "more than one -exported-symbols argument is not allowed" fi if test "X$arg" = "X-export-symbols"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework) prev=framework continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) func_append compile_command " $arg" func_append finalize_command " $arg" ;; esac continue ;; -L*) func_stripname '-L' '' "$arg" dir=$func_stripname_result if test -z "$dir"; then if test "$#" -gt 0; then func_fatal_error "require no space between \`-L' and \`$1'" else func_fatal_error "need path for \`-L' option" fi fi # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` test -z "$absdir" && \ func_fatal_error "cannot determine absolute directory name of \`$dir'" dir="$absdir" ;; esac case "$deplibs " in *" -L$dir "*) ;; *) deplibs="$deplibs -L$dir" lib_search_path="$lib_search_path $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; *) dllsearchpath="$dllsearchpath:$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) dllsearchpath="$dllsearchpath:$testbindir";; esac ;; esac continue ;; -l*) if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework deplibs="$deplibs System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test "X$arg" = "X-lc" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test "X$arg" = "X-lc" && continue ;; esac elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi deplibs="$deplibs $arg" continue ;; -module) module=yes continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. -model|-arch|-isysroot) compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;; esac continue ;; -multi_module) single_module="${wl}-multi_module" continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. func_warning "\`-no-install' is ignored for $host" func_warning "assuming \`-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) func_stripname '-R' '' "$arg" dir=$func_stripname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; *) xrpath="$xrpath $dir" ;; esac continue ;; -shared) # The effects of -shared are defined in a previous loop. continue ;; -shrext) prev=shrext continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -weak) prev=weak continue ;; -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" arg="$arg $wl$func_quote_for_eval_result" compiler_flags="$compiler_flags $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" arg="$arg $wl$func_quote_for_eval_result" compiler_flags="$compiler_flags $wl$func_quote_for_eval_result" linker_flags="$linker_flags $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # -msg_* for osf cc -msg_*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; # -64, -mips[0-9] enable 64-bit mode on the SGI compiler # -r[0-9][0-9]* specifies the processor on the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler # +DA*, +DD* enable 64-bit mode on the HP compiler # -q* pass through compiler args for the IBM compiler # -m*, -t[45]*, -txscale* pass through architecture-specific # compiler args for GCC # -F/path gives path to uninstalled frameworks, gcc on darwin # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC # @file GCC response files -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" func_append compile_command " $arg" func_append finalize_command " $arg" compiler_flags="$compiler_flags $arg" continue ;; # Some other compiler flag. -* | +*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; *.$objext) # A standard object. objs="$objs $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test "$pic_object" = none && test "$non_pic_object" = none; then func_fatal_error "cannot find name of object for \`$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$dlfiles $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "\`$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. deplibs="$deplibs $arg" old_deplibs="$old_deplibs $arg" continue ;; *.la) # A libtool-controlled library. if test "$prev" = dlfiles; then # This library was specified with -dlopen. dlfiles="$dlfiles $arg" prev= elif test "$prev" = dlprefiles; then # The library was specified with -dlpreopen. dlprefiles="$dlprefiles $arg" prev= else deplibs="$deplibs $arg" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then func_append compile_command " $arg" func_append finalize_command " $arg" fi done # argument parsing loop test -n "$prev" && \ func_fatal_help "the \`$prevarg' option requires an argument" if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" func_append compile_command " $arg" func_append finalize_command " $arg" fi oldlibs= # calculate the name of the file, without its directory func_basename "$output" outputname="$func_basename_result" libobjs_save="$libobjs" if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" func_dirname "$output" "/" "" output_objdir="$func_dirname_result$objdir" # Create the object directory. func_mkdir_p "$output_objdir" # Determine the type of output case $output in "") func_fatal_help "you must specify an output file" ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if $opt_duplicate_deps ; then case "$libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi libs="$libs $deplib" done if test "$linkmode" = lib; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; esac pre_post_deps="$pre_post_deps $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries notinst_path= # paths that contain not-installed libtool libraries case $linkmode in lib) passes="conv dlpreopen link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=no newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do # The preopen pass in lib mode reverses $deplibs; put it back here # so that -L comes before libs that need it for instance... if test "$linkmode,$pass" = "lib,link"; then ## FIXME: Find the place where the list is rebuilt in the wrong ## order, and fix it there properly tmp_deplibs= for deplib in $deplibs; do tmp_deplibs="$deplib $tmp_deplibs" done deplibs="$tmp_deplibs" fi if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan"; then libs="$deplibs" deplibs= fi if test "$linkmode" = prog; then case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; link) libs="$deplibs %DEPLIBS%" test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" ;; esac fi if test "$linkmode,$pass" = "lib,dlpreopen"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= case $lib in *.la) func_source "$lib" ;; esac # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"` case " $weak_libs " in *" $deplib_base "*) ;; *) deplibs="$deplibs $deplib" ;; esac done done libs="$dlprefiles" fi if test "$pass" = dlopen; then # Collect dlpreopened libraries save_deplibs="$deplibs" deplibs= fi for deplib in $libs; do lib= found=no case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else compiler_flags="$compiler_flags $deplib" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; esac fi fi continue ;; -l*) if test "$linkmode" != lib && test "$linkmode" != prog; then func_warning "\`-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result if test "$linkmode" = lib; then searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" else searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" fi for searchdir in $searchdirs; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib="$searchdir/lib${name}${search_ext}" if test -f "$lib"; then if test "$search_ext" = ".la"; then found=yes else found=no fi break 2 fi done done if test "$found" != yes; then # deplib doesn't seem to be a libtool library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue else # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then library_names= old_library= func_source "$lib" for l in $old_library $library_names; do ll="$l" done if test "X$ll" = "X$old_library" ; then # only static version available found=no func_dirname "$lib" "" "." ladir="$func_dirname_result" lib=$ladir/$old_library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi fi ;; # -l *.ltframework) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; esac fi fi continue ;; -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test "$pass" = conv && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" newlib_search_path="$newlib_search_path $func_stripname_result" ;; prog) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi if test "$pass" = scan; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi func_stripname '-L' '' "$deplib" newlib_search_path="$newlib_search_path $func_stripname_result" ;; *) func_warning "\`-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) if test "$pass" = link; then func_stripname '-R' '' "$deplib" dir=$func_stripname_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) xrpath="$xrpath $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) lib="$deplib" ;; *.$libext) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) # Linking convenience modules into shared libraries is allowed, # but linking other static libraries is non-portable. case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) valid_a_lib=no case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=yes fi ;; pass_all) valid_a_lib=yes ;; esac if test "$valid_a_lib" != yes; then $ECHO $ECHO "*** Warning: Trying to link with static lib archive $deplib." $ECHO "*** I have the capability to make that library automatically link in when" $ECHO "*** you link to this library. But I can only do this if you have a" $ECHO "*** shared version of the library, which you do not appear to have" $ECHO "*** because the file extensions .$libext of this argument makes me believe" $ECHO "*** that it is just a static archive that I should not use here." else $ECHO $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" fi ;; esac continue ;; prog) if test "$pass" != link; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test "$pass" = conv; then deplibs="$deplib $deplibs" elif test "$linkmode" = prog; then if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlopen support or we're linking statically, # we need to preload. newdlprefiles="$newdlprefiles $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else newdlfiles="$newdlfiles $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=yes continue ;; esac # case $deplib if test "$found" = yes || test -f "$lib"; then : else func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" fi # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$lib" \ || func_fatal_error "\`$lib' is not a valid libtool archive" func_dirname "$lib" "" "." ladir="$func_dirname_result" dlname= dlopen= dlpreopen= libdir= library_names= old_library= inherited_linker_flags= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file func_source "$lib" # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; *) new_inherited_linker_flags="$new_inherited_linker_flags $tmp_inherited_linker_flag";; esac done fi dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test "$linkmode" != prog && test "$linkmode" != lib; }; then test -n "$dlopen" && dlfiles="$dlfiles $dlopen" test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" fi if test "$pass" = conv; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then func_fatal_error "cannot find name of link library for \`$lib'" fi # It is a libtool convenience library, so add in its objects. convenience="$convenience $ladir/$objdir/$old_library" old_convenience="$old_convenience $ladir/$objdir/$old_library" tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if $opt_duplicate_deps ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done elif test "$linkmode" != prog && test "$linkmode" != lib; then func_fatal_error "\`$lib' is not a convenience library" fi continue fi # $pass = conv # Get the name of the library we link against. linklib= for l in $old_library $library_names; do linklib="$l" done if test -z "$linklib"; then func_fatal_error "cannot find name of link library for \`$lib'" fi # This library was specified with -dlopen. if test "$pass" = dlopen; then if test -z "$libdir"; then func_fatal_error "cannot -dlopen a convenience library: \`$lib'" fi if test -z "$dlname" || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. dlprefiles="$dlprefiles $lib $dependency_libs" else newdlfiles="$newdlfiles $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then func_warning "cannot determine absolute directory name of \`$ladir'" func_warning "passing it literally to the linker, although it might fail" abs_ladir="$ladir" fi ;; esac func_basename "$lib" laname="$func_basename_result" # Find the relevant object directory and library name. if test "X$installed" = Xyes; then if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then func_warning "library \`$lib' was moved." dir="$ladir" absdir="$abs_ladir" libdir="$abs_ladir" else dir="$libdir" absdir="$libdir" fi test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir="$ladir" absdir="$abs_ladir" # Remove this search path later notinst_path="$notinst_path $abs_ladir" else dir="$ladir/$objdir" absdir="$abs_ladir/$objdir" # Remove this search path later notinst_path="$notinst_path $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" name=$func_stripname_result # This library was specified with -dlpreopen. if test "$pass" = dlpreopen; then if test -z "$libdir" && test "$linkmode" = prog; then func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" fi # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then newdlprefiles="$newdlprefiles $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ dlpreconveniencelibs="$dlpreconveniencelibs $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then newdlprefiles="$newdlprefiles $dir/$dlname" else newdlprefiles="$newdlprefiles $dir/$linklib" fi fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test "$linkmode" = lib; then deplibs="$dir/$old_library $deplibs" elif test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test "$linkmode" = prog && test "$pass" != link; then newlib_search_path="$newlib_search_path $ladir" deplibs="$lib $deplibs" linkalldeplibs=no if test "$link_all_deplibs" != no || test -z "$library_names" || test "$build_libtool_libs" = no; then linkalldeplibs=yes fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) func_stripname '-L' '' "$deplib" newlib_search_path="$newlib_search_path $func_stripname_result" ;; esac # Need to link against all dependency_libs? if test "$linkalldeplibs" = yes; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if $opt_duplicate_deps ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done # for deplib continue fi # $linkmode = prog... if test "$linkmode,$pass" = "prog,link"; then if test -n "$library_names" && { { test "$prefer_static_libs" = no || test "$prefer_static_libs,$installed" = "built,yes"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then # Make sure the rpath contains only unique directories. case "$temp_rpath:" in *"$absdir:"*) ;; *) temp_rpath="$temp_rpath$absdir:" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) compile_rpath="$compile_rpath $absdir" esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" esac ;; esac fi # $linkmode,$pass = prog,link... if test "$alldeplibs" = yes && { test "$deplibs_check_method" = pass_all || { test "$build_libtool_libs" = yes && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test "$use_static_libs" = built && test "$installed" = yes; then use_static_libs=no fi if test -n "$library_names" && { test "$use_static_libs" = no || test -z "$old_library"; }; then case $host in *cygwin* | *mingw* | *cegcc*) # No point in relinking DLLs because paths are not encoded notinst_deplibs="$notinst_deplibs $lib" need_relink=no ;; *) if test "$installed" = no; then notinst_deplibs="$notinst_deplibs $lib" need_relink=yes fi ;; esac # This is a shared library # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! dlopenmodule="" for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then dlopenmodule="$dlpremoduletest" break fi done if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then $ECHO if test "$linkmode" = prog; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else $ECHO "*** Warning: Linking the shared library $output against the loadable module" fi $ECHO "*** $linklib is not portable!" fi if test "$linkmode" = lib && test "$hardcode_into_libs" = yes; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) compile_rpath="$compile_rpath $absdir" esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names shift realname="$1" shift libname=`eval "\\$ECHO \"$libname_spec\""` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname="$dlname" elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw* | *cegcc*) func_arith $current - $age major=$func_arith_result versuffix="-$major" ;; esac eval soname=\"$soname_spec\" else soname="$realname" fi # Make a new name for the extract_expsyms_cmds to use soroot="$soname" func_basename "$soroot" soname="$func_basename_result" func_stripname 'lib' '.dll' "$soname" newlib=libimp-$func_stripname_result.a # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else func_verbose "extracting exported symbol list from \`$soname'" func_execute_cmds "$extract_expsyms_cmds" 'exit $?' fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else func_verbose "generating import library for \`$soname'" func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test "$linkmode" = prog || test "$mode" != relink; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test "$hardcode_direct" = no; then add="$dir/$linklib" case $host in *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; *-*-sysv4*uw2*) add_dir="-L$dir" ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir="-L$dir" ;; *-*-darwin* ) # if the lib is a (non-dlopened) module then we can not # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | $GREP ": [^:]* bundle" >/dev/null ; then if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library" ; then $ECHO $ECHO "*** And there doesn't seem to be a static archive available" $ECHO "*** The link will probably fail, sorry" else add="$dir/$old_library" fi elif test -n "$old_library"; then add="$dir/$old_library" fi fi esac elif test "$hardcode_minus_L" = no; then case $host in *-*-sunos*) add_shlibpath="$dir" ;; esac add_dir="-L$dir" add="-l$name" elif test "$hardcode_shlibpath_var" = no; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; relink) if test "$hardcode_direct" = yes && test "$hardcode_direct_absolute" = no; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$dir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) add_dir="$add_dir -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; *) lib_linked=no ;; esac if test "$lib_linked" != yes; then func_fatal_configuration "unsupported hardcode properties" fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; esac fi if test "$linkmode" = prog; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test "$hardcode_direct" != yes && test "$hardcode_minus_L" != yes && test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; esac fi fi fi if test "$linkmode" = prog || test "$mode" = relink; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test "$hardcode_direct" = yes && test "$hardcode_direct_absolute" = no; then add="$libdir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$libdir" add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; esac add="-l$name" elif test "$hardcode_automatic" = yes; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib" ; then add="$inst_prefix_dir$libdir/$linklib" else add="$libdir/$linklib" fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir="-L$libdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) add_dir="$add_dir -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" fi if test "$linkmode" = prog; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test "$linkmode" = prog; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test "$hardcode_direct" != unsupported; then test -n "$old_library" && linklib="$old_library" compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test "$build_libtool_libs" = yes; then # Not a shared library if test "$deplibs_check_method" != pass_all; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. $ECHO $ECHO "*** Warning: This system can not link to static lib archive $lib." $ECHO "*** I have the capability to make that library automatically link in when" $ECHO "*** you link to this library. But I can only do this if you have a" $ECHO "*** shared version of the library, which you do not appear to have." if test "$module" = yes; then $ECHO "*** But as you try to build a module library, libtool will still create " $ECHO "*** a static module, that should work as long as the dlopening application" $ECHO "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then $ECHO $ECHO "*** However, this would only work if libtool was able to extract symbol" $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could" $ECHO "*** not find such a program. So, this module is probably useless." $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test "$linkmode" = lib; then if test -n "$dependency_libs" && { test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes || test "$link_static" = yes; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) func_stripname '-R' '' "$libdir" temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; *) xrpath="$xrpath $temp_xrpath";; esac;; *) temp_deplibs="$temp_deplibs $libdir";; esac done dependency_libs="$temp_deplibs" fi newlib_search_path="$newlib_search_path $absdir" # Link against this library test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" if $opt_duplicate_deps ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done if test "$link_all_deplibs" != no; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do path= case $deplib in -L*) path="$deplib" ;; *.la) func_dirname "$deplib" "" "." dir="$func_dirname_result" # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then func_warning "cannot determine absolute directory name of \`$dir'" absdir="$dir" fi ;; esac if $GREP "^installed=no" $deplib > /dev/null; then case $host in *-*-darwin*) depdepl= eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names" ; then for tmp in $deplibrary_names ; do depdepl=$tmp done if test -f "$absdir/$objdir/$depdepl" ; then depdepl="$absdir/$objdir/$depdepl" darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` if test -z "$darwin_install_name"; then darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}" path= fi fi ;; *) path="-L$absdir/$objdir" ;; esac else eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ func_warning "\`$deplib' seems to be moved" path="-L$absdir" fi ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs if test "$pass" = link; then if test "$linkmode" = "prog"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs="$newdependency_libs" if test "$pass" = dlpreopen; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test "$pass" != dlopen; then if test "$pass" != conv; then # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) lib_search_path="$lib_search_path $dir" ;; esac done newlib_search_path= fi if test "$linkmode,$pass" != "prog,link"; then vars="deplibs" else vars="compile_deplibs finalize_deplibs" fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) tmp_libs="$tmp_libs $deplib" ;; esac ;; *) tmp_libs="$tmp_libs $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs ; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i="" ;; esac if test -n "$i" ; then tmp_libs="$tmp_libs $i" fi done dependency_libs=$tmp_libs done # for pass if test "$linkmode" = prog; then dlfiles="$newdlfiles" fi if test "$linkmode" = prog || test "$linkmode" = lib; then dlprefiles="$newdlprefiles" fi case $linkmode in oldlib) if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then func_warning "\`-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "\`-l' and \`-L' are ignored for archives" ;; esac test -n "$rpath" && \ func_warning "\`-rpath' is ignored for archives" test -n "$xrpath" && \ func_warning "\`-R' is ignored for archives" test -n "$vinfo" && \ func_warning "\`-version-info/-version-number' is ignored for archives" test -n "$release" && \ func_warning "\`-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ func_warning "\`-export-symbols' is ignored for archives" # Now set the variables for building old libraries. build_libtool_libs=no oldlibs="$output" objs="$objs$old_deplibs" ;; lib) # Make sure we only generate libraries of the form `libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) test "$module" = no && \ func_fatal_help "libtool library \`$output' must begin with \`lib'" if test "$need_lib_prefix" != no; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else func_stripname '' '.la' "$outputname" libname=$func_stripname_result fi ;; esac if test -n "$objs"; then if test "$deplibs_check_method" != pass_all; then func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" else $ECHO $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" libobjs="$libobjs $objs" fi fi test "$dlself" != no && \ func_warning "\`-dlopen self' is ignored for libtool libraries" set dummy $rpath shift test "$#" -gt 1 && \ func_warning "ignoring multiple \`-rpath's for a libtool library" install_libdir="$1" oldlibs= if test -z "$rpath"; then if test "$build_libtool_libs" = yes; then # Building a libtool convenience library. # Some compilers have problems with a `.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi test -n "$vinfo" && \ func_warning "\`-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ func_warning "\`-release' is ignored for convenience libraries" else # Parse the version information argument. save_ifs="$IFS"; IFS=':' set dummy $vinfo 0 0 0 shift IFS="$save_ifs" test -n "$7" && \ func_fatal_help "too many parameters to \`-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major="$1" number_minor="$2" number_revision="$3" # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # which has an extra 1 added just for fun # case $version_type in darwin|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result age="$number_minor" revision="$number_revision" ;; freebsd-aout|freebsd-elf|sunos) current="$number_major" revision="$number_minor" age="0" ;; irix|nonstopux) func_arith $number_major + $number_minor current=$func_arith_result age="$number_minor" revision="$number_minor" lt_irix_increment=no ;; *) func_fatal_configuration "$modename: unknown library version type \`$version_type'" ;; esac ;; no) current="$1" revision="$2" age="$3" ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "CURRENT \`$current' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "REVISION \`$revision' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "AGE \`$age' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac if test "$age" -gt "$current"; then func_error "AGE \`$age' is greater than the current interface number \`$current'" func_fatal_error "\`$vinfo' is not valid version information" fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... func_arith $current + 1 minor_current=$func_arith_result xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; freebsd-aout) major=".$current" versuffix=".$current.$revision"; ;; freebsd-elf) major=".$current" versuffix=".$current" ;; irix | nonstopux) if test "X$lt_irix_increment" = "Xno"; then func_arith $current - $age else func_arith $current - $age + 1 fi major=$func_arith_result case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring="$verstring_prefix$major.$revision" # Add in all the interfaces that we are compatible with. loop=$revision while test "$loop" -ne 0; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring="$verstring_prefix$major.$iface:$verstring" done # Before this point, $major must not contain `.'. major=.$major versuffix="$major.$revision" ;; linux) func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" ;; osf) func_arith $current - $age major=.$func_arith_result versuffix=".$current.$age.$revision" verstring="$current.$age.$revision" # Add in all the interfaces that we are compatible with. loop=$age while test "$loop" -ne 0; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring="$verstring:${iface}.0" done # Make executables depend on our current version. verstring="$verstring:${current}.0" ;; qnx) major=".$current" versuffix=".$current" ;; sunos) major=".$current" versuffix=".$current.$revision" ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 filesystems. func_arith $current - $age major=$func_arith_result versuffix="-$major" ;; *) func_fatal_configuration "unknown library version type \`$version_type'" ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring="0.0" ;; esac if test "$need_version" = no; then versuffix= else versuffix=".0.0" fi fi # Remove version info from name if versioning should be avoided if test "$avoid_version" = yes && test "$need_version" = no; then major= versuffix= verstring="" fi # Check to see if the archive will have undefined symbols. if test "$allow_undefined" = yes; then if test "$allow_undefined_flag" = unsupported; then func_warning "undefined symbols not allowed in $host shared libraries" build_libtool_libs=no build_old_libs=yes fi else # Don't allow undefined symbols. allow_undefined_flag="$no_undefined_flag" fi fi func_generate_dlsyms "$libname" "$libname" "yes" libobjs="$libobjs $symfileobj" test "X$libobjs" = "X " && libobjs= if test "$mode" != relink; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$ECHO "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext | *.gcno) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) if test "X$precious_files_regex" != "X"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi removelist="$removelist $p" ;; *) ;; esac done test -n "$removelist" && \ func_show_eval "${RM}r \$removelist" fi # Now set the variables for building old libraries. if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then oldlibs="$oldlibs $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do temp_xrpath="$temp_xrpath -R$libdir" case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" ;; esac done if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles="$dlfiles" dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) dlfiles="$dlfiles $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles="$dlprefiles" dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) dlprefiles="$dlprefiles $lib" ;; esac done if test "$build_libtool_libs" = yes; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework deplibs="$deplibs System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then deplibs="$deplibs -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release="" versuffix="" major="" newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $opt_dry_run || $RM conftest.c cat > conftest.c </dev/null` for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | $GREP " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib="$potent_lib" while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then newdeplibs="$newdeplibs $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes $ECHO $ECHO "*** Warning: linker path does not have real file for library $a_deplib." $ECHO "*** I have the capability to make that library automatically link in when" $ECHO "*** you link to this library. But I can only do this if you have a" $ECHO "*** shared version of the library, which you do not appear to have" $ECHO "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a file magic. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" ;; esac done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $a_deplib "*) newdeplibs="$newdeplibs $a_deplib" a_deplib="" ;; esac fi if test -n "$a_deplib" ; then libname=`eval "\\$ECHO \"$libname_spec\""` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib="$potent_lib" # see symlink-check above in file_magic test if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then newdeplibs="$newdeplibs $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes $ECHO $ECHO "*** Warning: linker path does not have real file for library $a_deplib." $ECHO "*** I have the capability to make that library automatically link in when" $ECHO "*** you link to this library. But I can only do this if you have a" $ECHO "*** shared version of the library, which you do not appear to have" $ECHO "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a regex pattern. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) newdeplibs="" tmp_deplibs=`$ECHO "X $deplibs" | $Xsed \ -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then for i in $predeps $postdeps ; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"` done fi if $ECHO "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' | $GREP . >/dev/null; then $ECHO if test "X$deplibs_check_method" = "Xnone"; then $ECHO "*** Warning: inter-library dependencies are not supported in this platform." else $ECHO "*** Warning: inter-library dependencies are not known to be supported." fi $ECHO "*** All declared inter-library dependencies are being dropped." droppeddeps=yes fi ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'` ;; esac if test "$droppeddeps" = yes; then if test "$module" = yes; then $ECHO $ECHO "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" $ECHO "*** a static module, that should work as long as the dlopening" $ECHO "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then $ECHO $ECHO "*** However, this would only work if libtool was able to extract symbol" $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could" $ECHO "*** not find such a program. So, this module is probably useless." $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else $ECHO "*** The inter-library dependencies that have been dropped here will be" $ECHO "*** automatically added whenever a program is linked with this library" $ECHO "*** or is declared to -dlopen it." if test "$allow_undefined" = no; then $ECHO $ECHO "*** Since this library must not contain undefined symbols," $ECHO "*** because either the platform does not support them or" $ECHO "*** it was explicitly requested with -no-undefined," $ECHO "*** libtool will only create a static version of it." if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) new_libs="$new_libs -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$new_libs $deplib" ;; esac ;; *) new_libs="$new_libs $deplib" ;; esac done deplibs="$new_libs" # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test "$build_libtool_libs" = yes; then if test "$hardcode_into_libs" = yes; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath="$finalize_rpath" test "$mode" != relink && rpath="$compile_rpath$rpath" for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" dep_rpath="$dep_rpath $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) perm_rpath="$perm_rpath $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" if test -n "$hardcode_libdir_flag_spec_ld"; then eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" else eval dep_rpath=\"$hardcode_libdir_flag_spec\" fi fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do rpath="$rpath$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath="$finalize_shlibpath" test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names shift realname="$1" shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname="$realname" fi if test -z "$dlname"; then dlname=$soname fi lib="$output_objdir/$realname" linknames= for link do linknames="$linknames $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" export_symbols="$output_objdir/$libname.uexp" delfiles="$delfiles $export_symbols" fi orig_export_symbols= case $host_os in cygwin* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile if test "x`$SED 1q $export_symbols`" != xEXPORTS; then # and it's NOT already a .def file. Must figure out # which of the given symbols are data symbols and tag # them as such. So, trigger use of export_symbols_cmds. # export_symbols gets reassigned inside the "prepare # the list of exported symbols" if statement, so the # include_expsyms logic still works. orig_export_symbols="$export_symbols" export_symbols= always_export_symbols=yes fi fi ;; esac # Prepare the list of exported symbols if test -z "$export_symbols"; then if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then func_verbose "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" func_len " $cmd" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then func_show_eval "$cmd" 'exit $?' skipped_export=false else # The command line is too long to execute in one step. func_verbose "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS="$save_ifs" if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"' fi if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) tmp_deplibs="$tmp_deplibs $test_deplib" ;; esac done deplibs="$tmp_deplibs" if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && test "$compiler_needs_object" = yes && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. whole_archive_flag_spec= fi if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $convenience libobjs="$libobjs $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" linker_flags="$linker_flags $flag" fi # Make a backup of the uninstalled library when relinking if test "$mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test "X$skipped_export" != "X:" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise # or, if using GNU ld and skipped_export is not :, use a linker # script. # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output output_la=`$ECHO "X$output" | $Xsed -e "$basename"` # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= last_robj= k=1 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then output=${output_objdir}/${output_la}.lnkscript func_verbose "creating GNU ld script: $output" $ECHO 'INPUT (' > $output for obj in $save_libobjs do $ECHO "$obj" >> $output done $ECHO ')' >> $output delfiles="$delfiles $output" elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then output=${output_objdir}/${output_la}.lnk func_verbose "creating linker input file list: $output" : > $output set x $save_libobjs shift firstobj= if test "$compiler_needs_object" = yes; then firstobj="$1 " shift fi for obj do $ECHO "$obj" >> $output done delfiles="$delfiles $output" output=$firstobj\"$file_list_spec$output\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." output=$output_objdir/$output_la-${k}.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 # Loop over the list of objects to be linked. for obj in $save_libobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result if test "X$objlist" = X || test "$len" -lt "$max_cmd_len"; then func_append objlist " $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test "$k" -eq 1 ; then # The first file doesn't have a previous command to add. eval concat_cmds=\"$reload_cmds $objlist $last_robj\" else # All subsequent reloadable object files will link in # the last one created. eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-${k}.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-${k}.$objext objlist=$obj func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" if test -n "$last_robj"; then eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" fi delfiles="$delfiles $output" else output= fi if ${skipped_export-false}; then func_verbose "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $opt_dry_run || $RM $export_symbols libobjs=$output # Append the command to create the export file. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi fi test -n "$save_libobjs" && func_verbose "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs="$IFS"; IFS='~' for cmd in $concat_cmds; do IFS="$save_ifs" $opt_silent || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS="$save_ifs" if test -n "$export_symbols_regex" && ${skipped_export-false}; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi if ${skipped_export-false}; then if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi fi libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi fi if test -n "$delfiles"; then # Append the command to remove temporary files to $cmds. eval cmds=\"\$cmds~\$RM $delfiles\" fi # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $dlprefiles libobjs="$libobjs $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $opt_silent || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS="$save_ifs" # Restore the uninstalled library and exit if test "$mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then func_show_eval '${RM}r "$gentop"' fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' fi done # If -module or -export-dynamic was specified, set the dlname. if test "$module" = yes || test "$export_dynamic" = yes; then # On all known operating systems, these are identical. dlname="$soname" fi fi ;; obj) if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then func_warning "\`-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "\`-l' and \`-L' are ignored for objects" ;; esac test -n "$rpath" && \ func_warning "\`-rpath' is ignored for objects" test -n "$xrpath" && \ func_warning "\`-R' is ignored for objects" test -n "$vinfo" && \ func_warning "\`-version-info' is ignored for objects" test -n "$release" && \ func_warning "\`-release' is ignored for objects" case $output in *.lo) test -n "$objs$old_deplibs" && \ func_fatal_error "cannot build library object \`$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" obj=$func_lo2o_result ;; *) libobj= obj="$output" ;; esac # Delete the old objects. $opt_dry_run || $RM $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # reload_cmds runs $LD directly, so let us get rid of # -Wl from whole_archive_flag_spec and hope we can get by with # turning comma into space.. wl= if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` else gentop="$output_objdir/${obj}x" generated="$generated $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # Create the old-style object. reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test output="$obj" func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS fi if test "$build_libtool_libs" != yes; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS fi if test -n "$pic_flag" || test "$pic_mode" != default; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output="$libobj" func_execute_cmds "$reload_cmds" 'exit $?' fi if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) func_stripname '' '.exe' "$output" output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ func_warning "\`-version-info' is ignored for programs" test -n "$release" && \ func_warning "\`-release' is ignored for programs" test "$preload" = yes \ && test "$dlopen_support" = unknown \ && test "$dlopen_self" = unknown \ && test "$dlopen_self_static" = unknown && \ func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` ;; esac case $host in *-*-darwin*) # Don't allow lazy linking, it breaks C++ global constructors # But is supposedly fixed on 10.4 or later (yay!). if test "$tagname" = CXX ; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) compile_command="$compile_command ${wl}-bind_at_load" finalize_command="$finalize_command ${wl}-bind_at_load" ;; esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) new_libs="$new_libs -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$new_libs $deplib" ;; esac ;; *) new_libs="$new_libs $deplib" ;; esac done compile_deplibs="$new_libs" compile_command="$compile_command $compile_deplibs" finalize_command="$finalize_command $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" rpath="$rpath $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) perm_rpath="$perm_rpath $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; *) dllsearchpath="$dllsearchpath:$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) dllsearchpath="$dllsearchpath:$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath="$rpath" rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" rpath="$rpath $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath="$rpath" if test -n "$libobjs" && test "$build_old_libs" = yes; then # Transform all the library objects into standard objects. compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" "no" # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi wrappers_required=yes case $host in *cygwin* | *mingw* ) if test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; *cegcc) # Disable wrappers for cegcc, we are cross compiling anyway. wrappers_required=no ;; *) if test "$need_relink" = no || test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; esac if test "$wrappers_required" = no; then # Replace the output file specification. compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` link_command="$compile_command$compile_rpath" # We have no uninstalled library dependencies, so finalize right now. exit_status=0 func_show_eval "$link_command" 'exit_status=$?' # Delete the generated files. if test -f "$output_objdir/${outputname}S.${objext}"; then func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' fi exit $exit_status fi if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do rpath="$rpath$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do rpath="$rpath$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test "$no_install" = yes; then # We don't need to create a wrapper script. link_command="$compile_var$compile_command$compile_rpath" # Replace the output file specification. link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit func_show_eval "$link_command" 'exit $?' exit $EXIT_SUCCESS fi if test "$hardcode_action" = relink; then # Fast installation is not supported link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" func_warning "this platform does not like uninstalled shared libraries" func_warning "\`$output' will be relinked during installation" else if test "$fast_install" != no; then link_command="$finalize_var$compile_command$finalize_rpath" if test "$fast_install" = yes; then relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` else # fast_install is set to needless relink_command= fi else link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" fi fi # Replace the output file specification. link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname func_show_eval "$link_command" 'exit $?' # Now create the wrapper script. func_verbose "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done relink_command="(cd `pwd`; $relink_command)" relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` fi # Quote $ECHO for shipping. if test "X$ECHO" = "X$SHELL $progpath --fallback-echo"; then case $progpath in [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; esac qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"` else qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. $opt_dry_run || { # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) func_stripname '' '.exe' "$output" output=$func_stripname_result ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe func_stripname '' '.exe' "$outputname" outputname=$func_stripname_result ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result cwrappersource="$output_path/$objdir/lt-$output_name.c" cwrapper="$output_path/$output_name.exe" $RM $cwrappersource $cwrapper trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 func_emit_cwrapperexe_src > $cwrappersource # The wrapper executable is built using the $host compiler, # because it contains $host paths and files. If cross- # compiling, it, like the target executable, must be # executed on the $host or under an emulation environment. $opt_dry_run || { $LTCC $LTCFLAGS -o $cwrapper $cwrappersource $STRIP $cwrapper } # Now, create the wrapper script for func_source use: func_ltwrapper_scriptname $cwrapper $RM $func_ltwrapper_scriptname_result trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 $opt_dry_run || { # note: this script will not be executed, so do not chmod. if test "x$build" = "x$host" ; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result fi } ;; * ) $RM $output trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 func_emit_wrapper no > $output chmod +x $output ;; esac } exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do if test "$build_libtool_libs" = convenience; then oldobjs="$libobjs_save $symfileobj" addlibs="$convenience" build_libtool_libs=no else if test "$build_libtool_libs" = module; then oldobjs="$libobjs_save" build_libtool_libs=no else oldobjs="$old_deplibs $non_pic_objects" if test "$preload" = yes && test -f "$symfileobj"; then oldobjs="$oldobjs $symfileobj" fi fi addlibs="$old_convenience" fi if test -n "$addlibs"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $addlibs oldobjs="$oldobjs $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then cmds=$old_archive_from_new_cmds else # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $dlprefiles oldobjs="$oldobjs $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do func_basename "$obj" $ECHO "$func_basename_result" done | sort | sort -uc >/dev/null 2>&1); then : else $ECHO "copying selected object files to avoid basename conflicts..." gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do func_basename "$obj" objbase="$func_basename_result" case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase func_arith $counter + 1 counter=$func_arith_result case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" oldobjs="$oldobjs $gentop/$newobj" ;; *) oldobjs="$oldobjs $obj" ;; esac done fi eval cmds=\"$old_archive_cmds\" func_len " $cmds" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts func_verbose "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs oldobjs= # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done eval test_cmds=\"$old_archive_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 for obj in $save_oldobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result func_append objlist " $obj" if test "$len" -lt "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj" ; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist if test "X$oldobjs" = "X" ; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi func_execute_cmds "$cmds" 'exit $?' done test -n "$generated" && \ func_show_eval "${RM}r$generated" # Now create the libtool archive. case $output in *.la) old_library= test "$build_old_libs" = yes && old_library="$libname.$libext" func_verbose "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` if test "$hardcode_automatic" = yes ; then relink_command= fi # Only create the output if not a dry run. $opt_dry_run || { for installed in no yes; do if test "$installed" = yes; then if test -z "$install_libdir"; then break fi output="$output_objdir/$outputname"i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) func_basename "$deplib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" newdependency_libs="$newdependency_libs $libdir/$name" ;; *) newdependency_libs="$newdependency_libs $deplib" ;; esac done dependency_libs="$newdependency_libs" newdlfiles= for lib in $dlfiles; do case $lib in *.la) func_basename "$lib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" newdlfiles="$newdlfiles $libdir/$name" ;; *) newdlfiles="$newdlfiles $lib" ;; esac done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in *.la) # Only pass preopened files to the pseudo-archive (for # eventual linking with the app. that links it) if we # didn't already link the preopened objects directly into # the library: func_basename "$lib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" newdlprefiles="$newdlprefiles $libdir/$name" ;; esac done dlprefiles="$newdlprefiles" else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac newdlfiles="$newdlfiles $abs" done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac newdlprefiles="$newdlprefiles $abs" done dlprefiles="$newdlprefiles" fi $RM $output # place dlname in correct position for cygwin tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; esac $ECHO > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Linker flags that can not go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Names of additional weak libraries provided by this library weak_library_names='$weak_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test "$installed" = no && test "$need_relink" = yes; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi done } # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' ;; esac exit $EXIT_SUCCESS } { test "$mode" = link || test "$mode" = relink; } && func_mode_link ${1+"$@"} # func_mode_uninstall arg... func_mode_uninstall () { $opt_debug RM="$nonopt" files= rmforce= exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" for arg do case $arg in -f) RM="$RM $arg"; rmforce=yes ;; -*) RM="$RM $arg" ;; *) files="$files $arg" ;; esac done test -z "$RM" && \ func_fatal_help "you must specify an RM program" rmdirs= origobjdir="$objdir" for file in $files; do func_dirname "$file" "" "." dir="$func_dirname_result" if test "X$dir" = X.; then objdir="$origobjdir" else objdir="$dir/$origobjdir" fi func_basename "$file" name="$func_basename_result" test "$mode" = uninstall && objdir="$dir" # Remember objdir for removal later, being careful to avoid duplicates if test "$mode" = clean; then case " $rmdirs " in *" $objdir "*) ;; *) rmdirs="$rmdirs $objdir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if { test -L "$file"; } >/dev/null 2>&1 || { test -h "$file"; } >/dev/null 2>&1 || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif test "$rmforce" = yes; then continue fi rmfiles="$file" case $name in *.la) # Possibly a libtool archive, so verify it. if func_lalib_p "$file"; then func_source $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do rmfiles="$rmfiles $objdir/$n" done test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" case "$mode" in clean) case " $library_names " in # " " in the beginning catches empty $dlname *" $dlname "*) ;; *) rmfiles="$rmfiles $objdir/$dlname" ;; esac test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if func_lalib_p "$file"; then # Read the .lo file func_source $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" && test "$pic_object" != none; then rmfiles="$rmfiles $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" && test "$non_pic_object" != none; then rmfiles="$rmfiles $dir/$non_pic_object" fi fi ;; *) if test "$mode" = clean ; then noexename=$name case $file in *.exe) func_stripname '' '.exe' "$file" file=$func_stripname_result func_stripname '' '.exe' "$name" noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe rmfiles="$rmfiles $file" ;; esac # Do a test to see if this is a libtool program. if func_ltwrapper_p "$file"; then if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result rmfiles="$rmfiles $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename fi # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" if test "$fast_install" = yes && test -n "$relink_command"; then rmfiles="$rmfiles $objdir/lt-$name" fi if test "X$noexename" != "X$name" ; then rmfiles="$rmfiles $objdir/lt-${noexename}.c" fi fi fi ;; esac func_show_eval "$RM $rmfiles" 'exit_status=1' done objdir="$origobjdir" # Try to remove the ${objdir}s in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then func_show_eval "rmdir $dir >/dev/null 2>&1" fi done exit $exit_status } { test "$mode" = uninstall || test "$mode" = clean; } && func_mode_uninstall ${1+"$@"} test -z "$mode" && { help="$generic_help" func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ func_fatal_help "invalid operation mode \`$mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" exit $EXIT_FAILURE fi exit $exit_status # The TAGs below are defined such that we never get into a situation # in which we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared build_libtool_libs=no build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: # vi:sw=2 gnunet-gtk-0.9.3/config.sub0000755000175000017500000010316711406350351012520 00000000000000#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. timestamp='2009-11-20' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. # # This file 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., 51 Franklin Street - Fifth Floor, Boston, MA # 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Please send patches to . Submit a context # diff and a properly formatted GNU ChangeLog entry. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS $0 [OPTION] ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | ubicom32 \ | v850 | v850e \ | we32k \ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12 | picochip) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; # I'm not sure what "Sysv32" means. Should this be sysv3.2? i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze) basic_machine=microblaze-xilinx ;; mingw32) basic_machine=i386-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; mvs) basic_machine=i370-ibm os=-mvs ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc) basic_machine=powerpc-unknown ;; ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little | ppc64-le | powerpc64-little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tic54x | c54x*) basic_machine=tic54x-unknown os=-coff ;; tic55x | c55x*) basic_machine=tic55x-unknown os=-coff ;; tic6x | c6x*) basic_machine=tic6x-unknown os=-coff ;; tile*) basic_machine=tile-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; z80-*-coff) basic_machine=z80-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -kaos*) os=-kaos ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 # This also exists in the configure program, but was not the # default. # os=-sunos4 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: gnunet-gtk-0.9.3/pixmaps/0000755000175000017500000000000011762217327012300 500000000000000gnunet-gtk-0.9.3/pixmaps/gnunet-fs-gtk-22.png0000644000175000017500000000247411711245410015633 00000000000000‰PNG  IHDRÄ´l;sBIT|dˆ pHYsXX‡êtEXtSoftwarewww.inkscape.org›î<¹IDAT8µ•ÝoSuÇ¿§§§==íÚ­[Û½¶[·á6$¢CsÔdre¼ÒdhÂb$ñ £QCøL0š¨ˆLC¢AnDÍBaẕۺoç¬]éN{N»öôôü¼ 7ò$¿‹'¿ßóy¾y’ïï¡!x¡{ Ôÿ|æ×Óìú\¿><û›ƒ5™ªžê蚸õØl2q/jÅâ®tZª–%)W”„^O_rºœ?öìÙ{{Ž“×'Ž^sõ?v äÉmð/?wi9qêÔOûÒé”Îb¶¼o+±í×QzORJR«7E‚žç!¦Ä7*åú§ý'ZÛZ?ëÙ³7Ÿ]Ë''¦?éÝ÷Ú €/(B¾íÿæÝ•øÍ )&êÜî·hš>Ú¦iE*%¥s±XB•ä5]¡X€ªäµ|.KO\7H’D·o|¡±©ñ´ÃQ1Óüû£.—SÜýüs]´ÝQ¶Ë7è;‰DJš74I™@ïÒbГÉfòKÑxο°k\“q!IÒÎh„g£Qž­oðèææ¦/ÏŸjx£—ÇJ)Š‚­Ì&ì-ì#=f›ÓMU8œèéÞˆÎ-^l}¨„æÀ–{¢¬’fwYÂ``ôS“SUUÞœ>ŸÏ-7oh.¨ªªkðzbYþÓÓöLûþW^àT`IHÃb-Aƒƒ­£°¸œ†ÑáÒd¢dg90úÂüÉ®îÎî\.gfYS!»–9BÇãÂH…£œ)^I¬¬|µóÙ>§j©è€2« EšE©……¢h„`úF#8658Ðâ.‡ j\QsñW/œ<‰„/.--~¾°°àÓ‡‚<ïöT¿ ¡ o9òÝÐGƒ!p gu*ínf3¬fœ¿!š9,…–Ñæ©€dÑoýý? `øƒ„‚X«×af.„¡‘Y<ݹ9¥€ºZrª†Œ$ƒ€ ²Ú~üZhtôë¿‚ùùбéÙè^ARÍS7@ë(ln©…¦*ˆ¯f ex\Vl«oC gÀ\8Qä%éÌÝœ€}‡‡Þ;üÃ@¾¢îe1«B–30—Ú±F¯Ân1€1Óh­µb÷£n¬ˆй´°éõöÁ»9÷ü6~zðÐìç†Í 4ÆÈB£õ «ñ HÉ9pF=bI¤PP]e´ßçóURu‡Hê^„¢(/€Æ—^ýàmºÔÝ®·:¬u 5ú*;‡hHÐLE¹ÐTiJºÆùp8<Ú××ׯ(Ê$Y»˜ààéííÝn0X›gæ“5Q>¦Kš¶éèè(*Š#ápØO)þ§â»”°°`äd$ˆ„õžµj™þè|SCQ 5IEND®B`‚gnunet-gtk-0.9.3/pixmaps/Makefile.am0000644000175000017500000000220211711245364014244 00000000000000theme=hicolor themedir="$(datadir)/icons/$(theme)" theme_icons = \ apps,gnunet-fs-gtk.svg \ apps,gnunet-fs-gtk-16.png \ apps,gnunet-fs-gtk-22.png \ apps,gnunet-fs-gtk-24.png \ apps,gnunet-fs-gtk-32.png pkgpixdir= $(pkgdatadir) install_icon_exec=${top_srcdir}/pixmaps/icon-theme-installer -d "x${DESTDIR}" -t ${theme} -s ${srcdir} -b ${themedir} -m "${mkinstalldirs}" -x "${INSTALL_DATA}" install-data-local: $(mkinstalldirs) $(DESTDIR)$(pkgpixdir) @$(NORMAL_INSTALL) for pixmap in $(srcdir)/pixmaps/*.{png,svg}; do \ if test -f $$pixmap; then \ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgpixdir); \ fi \ done $(install_icon_exec) -i "${theme_icons}" dist-hook: mkdir $(distdir)/pixmaps; \ for pixmap in $(srcdir)/pixmaps/*.{png,svg}; do \ if test -f $$pixmap; then \ cp -p $$pixmap $(distdir)/pixmaps; \ fi \ done uninstall-hook: $(install_icon_exec) -u "${theme_icons}" pkgdata_DATA = \ gnunet_logo.png MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(pkgdata_DATA) \ gnunet-fs-gtk.svg \ gnunet-fs-gtk-16.png gnunet-fs-gtk-22.png gnunet-fs-gtk-24.png gnunet-fs-gtk-32.png\ icon-theme-installer gnunet-gtk-0.9.3/pixmaps/icon-theme-installer0000755000175000017500000001232411406350225016161 00000000000000#!/bin/bash # icon-theme-installer # Copyright (C) 2006 Novell, Inc. # Written by Aaron Bockover # Licensed under the MIT/X11 license # # This script is meant to be invoked from within a Makefile/Makefile.am # in the install-data-local and uninstall-data sections. It handles the # task of properly installing icons into the icon theme. It requires a # few arguments to set up its environment, and a list of files to be # installed. The format of the file list is critical: # # , # # apps,music-player-banshee.svg # apps,music-player-banshee-16.png # apps,music-player-banshee-22.png # # is the icon theme category, for instance, apps, devices, # actions, emblems... # # must have a basename in the form of: # # proper-theme-name[-]. # # Where should be either nothing, which will default to scalable # or \-[0-9]{2}, which will expand to x. For example: # # music-player-banshee-16.png # # The here is -16 and will expand to 16x16 per the icon theme # spec # # What follows is an example Makefile.am for icon theme installation: # # --------------- # theme=hicolor # themedir=$(datadir)/icons/$(theme) # theme_icons = \ # apps,music-player-banshee.svg \ # apps,music-player-banshee-16.png \ # apps,music-player-banshee-22.png \ # apps,music-player-banshee-24.png \ # apps,music-player-banshee-32.png # # install_icon_exec = $(top_srcdir)/build/icon-theme-installer -t # $(theme) -s $(srcdir) -d "x$(DESTDIR)" -b $(themedir) -m #"$(mkinstalldirs)" -x "$(INSTALL_DATA)" # install-data-local: # $(install_icon_exec) -i $(theme_icons) # # uninstall-hook: # $(install_icon_exec) -u $(theme_icons) # # MAINTAINERCLEANFILES = Makefile.in # EXTRA_DIST = $(wildcard *.svg *.png) # --------------- # # Arguments to this program: # # -i : Install # -u : Uninstall # -t : Theme name (hicolor) # -b : Theme installation dest directory [x$(DESTDIR)] - Always # prefix # this argument with x; it will be stripped but will act as # placeholder for zero $DESTDIRs (only set by packagers) # -d : Theme installation directory [$(hicolordir)] # -s : Source directory [$(srcdir)] # -m : Command to exec for directory creation [$(mkinstalldirs)] # -x : Command to exec for single file installation # [$(INSTALL_DATA)] # : All remainging should be category,filename pairs while getopts "iut:b:d:s:m:x:" flag; do case "$flag" in i) INSTALL=yes ;; u) UNINSTALL=yes ;; t) THEME_NAME=$OPTARG ;; d) INSTALL_DEST_DIR=${OPTARG##x} ;; b) INSTALL_BASE_DIR=$OPTARG ;; s) SRC_DIR=$OPTARG ;; m) MKINSTALLDIRS_EXEC=$OPTARG ;; x) INSTALL_DATA_EXEC=$OPTARG ;; esac done shift $(($OPTIND - 1)) if test "x$INSTALL" = "xyes" -a "x$UNINSTALL" = "xyes"; then echo "Cannot pass both -i and -u" exit 1 elif test "x$INSTALL" = "x" -a "x$UNINSTALL" = "x"; then echo "Must path either -i or -u" exit 1 fi if test -z "$THEME_NAME"; then echo "Theme name required (-t hicolor)" exit 1 fi if test -z "$INSTALL_BASE_DIR"; then echo "Base theme directory required [-d \$(hicolordir)]" exit 1 fi if test ! -x $(echo "$MKINSTALLDIRS_EXEC" | cut -f1 -d' '); then echo "Cannot find '$MKINSTALLDIRS_EXEC'; You probably want to pass -m \$(mkinstalldirs)" exit 1 fi if test ! -x $(echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '); then echo "Cannot find '$INSTALL_DATA_EXEC'; You probably want to pass -x \$(INSTALL_DATA)" exit 1 fi if test -z "$SRC_DIR"; then SRC_DIR=. fi for icon in $@; do size=$(echo $icon | sed s/[^0-9]*//g) category=$(echo $icon | cut -d, -f1) build_name=$(echo $icon | cut -d, -f2) install_name=$(echo $build_name | sed "s/[0-9]//g; s/-\././") install_name=$(basename $install_name) if test -z $size; then size=scalable; else size=${size}x${size}; fi install_dir=${INSTALL_DEST_DIR}${INSTALL_BASE_DIR}/$size/$category install_path=$install_dir/$install_name if test "x$INSTALL" = "xyes"; then echo "Installing $size $install_name into $THEME_NAME icon theme" $($MKINSTALLDIRS_EXEC $install_dir) || { echo "Failed to create directory $install_dir" exit 1 } $($INSTALL_DATA_EXEC $SRC_DIR/$build_name $install_path) || { echo "Failed to install $SRC_DIR/$build_name into $install_path" exit 1 } if test ! -e $install_path; then echo "Failed to install $SRC_DIR/$build_name into $install_path" exit 1 fi else if test -e $install_path; then echo "Removing $size $install_name from $THEME_NAME icon theme" rm $install_path || { echo "Failed to remove $install_path" exit 1 } fi fi done if test "x$INSTALL" = "xyes"; then gtk_update_icon_cache_bin="$((which gtk-update-icon-cache || echo /opt/gnome/bin/gtk-update-icon-cache)2>/dev/null)" gtk_update_icon_cache="$gtk_update_icon_cache_bin -f -t $INSTALL_BASE_DIR" if test -z "$INSTALL_DEST_DIR"; then if test -x $gtk_update_icon_cache_bin; then echo "Updating GTK icon cache" $gtk_update_icon_cache else echo "*** Icon cache not updated. Could not execute $gtk_update_icon_cache_bin" fi else echo "*** Icon cache not updated. After install, run this:" echo "*** $gtk_update_icon_cache" fi fi gnunet-gtk-0.9.3/pixmaps/pixmaps/0000755000175000017500000000000011762217327013761 500000000000000gnunet-gtk-0.9.3/pixmaps/gnunet_logo.png0000644000175000017500000010702711413702035015241 00000000000000‰PNG  IHDR ¼Iä sRGB®ÎégAMA± üa cHRMz&€„ú€èu0ê`:˜pœºQ<•IDATx^í½`TY¶.Ü.@ãn„„(Qâîîîîîîîîî 1H×àܦ½{î÷Þÿ³“Cuhš¹#ÿÍì©.*U•ªóíµÖ·tøÿþßÿûàþƒ¯þOúù¿Ó?ÿ‡úù;~Èþû¿ÿûoûÛO?ý„[ò ~ðÜÿ¤ïþ›ßåƒÿ€oÈ€Š; r¬HÝ_þö·o¿ýöÅ‹ß÷ÝÏ?ÿLÐýÿÆÿö3 h fä÷ÿû¿ÿë‡~xöìÙ½{÷®^½211qôèÑË—/ýõ×ÿõ_ÿõÿÇ÷À ºZ(dˆìãÇïܺsöìÙýû÷ïØ1Ò¿m[WW×îÝ»ïÞ½ûÍ7ß0ÒÌh2V}ð Þþí¬P‚û÷¿ÿôÓÏ/_~óäÉ“cGÖÖÕ–––æàùYYY±±±‰‰ uuuÛ·oß`?‘æ_~ù…}ìŒ?î/ÔÿC&ýÿþ û ¸OŸ>íïï753ݸq£¦¦¦‘‘‘½ƒƒ†††ººº˜˜˜¸¸¸§§gSsó@ÿþýû®\¹Y'ÒL+vêç?ÃBÿ{ÌXJÐae „Ÿk×®yxxðòòº¹¹ÕÖÖÂèîÙ³ÇßßßÎÖNZZ²‹G:;;]]]µ´´ÂÃÃ[[[ûú¶ŒŽž;wîùóçØ Ù3´Â¿¯Iþ÷øM.÷wß}·oÿþ   cc㊊ŠÉÉÉ—/_Â/l@1""â»k×.Юï¿ÿþÒ¥Kiii***jjjx€ïéî:uêÔ³çψCÅèmVîö¿*ú=_†“;¯¿ûÏ?ÿ284dhhÈÇǧ«« +;44ôðáCFÍÎñÝ»‹‹‹¡¨!¦P¼ ~ûèÑ#°­¨¨(UUUÀZ__ßÖÖ¶cÇŽãÇO^üæå7°Ç¬Ä÷{þ†ÿÈ·û7`æúþ´?9vÄÉɉ‹‹ËÆÆ ùСCðˆ ͬjöÇkk«×&€áµ0Ø'Ožìèè€J•‘Y+,,„b€÷|àÀ~˜í—_ýóO?AooŠXüPAÑIíýOøu/v†¡E™Š#ÿ7u‹ûûöîµ07ããÛlmm]\TtèÐÁG‚9ÓWûo䊓k=õC¿œêر£½½=¶66×®]¥ßê7~¨ˆæ/¿æK—.ÄÄÄÈËÉijjT×T·¶¶8p>Bcx&þèÔ£þ<þúßðߤ=}—÷þg̹4–3öïÿ‹^TT¤¬¬¼qã\ñŒŒtx>÷ïßûéÇ©¿è¾0ãÀ=Ýööׯ]›ðôîyµ'~ùågØ]¸[%ÅÅ::Ú‚‚²²²vv¶0ÕÕÕÍÍM»wíºsç>ÔvÞ·ÓßâÕû¼ ïû5ÿ€\‰P]7Z„å+,(ÜÌË+%µ5<<¬ººjïÞ½÷îÝýî»oÉ•eýaEŽÀFnð‘#‡{zº]œoܸÎú´¿ý ¢ø3np‡Y¿üŒG~þå矠öïÛW\\dei)$((,$djb’””XQ^ÞÖÚ2¶sç™3gž ñq òr[„…µµ´üýüòòr«*+;;;Ž9 Õòüù3ü9üéWlà×&ÿýa÷Fïô˜ÕyÅ}F.É–f] ³Ÿëjj¥ ’îîn©))Û‡‡'¯\yøðÁ·ß¼ÄEǵ¦žºîô¥§¯>ý³Z¿z/?þì‘Çýýý®N^!/|í%3`Æ;L ÿÝ·ßàM~øþ;Ü»uóÆðÐ`\lŒ±‘áa!Ø[kèmÀÜÑÑŽ_81qóæ”Ïö3«¢žRÝ´ûsšÿ!O¡Kgf§±œ‰+D–Dx´PÂ\\ë$$ÄÝ\][[š/]¼pÿÞݯ_<§¯éw,¸’‹>…" O¯)Ø px!!àÁ»M^¾\Pîìü81 ÏÄó__äq*Y?|÷-yí‹çÏîÞ¹ ÍÜÔØàêâ‚M b¯®¦àïWTXX_W×ÖÖ:>>B÷äñcžOl),Áþg0þ‡Lœ†MþžÈØ¿xÝ:N­¡AJrrÿ¶¾ çÏÁæAh..µpe‚ÊÔÓh$Tè;ßýøý÷?~ÿÝ7/_ͺùéÙ¿ð¤÷ 0ë–ü•*&v"K«â«““AÀU\\ÌÊÒ"7'{ûðÐÉ÷îÞyöô .7‘¶ï¾e½ú¯!ñÍK(Ïo¿ù·ÓÏ$w¦×7/Ÿ?{rùâ…±#-M õµc£#“—/=yü蛯_iÝ—/ž¿üú9|}½Âëåר1xõBZoãH_¼p¾¯·')1AG[K@€_AAÞÉÑ!%%HCЇ&&Žqƒ3Fú/À÷ç/}o³Ý)ÒÄâ¨×íÛ‡ílm6lX/²EØ@_aŠ}ûö^¾| ÌüWð•˜â’6úêOŠ« ¾¡0 W™zäų'X/_<›ù+úi7®MŽŒ45ÖWWU䕵·¶BŽ;|óúÕ÷î>}ü¯Å›?{òøùÓ©E¿çSf±BŽgâ¹ø^E>!ðÆÜ>öôÎí[§OžhmnrvrÙ²e÷FPEWW—ìì,DÄl@Ÿ˜˜¸ïh#¾(t5«¿w½ýž~¥§Ù2rïééiÀUNV& À¿±±áà0±=¤@eVI¥%ø±\Y ËçO),éëNîPkúÁWǯM^*.*073qwqvuq  tuv²07usuÂãCƒýãc£{wï>9qìîí›OÝöøÑ³Ç?¼õäуgO=äôb›ùëølÔž£ð~ŠEMëyh |¤+—/=r¨·§;8(PB\\XHP_O/:* yÌæ¦F8WHy>|èÁýûß|óòÇ~øÕ¾7€¡,^©e]Äóü|}ÅÄD ЉÙ3¾ßò /æ•ÑÀ¸CëXJdè‹—Wœu=§ÿ‰[f1¿f¡Aâ¢b"n.Ni)INö¶ö6Vr²R^žn¶VÒ’â¦ÆiÉmÍ í-c£;Ο9uçæõGî=ž^Oh˜§nqçÑï×P§ôQïŒ2§¿Ö×PÝׯ]8~¼±¡ÞÑÞ^P@`Ã0%''A ‘loo9vì2%ÿˆŒÅûxšRMG*h‹»cûvg=ìÓÉÉ+ø¶ )…àâû3˜è^¢~P™«I$iêZã¢OI}õáöÕztïÎéG}<ݸ8Ød¤|½‹ r‡ú{íßS”Ÿããᦢ(·­§óÐþ½…ù9*Jòü<ܪÊ)I m-Ým{wï¼tþÌÍkWîݾùðÞí‡÷ï<º÷á=ê–,ܧð&ÀÿïéM#Mƒ9†#@èØ³§O/_º'*::ÊÐÐ@SCÃÉÉ™Œòòr¤­@0ÇÆÆ ±ÿU4…î´B¦ÊÊéûçÏŸCh033O06Ä[e/¡'Xô®§6þ´¾}ÊàJ."…ßÃûôµž¹î߹ɺN=ìë屑‹C[C5.:¢«½åı×/œ½>yiòÒàš‘’h «u`Ïî;7¯M^<˜û{»Üœäe¶Ú[[åe·¶Ô÷t´îêŸ8zH߸zùîÍkôŸ¸EþнÛ7°û{wðÓrJ¸3¬8v$V»–bì´@ËôKøW c»ÆvFD ö–”˜íããšš‚”å{OW¼ fâP¸CbuØŒ Ž$¾ƒo¾JÐ%‹(±iã:%²¯ã:-7w OÓ@Þºwë:ÖÝé[ÜÁÚ³kÔÕÉ~ã:=mȰ Î¶æGM^yõÒùíƒÛªÊ‹m-Íí§¿>‰uíò…Ý£Û³ÓSÌŒõ•d¥í¬ÍÓ’ãë«Ê[šêzi>úÄÕËçÉóoÑ ›¨ci‚=ùœŒLSfâñCBˆ‘&,ùú´û÷ýë×[š›ƒƒ‚P,æééáèè€$ž§ƒ¥ûsrüÆÏø«ÿÚÙ¥\yhSWg7Wo/„,>î,ø%åNLûš]¢Ö´S¢ðð>‘ÔˆÔÛ7&©EƒucòÒÍ«—j+KõµÕ7p²©(ÈÄF… më™8ràÒ¹S×®\¸~å"žpóêe¬+ÎììÓÝíí¿Nÿ O^<{zâÈ@Og ¯§´„ˆކJDH@Yq~uyIkSÝÈpÿ‰£©÷¼|áÆäÅW/Q`_»‚E!­F! Ÿ‰4ùvä›2_œÈ1 3̬²±‘.”­-¶²²ª¯¯ƒN#—ôü“'þu€™Ü*¥™IÎÍÍ131®©ªLJˆwqr‚ÛpåòÅ—ÏŸþ‡çå ¬ož?ýæù“¯Ÿ=ÆzþøþóÇž>¼ûôÁG÷n>¾wóáëXî\¿këîõK̺}õ«&Ž'ÇE(l‘tµ5O‰ ïj®9qhüÚ…S7/Ÿ¹~ñôõ‹§°n^>{ëÊ9¬És'FºZjÊü=œŽîÛ‰_Ý Ï¹€uw&ÏNÛ7¶­£±4/ÍÁÒHFL@GM>ÐÓ)?=±²8»¹¦t «ùèÞÑó‡ðV7.¹=yž|¤{7¯Ü»qåÁíkÔ¾{ëɃ;ø.øFäÛ᛾|þäÛ¯¡¨Ÿãë´Ÿ=9}r¢¿¯‰md¨´@ÕÚÊÒÙÙ)22): ó¯ðT>n:¶ t±d¤¥‹ n\¿våÒÅÒâB/½ãcΜ†ÓùâÙãï^>ŸF÷ í}àŠ\ß»Pq¥Xqœ@èÆ¥Ó×/¾zþdNJœ¶’ ßúµJÒ"žNÖ…‰»†º'ŒŸ80yöøÕs3Öµó'°.ž<<ÜÓÚ\Uäçfwh×ðä™c“g±ŽÓkêΕ3Ç.:|êÐ8ž™•e¡¯.²™KV”ÏÎ\?12¨$;¥º8»£¾b¨§åÐîí玼röøËg¨ 4yÛ0cÝ¿u•Fú`~öèóÓG/°ž<üöëgß@¢=¸pöôð`¿“ƒ¼ä„NQ\€ÂïHkÒqMŠ¥¾Âõî<• ›¦W€Ñ øB:Zš'&Ž#@øÃwßܹuÁ£°àÀ£‡ö_½rqòÒùçO~ýìÖ´§ eÅ׋€Šu•Fh¨§ÕÝΜ‡c¥š¬˜‹MF|xCEÁî¡®‰ý;/L¸xò॓‡¦Ö©Ã¯îO?xæÈžÁÎÆ†ò|_›ý£ýOÄbž†ûx“óÇöa;¶÷ì‘=GvôµÖgù8[©Ë‰Il0P• òtÈŒ(ÎL*ÏKk¬,ìj¢dúøl;¢*Ìw®A¬'ܾŽý ˜©Müä†4ƒ™;|p¨¿ÏÆÊ\S]µ¢¬ìæëÐÞv‚Z{yzZZXôôô|ýõ \Iº\ä=ä$ÞàWU 4ÀDv±üý|ƒð¹ðO°7ß¾|xÿ.Nb\ô¹Ó'.? F4ØS Ú[D!‘%¸Þš¤ %âÕTUäjk*°‘M”o½ŽŠ4.q}iîîÁÎû‡&öœ9¼ûÌ‘qêöðîÓ‡vaáÎÙ#ãd;º—Y'ììo«­`N–x9y2y>nO܉uúàîœ<0zbÿÖ‘]»Ú{›*Òcƒ-ôTÄ6¯“ã³ÐU r·K‰ ÎIŽÒ}muØ1P!ç&iho4`&_þ²÷!ÄïÞÂ.ïëî052PWQêïëAhè‚r„‚pj!ù¯éÎíÛÄA°š©ñ{g“üW&Ùl`9ÙŽöVý~ú’`X˜Ÿûwo5ÕÕD„]À7&Áqht§¡½9-ì".pÝÙßéïj+¼‰CABÀÉB?Òß­*?m°£~WÛá±þ‰½ÛáëØøÐ±ñArŸ¬ûv°®“ûG±ð´¾æÊ†ÒóÛZïžÀ¢ß/?º{·¸t×ÀÑ]ý‡wöá‘#cÛïì¥oûö ¶÷6–¥G¸Xêi+ˆ‹ò²+ŠóÙ™hÅzä$E•f'WfµÖ–Žlë8²wôÒécø7¯œ»sòє߿}ÿöõs§Žôvëëèëh!ºrÿîm’$Qw8Nñqqˆc‡‡…" …´S)ðÎÐ’¾ À¿'¾(a‘‘Þ:qìèß#[€0$(Õs¬—Ïߺ~e¨¿';=Zëá)&…KÀhãkN¶Õ–»Ø˜ðr¬”Üh .ïãdQ”;Ø^»{ ýÐhÀXÖáÑžÃ#݇˜µ£ëÖh/ð °®#»úìèîi(m©Ìó²3~‹çôP¯Â-½îè>°½ëàö®}Cm{û[ÆûÇ·5ílÅÚ?Ô6ÖS?ØRÑQ—ìdª)¿e£”À:-q' ½?׌ø°‚ô„²ÜÔ®¦ê½£‡ö\<}ìæ•ówo\¹qå‘{†·õøy¹«)Éô=¸{ö˜D@ª!ÄpŽ3ÒÓà{yy––”<{öô}Õü%€)52UìòË/?ýèìèàíéqýê$-¾ÓèRlù¸|Œ†šŠÒÂ\B’ïÞ¸LÔh—‰®àFvUQ }µH׆Ò졎ú}Í{Û)ðvtÄ¥îÀUÞÛߌ5Þ×€Û=Ûš¦ÿÙ¸ÿįZ÷¶íéoÁí~<Ÿ^û†ÚÇû[zJzJƒÝ¬¶5•íhÁ¢žL/ ¸»¯‘Z½ uwOý®îÚ±®êÑöÊ±ŽªÑöбÎʱΪÝÝ5»ºªwu׌´WôÖæ×ä%ú:˜¨HnçeÛ²q¼Øf+CPg´²¼ôÚÒ¼Ž¦êC½G÷íÚ·k¤¿»ÝÇÃEZB´²´FŠæÕÏHøš¤8QÔPR\„äi€¿DxTbúç¯ñ[ÌüUB²HM`~ö쉄˜XWGô3L/í=Ç7´X°Cïß¾púxkCuW+íä9Ø­üô-%)7[³Œ¸°žÆŠ‘žæñvÈdôà T Âm ã=µ»qq»ªÆ:*°FÛÊFÛËGZKq‹µ£µl¤­|'Àè¨ÅmgõÎΚ]µ9ju׎tT4—öÕÅøÚ7¦ìh¯Ú »ëF;kðäÑŽê‘öÊ­åÛ[J·7— 5mo*n*¬ËnȪϦ×ö†<,<²½±`g{ÙÎöòmõU9Í¥Ù±VzÊ ¢¼"›Ø%aV£‚s]Ea{cU[}Uj|”Œ¤Hq^Öåó§ŸQ&ù!¬2RRDˆáƒ_íEZŒ¼2Š–5`j»þŠ%þKÓ5PºˆÎ”š™;sê;ìJ]xºÀÓ„Fþâ¥3cÃ}—ÏNß1ÐÙâ3ÔÙ°¤÷Øî¢!¯ûú›öôÖш–ïh)ÞÑT€5Ü;T“9T›5X“9X›9@Ýfá¶¿&k°.g 6g >o°>¸©h°©˜¬á–R¬Á¦’Æâ–’´Ä§ŒHï¦Âäþ†BòÜÙV—7ÐP0PŸ¿­&oÕ[‘ÖSžÚW‘ÒSš°­<±·4¾¯4k[YBybn«Rð†ë²Gš G[K Ü;»j¶5”´UæfD8šjë*K[jz:Ɔú%E‡ÄGÛ[šh©*ìß=æÚ€Aªá³Æ@ ‡Œ2lÄ/QÊO´4)xg—éíf_‚.ÄèB?kkidg¦ß»s“È.íì>¥Ñ¥‚´{T™¨e‘ÎÆJ8¦E q!û†;ï€ÔB ÚÝ=µ» ¦­Å#µ>g°*u *¥¿"©׺8«»( ·½%±=Å1]E1ÝÅqÝ% =e‰=å)À¦»<µ·*£¯&«§2³§:«§*«·&§¹0± Þ?Áß>ÆÛ*''uV¤ãWÝéÝi¥É]%IÅ m1E±íyí¹¡]¹!ÙAYí™þYþ9ݹÁ=ù¡Ýùa}ÅÑå ƒÕ©ØaÛóóxOÍ^|ò¾¦µý-•…éq0ÌÎVFnvæ>®öF:ºJ{Ƕ÷ .2åOǹH2 ëÒÅ‹)ÉI°Äh­@‰xÐÁ†w¯§g€)åÌ|æÔÉ­b»ÇF®¢‰«¢£T¿.‚GéñaàÉ!^ŽEéq9 !¸(·w@Cïl+m)®CÕi˜m@± ×—º=×ÜR+Ó¿-Ó¯-+°93°-'¬-7¼%7¢5?ª5?¦­0®µ ®­(¡µ8±0Î'ÎÛ*ÌÙ(Ð^7È^7ÆË*3Ì­49°1'ª9/¦%?¦97ª9'¼9+¤)3¨9ݯ%Õ«9ų)Ñ¥%É¥5ɱ5Ñ·IŽ)Ω®éÝY>]Ù=ÒC•ÉõØ‹P6ã½u†Úvö4Ô¥‡y;©Ho1ÑV¶5Õµ1Õ7Õ׬*Í¿qå< ÄQ$ifRUòöøå×4—މFþ®±1Äï§êPÿBeÏ[Ì"¾Sõ­D9ãs¤$'š›C?C9#&dž$Ñ”ìNž[>²w‡²Ô–p_Smo{“†¢´žš<š±ö²ÑæB ÚÊäþÒ¸ÞÂÈîÜ ŽLߎt¯Î4÷ödg\å–D{\î–{²ã›©åZŸäVŸìUŸâÓæ_ŸTŸRžèãf £#Îe¦(`"ÏgªÈ¯-Î¥-¾ÎH†ÇÇL9ÁÛ<#Ø®0Ú­<Á»*É«&Ñ£&Á½>Ñ­.Ö±.Ú¶.ʪ>´!ܸ%Ò¸9°5«-ʨ3Ö¬=β3Á†Â;ͽ'Û†9f°"i¤1w œ ­¼µ,3/!TCv‹–¼|w/G++#mD@<œÏL&Z#-1• ROTVñö­›ùy°ÄÞÞ^ùùy¨µ¦j¸èõÎÕ[ï0¥2PJø3©?UV”‡~F]ÐâVD|é$83aU@wòÜñä¨@ú[ªK3½l âü‡Áhrª3†«S!²}…áÙþÝ™^—¶»ŽëöX‹ÖhS\ß¶HC²pÑ›# @]„I}¤Ym¤eu”MmŒ}U´CE¬sV€¥‘$§2ïKÅÍ>&ò–ÊJüš"ìÚ¢F²vj[Ô„V뉳û˜Èƹê'{dû™…X•…YV„™W†šÔ„ÔéÔj4©5¨4ª6âV¥%X­%X½5L»5L§=ÊŸª#Ѿ#Í­;' · |°2q :½)/&?ÎOO~‹¾’xf\ð¶ÖšÒܸ ÐÕvæ†;‡úç¢BÖ÷o?zp—Î;=EƉ”†¡â…M¾>>a¡¡(ÖDe »‰Š~çèô›Ì*¾øƒ„9“ºÔíCƒªÊJã»v"J+gB¬ˆržŠfܹz‘}1 ÔVÚšæ=Þÿ²­µ4=ÔÙ(ÁÇr°:­5;6¯+Û:òÑoE‰K”!®&uMC4qq›¨ ­ÚŒë¨B­ uÀP U¬Wdï£ã§½Y—¾ŽÀbGžH;Õt€b¥b£Äg«Ì—âm’`™ènàm$e(Îfº•ÝÇ@4ÊJ>ÑA1ÃEµÀK£ÌW­ÚW©ÞW¡ÁW¾ÁG¶ÑW®ÉW®Ù_¾ÉÜÊ·©´ª´…jâSuDu'XáÓvgzwdÔ§úå…;Éó[il-M‹ëk†ûŽjd€‡§£•³µiFR h&v<Fébªèå]/©ºÁ³gN‡…† èâìÔÖÚŠüñt·À;¦Þà¿O7L ƒáïësõÊ%ˆ/h3«õ}E¬&Ï]={üòé#ƒuZò¢MeY”‡Ú߯2ÑÓ$ÎY»5ݧ6Úº%Φ#Þ²#Ú¸-B·5 ªµ©6(áÊ6û+âr7ø`Q×½Î[¦ÞG¶ÎG®ÆK.Õ\À]v™“ôr%Î}x[ù,oƒ,_ãÜ3ÜFÛ«úJ8©ò%{èçX@d3¼ cìT\Õx ™Š,ñVÝe$j%Rè(Vá"^í&Qç¹µÞK²ÁS¢É{kƒ—îà¶ÉGªÙGºÉW¦%@¡%P0·GèµG›´Å[WGZå˜Z+n¶UÛR–´£­üÄž¡£ãȰz9Yû¸ØºÚYÞ»“Î>Ý êCè²*yüœÊ-’úíÚšjT‰CŽá_½:I·µ‘NŸwÁø&ôŠr!¾7¯_G•dGkóÓǧ­ï+æL+ç‹PÎ V@÷‰v&Îæ:C­û[vuV‚› U¥4gø¥¸j¦:*4D˜Ôj4ÓÂÚ h•q›ü§t“Lƒ÷Ö:ñ7±jWÑrG¡"¾\óÆ\Izl zìÉ&²³ÏÞæ*ä9à8Yët4ÕÜœ¼@aL1?{úž1 ›ª§ o‡"íUï\DýOEž‰~޵±¶:wúäËOv&‘ *Sôð.#¾TR襜÷nï–ØÌ™é³³³z¼»~$et‹£:3}ê¢,ÒlÄÒ-+2áþ@™ý½‡©®Ì4ãɳےk/–i'žn'‘f'•a/“j/‹•`#a*¤Ëï¦Äg-•ì l/Ÿh'›hKýÏL±K2ˆÕåŒR]®07Je±…ÈB•uŸ˜ð}¡°î ñµ_hṉ̃]`*<_•û+¥ ³Ý·ÎkòÙÚä-nò•­öηõSZá¥ÂYhÔ•:T“_Á¯ÃmÀxW{d€»¯‹­“•qZ|äù“G0*_ÆTÑUèC ª…P <%P-'GG¡¢åœ’¦_W×¾ylëþ=÷÷å×/•*ÊË2"è"@CÐ%Ž/áV@÷ Ä÷Ø>/3#õîš|xº;[‹·×en+‰¡Œnªs[Œy­ŸJ¦_ŠW®å¦J‘wñ4“ÞrK,g›òÏ’dûœ}Á'kç¼jîGë~Ì»ô£Õs?\>çƒÕ_} Îù6×J솨®Ìµâ˰àK³L1L¶N±Ü’d¾%ÁT(Ê`s¨Öz/ùUq¦‚É–¢d%Yˆà·x4|ºùæ îLCö@ÙZ\ò,ùˆgé'ü+>c_øé’9Ÿp,ú|óŠ/7¯œ%Î1ÇHh¡­ø"sáù! ²L8J„ó,y¢ÔW…©­.öT·ïÎ „€H О¾ø÷vô”å${Ø™ûºÚúºÙ¥òÇài-M‰ï×/{€–.//C¥TtTT$2ëTçñ»éw ÞQmMªŠòÎÑ´ûûb:nEÑ«iñ½Èˆï™C»DxrâƒËÅ7Ç÷G¬ '/¸;Ý­+Á²=R¿%D½ÖK:Çœ;Te¹ÎæyZÜ_:ˆÍ5úŠsѧ«æ}²fþ' g}´yù§€yÅW±/øhþrÌÿpåœ6,¤`_ùôê\¥瘭O6àL7ÞjÂM-ÓM)F£µ9ÃÔ×øÊ-‰Ñ]Ÿ`ă•hÌ‹•`¸‰z‚ñ†4Ãu¾r‹Ô8?›lZüá‚/>\<û£µ >áZò¹ÀêYòçKpÎå_=‡sÉ—¢suëò/0Z`)w‚TôMkiÊ!&Õ[ÐÒÇõöò AC3ŠS©äiÌ|{‡ø­~•$Þ‘®¶¿ryJ9¿ŠlPä-´øNÀúž?¾¯¦0][nKGe6Bö#Í0½Ép‡º2<;mÚ"ôÀVZ•šýdËœ¶hmšmÀ7Ç_n¡½øB}þù+æ~:çóÖ/ùœwùç䂳Å×|&°âž%›ó}¬¸4Z}E¬Öª{ò8Š2gHðtÝ7hTGÝ4 §Ñ´Žä*RIê[‰ïIð+€éì/l€î< W€?¥Š¼Ÿ#»I&ôŠU?ƒ<Ÿ=:îd®äbÑW_€LßP]vY”͈6n QoöWhö•©s²™®º(£Uå]h!¶ ZÔ]f)¬]òÊ:gÁJ›õåº%flE&k V3X™¬Æ*4^Yd¼ªØdu ½JÍ×–™³a•˜®)2YY`¸¼Øx5~‹…gb®öyz˘…Ý€÷)1][jÆVaÅQë°©Á™?˘ÓNj¥8ç|gN‹­lœKç,˜ýÙºe³eVyÊ/QZ𡹀r—}d‡At³ÒÒ=űð—nBš\zßöîì¤Hs}/'«@/—½»FQe !þ•Цúw(ªõàþ½ü¼Õä#m¾Q†óË@¥åyf뢴9ÝåWë -•âšg ´(Íh]­d@¶€n¾ÄŽ’¼|JdW–š®.3gOÓgKÔ¦4<8s€ÊéUfb˽×ø)¯u–]¤Æ«Ãn-¾ fUƒw¾©ðB…e€XR`›¬*¢dzYdÇ”Y°UÛ®¯sànv,¶°–Z£Ä»T9ÛâÙ+|¹…}þŠ2÷ÜTözwÑ:D»ü‚µ›b­[Ó¼º "û«3P˜€DîñØ»½'ÜÏ é/g”×;|ÎÒLžE— Žµ‹Ü„>´ScrF¸ÁF¾g’5=ƒL«è_~A§”¶¶Ö¾½{¨¾ÞßÅ…(w½|êÈ…ã¶ ¬ñwn¥j_PÌ9ò} šH4©6"îè- J¥Á37EwMžùúhÎ8½u kd7Ìw—_YçÈ =Ynɵ ,k®îʈê- €¤Älu¹9[¡)G¸ÚÊXm6ì™Õ[×/[·@„sÒæežªëLøMø¼Õ¸´—s-›Í·f®<÷B¥M u©lšg"¼”­Üš|u±ÑŠ¢éEí³5•Vëjì66ºð5{;Ȭ±•^뢸ŽÖÒŸ®_6Ûnër ŽÙ‰\µ®[ê=%ê½e‚´£-‘pìÌï«HE}ÈîÞúýCíøÐØ@qf¢½™¾¿‡£½µy[s=Z§X¦´c ض­ÏÝÍ5*2BŒyp¡Þ¶^úO$˜µ±ŒÊ1üòËÓ'OÄDE0=ub¤©žU‚I|ƒ8H8!Ü×@Uº³¦…Tx¨6úI@¤‰ZÂt)…òì%a¸y\ØLC6O…5Rëçãê+p/Ô\\K£[a½Fª æè,ÎÑY”«»¸À`)(1]E îÚ(ÍÕF[–аÏfŸôÕ—Ÿ~þéÇ_|úñ²y_j‰¬ 5Ðec_úÿì“ÎùlÙ¼/õÙÂ9ŸÎŸõÉêŸkð.ˆP[Ue³®Ìl Þ³Èh9Æäå´¢®wäirJ6Ùä®Äi-Í.εHfãbM¥&[–ˆ¬• ¿¾ÚIaT\¨ÑmÑ”äÞ‘Ö[ž<ÜX0ÖU€Qˆ^°éw{Kt¼øœš8Ê”žò†Io-zl1åã] ÁˆNƒp¡;ímµôŸL’aÁ÷ÀÈSª©ªL?Feª©–çW3¬»×/SøÂ‰³ÇöÉ‹ó‡û8ŽtÖîéom-EB üötïÖ8k„à;"p_ã&¢ºáËx­•2ÓdƒžÐÒÕ ¿X>ï3¸žõNÀ°…Ú8Ow  %è, Ò¡ª+}Wå²-žD¿üìã ¹DCúèÃÌù‚gí¢ «,™÷墯¾À>ýø£?úð£?$Ïùê‹Od7.ÔZ ´¢Òz]¥³ÉJ¬2󵕖œ”–vÜÔì.”aÆkµu•4è´¡èJÑå:ü‹$Øgç[ò”ÚðT9oA ¤.@½!Ê¢)Ù÷”% ÕçuVïh9²³*·.ÈH°37p¶·63Ô¹wëÆ W˜"ƒ.& ÖC™¨FÔ_¼p™bý†túM¦ÆÐÁGBÏ6Zìe¤¥PtpûÖ-°jZi§ë7X)4]¼~,)2ÀPC¾©<‡*mì­GuÕ`unK÷j‰±l Ñ‚_ш‚›ˆ÷—©º«*m6 `"º .&ÂF:°¾Ü¸¸°¾°ˆPÈyz´ùúKŠ(>¼šf>ŒÇ|å'óƒðÿOqo »©#¯€÷¬Ï?Ý´v±­ ¿×òå fõågxÚô&øpî—Ÿ¬]ô¥Žà’põµ56\UVœ€™¬*®» N¼-îB©¦§ò¦ù꛾*·áÎ7ã,w¬r—¬òS¯7oLrkÍA²Ý`äFÏÀ(µßÞÓâãj€ÑíØÚTíÊE&žEu#Ò­ˆ?|O•Ó¢‰ú䉾¾>bÔñ455!øVfø&c7Fà ķ£½ 'öîÝC+çoðÔÔ’çO™ô>C¡/ž8¬¥ âí8ÚÛ;4ÒZß·¦ºSkÖûÈàzw­M_‚%é±Ãô"HÄ¶è ¹  ×רqãâBŒ` —Z.ô'd«Ò’=Vkµ“ÌJŽ%³fNÀý£ŸÏ?ýD’wm¢£²Š—Ôæµ²ül¼lK ñÌk Ù[ØçÃÊf™n¨wܘ©e» è6» ¶y‰ú©­K·àÕá–å^Œ¸–& ]¤–”ZoÈ7_W`ÉMì¯AnÏ ï.K¨ËC­'¶8¥¢÷¢ëâØÞ‘Ü”8;K3ôªG…‡ O=Ç$­„ZZ2ØejbÐ?`šGFF*j!Ç¡¡¡·oßz“™¼Œ|ÿ.À¯&JÒe_M_ÃŽ`íaÈŒ#¢ŸÁïI“ ŠÚIuå#]<ŽÆžÊü´Û»ÝÝSºÑWžÜ™Öšê ÀÈÖ¹n±[¯¹R}ó"1ÎyâœóLE—%€¾ò€à€æÀbhËÍ×B²Ù5ùó®ú úxþì)ñ}á?þhñ¼Ù+ÏÅ­¦ä¦$g UÑ J[¸Œä6›)ò/üêKæ%Ø!ðnAʼT8:dš\ùœy±š@¯\Z=„»ƒåíeÙÌ$×nZ5wÅü/6,Ÿ-¹nž¯ü2„¾+íy -Ö# ^æ,^á¯Ya‰êŸ–ìP<ØPÀŒ®‹³G÷œ;¶¯¿£ÑÉÖÊÛÃÕÃÅ©07 ãDHN CÉ‚ð.lÒà@?ÄbLLÀ¸[¢¥Ê›”Ó¾À]dLˆÁ ²Þž4ûRSig ] “ð]Û%7ù8[£å;÷àŽ.JE7ƒU‚[¶¦z6D™ƒm‚’Ô¹‹ƒÆè°ÇÓ1#Á5s XÆ"Ë2LÁ]jí6‚ãTÁ4ZrTX°CgB°ªí¹¡N—|õ€…ðÎõÙ¬Ï?YÇ;|ñ6Çóg}Æ¿v>‹}a*m^"dµûˆµûˆçÛ Â æX:{þìOåàY9G•gA˜ÊrXß ÛMùf\9¦ëól…Ë|5*Ã-ë“=[‰×磮ŒF H0ZÜÐî6q`WVZ"ˆ´—‡««£Ýá{a†IÛ8©”&èR“~þ “{JJŠ1¼–ÍK˜kC»¬oÔ¹ô'*’ŽB%ûù'KKK„FÑš>5žÅ0é'£FCŠ£µ‰‰N{}ÙQôÿìØ?LÛàæ¢m•i]‘ 1V¸Î[¶Ö]¢ÖeK¡ o’æRø*6’Ëákò/1]žm¾ Š±Ñ•ŠšÒ–6\Pžz‰,ºŸ|üáì/>Y¹p6×Ê[yׄYÈÕ„›´€¾ÅÙ j®<Ì¢1ÎÙªñÒ€E~ávêz².zRÞÆò¸#ÆÃh._aVè§g,·ÙR‘OIˆcÝŠù hÐül íäÖUºˆuøIuHwùKUºˆjq달^³hÖºesÙæ!³¤²i~ˆò²J;î2›æ\Ù¦ëSÌørÝU*Ã,j=P©‰2^ F³QÑèxÀ—OÝ>Ðëâh -íhg!!woÝ€³Ø`ŠEfÈ®?Ƹ`–¯¯/Nø‚Å$‡;ý)Õú €Y'ÃâõÔ{ýò·¡áAœ5ÔÞÖF†‚NI0¥¢ žøæä¹‰CâB<5%906è×;¾gn>ÂuàþªtT£.µ.Ú¦6X·Î[®Î]¢ÆY¨Ú‘/Qsy–Á¡Åˆa ±Íb›ç$·¶ÂAº0CIbAm–ÛoÖ^Žpÿœ/>á\6WWœ3ÃI¾&X·=Ö|G¶Óx¡çŽ\·®T¬]%þGkÃ×E© +òkNptÖ•’Z/¸a ×ê%fÊ[zÒ\–ûf:gzêT¶Åš—úiºhˆ¬_¶qÕ|~öEª‚«ƒõùË\¥ò$ÜU¹6¯XµpÖW_~‚(>ÜhÉ%2‹Ê­×à|s®TCÎ(}îcá¢`ÓÚ$¯–ÜHT\Ô Ó‚L“¬1Œò´£÷&ÆF:ØXúy{¤&Å:°ã›~ 05Ä0Cº0ù%xJù€Ñ-d$ƒîЮ™ã©d˜3¶‰µø%¾~~~˜úÊŒŠ$Ó6Èì1„*é<ÿT):ÔßTW­ÙÈž:8€ÑÚ…pb:èè,ˆjN÷­‹±­ ѯóS¬v¯q.³Ù”¨Ã§¹BpÍlöÅ_b!ŒÖE=ËŠ¿ÙS¤ÃG¼ÕS$Bw#hÞ¬OÏýBI`u†£ R£6û \÷{Œä¸–C«ˆñ°Kñ¯«±=Vu¢1f¬$°(IJ,ܺ/Ë«=Õ-ÞUWxãZ}9m™ýYîxIE˜i¬ƒjg¢õ®\§žx³TGEe!ö¥óg-üê Þµ U×ì• g±/³lþ—‹¿ú|íâY’\ ¥–»Ë,ñ‘_Zfµ¾ÔzcåÆ=Ž=n/ÕÙ>¸5/ª«,e°¡}4 À¸ Q€ÏŸžèhi°³¶ðõôðõòÌÏͺtáÕÏ2=ÐDeQôúWzÛ¶m Ó˜€C€0už)Ñ"ýž(ÿ¶3‡à­±ƒOõÅ¡ˆ­Ð¥XŒcœÊ”LÆ †];ú¥Dø£‚íEœ^4r¡7­(.¯u¨ÑGýb•«x•³.Pœ[´ê ‘Eš|‹V-øâËO?F¼W–{ÉÆ•_!r„¢ KivŒîò³ %×Uø¨¤ZîÍsºKyá &Ф%'X™›úùxúz{b\¨úGÜ$f@2xHb0ÐõññihhÀÁ‹ï"ÁdŽ(#¾rÁõfffˆ¤à˜?ê< Lýe˜ŒB¢“ ïS ÝzÊž.vÝ-ç'¢÷ƒ:"ÔŽî?pGQêã*C+}U«<$qiŠ,7ä˜pF(-D®ÐYzÛ"\Ä/7¬øjʹppE¹ËðÀywvÉÜ/í”yꃵwfXï-pٓﺷØk©O}´•® ¿–ÔfO#9­›!¯û+ÃT…ÔÇ9çûះk#v—í«Ý–íµ£ÀI½­üëìµ%s¼ú2Ü’\µ Þ—û(öìI²±WÞ²~ÅŠ…sÖ,™+±iå²³–ÎûC„s¡,÷"7ùÕàÏâ ‘·(2ã,À¶iVBÞ*œ>:üîÚ©¾fM¹‘½U™È¢ÑŠEÓÃMBˆõá˜ÿ‚Q@£Ûìm\¼=ܪ+Ê©Úrº§”ô†3³ËÁ„CĹ08° Z·7oÞd4ó[«hb†Q)ýŒæsL Å!B-@æ ³Ú`jòÓ4Àp“Fzõ4UÐ?xñÔQlR*Wxd£™]È&õ×å¢M"õ ®UafåþÒñZ+Š,7BˆÃT—§è¬ôU\8¥"ï$m0|\ 1~ùÙ'²|kŽ7DíÍs:Päv¨ÔëhUÀ¾RŸ‘<8'-˜ØÂ ³í~Cy¾«Ã%„x0×'ÓÇ*c5Ä;î­!’ àÅx9BlÔ¶ey€…U†[jŽÃ©ð;ZXl¤¼eç²ÕKæ p.æZª¹…ÍO‹W_tµ¯ {ˆê*—­‹òMØJ,Ø‹Ì9‹¬¸ÁŸÓl%¼Õ7:(npÑÂÛV§÷У™,š|þø~H0“~0É«¡¶ Søü|ÜÝœ1ýéW2Õ‘U‚áÅ@•âì¨hH°——Ž="H½…ŠfÄ*þù³ç8›U__?44çI!•A¨3“A«”ž.¦´41 ð9yd¦Ý° ~P¼tÿ!¸ÿ¡!Ž¥ºÙvb1êËJ¬yÊm7•YsǨ.ŽT_i!¾L©‘Ø%¾Њ<Λý9çŠùëV.5“:\áw°Øè$N4Dí. hˆ³¯‹±´@îxCô®’ ®tw45'9[dúï. ÞSRj ÙÅ Í@]A„ÅÌm)®P×U‘Ö§Z&êÂUæM1ú’úÒ<‚\+”…9L¤7ziñ%YûklðVZ‹øFÙº$9LØ Í8Qw—c'ší,o+g'¿ÞEk‹³¶xZ }gyÚPs)+À0[S*š)á#÷c„›ÆÕ¸¹´µ6cÚ#$˜Ì='*š¤äMÄA©###ÞÞÞ8½+>>–’MÆ ¾© f(4vÇ‹/Q\/,,D* ðÈ<``šg½¸¯»]AZ¼»­ñÚÅÓ˜K‚ñD`¸}˜}Í‹æy´ê7÷T¤µæE6¤úTGÛ—ú(­N2\_bà žUa³1Ã]Ÿž•øR'ÙÕaºÜz¢k4¶¬å^½@u ‡2Ÿ…"_K´Ù¡2@‹$€[x€“ [b£é„%Þ°v/çJwC9Hö‘ÚHhlHðѺH,H³š¯²çJ~®Õ®²g:RO4DŒÕ†–©‰mæcóѵÜo!–f)è,¿ÖJbE¬!GU‰)[® G¶%_†DŽ›J†»–»Žˆµ"¯£Ž„·¹Z}^ìpkÙ®Þ @—$_9}”šãDëBéfÓåçÚÛZ‡ÄDGBˆ&sëYŠp0g)!!!::n1Îå#BüFh™YÞØ,_œÇ‚L$U¶I'üÉŸ¤3*¥€¡¢_ÆsúP j ÎTÓ ?I&wß¼>¹UL3V@ýÑ:GF£7R À}‚pÙAvK^dЧ‘®ÐÒxk™Õg©B[bË %\%å–œX_h *(¢ 7Ã].óV6ÚØe w‰÷±ê`Z9CÚ¢N·&@-£„â¶ €,nc‚Zÿ¢´Ñ?“ ý EaL­8¼ÛÖÅ9X¨‰Ák ´R=ß—ƒ_€W…ªðÎtLwUK´“kDí˜b±ƒp“+=¥\¦kP¸™cĆêë+‘4Gùl/¼ ‹Ò(ç¼p'G=KuqWSµÌ(ŸííU`ìrÊGbøÆURX‰ÇÉãÇ¢"ÂPh"…%ÆÕ¥œà¿Q †c 9ÄÉæ8Ó-˜aÏvþüyÐá?¯'BŒP!¾8χéRM´ cZEÓg `Ø Í³2R“,ÍŒÚO†CÑ9ÿË`hi˜aØ `šgaF_ufka¬ž»§žh–·~·V®‹|¾H¡Õ¦"s0ŽRKŽJ®µUÒ+½T×ǘ ‡Ù«ðuÄšï+tc˜ ‘{аׄÖÀXNéÓm‰Ê3)F[aàXÈ=Æ0ØiÞF°Ù~æÊ%¡VgÚSˆ© 9Xîw°Ì§/Ù:ÓE mpÍ~òë!¯¶Ý€5êÂr V¢"ÝŒ7ÙJ,ÃY)ß%ĺ<Σ*Å?-ÈÁJCÂÓJÛÓZ¯¾(mÿp'.Fw`\jÒÛä%ÌJ%Ãý…ƒÔÑÖâéî†îBTq\8~ê!têÒ§;0†e­GŽààà` ‡1ýs€‰ï a‡–‡Ãôfggã±á¿ 0e†¿ÿnòòE5eŬôŒýÄpÒ2J&f˜ð,Ì¢BÊaw_ÃvJKç%x[êK¬Kñ6.³) 0=És”̱âGD·ÈŒ¾jtªí6”XsÇéoÐ]#¼n±/Dê@‘û‘ ¢¢f5ÎE >.ÄÒyª%žE^c'šbÔGSZº…qÐ…=Æ#Xp¥"4=,UºÓ=`¡ÁÚŽÕ„®ð‡[<–ãX鯕ç"Sè$‰î#Ôz"C ñEÕ_žáªl“uéæ|©6’iÎ*9¾†Ea¶åñž Yá5™á1^Önæš~†éQ~#Ý `Œ ÂŒT?SU‰î=L JJŒÇ¹LH* ƒ„aJÄmaÎæa¢@“ããââp*.ÎU¼pá 1¦?ÐÏx#ÐAÈ3«Ÿ™yFšÏ€1Ž›HŒAýسGôìɇ˜„E ¯CÝ=ç󨥓‘>±o;í 7Cˆ°§™ªŸ¥jYœúµ‹‚ÍÑÚ›í$—m»%ÏbœKø¥æìV(¥Ø˜j´ÞbëZU)¶’{ó_¹¿àdc4T4d®.Ö!ÔV×]Ü?I/ øñb€‰%†¸Q¸R>¦Šš 6Ö¾=Å‘êÁ,—]{ò»cŒƒ „̤8]8Tx&è¢sU®þrŒöFDÙÐÁMžík\éX™èÓÙ^’\ŸímëïàbQœƒÞ;ìuD9à@ÂËÀ0\º.šê1$¹B 1²}¥¥¦¢ÊçbŒ8} &ÝNó\¢eAžÏž= ’…S¯aŒqÜߟŒC•À_½z•œr?¾g`“÷nC¦Ï'›ž½€Q¾‹ðžÎö‹çÎ`åôŒÂé™ WÎÒ³@ž9²ûÄÞí˜#¬§®½<=9Ð>?ʽ:% 2Á£$Ü&ßÏ0ÇU9ÓN­c PÓBã5¥æTE£‡üJ©õ ÕV»É"¾±¿ LøhMèžÒ@ØZø²ð‘Ö T™æS¯Ì- ´ÇbÆËC‡ ކ‹ k !&±-¸RFòø-5f? áa(•æ¦ÕiR¬ã«# ²n± ›â¦j›æ‚aåè.ËÒ[‘bÀ jb#™ê¤‚žãÂp»Ò8Ïêô¦ü¸†ü„ì¿Ä`·Ô-Õ•dí?uxó£.9~ñÜi”Í¢èŽÒí›×Q¢ŠÑž‡À©ˆ°Á(Å*/+Û½{N¨F! ²ÂZÀ4~ Y!µýýý°¤Qä?@âõˆhï‡ìbwà8ã(’Åà `¤¡Ó¤öëa'ìß;ˆÃu{»ì¿yíò‹ÇÀøþã»Ó½IWÎb·RÍ Ç÷ŸÜ?rl÷ ÜÁímUÅ)añ~v)öIþ5ɾ%QŽy&Ùé2i–B ¥yèW0¦ ÙË,Ù‹Í9Å8扭Ž4Œµ+óÕܙ팡?ÇKüËí¼LÀ™÷U†’Ô¡NPÅ'›h>E݉ÅÅLˆOC_seeQ]Y*€•í ãWáù ßQŽZæªbØ.àkHT Ûf­d®,„ùpÁMeÖ‹¯_¢À³˜{ù¬Å³?F=v†öâdEqš«Âu¸" øÃMÅíð& &Éþ¶9‘ÙQÞñNáž6AnÖ®V˜»“—W_žßZ[Ž.áö–†®ŽÈF_wç`ߎá¡#;º:;0 ˜a Fæcˆô@?f²ìÚ…›1 :ÄyåÈ#œúžžžuûçSäùÙSTý47·ÔÔÖ"\¢¤¤$$„‘Æ‚›7oæããÃY@X8kUTTDIIÑÄØØÛË+5%ääådùûèá¤1a~QA>qa~)QA9É-˜½,+Æ)±f:Ñþ.¹ ¡ÉáøÚæêÒ<+¤¹qÉ–(ó,R噯Å;׎¥Ð,gÑ/$?V˜•¦± Wøª«ìÊM.`Ÿi¿µ1D{g¦-BÐpRs} "í5’Ýu¾®„^cL±eBªcu"´ZSܨéinª8/Ð " ž…ÀîÀ ¶l¥’áeÐ“ê€ !uáÆå~š©¶’ÎÊ´—ñ¯žnÇ\ƒåɪóÂe>óÿÜZð c¾YÚ¼_©ðÌ“ç^€o$ŽDšg¥†¡’˜£©†‹…Ž…ž²º¬˜¢¤®†ä–Í’[ø0}\X·üâ"[D„EE„ÕUUÌLMà ‡†#qddhˆSþøé+ÏÏÏÇËË DEEŒŒè‘U „1~#€!û8$+ ™ÇLvŽ·IEäóø±cXUº {{;L²Nˆ62ÐÅA' µ•ý=ÃÛº·÷woëjik¨jª.m­-ÃH¬ÂŒx/{S-yL r17S—ð¶ÔJvÌ ¶O÷·Jr×±W±’‰3‰5äÓåH×]‰Ž±,Ý%ùFË#4Ö RºÖ]s3jüUë‚u+ƒ B-åÕŹÓ<õÏv¦ÑˆÆRÐÒŠ¡Ê¸CF„KGF@Nxc}¼3h¼&Ø]D1!ÊJ¢›€=Œ7Ôû@®ôFGS¼âì8åyÑ«Ãu6ĘŠÄÛ+%¸h'{™¦ú[ã{aKQRp ³™ƒ‰†Ž¢’ÐJ[…<,“cB*‹rÚ«[ëšêk ÁX[]ÙÝÕ#;òrs0±×ÞÎVNN êéé‚F¡­ˆ/Ö311‘¥!‡Èä¢àòFâIDI0¾ØÜÜÕ!(ÄE<ƒÔ0G âŸpÃqÒ&ŽZ÷¤·[R|œ‹£}o7Z"Ÿ<¸‹¬:Ø1‡ó:¦Çž›À¾o¤³¾ÔÇÉÜLKÎÏÁØÝB+%ĵ© ¾)?¶&-°4Æ ÜŒLåTk ðÒl®ƒ•èC¥{¡G¸úê 3ÌZPZ«.Âi®°ÙÇp«†hu„T1C§há|ÁÉFl q%G]éš{[-I8TÐÏ~áŸÎz2NzÒÈ,Ac7P«.|8Ï…>õQ‡J}öæ:ìJ·Ø§Óª£ÇŽì‹9Ÿ˜®µ0Uc!º"2Í7§ÙHdºªæù…ÛW'ûÖg†µ%ôÕæa¤eF”¯·±è&6Iõq¡>;:OÞ{åÜ Ì)…õ½uã*u"ÅÝÛ°ÁÏÜݱ}}Š òë¹ÖÁ'†r¾{ç¨.|R°-ÒêkùàÁ¥³tvv–’’²··ÿs€É°0,l™ÐT瀈¿xñ‚Ð6# nĆŽANÕU•pÚ0'+$ÈdxðÉCj†Ë‡W!-”1 žã—}L]̵#½m“‚\š‹’q-²#À<Á?áçd¸id:Ê¡ë>Åxc–ÁjDÐ †  ‡ÜrTP(ò.SX…<s¸>ÚÆQmShzLB¯d·%"‹1ÌÀwª¢íús¼‘V“ä•Þ€°ñˆF‹ß8Óž kMõ»Šü²½õh€½÷äØ& ÅhÂ4Hq¡žç#SáyÙ(Á7Xg¶AÊ,G™\/­‚ óòX×Ú´@ Wë*Oë¯/èªÎÍŒöw4Õä_·"ÄËa¤¯ {®#¢@ˆÁA"%ïdÐâÏh Æáxéiië×sy¸»£`–D©˜(AN Ž·Ä  ÐzzzÂÂÂ0Ã0ñƒ!¯¨Ûô5¼8=-I$R½G‚\Œ7L0FDúÚÕÉ‚ü¸˜¨Ìô”êÊrŒ2Duü%ºïšHY#çŽî™Ø‹±vEþNfI!‘^6åiáe©Íù±¸.%Q.…¡6Œ§™mÎ4b‡çé£!le¸Ú*;Ée±úBõ6eXB¤ö¸T‡[Èg»¯ CiÎ+ñmKDld¶ èB:q MŽ8åÅþ`µìo¡ ȧB˜$ÂÕøPU(ÒÃÉ®š˜À…Ä%¾ñº£©æ¨tGJzùWŸä¯ƒ”oÌ–kÎm+’å¬ç£[j]ç^ŸÒZß[Ý[›WŸ鋾Ys]eL$G1%('¸&TK_!ÏþìÌéSHÎâ°Zr‰" 0g’`B Àе Yùùù IHöõõý9À$Ó,!þ8K ´¬¦s¹ ˜<kP”„´ÐžãŒãR“ON¥æ¨’ñ²Ó!­é¸ô1¤B‘ÿGe^R˜ŸƒIrˆ[bscAB[qbý´çø™@ˆÓí¤S,…R ¹Rµ—eé.Õ£öSXždÀŸd{‚Dj_¾sгª±<g¢í‘Ê@ƒ¬‰=FT š‚ V m aŽrÄB{Ãñ…× 3 È_Ùì–x(gðgÌH 0“k‰1M·Þ™bÚ¦ …œ /?t“Y†âãµù¦œY›³ì$rÝUóýŠÂíà4f‡·'vWe×$寙iÈ¢³2-&èÈøvtj±ÌÚ’„J»·oíÞ5VVVÊ˳)88ˆ Dµôÿ*†EP„È!ÛP‘öWVVÆ7 t0»j¡½½ ©ŠŠò¼¼¼ÉÉIÖdÕ"#ÔÓÑÑÖš’_QRÜÖ܈ü˜.“F+éT\ßí≨ žØ·c ­ ®a¤=ètv”WkQÄÕ¦ÁCˆ³¼ôÒœS¬ÄÓÌx‘=Ì5X•o¸ gè´•\¢¹n0Fqw–mº³ "+BMPѸ…ñTl‹âVXˆV’|0Ü\ðdV Ù…Š†~& ·çº2. •ÚkIˆó²›(”ŒdÚïL5ŒÑÊwX;ï³O>Ä$ øo…c™°XlȵÊv”ÎñÐ( 2/‹v®Mñ‡~î,Km)NÉ‹ ð¶5@iXr„ï®*KxæÆI!φkBuQ³èç'îÛ;I_O×@_Ó“pü9¶ R2¹>ˆ/¨rJPÎ(…G¥ üÛ?—`æ0¯gΜ+c €áDr¦(dj²c‰ÿ†¢­ï1¦#%1±±¾ ìö˜:†âéÃ{ÔI3ÓqijXš 'ö#à~xl[}Qº¯½qZ˜g„‡UYj(m‰#«’|KŒä æ^e˜rcø•TG㨇閅6[W Å DªCmvDêÇÚÈÅÚ)¡ÜîH¥?51ÆÌ¶æ8À†0Ü!1 »¦rJ bTtÏl‰?ß›ão®('´~Ýê%Ú[yªC¡œÇ³l *Ð@e#Ã"À¯¾ø8YÝÉȲ盲ÓI~±lgEèç¢P«ÊxúÌж¢øö’”’”Д0)~Î_4v4ãl ª’òÜqÔA hãÊ ›áI2 'ÔôõtcàÉæÍ¼8ä§ÐRÃ"éÉ:LŽXI sñâE$‘pD ªáa‰AÁ@{ß`bÃ'&&bãâjkjá4!*Æ$¤×búÁñ9°`?ú{{2ÓS‹ óp,àmœ óßÅÀ>:lÉP-„-! ¶µ»¿ q˜‡uB sJˆKc^#Ä Ó9> Óv[3,ùéÀF5¬AgwˆòrŒ>ñSe¯÷ˆTÒÕqvŠº§Èë`™/t5 s2‰Î3mI¨ÜsO†¹%yˆi‡*–†Ä!(òkuquq ç ÚhEÈóH’a‚© z½1³U(áÀèˆS6”¹çZ f9HA?šb_B?cj-ÌMuVXæÒú*’]õ%'öÀ6MG(0e€©­w3”ž>‹ݱãÜJøH÷Ž029Œ&e6$N‰Lü%„8à·¶¶Bš ÿ} € OC&â[T\”“ÝÒÒ‚7bâ)cLÕxüLMìøáûk“W²3Òja‰Ïž:A z3|÷ÆÌäe‰©Üö¦ò0O›ôp¯07‹¬HOP-FˆóÍ[Ít’O³¡&œ™°£‹°Ø á-6LcÁ(Êxƒõž[·Ea,ž¼çpKÙº0ãÞd[ª`:ÁPkXâW½,?ä$º Àd@·ï- ÈòÈtiбŒ²QŒ¶–ß›ïC°#ÑÈ^Ž-¦«æ†MVñ…ìšPâ›m+JèÄü¹!#“‰ë²"sb|Ã=¬¶næH÷á@¢…èg†?“ÓX¨†³§1ÂæÂ¹³p‚q¸2†ŽÁF0œ"\T†?“|Ð…§„2D(ÝÜÜdddNŸ>ÍPà·˜P*”Ûõöö†…‡UTV ­µå0•x˜NÒE<”cªÃ£‡psnvVQAÎJB¡Fr‰:ÏlªçŸ”ÃLhiœ^3>Ø–äjçgéaY—ÕœGŽó@N&ÏÏãQ&‘i%„–Ã<£5PÔ˜â%»dËÚÙ²¸)²7xmí‹T¯öS 5‘ˆ±–KsUëO³G‚UT9ÀTÂ8Úq+Ä™QŒIèƒ(ð“ñŽ”ž ·öd§ÖxtE@9GXÊ9© bë@IÔ¸‰cNÃü/©az…F«Šèá,¬â[`Rn_“äz%”ã›ìª.¹ÙJO©»¾¥,§í¾ˆð¹ã„?““³èó”€îC(çáÁ$„…òórqÖ•A¢“Hô)áSs9ˆDAêñ€û*""‚Dáýû÷‰p¿]ÑÝtúèïs£¯ èâ§¶®öîÝ»dM%é?Éñ ÓpÿÞ=ÑQ5Õ°Äûöìzúè>ØkÓ0Éã BŒƒ‰Z+ó|ì"1ÊøÀܘ:Í×ý%¨é÷ï66Ôee¤åäf]¹xB<ÝVúŠNŒQÇC ñ@{aj”»¥n˜»…›™z]N œÈ†Ì°Š/X5”¿äxj!î‘aM)j\Ù|£5«Œ1œlùÜOµø;È®µ”b 1(r•uV㳑N³Epñ` ©¹ 8^‹Êž§€1 -r‚(´Sز uÔVjb¡VJ˜Eh.§'ͳ™}) ƒJ<•z"4z‚图±±­W–xäéêû_èÁ0»1žZÑé;†‰#îŽb‰Ÿ_›ÔÄ´V…yÙ8™º[h–§…ÁÇ€1®K)¥µ!*Ù*ʲÎ2ãÆ »¦ô3‹ûKέÄÒƒöµ67™ª(+:xõ‹TTµÐ$¸A/$ I…§ ñEvâ‹4r¬âû6˜U‰[‹B\ä— Çqññ`ç„N³êÜŸ: ã—Ÿá_¾t¹‡Ò¢‚ðÐ`TƒR§QRÃ'¾Á¸L¤Ò_'ABQ£œ%ÆÏ •AΦ…‰Aí¥)PÔPzP}ˆÀv¢˜-ÛE)ÓN2ÓJ0ÇlC¶Áj„0³u—!•¥¿B“w>hš…üÕ8}Ô7¸©r#µ·+à NÝáNDùXM0*4Æ‹}Æ‹¼Æ rø0²säê½:ðl:@È3(˜òÁ(á@9Ù?À•Ô?êð'c]»v--- Ibd-ItzØÐ/Ø€ê°{lghp¢ÓÉ qí-PGÄ3.9²b[ô Z”îènˆ t q·ö³7ÊOì®ÊBBr c\•à‰0/ôa®—v†£\²¥H¼Á†`¹ù±* 2u©ª(zòà S*·\Ÿiį·`µîâ}áªm!ª»Ò-BÔÌk Õ.ËCS]lƒ(÷j »~ÕB4m\µ Î\¤ÂU"ßVØW•ÃZb¹&ï<7é%(«ºiZK°™²Œ¹(bE‡5ÀíÁðÁœ«}šr"ƒ«H CfLF€ÃÓÆ”®Ñ©;ñ½Hý3¬ïkÉy¤T÷áÝÇ#  ë‹T \#RMÑ+”ø,Hÿ òlmm­­­Cb‰¡ü=÷÷ÏfØùÿù¿T!mwwĺ!LDº º¯t5Í 0Yˆ›—¦$% /!.'3³ÂÉ$K²KZ(·˜ªŒßƒA ¥YÈ$FzÛ…{X·•gôÕæÂ7æDÖ¤€È@æú%;©ÄYˆ;m]째"Fk þq¾O®A JY«l×£e(^£ÎE§,¤[‹ìL3ß™j˜‘õÛ›ç{<ÑU¤Sä¥^é«–n'©-²¶ÐA”P*#¡E^òË1h’Éê ãTæa|’ñ&˜ Ê/ Få³Ì ¶`mvJs¼¬tuDšJ³鷺¼.ö.©ž$ç ƒ[ac—£Ø}h[oMe¹ŒÔV?_oTR¢ÏŒie˜hJÈ+“:‘´ ¤2Úû/Ì` ÑJ¤ª„¿ÔÑÑêU‘áZtÜ„ ýqÛ‡‡BƒÓR’ÂC‚`‰ItšÄ=¦§•Ruµ0ÆñÐÆx|l[k¤Ÿs°›5bÔùñA}uù}5 ÆáÊ0‹³W6Áä:®x3‘DSþd´ès@‚v¯A¨ ™ãr+Î › ÕvÜEÖ›|Õ×—:‹WyË÷EjŽ¥š¥YÀ0cíβÁ cøB5^²v²©&›Êmyr̸ðBTú›²Qå’:Ëb•æJÏ P\Š‚¡d[)«‚@3˜Œê$o ݂ؖÂx¨†È†¼0N¾Ä¾wGSy.„8ÂÛ>ÂËç>âlA ãÒäºÌ°¢h÷## 67 ¾$å4'%TªÆ™ð£”'Q—Õç¹4ÆŒ(£¦:ÇtÑ–eQzÂõxД€äzLÐÃگנXé&‰ÉjœV›0åìÔ[SDÑq´6ǘ#Õ+Lc«Ô®#‘tÝâ{ K% ã:KSj²£Ó#¼ì ”5¤!¾Gw"€ƒÈ3SüŒïH[ß8›û/ƒ}ÝeÅâ"ÂŽö˜æ ZúJ|YD…H"ϰ‰ Ï[¶lA™+yþSÙýs€ÉN!?ðŽ­„–NNJF ”Xâ¥á^‹{P>ñÈŽípáãcCƒÏž>ñ 9Ì’*&Iˆ)¯‰6Æ{†»B½£|QP™‡¾<`ÜU™Yšh‡q~¦òYþæ¹æY^ºé.ª©vRz›Â´8“Œ6  ^2ÔuÑj86(Ç„ºN3äˆÑáôVáȰŒÖDèq0Jk(F+ÇZ(ZŸ;Vw]°:¦q¡‘£l©f_3TÁßEø,ËfKŠ•h€&7¦'yi [(ä‡Ùƒ´äÇv–¥´—¦fGûÄø:låãrµÚÙÛLL/QÎLä»I ‹b¦£‡÷cÞŠ­•…Œ”$%¾OŸÌè%0Ã~` ᦢ‰aëÖ­¤—ð q}#üÊ ÓÆu¹°PÔaaad„cäYžê2ýåg KMOM  A58b딳(j&ôA¼¦Ë§Ÿ<¸«¡,'ÈÝ6)Ô+71§ï µ”·”¤%êIñ8ëËæG¸ ¸ê'TÚ"!Ž d+ ´¥[òSõ¶ˆv!õ„¨5ÆD£nÞn#L2æc(S¢Ñ¦ÞÅî@™máªIÆ<ú[–C¾½VVÚn¬°ºœÅ¦ìH˜qR§õXðåÚ‹£?×]-ÝEÍÏ@ÔJžÛÇX&ÊY¿"9ä^¶–¦á,S„5,´ÚªòqÎ8q|Y•39† éµ;7®nëé,ÌËÙÌË–’ŒëCZ¼§è¹ˆt…;¡WðHQ$ÛÜÜŒ¼‚­­-Œ¨Ì·ÂøMU4ñ—¹  ÏBIþÞÌB–¸,1šŽ:¶•”À ÃÃe¢…øÕ¡•$¼…sÑhF½Go Æg%„ä'G´”g·WåÖä%¸›«»+—%6æÆÀ?®NñÇÙDñçÂEÖÃùHð @—Ò­„%ư*tdC1\Óëí7Z[ˆ.öV\ C[åȉÇD˜1#£ø1†ºC6,8!¸hœAšˆr‡ì$ñžÈä£TÁ–,3?S9Uá [­”;Dczëòkó²¢ýÑœ˜Ÿy`¤9ÒJ¸QÎ$qnñ=sâÄׯÒ\MEéèჸ>Ô˜:F4ƒ[áj“¼/ÊÔIý2J0H‚÷›cüç3þàCK Ð…`T°F.eŒI«ø/¿ ÏqzZª·çÞñ]8ûnêtŒIÝ5ê/ôÁä¥ÂŒ¸H?W\µâŒøÇÉ¡~ö†Ù1¾åé]åéT°:;q.¸ÈƒäYQ¦òDz84 Áø¬y&ÔèŒR+4£rUÙnt—]ê(¹8Ëp-ÆÉ[Š-–[ÿ•›ôâcNLÇĤR«õhz+D…†Ž­U¤á¦’LQI¸-8|E‚wQ´G µ†›‘bœŸ]~|@CarYFŒ§ &aó÷4–C9Ÿ9²Y#v&eu”r~p‡:‡òñty#v‹Q!ìxt©`2G‡5¸A`N”ZTVVJJJâjCW3Q­7G÷HkÀ‘K9˜„¤Ä$”\#¹A ÈÎbý”ô˜=ü¸²¼,ÀßE[5Õ•÷îÜ‚%Æü*[<]Öƒì u‚ǵ‹×Ñ}áä…ûZjb‚½£üÑñaìn {ŒÊÄ´pÏÆÂdØc`Œ¢'` ‘wB´"!9^º8ˆ]¶ÃÖlál5M9‹-1àhC¹ÍFÜ7柦´0Dq±‰à\YÎ/ýe磹Är]‰å†"Ëõ³­øsÄsœåó<Ôó|õðžT"!Á“ FfG YT•åaåm“æ‘ë蛲¿»ÑîÁNj~ÝJ²FÓY}Š[Ac¡i×Èpks£“ƒ®¶&ÒnßcVÙÑOÉÐúqÐà‰fˆ¯´´4bXp[Þ ×7µÁ3"—øóÈA"¡Ÿ€²úªêjb‰ÉÇš!ÄÔÙ¤?þ@¶Œsãb£O?J 1­¨éSSQY¤1¦äøìÄØ`Wvr”…žªòVi¡ Jâ›Íµå‚]-’CÜËÒ#PîÔVšÚR˜€œñ’‘?.‰t€{Šð!ıˆl'™t+! Ê+¶æ)³åÁpÀ¤´Ü[rVˆìlÃÍ_(s}î \!èYFì)zlQšl(óÃBom¼Ôri´ÐE¥XK^4Î!ÆQÒ‘É¡îѾöAnVö&Zòby)ÑÇ÷‚6ÃßCT’]°fÔ-vܸzy[OW~n6NYF`qZv)åü*tE`BiIE ÜÍCÞö¢Í ü©h"£”s=m‰££ásGƒT#R=#lÆJ¸ð>xPTXØÜXC<¦Ïž:AšÔæQŽÓÍÉÛ“çÏŸ<ÜßÙ⽉}¹¶¢¤š¬Ž’$`Våq0V‡Ð¤‡{æÇ”$‡4䯶ã(8-;TĺAà3šQ©†cW…\G‰'1œrXfÏ_dÉ Åæ8 ªÀþ‘!ßWÅÖ›²9ã4–ÊÎ R^‘`ÊŸã¦\䧇9=¥‘öàq\¼3Š4€n[Ir[iTHIZbæŽ&š6†ª–úªNú åy§bÅjzÁœáõ]ÔŠ£q«µ©Cäd¤¨zØçdv>+ºL|ŠðY4” /&&† Òôwÿ©X¿ÀÄ6Àø#W«””äíísðàA¦Òƒü±WÓ~¢¬c££ËÅFG¡óõæõ«ßû50ž:%œÎC¢èêë—Îî®++äÁùB}­5c8È¢¾$ËßÉ\Yb³¬ —™†4r1>¶)Á.5YQMyq¨@Ø¢0—†Û–„˜côB±&2»•žre΢8"EŸ-^‡ÝMè5ÎpLa5oŠ»ŸÌ<©…ñ¦B`˹RnSë‚Lemª?ЭώlÌ‹©ÎŒ,N)JÍŒöõ°ÖS‘àG§‚Œ0·ª´°­±6ŽC>06ÙeÐÅf%G@C9¿|ö½ ÛzŠ ó!¾î®.HÆ Âi†é¥[ú¨s¯˜Ø$Äótuu;öÞ'ÀÄBà…Ó¨ôhÁÁè>†µ˜AíX1Æ7Áé{I‰ ˆ{¸º8íß;ŽÚ¾û “cà)’yÿöík—&Žìïn­WS”öusêAJP/Žàß®öκb”I Þ«"Á«¯(èdï½œ(ÏŠÔ`4Œ /[Ÿ½ *¢ìÊ‚MÊô*´Ë½³¬õ82Í6UºŠ#ì\â(’o'\ä$™ç$“禈:¢£ò(ûêx÷êd¨ýªÔ ’ÿ¼h¯¼8¿ÌH/'c)>v1ž5(ƒÕ”±3Ö´7Ñ–äÖPôw·¯.É=}t?L ”Ð+tŸatÉSЫÓ'Žu¶5;;9HIŠ£ ‡P’ëW‰}âÑÀ¸’Èä÷ôô 'ˆÌ ./RòøýŸù{OxS f¸4î \ ÏÝÝaK4¨¡È6ƒõ 3äT .8ä q&héǰ… Æ„TCݹ1yìÐÞÞŽfmu%7ë‘î«çOBéQöN†û„Òä$ŽöwÖ•eÅ;™j*ŠlБò°ÐŽð°ˆõ¶Î w«L ªÏ oÈ ©KõǨȚ8çêHŒn. ÔÏpŽ6à…a®ñSÅ™ÒõAZÕ8V:Ä 2Ì´&Ò G‡WÆ:×$yU%û–Å{çF¸eE¸%8¸›©kIñ‰lX®#'œâXUwCéPGÝXûîÁ®ÆÊB kÝØ°€ž¶†«N?¼}øE”øÒ<3VúûzªÊKÅEEн“E«}vΔ¤Ëê   644DË<%<òV~Ñ ¤ß`æ•Ä_Bþ‹înîØeÄ_ú 9¦÷%‹÷Œï ô‡ÑFéïÕÉËÔ F‚1Æl½xöàÎÍ£‡´7׫(ÈøyºìÛŽvï"!1y¤”Ä2@ÆH²BšsKeiF¬‡µ–Œ :©„º˜Äz[åEyV¥SõoÙa iþ)ÞõIîUQ¶énêQfâ V’Õ¡F˜EŽaÆuQÖõqõqN8=£&ѳ4Ö­ Ê%7Ü9=ÄÉ×J[C|£èú¥jÙÓÝ¥¤(‡rùs§O"=¼˜z[’w"Õz¸²fˆ2`¦ÊöèÉ€yGg]CIR;šÒzòÂþ†ñ~ö™anÕaŒT¤AFÓüm*“ý*ýŠc=ó"Ý’ýmì´·Êo^e¨ ãmS‘Õ^‘=ØR1Þß‚¹|x[@Kð¦+×±±HŽˆ¸C´¿{‰®½qûú•Ñá~W'»`_LÚ¿gu¼Æ³'Çv¶·êëê aðÄĦ‰þ**IsÑWa¢¿ÿ1ЫÔÔTLUÀ`Y¤’È¥~gtß`FŸ€XíÙ³D!-®K—.½Nö˜0†C\R\ŒOŸ•9п íL§Ož@ï:!ô÷Å!ñjJ|§é¤Óo`LF3˜©A˜Ç÷Ã"B¼”6¤mgocu^’±ÆV>#eqôLdDx–§‡Åû§‡¸Äy[%Ø'ùÛ{[hhJlܺi¹™š86Ekiúp[%æáîßÞ‰½‚÷AZ—@K*o- 23)^‰œªÂy|ŠgdxÀÃÕ ;ñÈ gO£§{רhQA¾_qqˆée°F ¡D †7#ûKÚ…ºã·¶ÁŒ>!Q-T[BQ#Hªfì5Vë‚ýØÙёփLYÿ¶–æ&Ks3%Ü¿¾ÿ÷ßLùÇð1}šÉI¼.Ê Ì¸î0ÌÈÐ ¤3 ÞvtÕƒiÛ©«Jn†ßèdáiêfál¤¢.É#ȶ@]‚ÇVO15Ì";ÖÓ€SŽtC!ãô9àŠZOR°>ÚiÁ¥S¼ÓèJE%‹n^««®tv°/+.ìïëÝ3¾«·»ËÚÊBKSãÔÉ“4y~5ñŠ–äpW4aÀ †ª@A25³o›``Eá­&Šü€€ ÷!ÆÜDà=ã£0ÓOþáÈ‘Ãe!8/-5…Û玳˜àÒCó¾ýŽÆ˜>ø)¥«_]Œ‰4Ã(ÛŒ€0iŠAèR8ÔQ‹Œ……Ž¢º” ‰º”¥Ž‚¬—ئ՘/›Ýß\¾«¯“Ê¡Š+DûÐR¶öØ>’´g¤v&´wn ÂJrø$šbR…ƒ5PêŒöŽòÒ⊲Rø ò²2~8_š+ ¦8)ýC0&î/x+ªW%$$P£ƒkK.&s ßMQ¿ ÀcÂìA!Æ”´2b\5qÕY7&ã¿ãù>èhoÏÌÈ@}\\,[U•G‚ú¢* |§ï¨#F(ß ŠšŠe’51É¿)ʬJ›è“ÏÝ ¦MdúÐXCi¶«•¡ÊVy1^yQTuÕ•íCúâ+‹§áÉÀ‹ s¦vO+dÚ©Ú :¿‹ð*Õ —÷Ñ=  o›’Á¾@¨®½µ9?/'1>; )E…ˆÌÐÌ6BègÔP`SSSTÖ‘+Ézß Ýw±Áä/1Ÿa,ŒjBPêàµo¾aõ”X¿>1éKGÑ••%¾ ägÔ676ŒïÞ}ñÂy0j0/êÔ ï¿¥b™8™ø%ǴƦ0&£?¨À5šké!_dð)‘fZ ‰ÞÞ ¤áÛlk­q·5Q“Ac ½î$mY§Ž©¢NªÚKÑc$ hEl-Ü3Š'_¿L Eƒêù¼;•Ä£¤èR•*OÁªÐ úøá‹îÎŽèÈLÊ·²·µÀO0‹õe%Vä!øŒ‘ (‰ÅÑ6ˆ’ʺ¿¢™™ ñîL>EV UZÐÒåyF™ã™†À›*++“Úº•oó¦Mܤ­¥…qòýÕÜÔˆ‘ˆG¼võ F¯b¤8¬2Ò‹´4?¡v¡«A€4¡/Ò˜J86A0¤©Z¾³Ç€4"$XÆŠ³’œ, ½-ööCL±ˆ¤’'@^I¶€0dªrò<¼pTC’n"(ä·¯ãP äí‰Z&{î ºrP3½OLÛ³{l|×Ξ®N_o„5xyy¤¶JZ˜›aà <ˆo¿ý†ñ‹€‰•…ø’Ê: ËA‹‹ô5ó_˜ùˆðÚÁýÒ‚ƒj![L–¬¦šìÐBPDìPcccøWµ5ÕÈGéêê §ÂÁÞÒŒ1ȳѕumò2b ˆ2É0R£Ÿ<!ù ’†šÊDah Òt©×¸ª³ó'5VEx†ûyÝ;BY„)°XA%Ê`JdoNÞ»‰Z×ë´Â¸Aˆ™SãGÜE T‡íÞ926:µ `ÓÆ ‚ÆF†þþ¾8‰NIQ;¸° `ß¾½/^üê°#\½ÂÖGîM¡èéF ‡¡23¢F殮ßQ‚Y5´4ê¥Ò‚Ëu mÃ.Ù†ˆ]c‡"|Ü5¢"àŠ 8` ŽÓÅ‹ú““’0P »^C]ÍÇÛ+';³¶ºªµµyx°ÿüÙÓh€Ç¬NH0­ )QÆUÒT‹í¯m3h²±f ÙR[žêêÈ^ªì~ò¹ŒÐÆý ïHGG•u›JÈ쿈ñ_’`ò·ñQð±Y´³³CasRd袲óº°HìhoæµT=À [ÇíÜYQ^ŽQ²2Ò[%%@Çâ+ÊËÐ%ÝÓÕ5¾klòÊ%4Ñuâ<Ö§îg¢™¶óx± 0ž •ØÌB§WsCm|Ld€¯×©ãG1Ä ³š©uûÕÂT(^€02H”Ç•K`/vŽnÇm½=a §£ÍÉÉ!",Œð2‹ƒïܹú*‡Oçþðeñ½ïƒIBìAÜÁ,oFŽqð­!ÙÐÏØÌx_æý“&ÊVJ‡r!rY]]¾–AýQÙuttÄìR™0ƒ>\7“QÁx T ã”\tTB­ij¨oæå‘——wvr„ë\VZÒÔØ°stǹ3§1"šRƒ£‹ŸâÐÎ'ÌoÃ,öõÉË­Mè£ñ÷ñ‚2›¿Bß™¹NÍÕp¸â=0ÊÇ®^¹tâØ‘];G{»;ór²ÝÝ\¤¥$×sq‚7a¢$fG^¼Bâ¥W †â°ø¼D|ƒqÅtHÈ1JŽ‘Բã€ì³œIÚÿ}‰/þú_•` ‹D&ëHƒâ£î˜>.#¨*BBH“nüI¢È}Æ‘'±äº\5œ[pêÔÉÁÁ O†yÙ²E_O/&*0ƒŽaêßı#þòèá}L`¦ï<~¾ ÉÆ”í'6Ž”@LMì8| FH'YÞÃ-@%j÷Q0uñüY× ²˜’«¬¤È¶vµœ¬4‚n`‚8ö ¸’£AÑÆAÍÞgÚòY^FøðuÐÀh¡„AS ø'8¬(*\GäŽH õOï…[½MàÁ§!‡:@¡L ÃõP¨n8ظOêêêøJàÏÄ®¼î¹3߇¦”ôX(RùMƒM¢qÌùƒû÷í«®ªruqÁ)Šª*ʘ¹ :SS]ÕÞÚ }ùâHu’ñógˆ‹Maöä9‘²€% ôÇÀ‹>q›ò_ÉžÀK=>{æÔ¾=ã;†1þ"+ ÀÇÃÃHŒïÞ…~rju¸/ÞÓÝ”¿*[ÿ-tÉ…ÂׂCKÃ×€¯ˆ¤0†`0j¯ý…i#ôê})g‚ñ{`Âõa<€.bxëè{€C]cÞ™¸3>=£®É¢ÐfDäÉD"Ÿ_¹r*у-ÂÂ""[ÌLŒQt]YYQWSC Íè{C× 0¦‡ä?A'¹÷NgG[Fz*šZ0JJž?ïpnê ÜR“ªîݹxþ6 rÕÙ™ªÊJ\ë8$ÅÅ1gMøˆ] Ã“žn„Jæ©z í¯j"§Ña5™ï‘…Vƒ î#® ÔĪað˜÷È­Þ3{Ÿ FçÈbÂY‚EA}bŽÔ0ÓSߨ£u í'‘)æ‡|xV˪Ÿ‹†íŽšg¤{a’ÃGÝ$þ ƒÕ¿ø‹äù}J0MÂøa€0& lܸvn1ò‰PG00p ÍqàiŒI&J‰ü°iæó½º~4Ù&ך KÆK!Çlkm­¢¬dff ¦ZYQŽˆØøøî+—/æ'íß··§»#‘=qü8ÊĶäå‚C¨ãå0êx Ä™‡þªA{ª’Ë`Ì@K[˜©úuæÊàAPQlq|}XbxJhü1VUUº˜ÕÎ¥6övÃ_•`æ­‰(Ã5 S˜èœ+€Nø!BøJè0FÄþ&Ø"= ÛÌ =cãÏøÄDQ3£Wgèm8 /\ºt±µÙrSa!A ²Ã5íùsçvíä¥%Řù¹cû0Òh¨AÄØÜÌœ„Sû†:Ážj*ùÎ]fÇMÓ~ÆÄ5F~ˆì?_ž3€„éEkⵜœœ«V­bccÃH`D yï?ï `†“Ý Wa 8Á0ÆàÒièm ÃŒ’A:¢Ö(š³ÀžÀÖfUÝ¿G#g¯©KMOÌ3Ÿ³|ðÀä"‘ÒPTTð÷¯­©Áé©@4'';$8Ñ øÖ\ë8át!JÜÕÕ‰€"¨7rCý¦’ß²·ŒÔ’ÌØÊÇÇùúkdàŠ0-¾)bØâȹá:pppày2Ïá7Ø_Çû½Lö,³yÉŸ÷ ß hNÈ4…ŠŠ Ò&ø'¾0º"± à* ˜ª{F:™Õª1">ãROÇÁ~¡&ÕÕˆÊLúÙ½kB܈kh¨;99‚Åøûûéèhsq­ÃÌOä9¿qã:¦ªcg£Îü:7f\8âÈ1ß”|òÙ(ÛAË+’}0F%MWØWOôø®[·¸¢„ Y}ìo€CBÿ¿7€Y C÷ÉׯvÆ×KDi {BÑŽêAî¬^ |*hoì4ž‰kD&ïIÞÔ²ê1Vó<5Ùqú!ü0?zô9 EJYtÔ:IKK99:BjoÞ¼µÁŒsÒùL°åµMDÞŸa Tëä´gq[Rû F hùÀ·Cg>”0pE_Æ Ñ Xb<Ÿ5¥?ƒýuÁ}o$ë7?ÊëtŸìq|%rnbî¸ ð›Q °Ñ„ú#|@Ç Ð0T˜Æ‡ÁÄí¡yj¾®>I¹.^ ˜Ïž=v?Í^®ººZl5(þ-½û±ò|rŸ|ÂC&Ÿ¸b3^Àú €®“ 6`cl7JNñeábÀlý¦ñá|ý­Þ§³¾û ;ÊúOrpu Ê0¢;W Ö\b=ÐiPݨp€ÄCÃé\ìTc˜©A‡<ôõk×pÊ$‡hc ÝߘüŠ•<2ô‚QÅpg¡W!‹àMxC¨b|`ø<È:!m[ Ôaƒ±§I‘u²±f\ߣûÀðɈÞ¸Lh6 ¹FÔ½0¸@Øûššš_#ž‡˜-Ühlˆ…Õý 3†ùõ?ÇJ|àb‚½ƒÑ çýÁüê7_E¶ëûA¤ª>=j„Ñô‡À>6Èreðv6mÚ:‰¦ÔfàcÌ0‰ïÌüuòÎËß|‡À@—i† t ªW4©(U>áQ€‹i¤œ!1ÌU#Ž1ö¿wuN0·høAð¡Sýñ¶`xÓ &O ~€DDtªÙ3pF¸‚H|rp+ÂÉ™ÛïýÝ?ø<õÀ 0ä*0*‹\P€˜!¾’ f‚Ù›H$×À#ì¡J0C"‰ÒcuNX/Cȃdð5šäù€Î|]²ÊcìS¨P$ì3p%|6 ®{‚;‹p,5ì:ñ1ý;ò×a{ówøçÌ ¹ ¬âB&È0Bæ`ž1…¡ˆ5¬5¢¸HRA€àdfFi3Z”U2°áÒ#çŠ]ÿ:À¬»l8‚ Þ|û  ÁE(è(yéÀb„ÎÞ¨P'ù4²SVø3«oŽ.žùO˜•Å0î#”tÎð¿3¬.+¶…ï!å ¾ ¥ U‰«ñ"x°J‡1Òdv ¶ à!*z‡bE…¼2þ:"n ô¤ %<<<\¨Äj@Ñ ˆÀ@Ë8rÿ"Ð’ïøÏø÷-ò8.X4²Ëà2 0ÜÜÜ Û0¥ˆˆ¡ÌÜF¦î+Ì K"o€‰ŠF€…U‚ –Ì“qŸñ|HÄŠý6m ©ÅËñGñ8!ÆŒâa,Zf½¤ÿ¢Ï0\MP0(mxPˆ ù!nt'ÓÆ#pa¡*!ÍDpg ŒˆÆI¬à·Œd3èÍ ¢‡ÐñhAÝa\zÖÂ~B,l&ˆ5ÙL¬ŸÕ„¿•þüxò¿4ÀŒ„‘+Ø`waI©=(d ­oˆƒ t¿!9g½è`ì¨z¤c œ¬0cgÀ)‡9€BFŠ„Û`k‡B5?Ü!†C±Ú‚ÿxþúŸø—x†mf”6ƒ Åd/PKŒ¤(L,ô'È23Ðê$Ȱh0`À¬ÐB7ÀÆ#Ž`ì42,ýÚµk:{GNŒ¼öÖoŠì_àýÿêÿÞ÷LJe%¸1üQƒ°3J Pc š 2Å$žA…àƒš3ð2B‹-ƒI†NCÇF,sÍš5pÌMÃ#x¡˜Àø?ŒÄûÿ›L„H6~€@‚YE¿¥ `†ÒF,‰„µADö « ?Y9(s Š—@åâ˜09H ©vvvH-ÂàP°÷ÄÐUÿ/ÅŠßvü;ÌÊx "ßwÀ Íð@ˆ ´!…¨á…p# ºþ% !††•E” Jâ8hq‹òw€–„Pf˜ÿ·½¬ÿ:Ïÿw˜`ÉXБ(mx®]ø»8ááÀŒOÄ¿3*Uq N-¨8BŒx2ð¸9<¼‚öï.»äúü›üºdÌ€À ó I…)…YsÓFc~=Fjå%pj‘ ð{ðg2lŒUùÿ[«å'?ømuîfˆ4!%€ÄJ gnunet-gtk-0.9.3/pixmaps/Makefile.in0000644000175000017500000003567511753203102014267 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ subdir = pixmaps DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(pkgdatadir)" DATA = $(pkgdata_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLADE_CFLAGS = @GLADE_CFLAGS@ GLADE_LIBS = @GLADE_LIBS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNUNET_CFLAGS = @GNUNET_CFLAGS@ GNUNET_FS_APP = @GNUNET_FS_APP@ GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@ GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@ GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@ GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@ GNUNET_GNS_APP = @GNUNET_GNS_APP@ GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@ GNUNET_LIBS = @GNUNET_LIBS@ GNUNET_PEERINFO_APP = @GNUNET_PEERINFO_APP@ GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@ GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@ GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@ GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@ GNUNET_SETUP_APP = @GNUNET_SETUP_APP@ GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@ GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@ GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@ GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@ GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@ GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@ GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@ GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_DATA = @PACKAGE_DATA@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ theme = hicolor themedir = "$(datadir)/icons/$(theme)" theme_icons = \ apps,gnunet-fs-gtk.svg \ apps,gnunet-fs-gtk-16.png \ apps,gnunet-fs-gtk-22.png \ apps,gnunet-fs-gtk-24.png \ apps,gnunet-fs-gtk-32.png pkgpixdir = $(pkgdatadir) install_icon_exec = ${top_srcdir}/pixmaps/icon-theme-installer -d "x${DESTDIR}" -t ${theme} -s ${srcdir} -b ${themedir} -m "${mkinstalldirs}" -x "${INSTALL_DATA}" pkgdata_DATA = \ gnunet_logo.png MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(pkgdata_DATA) \ gnunet-fs-gtk.svg \ gnunet-fs-gtk-16.png gnunet-fs-gtk-22.png gnunet-fs-gtk-24.png gnunet-fs-gtk-32.png\ icon-theme-installer all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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 pixmaps/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu pixmaps/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 $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-pkgdataDATA: $(pkgdata_DATA) @$(NORMAL_INSTALL) test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ done uninstall-pkgdataDATA: @$(NORMAL_UNINSTALL) @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: 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 "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(pkgdatadir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done 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) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-data-local install-pkgdataDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-pkgdataDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook .MAKE: install-am install-strip uninstall-am .PHONY: all all-am check check-am clean clean-generic clean-libtool \ dist-hook distclean distclean-generic distclean-libtool \ distdir dvi dvi-am html html-am info info-am install \ install-am install-data install-data-am install-data-local \ 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-pkgdataDATA \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ uninstall-hook uninstall-pkgdataDATA install-data-local: $(mkinstalldirs) $(DESTDIR)$(pkgpixdir) @$(NORMAL_INSTALL) for pixmap in $(srcdir)/pixmaps/*.{png,svg}; do \ if test -f $$pixmap; then \ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgpixdir); \ fi \ done $(install_icon_exec) -i "${theme_icons}" dist-hook: mkdir $(distdir)/pixmaps; \ for pixmap in $(srcdir)/pixmaps/*.{png,svg}; do \ if test -f $$pixmap; then \ cp -p $$pixmap $(distdir)/pixmaps; \ fi \ done uninstall-hook: $(install_icon_exec) -u "${theme_icons}" # 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: gnunet-gtk-0.9.3/pixmaps/gnunet-fs-gtk-32.png0000644000175000017500000000444311711245430015634 00000000000000‰PNG  IHDR szzôsBIT|dˆ pHYs : :ðd’JtEXtSoftwarewww.inkscape.org›î< IDATX…í—il\ÕÇÿo›™7oÏŒ=žÇÎ2É8&; [@,O5€RÔE­Šh ¤|ìĪRµ ”@ň²D„t ƒYBHâ,®3ãY<ãÛ³¾÷æí·ÒˆØm@­øÒ#]ééÜûÿ§£{Î¥!ø.þNÕÿ€ý¶÷îßÇtã›6n®]Êž]/=ÿz©TúÁö–fØ»À;øgšJs÷¦›ß¼à»Ën³o¥(êf]7æY†E‰UTEÙùÌSŠaèu޳Ü÷#[o&€B¾°Æf³½ëŠÜ˜Içõ‹ÞÞ÷Ör ô˲,·ÿîñß>½iãfÀ_üåç¼ÃyŸÃÎ'”¦µ)£V«¡Z­¢R©årår¹£R©ô„ÂíksÙìé`{ð÷@à•M7[__­ÖÄ?úäêm¿|`g¬+òÃL:ÿ/€×w¿¶^¥çeQîVõæP2™ü|ï¾=+ !OZ&Ya™Ä>©MAQhºFtCWAƒvºœÃÒ–ª*¶l6K}úIŠ÷ÀÁ•‰žÄ³ë7\û«R±ôR°=øø¦›M»«gÒöƒ¾þ;ܾ}À(B^|y×Mù±ü³#Ãg;æÅç©étò‘ ×]ß[«Ôn¨×m_AÚ6­Z—¨t®hæ§š4áDz`,CssºÙpÒ 9úù.™L1ÐÙ5n¹õæ“í¡ÐoŠÅñ¿´ë• ²,ãî{¶d×^µ6ά\½ÜžJ&w¿ùúîy’$aõ—ëN§kÁgŸ¾&›É •JÞ¦™Úñ‘)FwÅ9ïÜ5l^ò0voÞö¹è]³Ž1|q®ÁøÙ\fA·ºxqÂH¥R\¥\¡ò…ÛÊSåp&±€¦i®9s眠v<õäc/<·ë¡ññ" ^¯4MÃn·#ÚµV^¾Bœªí^zµ“s·"5VF8D6•ÁòÞnø½<Ħ»C 42Ê“% ú›pÓÊ™¡!ÇÑ#Ü× ’aÜ¿í¾}¬$KYnž¿jµxžÇºõ×H4M¥*ßþ£Ÿnõ¸\N=C$ƒàrcmO½Q8†‚¨«â…w†PU¤Fóàè9œ»tVwÑôá{¶ÞÕóa_K:9¯³|Å2UŽL0 W®Zyëx¡h÷ù}Xݺƒe‹ÇSɳ}6á2òý­wö®X¦<< ‡CÑ aŸ>ËÐ0-Ó0acFÒ%TêMh&ç q““ªùéÁW_X{åaõ«œQsÑe‹Ô`°uøÅ]»¶Q±p¨£#¼mÉ’¥7êºÞ‡NfñÁÀ(Ú[xK<ýÅ㙑ײ,»Úãq·†>&Šò«™t>CuÆÂ4¿eY=EéEȤó«~ò‹§$¡ðmÁ bôÆ;ÐÖêÇ1àh ²Ø( ¦e"W¬ap¸€©&ÁDEDi²†;Áºå1<ÿö1hãùáwÿüðÂXW„€L:¾³™tÞ0  ÿ‚9µjubÙ;Çò›ü~/h‡ hÐ…¢4¹ÉÐ0t C£SØóÞq¨š ¿ß Ý2‘“ðÙÉ,n¿6Q /]º]Ȥó¾f36£;ìö þžD ×o¸Ñ®(L ì&åéÓdHxëÀ,k:©âDÅb ÇÀ°çã´}N‡[]1“ÖŒ¹\û¢ÃCãì5½!M Ým<æ´r˜hXÅŽ¤‹°,L;™özM„Ë-@‘›HO6·ÇuÛ%0Œ)q Ä ÑÀ Ë"¸¬CÀX±¥)Á2ÍóqŠªƒaX„À"伄4e‚×]Ó¡iÆÔ%ô÷ÿ1)WÊe—à@Ð/@p°¸8$“9dÆJ¨6š¨ÔeÔ$‘P=ñNÄçF ú΃X„@i*à >†ˆfSúûLZ³ÎÕr=oYd¾¢™0 v; Ïaï{ˆÅ"HÄ£°,@Ñt$v¡!«&*ÈOÁac¡h4ŽÂ’ùmÈ;1¡ªÆ©oPÈMŒTëòµ“u'‡Ç jœv‹ç±ÿ£!ŒOÔ±¸w4Ý@SÕ!+'u·ci膉¹± †’ȵFéÈ‘§õo N–=züô-^·#'ÚÔÈÎ?ëŸMçߥڱí±ÁþÏΰ–BS0 ºa¡§w>Ê¢ŠÃ_ŽããSdŠ ÐA›Ç†Ö' àq¢…³ä¥½­ï8p ‹¢¨µf (Š­ÕjÂÁ½;>¾oß)ÁT –¥aç5•ºŒJ£‰J£‰ÂT í>'NœnF…„n§µÓŠ"šƒƒƒaFÙ^FE1"BB·ï¡û>zU°'ÁëE7¡é&v¶`m¢ IAµ&!ê"¦›µê‚Ó<#Iâh¡P8ñè£îO¥Rg!ê%œƒh9\°`A×–-÷Þ¤#p¥Ûëi ¶·ñî¯íËÑùèƒÏUM¬)Ѱ· ²éhÄ›s85EQro¼ñƇ}}}§!ßè\!œƒðÇãñ°ªªîL&Ãx½ÑËÚøJ%S²,£Éqœ’H$H4U !“ÉR©4B¹¨ ]2À v¾s .6L×`PÔ”T !Ê<÷Û¼Ž)Š¢P˜s+`B.îVÿ €ÿ¦ý܃AqÃP9IEND®B`‚gnunet-gtk-0.9.3/pixmaps/gnunet-fs-gtk-24.png0000644000175000017500000000274111711245422015635 00000000000000‰PNG  IHDRàw=øsBIT|dˆ pHYsììu85tEXtSoftwarewww.inkscape.org›î<^IDATH‰½–YlTeÇÿwî;sg¦3n³t(Óˆ‚•ÐH² áAH¤¶`Œ!„˜Hb|0JL4$nø @Ä CKË‘µ,EZ(eé´¥tî´¥3s§³ÝÙîöù $ÚáOr^ÎÉùÿòå|ç|EÁ“4ÝUÿ?ÌÄÀá#ÍÆU+Wg'Æš©—ee†¢Èw=3@QÔક«Ç'ÖïÚ½c£g>Ú´ñ­À$ÀÑãm›YYSáq/ãý£êÉÓ'^Ò3úw8ƒi–,ÉŽh$F ‚€h,ªI’ééî9]î)ßÖÔ°áú;w¼Œž9úɧ۞{ëIŠ‚ÃGšu‰xâ+MCcGÇ…Ï–××CA·‹ÖÑ+ˆNE$Å„’H&UQ©x,†ÞÛ>–çy8œñ™ÚÙçjjªw¾ñúÆc[ÞÝÜÖÚrdå«MëNΩ›³„ji;Dõ÷ óÝî[ê™R.8œÎ2éÌÚL:ë¦iЦ¦ÇÂqÝн”.E z–ÕS¬–ÍÙ9Y%JšôÞºiðÆ]ê–æÎ­ërºù_¹gºÓéÐÖ¿ÖÔÀø|}ïØ`‰¦Êœgâ.w\ÙÌ0 ¸f¿µ\úb<­ZÃwBðN+ƒ­È‹‘A(˜X *I8s7xæã|o±H ‹ê*é3±ðJþôèÿ9hg¯ –ÔΞƒÕÎbÇêÍüKIÀ…Î!t\DNV»;YÑ cÿÓÚš²éõ&­ŠdJ¢ ,bNà §ÉŒú¯|(‡FB4MEQ Àó¤Í9 „LJŒf –×y`7Ñà‡¸G:+!.fP5µŽâ|Ú išFL¦`µp02ºà#âxüB.“Åx2‡¬¬Àa7á§ÖóhïìG8š‚ `^ÝLÔT{ £)˜9yyfT—Ù öMÔ›Ô-•ø½¿çÎHe©½´pý¼€êR;¢‚€pž™œ 1#ÁdÔcÞÌ2pκ:}b.“;ôÈœ:õy ©øÞsƒJ×P7‡q¸Ý‡XJ™%0ÐQaåh¼ùò\l~e>Jlžv[º.Ú~鑨¾mýÇ7Û/wè²¢Öë¡3špñÖ®„ ¦³pÙð8m(°r˜Z`H×>e¿ÜØØè|,€¼æýní=Ñv²ÐÂ(ö";‚QÁqÉT®|²¬âüµ!ÒÛÇg‰ë„°ÜÚÚÊ>²÷-£(ÉDÇ»w44½6ÊÒóùÅù¶‚ŽTÛ/-¹òbSºÒÍ ž2Û ªª}ûö‹Ç㡉BÔÃ}Š¢8*ÏófŠâŠhš5¥R¡(€Œ×ëÍ9Ž„ßïïöBr øˆ`¾ï&z9Y"‘¢=´þI[þ)”»ËÒç|IEND®B`‚gnunet-gtk-0.9.3/aclocal.m40000644000175000017500000011052211753203101012361 00000000000000# generated automatically by aclocal 1.11.1 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # This file 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. m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],, [m4_warning([this file was generated for autoconf 2.67. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file 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. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.11.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file 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. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is `.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2005 # Free Software Foundation, Inc. # # This file 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. # serial 4 # This was merged into AC_PROG_CC in Autoconf. AU_DEFUN([AM_PROG_CC_STDC], [AC_PROG_CC AC_DIAGNOSE([obsolete], [$0: your code should no longer depend upon `am_cv_prog_cc_stdc', but upon `ac_cv_prog_cc_stdc'. Remove this warning and the assignment when you adjust the code. You can also remove the above call to AC_PROG_CC if you already called it elsewhere.]) am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc ]) AU_DEFUN([fp_PROG_CC_STDC]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 # Free Software Foundation, Inc. # # This file 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. # serial 9 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 # Free Software Foundation, Inc. # # This file 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. # serial 10 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "GCJ", or "OBJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], UPC, [depcc="$UPC" am_compiler_list=], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, [ --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file 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. #serial 5 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each `.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 # Free Software Foundation, Inc. # # This file 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. # serial 8 # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2008, 2009 Free Software Foundation, Inc. # # This file 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. # serial 16 # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) AM_MISSING_PROG(AUTOCONF, autoconf) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES(CC)], [define([AC_PROG_CC], defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES(OBJC)], [define([AC_PROG_OBJC], defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl dnl The `parallel-tests' driver may need to know about EXEEXT, so add the dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ]) dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. # # This file 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. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. # # This file 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. # serial 2 # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. # # This file 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. # serial 4 # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from `make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file 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. # serial 6 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it supports --run. # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= AC_MSG_WARN([`missing' script is too old or missing]) fi ]) # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # # This file 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. # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, dnl while keeping a definition of mkdir_p for backward compatibility. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of dnl Makefile.ins that do not define MKDIR_P, so we do our own dnl adjustment using top_builddir (which is defined more often than dnl MKDIR_P). AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl case $mkdir_p in [[\\/$]]* | ?:[[\\/]]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. # # This file 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. # serial 4 # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # ------------------------------ # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) # ---------------------------------- # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 # Free Software Foundation, Inc. # # This file 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. # serial 5 # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT(yes)]) # Copyright (C) 2009 Free Software Foundation, Inc. # # This file 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. # serial 1 # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # (`yes' being less verbose, `no' or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [ --enable-silent-rules less verbose build output (undo: `make V=1') --disable-silent-rules verbose build output (undo: `make V=0')]) case $enable_silent_rules in yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file 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. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in `make install-strip', and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be `maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006, 2008 Free Software Foundation, Inc. # # This file 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. # serial 2 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005 Free Software Foundation, Inc. # # This file 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. # serial 2 # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of `v7', `ustar', or `pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. AM_MISSING_PROG([AMTAR], [tar]) m4_if([$1], [v7], [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and # Solaris sh will not grok spaces in the rhs of `-'. for _am_tool in $_am_tools do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([m4/ac_define_dir.m4]) m4_include([m4/gettext.m4]) m4_include([m4/gtk-2.0.m4]) m4_include([m4/gtk-3.0.m4]) m4_include([m4/iconv.m4]) m4_include([m4/isc-posix.m4]) m4_include([m4/lib-ld.m4]) m4_include([m4/lib-link.m4]) m4_include([m4/lib-prefix.m4]) m4_include([m4/libtool.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) m4_include([m4/ltversion.m4]) m4_include([m4/lt~obsolete.m4]) m4_include([m4/nls.m4]) m4_include([m4/pkg.m4]) m4_include([m4/po.m4]) m4_include([m4/progtest.m4]) gnunet-gtk-0.9.3/missing0000755000175000017500000002623311406350351012132 00000000000000#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2009-04-28.21; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # 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, 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, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try \`$0 --help' for more information" exit 1 fi run=: sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' sed_minuso='s/.* -o \([^ ]*\).*/\1/p' # In the cases where this matters, `missing' is being run in the # srcdir already. if test -f configure.ac; then configure_ac=configure.ac else configure_ac=configure.in fi msg="missing on your system" case $1 in --run) # Try to run requested program, and just exit if it succeeds. run= shift "$@" && exit 0 # Exit code 63 means version mismatch. This often happens # when the user try to use an ancient version of a tool on # a file that requires a minimum version. In this case we # we should proceed has if the program had been absent, or # if --run hadn't been passed. if test $? = 63; then run=: msg="probably too old" fi ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: -h, --help display this help and exit -v, --version output version information and exit --run try to run the given command, and emulate it if it fails Supported PROGRAM values: aclocal touch file \`aclocal.m4' autoconf touch file \`configure' autoheader touch file \`config.h.in' autom4te touch the output file, or create a stub one automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and \`g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: Unknown \`$1' option" echo 1>&2 "Try \`$0 --help' for more information" exit 1 ;; esac # normalize program name to check for. program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect # the program). This is about non-GNU programs, so use $1 not # $program. case $1 in lex*|yacc*) # Not GNU programs, they don't have --version. ;; tar*) if test -n "$run"; then echo 1>&2 "ERROR: \`tar' requires --run" exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then exit 1 fi ;; *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then # Could not run --version or --help. This is probably someone # running `$TOOL --version' or `$TOOL --help' to check whether # $TOOL exists and not knowing $TOOL uses missing. exit 1 fi ;; esac # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. case $program in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." touch configure ;; autoheader*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` test -z "$files" && files="config.h" touch_files= for f in $files; do case $f in *:*) touch_files="$touch_files "`echo "$f" | sed -e 's/^[^:]*://' -e 's/:.*//'`;; *) touch_files="$touch_files $f.in";; esac done touch $touch_files ;; automake*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | while read f; do touch "$f"; done ;; autom4te*) echo 1>&2 "\ WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the proper tools for further handling them. You can get \`$1' as part of \`Autoconf' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo "#! /bin/sh" echo "# Created by GNU Automake missing as a replacement of" echo "# $ $@" echo "exit 0" chmod +x $file exit 1 fi ;; bison*|yacc*) echo 1>&2 "\ WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then eval LASTARG="\${$#}" case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.c fi SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.h fi ;; esac fi if test ! -f y.tab.h; then echo >y.tab.h fi if test ! -f y.tab.c; then echo 'main() { return 0; }' >y.tab.c fi ;; lex*|flex*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then eval LASTARG="\${$#}" case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` if test -f "$SRCFILE"; then cp "$SRCFILE" lex.yy.c fi ;; esac fi if test ! -f lex.yy.c; then echo 'main() { return 0; }' >lex.yy.c fi ;; help2man*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the \`Help2man' package in order for those modifications to take effect. You can get \`Help2man' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" exit $? fi ;; makeinfo*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy \`make' (AIX, DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." # The file to touch is that specified with -o ... file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -z "$file"; then # ... or it is the one specified with @setfilename ... infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` file=`sed -n ' /^@setfilename/{ s/.* \([^ ]*\) *$/\1/ p q }' $infile` # ... or it is derived from the source name (dir/f.texi becomes f.info) test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info fi # If the file does not exist, the user really needs makeinfo; # let's fail without touching anything. test -f $file || exit 1 touch $file ;; tar*) shift # We have already tried tar in the generic part. # Look for gnutar/gtar before invocation to avoid ugly error # messages. if (gnutar --version > /dev/null 2>&1); then gnutar "$@" && exit 0 fi if (gtar --version > /dev/null 2>&1); then gtar "$@" && exit 0 fi firstarg="$1" if shift; then case $firstarg in *o*) firstarg=`echo "$firstarg" | sed s/o//` tar "$firstarg" "$@" && exit 0 ;; esac case $firstarg in *h*) firstarg=`echo "$firstarg" | sed s/h//` tar "$firstarg" "$@" && exit 0 ;; esac fi echo 1>&2 "\ WARNING: I can't seem to be able to run \`tar' with the given arguments. You may want to install GNU tar or Free paxutils, or check the command line arguments." exit 1 ;; *) echo 1>&2 "\ WARNING: \`$1' is needed, and is $msg. You might have modified some files without having the proper tools for further handling them. Check the \`README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." exit 1 ;; esac exit 0 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: gnunet-gtk-0.9.3/depcomp0000755000175000017500000004426711406350351012117 00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free # Software Foundation, Inc. # 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, 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, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try \`$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by `PROGRAMS ARGS'. object Object file output by `PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputing dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u="sed s,\\\\\\\\,/,g" depmode=msvisualcpp fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ## The second -e expression handles DOS-style file names with drive letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the `deleted header file' problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. tr ' ' ' ' < "$tmpdepfile" | ## Some versions of gcc put a space before the `:'. On the theory ## that the space means something, we add a space to the output as ## well. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like `#:fec' to the end of the # dependency line. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ tr ' ' ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts `$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then # Each line is of the form `foo.o: dependent.h'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" # That's a tab and a space in the []. sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; icc) # Intel's C compiler understands `-MD -MF file'. However on # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c # ICC 7.0 will fill foo.d with something like # foo.o: sub/foo.c # foo.o: sub/foo.h # which is wrong. We want: # sub/foo.o: sub/foo.c # sub/foo.o: sub/foo.h # sub/foo.c: # sub/foo.h: # ICC 7.1 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using \ : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" # Add `dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in `foo.d' instead, so we check for that too. # Subdirectories are respected. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then # With Tru64 cc, shared objects can also be used to make a # static library. This mechanism is used in libtool 1.4 series to # handle both shared and static libraries in a single compilation. # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. # # With libtool 1.5 this exception was removed, and libtool now # generates 2 separate objects for the 2 libraries. These two # compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 tmpdepfile2=$dir$base.o.d # libtool 1.5 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.o.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d tmpdepfile4=$dir$base.d "$@" -MD fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" # That's a tab and a space in the []. sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove `-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for `:' # in the target name. This is to cope with DOS-style filenames: # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. "$@" $dashmflag | sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" tr ' ' ' ' < "$tmpdepfile" | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" sed '1,2d' "$tmpdepfile" | tr ' ' ' ' | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove `-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" echo " " >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: gnunet-gtk-0.9.3/mkinstalldirs0000755000175000017500000000672211413635742013352 00000000000000#! /bin/sh # mkinstalldirs --- make directory hierarchy scriptversion=2009-04-28.21; # UTC # Original author: Noah Friedman # Created: 1993-05-16 # Public domain. # # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' IFS=" "" $nl" errstatus=0 dirmode= usage="\ Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... Create each directory DIR (with mode MODE, if specified), including all leading file name components. Report bugs to ." # process command line arguments while test $# -gt 0 ; do case $1 in -h | --help | --h*) # -h for help echo "$usage" exit $? ;; -m) # -m PERM arg shift test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } dirmode=$1 shift ;; --version) echo "$0 $scriptversion" exit $? ;; --) # stop option processing shift break ;; -*) # unknown option echo "$usage" 1>&2 exit 1 ;; *) # first non-opt arg break ;; esac done for file do if test -d "$file"; then shift else break fi done case $# in 0) exit 0 ;; esac # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and # mkdir -p a/c at the same time, both will detect that a is missing, # one will create a, then the other will try to create a and die with # a "File exists" error. This is a problem when calling mkinstalldirs # from a parallel make. We use --version in the probe to restrict # ourselves to GNU mkdir, which is thread-safe. case $dirmode in '') if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -p -- $*" exec mkdir -p -- "$@" else # On NextStep and OpenStep, the `mkdir' command does not # recognize any option. It will interpret all options as # directories to create, and then abort because `.' already # exists. test -d ./-p && rmdir ./-p test -d ./--version && rmdir ./--version fi ;; *) if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -m $dirmode -p -- $*" exec mkdir -m "$dirmode" -p -- "$@" else # Clean up after NextStep and OpenStep mkdir. for d in ./-m ./-p ./--version "./$dirmode"; do test -d $d && rmdir $d done fi ;; esac for file do case $file in /*) pathcomp=/ ;; *) pathcomp= ;; esac oIFS=$IFS IFS=/ set fnord $file shift IFS=$oIFS for d do test "x$d" = x && continue pathcomp=$pathcomp$d case $pathcomp in -*) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr else if test ! -z "$dirmode"; then echo "chmod $dirmode $pathcomp" lasterr= chmod "$dirmode" "$pathcomp" || lasterr=$? if test ! -z "$lasterr"; then errstatus=$lasterr fi fi fi fi pathcomp=$pathcomp/ done done exit $errstatus # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: gnunet-gtk-0.9.3/m4/0000755000175000017500000000000011762217325011135 500000000000000gnunet-gtk-0.9.3/m4/isc-posix.m40000644000175000017500000000213311406350224013223 00000000000000# isc-posix.m4 serial 2 (gettext-0.11.2) dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program dnl that contains a configuration script generated by Autoconf, under dnl the same distribution terms as the rest of that program. # This file is not needed with autoconf-2.53 and newer. Remove it in 2005. # This test replaces the one in autoconf. # Currently this macro should have the same name as the autoconf macro # because gettext's gettext.m4 (distributed in the automake package) # still uses it. Otherwise, the use in gettext.m4 makes autoheader # give these diagnostics: # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX undefine([AC_ISC_POSIX]) AC_DEFUN([AC_ISC_POSIX], [ dnl This test replaces the obsolescent AC_ISC_POSIX kludge. AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"]) ] ) gnunet-gtk-0.9.3/m4/ltsugar.m40000644000175000017500000001042411753203077013000 00000000000000# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file 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. # serial 6 ltsugar.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) # lt_join(SEP, ARG1, [ARG2...]) # ----------------------------- # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their # associated separator. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier # versions in m4sugar had bugs. m4_define([lt_join], [m4_if([$#], [1], [], [$#], [2], [[$2]], [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) m4_define([_lt_join], [m4_if([$#$2], [2], [], [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) # lt_car(LIST) # lt_cdr(LIST) # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support # Autoconf-2.59 which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], [$#], 1, [], [m4_dquote(m4_shift($@))])]) m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different # than defined and empty). # # This macro is needed until we can rely on Autoconf 2.62, since earlier # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. m4_define([lt_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) # ---------------------------------------------------------- # Produce a SEP delimited list of all paired combinations of elements of # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list # has the form PREFIXmINFIXSUFFIXn. # Needed until we can rely on m4_combine added in Autoconf 2.62. m4_define([lt_combine], [m4_if(m4_eval([$# > 3]), [1], [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl [[m4_foreach([_Lt_prefix], [$2], [m4_foreach([_Lt_suffix], ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) # ----------------------------------------------------------------------- # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. m4_define([lt_if_append_uniq], [m4_ifdef([$1], [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], [lt_append([$1], [$2], [$3])$4], [$5])], [lt_append([$1], [$2], [$3])$4])]) # lt_dict_add(DICT, KEY, VALUE) # ----------------------------- m4_define([lt_dict_add], [m4_define([$1($2)], [$3])]) # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) # -------------------------------------------- m4_define([lt_dict_add_subkey], [m4_define([$1($2:$3)], [$4])]) # lt_dict_fetch(DICT, KEY, [SUBKEY]) # ---------------------------------- m4_define([lt_dict_fetch], [m4_ifval([$3], m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) # ----------------------------------------------------------------- m4_define([lt_if_dict_fetch], [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], [$5], [$6])]) # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) # -------------------------------------------------------------- m4_define([lt_dict_filter], [m4_if([$5], [], [], [lt_join(m4_quote(m4_default([$4], [[, ]])), lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl ]) gnunet-gtk-0.9.3/m4/gtk-2.0.m40000644000175000017500000001656311634402266012412 00000000000000# Configure paths for GTK+ # Owen Taylor 1997-2001 dnl AM_PATH_GTK_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for GTK+, and define GTK_CFLAGS and GTK_LIBS, if gthread is specified in MODULES, dnl pass to pkg-config dnl AC_DEFUN([AM_PATH_GTK_2_0], [dnl dnl Get the cflags and libraries from pkg-config dnl AC_ARG_ENABLE(gtktest, [ --disable-gtktest do not try to compile and run a test GTK+ program], , enable_gtktest=yes) pkg_config_args=gtk+-2.0 for module in . $4 do case "$module" in gthread) pkg_config_args="$pkg_config_args gthread-2.0" ;; esac done no_gtk="" AC_PATH_PROG(PKG_CONFIG, pkg-config, no) if test x$PKG_CONFIG != xno ; then if pkg-config --atleast-pkgconfig-version 0.7 ; then : else echo "*** pkg-config too old; version 0.7 or better required." no_gtk=yes PKG_CONFIG=no fi else no_gtk=yes fi min_gtk_version=ifelse([$1], ,2.0.0,$1) AC_MSG_CHECKING(for GTK+ - version >= $min_gtk_version) if test x$PKG_CONFIG != xno ; then ## don't try to run the test against uninstalled libtool libs if $PKG_CONFIG --uninstalled $pkg_config_args; then echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH" enable_gtktest=no fi if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then : else no_gtk=yes fi fi if test x"$no_gtk" = x ; then GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` if test "x$enable_gtktest" = "xyes" ; then ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GTK_CFLAGS" LIBS="$GTK_LIBS $LIBS" dnl dnl Now check if the installed GTK+ is sufficiently new. (Also sanity dnl checks the results of pkg-config to some extent) dnl rm -f conf.gtktest AC_TRY_RUN([ #include #include #include int main () { int major, minor, micro; char *tmp_version; fclose (fopen ("conf.gtktest", "w")); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("$min_gtk_version"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_gtk_version"); exit(1); } if ((gtk_major_version != $gtk_config_major_version) || (gtk_minor_version != $gtk_config_minor_version) || (gtk_micro_version != $gtk_config_micro_version)) { printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, gtk_major_version, gtk_minor_version, gtk_micro_version); printf ("*** was found! If pkg-config was correct, then it is best\n"); printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); printf("*** required on your system.\n"); printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); printf("*** to point to the correct configuration files\n"); } else if ((gtk_major_version != GTK_MAJOR_VERSION) || (gtk_minor_version != GTK_MINOR_VERSION) || (gtk_micro_version != GTK_MICRO_VERSION)) { printf("*** GTK+ header files (version %d.%d.%d) do not match\n", GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); printf("*** library (version %d.%d.%d)\n", gtk_major_version, gtk_minor_version, gtk_micro_version); } else { if ((gtk_major_version > major) || ((gtk_major_version == major) && (gtk_minor_version > minor)) || ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", gtk_major_version, gtk_minor_version, gtk_micro_version); printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", major, minor, micro); printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n"); printf("*** correct copy of pkg-config. (In this case, you will have to\n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } } return 1; } ],, no_gtk=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_gtk" = x ; then AC_MSG_RESULT(yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)) ifelse([$2], , :, [$2]) else AC_MSG_RESULT(no) if test "$PKG_CONFIG" = "no" ; then echo "*** A new enough version of pkg-config was not found." echo "*** See http://pkgconfig.sourceforge.net" else if test -f conf.gtktest ; then : else echo "*** Could not run GTK+ test program, checking why..." ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GTK_CFLAGS" LIBS="$LIBS $GTK_LIBS" AC_TRY_LINK([ #include #include ], [ return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); ], [ echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GTK+ or finding the wrong" echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your" echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" echo "*** to the installed location Also, make sure you have run ldconfig if that" echo "*** is required on your system" echo "***" echo "*** If you have an old version installed, it is best to remove it, although" echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ], [ echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi GTK_CFLAGS="" GTK_LIBS="" ifelse([$3], , :, [$3]) fi AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) rm -f conf.gtktest ]) gnunet-gtk-0.9.3/m4/po.m40000644000175000017500000004460611406350224011736 00000000000000# po.m4 serial 15 (gettext-0.17) dnl Copyright (C) 1995-2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ(2.50) dnl Checks for all prerequisites of the po subdirectory. AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that dnl the gettext macros and po/Makefile.in.in are in sync. AC_SUBST([GETTEXT_MACRO_VERSION], [0.17]) dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. dnl Search for GNU msgfmt in the PATH. dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. dnl The second test excludes FreeBSD msgfmt. AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) dnl Test whether it is GNU msgfmt >= 0.15. changequote(,)dnl case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac changequote([,])dnl AC_SUBST([MSGFMT_015]) changequote(,)dnl case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac changequote([,])dnl AC_SUBST([GMSGFMT_015]) dnl Search for GNU xgettext 0.12 or newer in the PATH. dnl The first test excludes Solaris xgettext and early GNU xgettext versions. dnl The second test excludes FreeBSD xgettext. AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) dnl Remove leftover from FreeBSD xgettext call. rm -f messages.po dnl Test whether it is GNU xgettext >= 0.15. changequote(,)dnl case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac changequote([,])dnl AC_SUBST([XGETTEXT_015]) dnl Search for GNU msgmerge 0.11 or newer in the PATH. AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) dnl Installation directories. dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we dnl have to define it here, so that it can be used in po/Makefile. test -n "$localedir" || localedir='${datadir}/locale' AC_SUBST([localedir]) dnl Support for AM_XGETTEXT_OPTION. test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) AC_CONFIG_COMMANDS([po-directories], [[ for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done]], [# Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" ]) ]) dnl Postprocesses a Makefile in a directory containing PO files. AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [ # When this code is run, in config.status, two variables have already been # set: # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, # - LINGUAS is the value of the environment variable LINGUAS at configure # time. changequote(,)dnl # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Find a way to echo strings without interpreting backslash. if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then gt_echo='echo' else if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then gt_echo='printf %s\n' else echo_func () { cat < "$ac_file.tmp" if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` cat >> "$ac_file.tmp" < /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` cat >> "$ac_file.tmp" <> "$ac_file.tmp" <, 1995-2000. dnl Bruno Haible , 2000-2006. dnl Macro to add for using GNU gettext. dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The dnl default (if it is not specified or empty) is 'no-libtool'. dnl INTLSYMBOL should be 'external' for packages with no intl directory, dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. dnl If INTLSYMBOL is 'use-libtool', then a libtool library dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, dnl depending on --{enable,disable}-{shared,static} and on the presence of dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library dnl $(top_builddir)/intl/libintl.a will be created. dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext dnl implementations (in libc or libintl) without the ngettext() function dnl will be ignored. If NEEDSYMBOL is specified and is dnl 'need-formatstring-macros', then GNU gettext implementations that don't dnl support the ISO C 99 formatstring macros will be ignored. dnl INTLDIR is used to find the intl libraries. If empty, dnl the value `$(top_builddir)/intl/' is used. dnl dnl The result of the configuration is one of three cases: dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled dnl and used. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 2) GNU gettext has been found in the system's C library. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 3) No internationalization, always use English msgid. dnl Catalog format: none dnl Catalog extension: none dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. dnl The use of .gmo is historical (it was needed to avoid overwriting the dnl GNU format catalogs when building on a platform with an X/Open gettext), dnl but we keep it in order not to force irrelevant filename changes on the dnl maintainers. dnl AC_DEFUN([AM_GNU_GETTEXT], [ dnl Argument checking. ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT ])])])])]) ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT ])])])]) define([gt_included_intl], ifelse([$1], [external], ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]), [yes])) define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], [])) gt_NEEDS_INIT AM_GNU_GETTEXT_NEED([$2]) AC_REQUIRE([AM_PO_SUBDIRS])dnl ifelse(gt_included_intl, yes, [ AC_REQUIRE([AM_INTL_SUBDIR])dnl ]) dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Sometimes libintl requires libiconv, so first search for libiconv. dnl Ideally we would do this search only after the dnl if test "$USE_NLS" = "yes"; then dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT dnl the configure script would need to contain the same shell code dnl again, outside any 'if'. There are two solutions: dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not dnl documented, we avoid it. ifelse(gt_included_intl, yes, , [ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) ]) dnl Sometimes, on MacOS X, libintl requires linking with CoreFoundation. gt_INTL_MACOSX dnl Set USE_NLS. AC_REQUIRE([AM_NLS]) ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no ]) LIBINTL= LTLIBINTL= POSUB= dnl Add a version number to the cache macros. case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no ifelse(gt_included_intl, yes, [ AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH(included-gettext, [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then ]) dnl User does not insist on using GNU NLS library. Figure out what dnl to use. If GNU gettext is available we use this. Else we have dnl to fall back to GNU NLS library. if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], [AC_TRY_LINK([#include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings;], [bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings], [eval "$gt_func_gnugettext_libc=yes"], [eval "$gt_func_gnugettext_libc=no"])]) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl Sometimes libintl requires libiconv, so first search for libiconv. ifelse(gt_included_intl, yes, , [ AM_ICONV_LINK ]) dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) dnl because that would add "-liconv" to LIBINTL and LTLIBINTL dnl even if libiconv doesn't exist. AC_LIB_LINKFLAGS_BODY([intl]) AC_CACHE_CHECK([for GNU gettext in libintl], [$gt_func_gnugettext_libintl], [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" dnl Now see whether libintl exists and does not depend on libiconv. AC_TRY_LINK([#include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *);], [bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")], [eval "$gt_func_gnugettext_libintl=yes"], [eval "$gt_func_gnugettext_libintl=no"]) dnl Now see whether libintl exists and depends on libiconv. if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" AC_TRY_LINK([#include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *);], [bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")], [LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" ]) fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) fi dnl If an already present or preinstalled GNU gettext() is found, dnl use it. But if this macro is used in GNU gettext, and GNU dnl gettext is already preinstalled in libintl, we update this dnl libintl. (Cf. the install rule in intl/Makefile.in.) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else dnl Reset the values set by searching for libintl. LIBINTL= LTLIBINTL= INCINTL= fi ifelse(gt_included_intl, yes, [ if test "$gt_use_preinstalled_gnugettext" != "yes"; then dnl GNU gettext is not found in the C library. dnl Fall back on included GNU gettext library. nls_cv_use_gnu_gettext=yes fi fi if test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions used to generate GNU NLS library. BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD" LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi CATOBJEXT= if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions to use GNU gettext tools. CATOBJEXT=.gmo fi ]) if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Some extra flags are needed during linking. LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then AC_DEFINE(ENABLE_NLS, 1, [Define to 1 if translation of program messages to the user's native language is requested.]) else USE_NLS=no fi fi AC_MSG_CHECKING([whether to use NLS]) AC_MSG_RESULT([$USE_NLS]) if test "$USE_NLS" = "yes"; then AC_MSG_CHECKING([where the gettext function comes from]) if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi AC_MSG_RESULT([$gt_source]) fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then AC_MSG_CHECKING([how to link with libintl]) AC_MSG_RESULT([$LIBINTL]) AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) fi dnl For backward compatibility. Some packages may be using this. AC_DEFINE(HAVE_GETTEXT, 1, [Define if the GNU gettext() function is already present or preinstalled.]) AC_DEFINE(HAVE_DCGETTEXT, 1, [Define if the GNU dcgettext() function is already present or preinstalled.]) fi dnl We need to process the po/ directory. POSUB=po fi ifelse(gt_included_intl, yes, [ dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL dnl to 'yes' because some of the testsuite requires it. if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then BUILD_INCLUDED_LIBINTL=yes fi dnl Make all variables we use known to autoconf. AC_SUBST(BUILD_INCLUDED_LIBINTL) AC_SUBST(USE_INCLUDED_LIBINTL) AC_SUBST(CATOBJEXT) dnl For backward compatibility. Some configure.ins may be using this. nls_cv_header_intl= nls_cv_header_libgt= dnl For backward compatibility. Some Makefiles may be using this. DATADIRNAME=share AC_SUBST(DATADIRNAME) dnl For backward compatibility. Some Makefiles may be using this. INSTOBJEXT=.mo AC_SUBST(INSTOBJEXT) dnl For backward compatibility. Some Makefiles may be using this. GENCAT=gencat AC_SUBST(GENCAT) dnl For backward compatibility. Some Makefiles may be using this. INTLOBJS= if test "$USE_INCLUDED_LIBINTL" = yes; then INTLOBJS="\$(GETTOBJS)" fi AC_SUBST(INTLOBJS) dnl Enable libtool support if the surrounding package wishes it. INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX) ]) dnl For backward compatibility. Some Makefiles may be using this. INTLLIBS="$LIBINTL" AC_SUBST(INTLLIBS) dnl Make all documented variables known to autoconf. AC_SUBST(LIBINTL) AC_SUBST(LTLIBINTL) AC_SUBST(POSUB) ]) dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized. m4_define([gt_NEEDS_INIT], [ m4_divert_text([DEFAULTS], [gt_needs=]) m4_define([gt_NEEDS_INIT], []) ]) dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL]) AC_DEFUN([AM_GNU_GETTEXT_NEED], [ m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) ]) dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) gnunet-gtk-0.9.3/m4/gtk-3.0.m40000644000175000017500000001776711632574530012424 00000000000000# Configure paths for GTK+ # Owen Taylor 1997-2001 dnl AM_PATH_GTK_3_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for GTK+, and define GTK_CFLAGS and GTK_LIBS, if gthread is specified in MODULES, dnl pass to pkg-config dnl AC_DEFUN([AM_PATH_GTK_3_0], [dnl dnl Get the cflags and libraries from pkg-config dnl AC_ARG_ENABLE(gtktest, [ --disable-gtktest do not try to compile and run a test GTK+ program], , enable_gtktest=yes) pkg_config_args=gtk+-3.0 for module in . $4 do case "$module" in gthread) pkg_config_args="$pkg_config_args gthread-2.0" ;; esac done no_gtk="" AC_PATH_PROG(PKG_CONFIG, pkg-config, no) if test x$PKG_CONFIG != xno ; then if $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then : else echo "*** pkg-config too old; version 0.7 or better required." no_gtk=yes PKG_CONFIG=no fi else no_gtk=yes fi min_gtk_version=ifelse([$1], ,3.0.0,$1) AC_MSG_CHECKING(for GTK+ - version >= $min_gtk_version) if test x$PKG_CONFIG != xno ; then ## don't try to run the test against uninstalled libtool libs if $PKG_CONFIG --uninstalled $pkg_config_args; then echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH" enable_gtktest=no fi if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then : else no_gtk=yes fi fi if test x"$no_gtk" = x ; then GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-3.0 | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-3.0 | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-3.0 | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` if test "x$enable_gtktest" = "xyes" ; then ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GTK_CFLAGS" LIBS="$GTK_LIBS $LIBS" dnl dnl Now check if the installed GTK+ is sufficiently new. (Also sanity dnl checks the results of pkg-config to some extent) dnl rm -f conf.gtktest AC_TRY_RUN([ #include #include #include int main () { int major, minor, micro; char *tmp_version; fclose (fopen ("conf.gtktest", "w")); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("$min_gtk_version"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_gtk_version"); exit(1); } if ((gtk_major_version != $gtk_config_major_version) || (gtk_minor_version != $gtk_config_minor_version) || (gtk_micro_version != $gtk_config_micro_version)) { printf("\n*** 'pkg-config --modversion gtk+-3.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, gtk_major_version, gtk_minor_version, gtk_micro_version); printf ("*** was found! If pkg-config was correct, then it is best\n"); printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); printf("*** required on your system.\n"); printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); printf("*** to point to the correct configuration files\n"); } else if ((gtk_major_version != GTK_MAJOR_VERSION) || (gtk_minor_version != GTK_MINOR_VERSION) || (gtk_micro_version != GTK_MICRO_VERSION)) { printf("*** GTK+ header files (version %d.%d.%d) do not match\n", GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); printf("*** library (version %d.%d.%d)\n", gtk_major_version, gtk_minor_version, gtk_micro_version); } else { if ((gtk_major_version > major) || ((gtk_major_version == major) && (gtk_minor_version > minor)) || ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", gtk_major_version, gtk_minor_version, gtk_micro_version); printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", major, minor, micro); printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n"); printf("*** correct copy of pkg-config. (In this case, you will have to\n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } } return 1; } ],, no_gtk=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_gtk" = x ; then AC_MSG_RESULT(yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)) ifelse([$2], , :, [$2]) else AC_MSG_RESULT(no) if test "$PKG_CONFIG" = "no" ; then echo "*** A new enough version of pkg-config was not found." echo "*** See http://pkgconfig.sourceforge.net" else if test -f conf.gtktest ; then : else echo "*** Could not run GTK+ test program, checking why..." ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GTK_CFLAGS" LIBS="$LIBS $GTK_LIBS" AC_TRY_LINK([ #include #include ], [ return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); ], [ echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GTK+ or finding the wrong" echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your" echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" echo "*** to the installed location Also, make sure you have run ldconfig if that" echo "*** is required on your system" echo "***" echo "*** If you have an old version installed, it is best to remove it, although" echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ], [ echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi GTK_CFLAGS="" GTK_LIBS="" ifelse([$3], , :, [$3]) fi AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) rm -f conf.gtktest ]) dnl GTK_CHECK_BACKEND(BACKEND-NAME [, MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl Tests for BACKEND-NAME in the GTK targets list dnl AC_DEFUN([GTK_CHECK_BACKEND], [ pkg_config_args=ifelse([$1],,gtk+-3.0, gtk+-$1-3.0) min_gtk_version=ifelse([$2],,3.0.0,$2) AC_PATH_PROG(PKG_CONFIG, [pkg-config], [AC_MSG_ERROR([No pkg-config found])]) if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args ; then target_found=yes else target_found=no fi if test "x$target_found" = "xno"; then ifelse([$4],,[AC_MSG_ERROR([Backend $backend not found.])],[$4]) else ifelse([$3],,[:],[$3]) fi ]) gnunet-gtk-0.9.3/m4/lib-prefix.m40000644000175000017500000001503611406350224013354 00000000000000# lib-prefix.m4 serial 5 (gettext-0.15) dnl Copyright (C) 2001-2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't dnl require excessive bracketing. ifdef([AC_HELP_STRING], [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed dnl to access previously installed libraries. The basic assumption is that dnl a user will want packages to use other packages he previously installed dnl with the same --prefix option. dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate dnl libraries, but is otherwise very convenient. AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib-prefix], [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, dnl acl_final_exec_prefix, containing the values to which $prefix and dnl $exec_prefix will expand at the end of the configure script. AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the dnl variables prefix and exec_prefix bound to the values they will have dnl at the end of the configure script. AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) dnl AC_LIB_PREPARE_MULTILIB creates a variable acl_libdirstem, containing dnl the basename of the libdir, either "lib" or "lib64". AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [ dnl There is no formal standard regarding lib and lib64. The current dnl practice is that on a system supporting 32-bit and 64-bit instruction dnl sets or ABIs, 64-bit libraries go under $prefix/lib64 and 32-bit dnl libraries go under $prefix/lib. We determine the compiler's default dnl mode by looking at the compiler's library search path. If at least dnl of its elements ends in /lib64 or points to a directory whose absolute dnl pathname ends in /lib64, we assume a 64-bit ABI. Otherwise we use the dnl default, namely "lib". acl_libdirstem=lib searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ]) gnunet-gtk-0.9.3/m4/ac_define_dir.m40000644000175000017500000000231411406350225014042 00000000000000dnl @synopsis AC_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION]) dnl dnl This macro _AC_DEFINEs VARNAME to the expansion of the DIR dnl variable, taking care of fixing up ${prefix} and such. dnl dnl VARNAME is offered as both a C preprocessor symbol, and an output dnl variable. dnl dnl Note that the 3 argument form is only supported with autoconf 2.13 dnl and later (i.e. only where _AC_DEFINE supports 3 arguments). dnl dnl Examples: dnl dnl AC_DEFINE_DIR(DATADIR, datadir) dnl AC_DEFINE_DIR(PROG_PATH, bindir, [Location of installed binaries]) dnl dnl @category Misc dnl @author Stepan Kasal dnl @author Andreas Schwab dnl @author Guido Draheim dnl @author Alexandre Oliva dnl @version 2005-01-17 dnl @license AllPermissive AC_DEFUN([AC_DEFINE_DIR], [ prefix_NONE= exec_prefix_NONE= test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix eval ac_define_dir="\"[$]$2\"" AC_SUBST($1, "$ac_define_dir") AC_DEFINE_UNQUOTED($1, "$ac_define_dir", [$3]) test "$prefix_NONE" && prefix=NONE test "$exec_prefix_NONE" && exec_prefix=NONE ]) gnunet-gtk-0.9.3/m4/libtool.m40000644000175000017500000077464711753203077013013 00000000000000# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file 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. m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool 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. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool 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 GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ]) # serial 56 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_CC_BASENAME(CC) # ------------------- # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. m4_defun([_LT_CC_BASENAME], [for cc_temp in $1""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl _LT_PROG_ECHO_BACKSLASH case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from `configure', and `config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # `config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain="$ac_aux_dir/ltmain.sh" ])# _LT_PROG_LTMAIN ## ------------------------------------- ## ## Accumulate code for creating libtool. ## ## ------------------------------------- ## # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the `libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) ## ------------------------ ## ## FIXME: Eliminate VARNAME ## ## ------------------------ ## # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to `config.status' so that its # declaration there will have the same value as in `configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # ='`$ECHO "X$" | $Xsed -e "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags="_LT_TAGS"dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the `libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into `config.status', and then the shell code to quote escape them in # for loops in `config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Fix-up fallback echo if it was mangled by the above quoting rules. case \$lt_ECHO in *'\\\[$]0 --fallback-echo"')dnl " lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` ;; esac _LT_OUTPUT_LIBTOOL_INIT ]) # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) cat >"$CONFIG_LT" <<_LTEOF #! $SHELL # Generated by $as_me. # Run this file to recreate a libtool stub with the current configuration. lt_cl_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ \`$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2008 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test $[#] != 0 do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try \`$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try \`$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. if test "$no_create" != yes; then lt_cl_success=: test "$silent" = yes && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) fi ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # _LT_COPYING _LT_LIBTOOL_TAGS # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) _LT_PROG_XSI_SHELLFNS sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS="$save_LDFLAGS" ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[[012]]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES # -------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(whole_archive_flag_spec, $1)='' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=echo _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" m4_if([$1], [CXX], [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX # ----------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl AC_LINK_IFELSE(AC_LANG_PROGRAM,[ lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], [AC_DIVERT_PUSH(NOTICE)]) $1 AC_DIVERT_POP ])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Add some code to the start of the generated configure script which # will find an echo command which doesn't interpret backslashes. m4_defun([_LT_PROG_ECHO_BACKSLASH], [_LT_SHELL_INIT([ # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$lt_ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` ;; esac ECHO=${lt_ECHO-echo} if test "X[$]1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X[$]1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then # Yippee, $ECHO works! : else # Restart under the correct shell. exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} fi if test "X[$]1" = X--fallback-echo; then # used as fallback echo shift cat <<_LT_EOF [$]* _LT_EOF exit 0 fi # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test -z "$lt_ECHO"; then if test "X${echo_test_string+set}" != Xset; then # find a string as large as possible, as long as the shell can cope with it for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... if { echo_test_string=`eval $cmd`; } 2>/dev/null && { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null then break fi done fi if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do IFS="$lt_save_ifs" if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$dir/echo" break fi done IFS="$lt_save_ifs" if test "X$ECHO" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. ECHO='print -r' elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} else # Try using printf. ECHO='printf %s\n' if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL ECHO="$CONFIG_SHELL [$]0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$CONFIG_SHELL [$]0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "[$]0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} else # Oops. We lost completely, so just stick with echo. ECHO=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. lt_ECHO=$ECHO if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" fi AC_SUBST(lt_ECHO) ]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that does not interpret backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '[#]line __oline__ "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; sparc*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) LD="${LD-ld} -m elf64_sparc" ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" ])# _LT_ENABLE_LOCK # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [AC_CHECK_TOOL(AR, ar, false) test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru _LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR_FLAGS], [1]) AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test x"[$]$2" = xyes; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" ]) if test x"[$]$2" = xyes; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ = "XX$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n $lt_cv_sys_max_cmd_len ; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "$cross_compiling" = yes; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line __oline__ "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen="shl_load"], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen="dlopen"], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) ]) ]) ]) ]) ]) ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links="nottested" if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test "$hard_links" = no; then AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", [Define to the sub-directory in which libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then # We can hardcode non-existent directories. if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` else lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[[4-9]]*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[123]]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[[3-9]]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[[89]] | openbsd2.[[89]].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([], [sys_lib_dlsearch_path_spec], [2], [Run-time system search path for libraries]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program which can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$1; then lt_cv_path_MAGIC_CMD="$ac_dir/$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac]) MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program which can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test "$withval" = no || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method == "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi]) if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :) AC_SUBST([DUMPBIN]) if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM="-lm") ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test "$GCC" = yes; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ const struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_save_LIBS="$LIBS" lt_save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS="$lt_save_LIBS" CFLAGS="$lt_save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= AC_MSG_CHECKING([for $compiler option to produce PIC]) m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64 which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC*) # IBM XL 8.0 on PPC _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test "$GCC" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl*) # IBM XL C 8.0/Fortran 10.1 on PPC _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; cygwin* | mingw* | cegcc*) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' ;; linux* | k*bsd*-gnu) _LT_TAGVAR(link_all_deplibs, $1)=no ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; linux* | k*bsd*-gnu) _LT_TAGVAR(link_all_deplibs, $1)=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag= tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi _LT_TAGVAR(link_all_deplibs, $1)=no else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; freebsd1*) _LT_TAGVAR(ld_shlibs, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" AC_LINK_IFELSE(int foo(void) {}, _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' ) LDFLAGS="$save_LDFLAGS" else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' else case $host_os in openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ;; esac fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_MSG_CHECKING([whether -lc should be explicitly linked in]) $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then _LT_TAGVAR(archive_cmds_need_lc, $1)=no else _LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)]) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1], [[If ld is used when linking, flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting ${shlibpath_var} if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [fix_srcfile_path], [1], [Fix the shell variable $srcfile for the compiler]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC="$CC" AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report which library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC="$lt_save_CC" ])# _LT_LANG_C_CONFIG # _LT_PROG_CXX # ------------ # Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++ # compiler, we have our own version here. m4_defun([_LT_PROG_CXX], [ pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes]) AC_PROG_CXX if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_CXX dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_CXX], []) # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [AC_REQUIRE([_LT_PROG_CXX])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_caught_CXX_error" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GXX" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared # libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd[[12]]*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; gnu*) ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; *) # Version 6 will use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; xl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd2*) # C++ shared libraries are fairly broken _LT_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd=echo else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(GCC, $1)="$GXX" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test "$_lt_caught_CXX_error" != yes AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ]) dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case $p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test $p = "-L" || test $p = "-R"; then prev=$p continue else prev= fi if test "$pre_test_object_deps_done" = no; then case $p in -L* | -R*) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)="${prev}${p}" else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" fi fi ;; *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test "$pre_test_object_deps_done" = no; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)="$p" else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)="$p" else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; solaris*) case $cc_basename in CC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_PROG_F77 # ------------ # Since AC_PROG_F77 is broken, in that it returns the empty string # if there is no fortran compiler, we have our own version here. m4_defun([_LT_PROG_F77], [ pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes]) AC_PROG_F77 if test -z "$F77" || test "X$F77" = "Xno"; then _lt_disable_F77=yes fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_F77 dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_F77], []) # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_REQUIRE([_LT_PROG_F77])dnl AC_LANG_PUSH(Fortran 77) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_F77" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC CC=${F77-"f77"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$G77" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC="$lt_save_CC" fi # test "$_lt_disable_F77" != yes AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_PROG_FC # ----------- # Since AC_PROG_FC is broken, in that it returns the empty string # if there is no fortran compiler, we have our own version here. m4_defun([_LT_PROG_FC], [ pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes]) AC_PROG_FC if test -z "$FC" || test "X$FC" = "Xno"; then _lt_disable_FC=yes fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_FC dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_FC], []) # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_REQUIRE([_LT_PROG_FC])dnl AC_LANG_PUSH(Fortran) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_FC" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC CC=${FC-"f95"} compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC="$lt_save_CC" fi # test "$_lt_disable_FC" != yes AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC="$lt_save_CC" ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC GCC= CC=${RC-"windres"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC="$lt_save_CC" ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test $lt_ac_count -gt 10 && break lt_ac_count=`expr $lt_ac_count + 1` if test $lt_ac_count -gt $lt_ac_max; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [AC_MSG_CHECKING([whether the shell understands some XSI constructs]) # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes AC_MSG_RESULT([$xsi_shell]) _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) AC_MSG_CHECKING([whether the shell understands "+="]) lt_shell_append=no ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes AC_MSG_RESULT([$lt_shell_append]) _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PROG_XSI_SHELLFNS # --------------------- # Bourne and XSI compatible variants of some useful shell functions. m4_defun([_LT_PROG_XSI_SHELLFNS], [case $xsi_shell in yes) cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac } # func_basename file func_basename () { func_basename_result="${1##*/}" } # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac func_basename_result="${1##*/}" } # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). func_stripname () { # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary parameter first. func_stripname_result=${3} func_stripname_result=${func_stripname_result#"${1}"} func_stripname_result=${func_stripname_result%"${2}"} } # func_opt_split func_opt_split () { func_opt_split_opt=${1%%=*} func_opt_split_arg=${1#*=} } # func_lo2o object func_lo2o () { case ${1} in *.lo) func_lo2o_result=${1%.lo}.${objext} ;; *) func_lo2o_result=${1} ;; esac } # func_xform libobj-or-source func_xform () { func_xform_result=${1%.*}.lo } # func_arith arithmetic-term... func_arith () { func_arith_result=$(( $[*] )) } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=${#1} } _LT_EOF ;; *) # Bourne compatible functions. cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi } # func_basename file func_basename () { func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` } dnl func_dirname_and_basename dnl A portable version of this function is already defined in general.m4sh dnl so there is no need for it here. # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # func_strip_suffix prefix name func_stripname () { case ${2} in .*) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; esac } # sed scripts: my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q' my_sed_long_arg='1s/^-[[^=]]*=//' # func_opt_split func_opt_split () { func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` } # func_lo2o object func_lo2o () { func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` } # func_xform libobj-or-source func_xform () { func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` } # func_arith arithmetic-term... func_arith () { func_arith_result=`expr "$[@]"` } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` } _LT_EOF esac case $lt_shell_append in yes) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$[1]+=\$[2]" } _LT_EOF ;; *) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$[1]=\$$[1]\$[2]" } _LT_EOF ;; esac ]) gnunet-gtk-0.9.3/m4/pkg.m40000644000175000017500000000375311406350225012100 00000000000000 dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not) dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page dnl also defines GSTUFF_PKG_ERRORS on error AC_DEFUN([PKG_CHECK_MODULES], [ succeeded=no if test -z "$PKG_CONFIG"; then AC_PATH_PROG(PKG_CONFIG, pkg-config, no) fi if test "$PKG_CONFIG" = "no" ; then echo "*** The pkg-config script could not be found. Make sure it is" echo "*** in your path, or set the PKG_CONFIG environment variable" echo "*** to the full path to pkg-config." echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." else PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then AC_MSG_CHECKING(for $2) if $PKG_CONFIG --exists "$2" ; then AC_MSG_RESULT(yes) succeeded=yes AC_MSG_CHECKING($1_CFLAGS) $1_CFLAGS=`$PKG_CONFIG --cflags "$2"` AC_MSG_RESULT($$1_CFLAGS) AC_MSG_CHECKING($1_LIBS) $1_LIBS=`$PKG_CONFIG --libs "$2"` AC_MSG_RESULT($$1_LIBS) else $1_CFLAGS="" $1_LIBS="" ## If we have a custom action on failure, don't print errors, but ## do set a variable so people can do so. $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` ifelse([$4], ,echo $$1_PKG_ERRORS,) fi AC_SUBST($1_CFLAGS) AC_SUBST($1_LIBS) else echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." echo "*** See http://www.freedesktop.org/software/pkgconfig" fi fi if test $succeeded = yes; then ifelse([$3], , :, [$3]) else ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4]) fi ]) gnunet-gtk-0.9.3/m4/nls.m40000644000175000017500000000226611406350225012111 00000000000000# nls.m4 serial 3 (gettext-0.15) dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ(2.50) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE(nls, [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT($USE_NLS) AC_SUBST(USE_NLS) ]) gnunet-gtk-0.9.3/m4/progtest.m40000644000175000017500000000555011406350225013163 00000000000000# progtest.m4 serial 4 (gettext-0.14.2) dnl Copyright (C) 1996-2003, 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1996. AC_PREREQ(2.50) # Search path for a program which passes the given test. dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) AC_DEFUN([AM_PATH_PROG_WITH_TEST], [ # Prepare PATH_SEPARATOR. # 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 # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL(ac_cv_path_$1, [case "[$]$1" in [[\\/]]* | ?:[[\\/]]*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in ifelse([$5], , $PATH, [$5]); do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$]$1) else AC_MSG_RESULT(no) fi AC_SUBST($1)dnl ]) gnunet-gtk-0.9.3/m4/ltoptions.m40000644000175000017500000002724211753203077013360 00000000000000# Helper functions for option handling. -*- Autoconf -*- # # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file 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. # serial 6 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) # ------------------------------------------ m4_define([_LT_MANGLE_OPTION], [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) # --------------------------------------- # Set option OPTION-NAME for macro MACRO-NAME, and if there is a # matching handler defined, dispatch to it. Other OPTION-NAMEs are # saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), _LT_MANGLE_DEFUN([$1], [$2]), [m4_warning([Unknown $1 option `$2'])])[]dnl ]) # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) # ------------------------------------------------------------ # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. m4_define([_LT_IF_OPTION], [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) # ------------------------------------------------------- # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME # are set. m4_define([_LT_UNLESS_OPTIONS], [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), [m4_define([$0_found])])])[]dnl m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 ])[]dnl ]) # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) # ---------------------------------------- # OPTION-LIST is a space-separated list of Libtool options associated # with MACRO-NAME. If any OPTION has a matching handler declared with # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about # the unknown option and exit. m4_defun([_LT_SET_OPTIONS], [# Set options m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [_LT_SET_OPTION([$1], _LT_Option)]) m4_if([$1],[LT_INIT],[ dnl dnl Simply set some default values (i.e off) if boolean options were not dnl specified: _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no ]) _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no ]) dnl dnl If no reference was made to various pairs of opposing options, then dnl we run the default mode handler for the pair. For example, if neither dnl `shared' nor `disable-shared' was passed, we enable building of shared dnl archives by default: _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], [_LT_ENABLE_FAST_INSTALL]) ]) ])# _LT_SET_OPTIONS ## --------------------------------- ## ## Macros to handle LT_INIT options. ## ## --------------------------------- ## # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) # ----------------------------------------- m4_define([_LT_MANGLE_DEFUN], [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) # ----------------------------------------------- m4_define([LT_OPTION_DEFINE], [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl ])# LT_OPTION_DEFINE # dlopen # ------ LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes ]) AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `dlopen' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) # win32-dll # --------- # Declare package support for building win32 dll's. LT_OPTION_DEFINE([LT_INIT], [win32-dll], [enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; esac test -z "$AS" && AS=as _LT_DECL([], [AS], [0], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `win32-dll' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) # _LT_ENABLE_SHARED([DEFAULT]) # ---------------------------- # implement the --enable-shared flag, and supports the `shared' and # `disable-shared' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_SHARED], [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([shared], [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) _LT_DECL([build_libtool_libs], [enable_shared], [0], [Whether or not to build shared libraries]) ])# _LT_ENABLE_SHARED LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_SHARED], []) dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- # implement the --enable-static flag, and support the `static' and # `disable-static' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) _LT_DECL([build_old_libs], [enable_static], [0], [Whether or not to build static libraries]) ])# _LT_ENABLE_STATIC LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) # Old names: AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_STATIC], []) dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- # implement the --enable-fast-install flag, and support the `fast-install' # and `disable-fast-install' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) _LT_DECL([fast_install], [enable_fast_install], [0], [Whether or not to optimize for fast installation])dnl ])# _LT_ENABLE_FAST_INSTALL LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) # Old names: AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # _LT_WITH_PIC([MODE]) # -------------------- # implement the --with-pic flag, and support the `pic-only' and `no-pic' # LT_INIT options. # MODE is either `yes' or `no'. If omitted, it defaults to `both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [pic_mode="$withval"], [pic_mode=default]) test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) # Old name: AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) ## ----------------- ## ## LTDL_INIT Options ## ## ----------------- ## m4_define([_LTDL_MODE], []) LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], [m4_define([_LTDL_MODE], [nonrecursive])]) LT_OPTION_DEFINE([LTDL_INIT], [recursive], [m4_define([_LTDL_MODE], [recursive])]) LT_OPTION_DEFINE([LTDL_INIT], [subproject], [m4_define([_LTDL_MODE], [subproject])]) m4_define([_LTDL_TYPE], []) LT_OPTION_DEFINE([LTDL_INIT], [installable], [m4_define([_LTDL_TYPE], [installable])]) LT_OPTION_DEFINE([LTDL_INIT], [convenience], [m4_define([_LTDL_TYPE], [convenience])]) gnunet-gtk-0.9.3/m4/lib-ld.m40000644000175000017500000000653111406350225012457 00000000000000# lib-ld.m4 serial 3 (gettext-0.13) dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Subroutines of libtool.m4, dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision dnl with libtool.m4. dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, [# I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 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 ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by GCC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]* | [A-Za-z]:[\\/]*)] [re_direlt='/[^/][^/]*/\.\./'] # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(acl_cv_path_LD, [if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi]) LD="$acl_cv_path_LD" if test -n "$LD"; then AC_MSG_RESULT($LD) else AC_MSG_RESULT(no) fi test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) AC_LIB_PROG_LD_GNU ]) gnunet-gtk-0.9.3/m4/ltversion.m40000644000175000017500000000127711753203077013352 00000000000000# ltversion.m4 -- version numbers -*- Autoconf -*- # # Copyright (C) 2004 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file 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. # Generated from ltversion.in. # serial 3017 ltversion.m4 # This file is part of GNU Libtool m4_define([LT_PACKAGE_VERSION], [2.2.6b]) m4_define([LT_PACKAGE_REVISION], [1.3017]) AC_DEFUN([LTVERSION_VERSION], [macro_version='2.2.6b' macro_revision='1.3017' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) gnunet-gtk-0.9.3/m4/lib-link.m40000644000175000017500000007205511406350225013021 00000000000000# lib-link.m4 serial 13 (gettext-0.17) dnl Copyright (C) 2001-2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_PREREQ(2.54) dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and dnl augments the CPPFLAGS variable. dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) define([Name],[translit([$1],[./-], [___])]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ AC_LIB_LINKFLAGS_BODY([$1], [$2]) ac_cv_lib[]Name[]_libs="$LIB[]NAME" ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" ac_cv_lib[]Name[]_cppflags="$INC[]NAME" ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX" ]) LIB[]NAME="$ac_cv_lib[]Name[]_libs" LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" INC[]NAME="$ac_cv_lib[]Name[]_cppflags" LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the dnl results of this search when this library appears as a dependency. HAVE_LIB[]NAME=yes undefine([Name]) undefine([NAME]) ]) dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode) dnl searches for libname and the libraries corresponding to explicit and dnl implicit dependencies, together with the specified include files and dnl the ability to compile and link the specified testcode. If found, it dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) define([Name],[translit([$1],[./-], [___])]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME dnl accordingly. AC_LIB_LINKFLAGS_BODY([$1], [$2]) dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, dnl because if the user has installed lib[]Name and not disabled its use dnl via --without-lib[]Name-prefix, he wants to use it. ac_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ ac_save_LIBS="$LIBS" LIBS="$LIBS $LIB[]NAME" AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no]) LIBS="$ac_save_LIBS" ]) if test "$ac_cv_lib[]Name" = yes; then HAVE_LIB[]NAME=yes AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.]) AC_MSG_CHECKING([how to link with lib[]$1]) AC_MSG_RESULT([$LIB[]NAME]) else HAVE_LIB[]NAME=no dnl If $LIB[]NAME didn't lead to a usable library, we don't need dnl $INC[]NAME either. CPPFLAGS="$ac_save_CPPFLAGS" LIB[]NAME= LTLIB[]NAME= LIB[]NAME[]_PREFIX= fi AC_SUBST([HAVE_LIB]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) undefine([Name]) undefine([NAME]) ]) dnl Determine the platform dependent parameters needed to use rpath: dnl acl_libext, dnl acl_shlibext, dnl acl_hardcode_libdir_flag_spec, dnl acl_hardcode_libdir_separator, dnl acl_hardcode_direct, dnl acl_hardcode_minus_L. AC_DEFUN([AC_LIB_RPATH], [ dnl Tell automake >= 1.10 to complain if config.rpath is missing. m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [ CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE(rpath, [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl Autoconf >= 2.61 supports dots in --with options. define([N_A_M_E],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit([$1],[.],[_])],[$1])]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib]N_A_M_E[-prefix], [ --with-lib]N_A_M_E[-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib --without-lib]N_A_M_E[-prefix don't search for lib$1 in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-seach. LIB[]NAME= LTLIB[]NAME= INC[]NAME= LIB[]NAME[]_PREFIX= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" dnl The same code as in the loop below: dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$acl_hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` LIB[]NAME[]_PREFIX="$basedir" additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi ]) dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, dnl unless already present in VAR. dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes dnl contains two or three consecutive elements that belong together. AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) dnl For those cases where a variable contains several -L and -l options dnl referring to unknown libraries and directories, this macro determines the dnl necessary additional linker options for the runtime path. dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL]) dnl sets LDADDVAR to linker options needed together with LIBSVALUE. dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed, dnl otherwise linking without libtool is assumed. AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [ AC_REQUIRE([AC_LIB_RPATH]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) $1= if test "$enable_rpath" != no; then if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode directories into the resulting dnl binary. rpathdirs= next= for opt in $2; do if test -n "$next"; then dir="$next" dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem"; then rpathdirs="$rpathdirs $dir" fi next= else case $opt in -L) next=yes ;; -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem"; then rpathdirs="$rpathdirs $dir" fi next= ;; *) next= ;; esac fi done if test "X$rpathdirs" != "X"; then if test -n ""$3""; then dnl libtool is used for linking. Use -R options. for dir in $rpathdirs; do $1="${$1}${$1:+ }-R$dir" done else dnl The linker is used for linking directly. if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user dnl must pass all path elements in one option. alldirs= for dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="$flag" else dnl The -rpath options are cumulative. for dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="${$1}${$1:+ }$flag" done fi fi fi fi fi AC_SUBST([$1]) ]) gnunet-gtk-0.9.3/m4/iconv.m40000644000175000017500000001375311406350225012436 00000000000000# iconv.m4 serial AM6 (gettext-0.17) dnl Copyright (C) 2000-2002, 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [ dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_LIB_LINKFLAGS_BODY([iconv]) ]) AC_DEFUN([AM_ICONV_LINK], [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and dnl those with the standalone portable GNU libiconv installed). AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) dnl Add $INCICONV to CPPFLAGS before performing the following checks, dnl because if the user has installed libiconv and not disabled its use dnl via --without-libiconv-prefix, he wants to use it. The first dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed. am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) AC_CACHE_CHECK([for iconv], am_cv_func_iconv, [ am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no AC_TRY_LINK([#include #include ], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], am_cv_func_iconv=yes) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_LINK([#include #include ], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], am_cv_lib_iconv=yes am_cv_func_iconv=yes) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then AC_CACHE_CHECK([for working iconv], am_cv_func_iconv_works, [ dnl This tests against bugs in AIX 5.1 and HP-UX 11.11. am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi AC_TRY_RUN([ #include #include int main () { /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static const char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) return 1; } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) return 1; return 0; }], [am_cv_func_iconv_works=yes], [am_cv_func_iconv_works=no], [case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac]) LIBS="$am_save_LIBS" ]) case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function and it works.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) AC_MSG_RESULT([$LIBICONV]) else dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV dnl either. CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi AC_SUBST(LIBICONV) AC_SUBST(LTLIBICONV) ]) AC_DEFUN([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) AC_CACHE_VAL(am_cv_proto_iconv, [ AC_TRY_COMPILE([ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif ], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const") am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([$]{ac_t:- }[$]am_cv_proto_iconv) AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1, [Define as const if the declaration of iconv() needs const.]) fi ]) gnunet-gtk-0.9.3/m4/lt~obsolete.m40000644000175000017500000001311311753203077013667 00000000000000# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file 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. # serial 4 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) # which have later been changed to m4_define as they aren't part of the # exported API, or moved to Autoconf or Automake where they belong. # # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us # using a macro with the same name in our local m4/libtool.m4 it'll # pull the old libtool.m4 in (it doesn't see our shiny new m4_define # and doesn't know about Autoconf macros at all.) # # So we provide this file, which has a silly filename so it's always # included after everything else. This provides aclocal with the # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything # because those macros already exist, or will be overwritten later. # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. # # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. # Yes, that means every name once taken will need to remain here until # we give up compatibility with versions before 1.7, at which point # we need to keep only those names which we still refer to. # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) gnunet-gtk-0.9.3/gnunet-fs-gtk.desktop.in0000644000175000017500000000115711711245271015225 00000000000000[Desktop Entry] Version=1.0 Name=GNUnet Secured P2P Name[es]=P2P segurizado GNUnet Name[fr]=P2P sécurisé GNUnet GenericName=GNUnet Client GenericName[fr]=Client GNUnet Comment=Share files using GNU's anonymous and censorship-resistant network Comment[de]=Sicherer Datentausch mit GNUnet P2P Comment[es]=Compartir datos con la red anónima y resistente a la censura de GNU Comment[fr]=Partager des fichiers sur le réseau anonyme et résistant à la censure de GNU Type=Application Exec=gnunet-fs-gtk Icon=gnunet-fs-gtk Terminal=false Categories=GTK;Network;P2P;FileTransfer; StartupNotify=true StartupWMClass=gnunet-gtk gnunet-gtk-0.9.3/gnunet_gtk_config.h.in0000644000175000017500000001370311753203112014776 00000000000000/* gnunet_gtk_config.h.in. Generated from configure.ac by autoheader. */ #define _GNU_SOURCE 1 /* This is a Cygwin system */ #undef CYGWIN /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS /* This is a FreeBSD system */ #undef FREEBSD /* Define to cull all logging calls */ #undef GNUNET_CULL_LOGGING /* 1 if extra logging is enabled, 2 for very verbose extra logging, 0 otherwise */ #undef GNUNET_EXTRA_LOGGING /* Define to 1 if you have the header file. */ #undef HAVE_ARGZ_H /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_ERRNO_H /* Define to 1 if you have the header file. */ #undef HAVE_EXTRACTOR_H /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #undef HAVE_FSEEKO /* Define to 1 if you have the header file. */ #undef HAVE_GDK_GDKPIXBUF_H /* Define to 1 if you have the header file. */ #undef HAVE_GDK_GDK_H /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT /* Define to 1 if you have the header file. */ #undef HAVE_GLADEUI_GLADE_H /* Define to 1 if you have the header file. */ #undef HAVE_GLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_GMODULE_H /* Define to 1 if you have the header file. */ #undef HAVE_GNUNET_GNUNET_CORE_SERVICE_H /* Define to 1 if you have the header file. */ #undef HAVE_GNUNET_GNUNET_FS_SERVICE_H /* Define to 1 if you have the header file. */ #undef HAVE_GNUNET_GNUNET_STATISTICS_SERVICE_H /* Define to 1 if you have the header file. */ #undef HAVE_GNUNET_GNUNET_UTIL_LIB_H /* We have GTK */ #undef HAVE_GTK /* Define to 1 if you have the header file. */ #undef HAVE_GTK_GTK_H /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_LANGINFO_H /* Define to 1 if you have the `gladeui-1' library (-lgladeui-1). */ #undef HAVE_LIBGLADEUI_1 /* Define to 1 if you have the `gladeui-2' library (-lgladeui-2). */ #undef HAVE_LIBGLADEUI_2 /* Define to 1 if you have the `gnunetcore' library (-lgnunetcore). */ #undef HAVE_LIBGNUNETCORE /* Define to 1 if you have the `gnunetfs' library (-lgnunetfs). */ #undef HAVE_LIBGNUNETFS /* Define to 1 if you have the `gnunetstatistics' library (-lgnunetstatistics). */ #undef HAVE_LIBGNUNETSTATISTICS /* Define to 1 if you have the `gnunetutil' library (-lgnunetutil). */ #undef HAVE_LIBGNUNETUTIL /* Define to 1 if you have the `intl' library (-lintl). */ #undef HAVE_LIBINTL /* Define to 1 if you have the header file. */ #undef HAVE_LIBINTL_H /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H /* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H /* Define to 1 if you have the header file. */ #undef HAVE_STDDEF_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDIO_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKET_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* This is a Linux system */ #undef LINUX /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* This is a MinGW system */ #undef MINGW /* This is a NetBSD system */ #undef NETBSD /* This is an OpenBSD system */ #undef OPENBSD /* This is an OS X system */ #undef OSX /* Some strange OS */ #undef OTHEROS /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* The directory for installing read-only architecture-independent data */ #undef PACKAGE_DATA /* Define to the full name of this package. */ #undef PACKAGE_NAME /* source dir */ #undef PACKAGE_SOURCE_DIR /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* This is a Solaris system */ #undef SOLARIS /* This is a BSD system */ #undef SOMEBSD /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION /* This is a Windows system */ #undef WINDOWS /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES /* Need with solaris or errno doesnt work */ #undef _REENTRANT /* This is a Windows system */ #undef _WIN32 /* Define to `int' if doesn't define. */ #undef gid_t /* Define to `int' if doesn't define. */ #undef uid_t gnunet-gtk-0.9.3/COPYING0000644000175000017500000010451311665243147011577 00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) 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, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . gnunet-gtk-0.9.3/gnunet-setup.desktop.in0000644000175000017500000000037511622225345015174 00000000000000[Desktop Entry] Version=1.0 Name=GNUnet Setup GenericName=GNUnet Setup Comment=Configure GNUnet Type=Application Exec=gnunet-setup Icon=gnunet-setup Terminal=false Categories=GTK;Network;P2P;FileTransfer; StartupNotify=true StartupWMClass=gnunet-setup gnunet-gtk-0.9.3/AUTHORS0000644000175000017500000000113511704315736011606 00000000000000Primary developer: Christian Grothoff LRN Code contributions also came from: Anders Carlsson Nils Durner Nicklas Larsson Milan Bouchet-Valat Igor Wronsky Vitaly Minko Images and other content from: Jakub 'jimmac' Steiner Christian Muellner Nicklas Larsson If you have contributed and are not listed here, please notify one of the maintainers in order to be added. gnunet-gtk-0.9.3/configure0000755000175000017500000217205711753203102012446 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.67 for GNUnet GTK 0.9.3. # # Report bugs to . # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## 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=: # Pre-4.2 versions of Zsh do 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 as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } 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.) 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 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do 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 " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV export CONFIG_SHELL exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and bug-gnunet@gnu.org $0: about your system, including any error possibly output $0: before this message. Then install a modern shell, or $0: manually run the script under such a shell if you do $0: have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_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 || $as_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" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error 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 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # 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 as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # 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" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_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 } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac 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 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then 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 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='mkdir -p "$as_dir"' 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'" # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$lt_ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','` ;; esac ECHO=${lt_ECHO-echo} if test "X$1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X$1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then # Yippee, $ECHO works! : else # Restart under the correct shell. exec $SHELL "$0" --no-reexec ${1+"$@"} fi if test "X$1" = X--fallback-echo; then # used as fallback echo shift cat <<_LT_EOF $* _LT_EOF exit 0 fi # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test -z "$lt_ECHO"; then if test "X${echo_test_string+set}" != Xset; then # find a string as large as possible, as long as the shell can cope with it for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... if { echo_test_string=`eval $cmd`; } 2>/dev/null && { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null then break fi done fi if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do IFS="$lt_save_ifs" if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$dir/echo" break fi done IFS="$lt_save_ifs" if test "X$ECHO" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. ECHO='print -r' elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} else # Try using printf. ECHO='printf %s\n' if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL ECHO="$CONFIG_SHELL $0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$CONFIG_SHELL $0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "$0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} else # Oops. We lost completely, so just stick with echo. ECHO=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. lt_ECHO=$ECHO if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" fi test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNUnet GTK' PACKAGE_TARNAME='gnunet-gtk' PACKAGE_VERSION='0.9.3' PACKAGE_STRING='GNUnet GTK 0.9.3' PACKAGE_BUGREPORT='bug-gnunet@gnu.org' PACKAGE_URL='' # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" gt_needs= ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS GNUNET_SETUP_GTK_YEARTO GNUNET_STATISTICS_GTK_YEARTO GNUNET_PEERINFO_GTK_YEARTO GNUNET_FS_GTK_YEARTO GNUNET_SETUP_GTK_YEARFROM GNUNET_STATISTICS_GTK_YEARFROM GNUNET_PEERINFO_GTK_YEARFROM GNUNET_FS_GTK_YEARFROM GNUNET_SETUP_GTK_VERSION3 GNUNET_STATISTICS_GTK_VERSION3 GNUNET_PEERINFO_GTK_VERSION3 GNUNET_FS_GTK_VERSION3 GNUNET_SETUP_GTK_NAME GNUNET_STATISTICS_GTK_NAME GNUNET_PEERINFO_GTK_NAME GNUNET_FS_GTK_NAME GNUNET_GNS_GTK_NAME PACKAGE_DATA GNUNET_LIBS GNUNET_CFLAGS GLADE_LIBS GLADE_CFLAGS HAVE_GTK_FALSE HAVE_GTK_TRUE GTK_LIBS GTK_CFLAGS PKG_CONFIG GNUNET_PEERINFO_APP GNUNET_SETUP_APP GNUNET_GNS_APP GNUNET_FS_APP POSUB LTLIBINTL LIBINTL INTLLIBS LTLIBICONV LIBICONV XGETTEXT_EXTRA_OPTIONS MSGMERGE XGETTEXT_015 XGETTEXT GMSGFMT_015 MSGFMT_015 GMSGFMT MSGFMT GETTEXT_MACRO_VERSION USE_NLS MINGW_FALSE MINGW_TRUE OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL lt_ECHO RANLIB AR NM ac_ct_DUMPBIN DUMPBIN LD FGREP SED LIBTOOL EGREP GREP OBJDUMP DLLTOOL AS host_os host_vendor host_cpu host build_os build_vendor build_cpu build LN_S CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC AM_BACKSLASH AM_DEFAULT_VERBOSITY am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_dependency_tracking enable_static enable_shared with_pic enable_fast_install with_gnu_ld enable_libtool_lock enable_largefile enable_nls enable_rpath with_libiconv_prefix with_libintl_prefix enable_fs_app enable_gns_app enable_setup_app enable_peerinfo_app with_extractor enable_gtktest with_glade enable_gcc_hardening enable_linker_hardening enable_logging with_gnunet ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used" >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures GNUnet GTK 0.9.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/gnunet-gtk] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of GNUnet GTK 0.9.3:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: `make V=1') --disable-silent-rules verbose build output (undo: `make V=0') --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-static[=PKGS] build static libraries [default=no] --enable-shared[=PKGS] build shared libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --disable-largefile omit support for large files --disable-nls do not use Native Language Support --disable-rpath do not hardcode runtime library paths --disable-fs-app Do not build gnunet-fs-gtk application --disable-gns-app Do not build gnunet-gns-gtk application --disable-setup-app Do not build gnunet-setup application --disable-peerinfo-app Do not build gnunet-peerinfo-gtk application --disable-gtktest do not try to compile and run a test GTK+ program --enable-gcc-hardening enable compiler security checks --enable-linker-hardening enable linker security fixups --enable-logging[=value] Enable logging calls. Possible values: yes,no,verbose,veryverbose ('yes' is the default) Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-gnu-ld assume the C compiler uses GNU ld default=no --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib --without-libintl-prefix don't search for libintl in includedir and libdir --with-extractor=PFX Base of libextractor installation --with-glade=PFX Base of Glade installation (found with pkg-config if omitted) --with-gnunet=PFX Base of GNUnet installation Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_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 cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF GNUnet GTK configure 0.9.3 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} } # ac_fn_c_check_header_compile # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $2 /* 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 $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} } # ac_fn_c_check_func # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval "test \"\${$3+set}\"" = set; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( $as_echo "## --------------------------------- ## ## Report this to bug-gnunet@gnu.org ## ## --------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} } # ac_fn_c_check_header_mongrel cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNUnet GTK $as_me 0.9.3, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5 ; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi gt_needs="$gt_needs " # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.11' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if test "${ac_cv_path_mkdir+set}" = set; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } mkdir_p="$MKDIR_P" case $mkdir_p in [\\/$]* | ?:[\\/]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='gnunet-gtk' VERSION='0.9.3' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. AMTAR=${AMTAR-"${am_missing_run}tar"} am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' ac_config_headers="$ac_config_headers gnunet_gtk_config.h" DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from `make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5 ; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5 ; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5 ; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5 ; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5 ; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strerror in -lcposix" >&5 $as_echo_n "checking for strerror in -lcposix... " >&6; } if test "${ac_cv_lib_cposix_strerror+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcposix $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 strerror (); int main () { return strerror (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_cposix_strerror=yes else ac_cv_lib_cposix_strerror=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cposix_strerror" >&5 $as_echo "$ac_cv_lib_cposix_strerror" >&6; } if test "x$ac_cv_lib_cposix_strerror" = x""yes; then : LIBS="$LIBS -lcposix" fi for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5 ; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5 ; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if test "${ac_cv_build+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if test "${ac_cv_host+set}" = set; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. set dummy ${ac_tool_prefix}as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AS+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$AS"; then ac_cv_prog_AS="$AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AS="${ac_tool_prefix}as" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AS=$ac_cv_prog_AS if test -n "$AS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5 $as_echo "$AS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_AS"; then ac_ct_AS=$AS # Extract the first word of "as", so it can be a program name with args. set dummy as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_AS+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AS"; then ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AS="as" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AS=$ac_cv_prog_ac_ct_AS if test -n "$ac_ct_AS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5 $as_echo "$ac_ct_AS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_AS" = x; then AS="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AS=$ac_ct_AS fi else AS="$ac_cv_prog_AS" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_DLLTOOL+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_OBJDUMP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi ;; esac test -z "$AS" && AS=as test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$OBJDUMP" && OBJDUMP=objdump ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5 ; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5 ; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # dynamic libraries/plugins # Check whether --enable-static was given. if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac else enable_static=no fi case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.2.6b' macro_revision='1.3017' ltmain="$ac_aux_dir/ltmain.sh" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if test "${ac_cv_path_SED+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } if test "${ac_cv_path_FGREP+set}" = set; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if test "${lt_cv_path_LD+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if test "${lt_cv_path_NM+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$ac_tool_prefix"; then for ac_prog in "dumpbin -symbols" "link -dump -symbols" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_DUMPBIN+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in "dumpbin -symbols" "link -dump -symbols" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } if test "${lt_cv_nm_interface+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:7303: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:7306: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:7309: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } if test "${lt_cv_sys_max_cmd_len+set}" = set; then : $as_echo_n "(cached) " >&6 else i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ = "XX$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n $lt_cv_sys_max_cmd_len ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 $as_echo "$xsi_shell" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } lt_shell_append=no ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 $as_echo "$lt_shell_append" >&6; } if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } if test "${lt_cv_ld_reload_flag+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 $as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in darwin*) if test "$GCC" = yes; then reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_OBJDUMP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } if test "${lt_cv_deplibs_check_method+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # `unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # which responds to the $file_magic_cmd with a given extended regex. # If you have `file' or equivalent on your system and you're not sure # whether `pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AR+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="${ac_tool_prefix}ar" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_AR"; then ac_ct_AR=$AR # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AR="ar" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi else AR="$ac_cv_prog_AR" fi test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ const struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_save_LIBS="$LIBS" lt_save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS="$lt_save_LIBS" CFLAGS="$lt_save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 $as_echo "failed" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } fi # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '#line 8500 "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } if test "${lt_cv_cc_needs_belf+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_cc_needs_belf=yes else lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; sparc*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) LD="${LD-ld} -m elf64_sparc" ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_NMEDIT+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_LIPO+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_OTOOL+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_OTOOL64+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } if test "${lt_cv_apple_cc_single_mod+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_ld_exported_symbols_list=yes else lt_cv_ld_exported_symbols_list=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[012]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in dlfcn.h do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " if test "x$ac_cv_header_dlfcn_h" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF fi done # Set options enable_dlopen=no # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac else enable_shared=yes fi # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : withval=$with_pic; pic_mode="$withval" else pic_mode=default fi test -z "$pic_mode" && pic_mode=default # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac else enable_fast_install=yes fi # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } if test "${lt_cv_objdir+set}" = set; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir cat >>confdefs.h <<_ACEOF #define LT_OBJDIR "$lt_cv_objdir/" _ACEOF case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/${ac_tool_prefix}file; then lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/file; then lt_cv_path_MAGIC_CMD="$ac_dir/file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC="$CC" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag=' -fno-builtin' { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:9747: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:9751: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl*) # IBM XL C 8.0/Fortran 10.1 on PPC lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 $as_echo "$lt_prog_compiler_pic" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:10086: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:10090: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test x"$lt_cv_prog_compiler_pic_works" = xyes; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if test "${lt_cv_prog_compiler_static_works+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test x"$lt_cv_prog_compiler_static_works" = xyes; then : else lt_prog_compiler_static= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:10191: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:10195: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:10246: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:10250: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test "$hard_links" = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_flag_spec_ld= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; linux* | k*bsd*-gnu) link_all_deplibs=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' export_dynamic_flag_spec='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag= tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec= hardcode_libdir_flag_spec_ld='-rpath $libdir' archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi link_all_deplibs=no else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi export_dynamic_flag_spec='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' ${wl}-bernotok' allow_undefined_flag=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes=yes ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported whole_archive_flag_spec='' link_all_deplibs=yes allow_undefined_flag="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=echo archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; freebsd1*) ld_shlibs=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_flag_spec_ld='+b $libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo(void) {} _ACEOF if ac_fn_c_try_link "$LINENO"; then : archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-R$libdir' ;; *) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='${wl}-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='${wl}-z,text' allow_undefined_flag='${wl}-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='${wl}-Blargedynsym' ;; esac fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } test "$ld_shlibs" = no && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then archive_cmds_need_lc=no else archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5 $as_echo "$archive_cmds_need_lc" >&6; } ;; esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` else lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[4-9]*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[123]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test "X$hardcode_automatic" = "Xyes" ; then # We can hardcode non-existent directories. if test "$hardcode_direct" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && test "$hardcode_minus_L" != no; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } if test "$hardcode_action" = relink || test "$inherit_rpath" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = x""yes; then : lt_cv_dlopen="shl_load" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } if test "${ac_cv_lib_dld_shl_load+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_shl_load=yes else ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = x""yes; then : lt_cv_dlopen="dlopen" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } if test "${ac_cv_lib_svld_dlopen+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_svld_dlopen=yes else ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } if test "${ac_cv_lib_dld_dld_link+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_dld_link=yes else ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" fi fi fi fi fi fi ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } if test "${lt_cv_dlopen_self+set}" = set; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line 12630 "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if test "${lt_cv_dlopen_self_static+set}" = set; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line 12726 "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 $as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } ;; esac fi # Report which library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" ac_config_commands="$ac_config_commands libtool" # Only expand once: # Check whether --enable-largefile was given. if test "${enable_largefile+set}" = set; then : enableval=$enable_largefile; fi if test "$enable_largefile" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 $as_echo_n "checking for special C compiler options needed for large files... " >&6; } if test "${ac_cv_sys_largefile_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_cv_sys_largefile_CC=no if test "$GCC" != yes; then ac_save_CC=$CC while :; do # IRIX 6.2 and later do not support large files by default, # so use the C compiler's -n32 option if that helps. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : break fi rm -f core conftest.err conftest.$ac_objext CC="$CC -n32" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_CC=' -n32'; break fi rm -f core conftest.err conftest.$ac_objext break done CC=$ac_save_CC rm -f conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 $as_echo "$ac_cv_sys_largefile_CC" >&6; } if test "$ac_cv_sys_largefile_CC" != no; then CC=$CC$ac_cv_sys_largefile_CC fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } if test "${ac_cv_sys_file_offset_bits+set}" = set; then : $as_echo_n "(cached) " >&6 else while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_file_offset_bits=no; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _FILE_OFFSET_BITS 64 #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_file_offset_bits=64; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_sys_file_offset_bits=unknown break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 $as_echo "$ac_cv_sys_file_offset_bits" >&6; } case $ac_cv_sys_file_offset_bits in #( no | unknown) ;; *) cat >>confdefs.h <<_ACEOF #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits _ACEOF ;; esac rm -rf conftest* if test $ac_cv_sys_file_offset_bits = unknown; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } if test "${ac_cv_sys_large_files+set}" = set; then : $as_echo_n "(cached) " >&6 else while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_large_files=no; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _LARGE_FILES 1 #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_large_files=1; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_sys_large_files=unknown break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 $as_echo "$ac_cv_sys_large_files" >&6; } case $ac_cv_sys_large_files in #( no | unknown) ;; *) cat >>confdefs.h <<_ACEOF #define _LARGE_FILES $ac_cv_sys_large_files _ACEOF ;; esac rm -rf conftest* fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } if test "${ac_cv_sys_largefile_source+set}" = set; then : $as_echo_n "(cached) " >&6 else while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* for off_t */ #include int main () { int (*fp) (FILE *, off_t, int) = fseeko; return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_sys_largefile_source=no; break fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _LARGEFILE_SOURCE 1 #include /* for off_t */ #include int main () { int (*fp) (FILE *, off_t, int) = fseeko; return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_sys_largefile_source=1; break fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_cv_sys_largefile_source=unknown break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5 $as_echo "$ac_cv_sys_largefile_source" >&6; } case $ac_cv_sys_largefile_source in #( no | unknown) ;; *) cat >>confdefs.h <<_ACEOF #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source _ACEOF ;; esac rm -rf conftest* # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug # in glibc 2.1.3, but that breaks too many other things. # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. if test $ac_cv_sys_largefile_source != unknown; then $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5 $as_echo_n "checking for uid_t in sys/types.h... " >&6; } if test "${ac_cv_type_uid_t+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "uid_t" >/dev/null 2>&1; then : ac_cv_type_uid_t=yes else ac_cv_type_uid_t=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5 $as_echo "$ac_cv_type_uid_t" >&6; } if test $ac_cv_type_uid_t = no; then $as_echo "#define uid_t int" >>confdefs.h $as_echo "#define gid_t int" >>confdefs.h fi CFLAGS="-Wall $CFLAGS" # use '-fno-strict-aliasing', but only if the compiler can take it if gcc -fno-strict-aliasing -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then CFLAGS="-fno-strict-aliasing $CFLAGS" fi # Check system type case "$host_os" in *darwin* | *rhapsody* | *macosx*) cat >>confdefs.h <<_ACEOF #define OSX 1 _ACEOF CFLAGS="-no-cpp-precomp $CFLAGS" LDFLAGS="-flat_namespace -undefined suppress $LDFLAGS" ;; linux*) cat >>confdefs.h <<_ACEOF #define LINUX 1 _ACEOF ;; freebsd*) cat >>confdefs.h <<_ACEOF #define SOMEBSD 1 _ACEOF cat >>confdefs.h <<_ACEOF #define FREEBSD 1 _ACEOF ;; openbsd*) cat >>confdefs.h <<_ACEOF #define SOMEBSD 1 _ACEOF cat >>confdefs.h <<_ACEOF #define OPENBSD 1 _ACEOF ;; netbsd*) cat >>confdefs.h <<_ACEOF #define SOMEBSD 1 _ACEOF cat >>confdefs.h <<_ACEOF #define NETBSD 1 _ACEOF ;; *solaris*) cat >>confdefs.h <<_ACEOF #define SOLARIS 1 _ACEOF cat >>confdefs.h <<_ACEOF #define _REENTRANT 1 _ACEOF build_target="solaris" ;; *arm-linux*) cat >>confdefs.h <<_ACEOF #define LINUX 1 _ACEOF ;; *cygwin*) cat >>confdefs.h <<_ACEOF #define CYGWIN 1 _ACEOF cat >>confdefs.h <<_ACEOF #define WINDOWS 1 _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettext in -lintl" >&5 $as_echo_n "checking for gettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_gettext+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 gettext (); int main () { return gettext (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_gettext=yes else ac_cv_lib_intl_gettext=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_gettext" >&5 $as_echo "$ac_cv_lib_intl_gettext" >&6; } if test "x$ac_cv_lib_intl_gettext" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBINTL 1 _ACEOF LIBS="-lintl $LIBS" fi LDFLAGS="$LDFLAGS -no-undefined" build_target="cygwin" ;; *mingw*) cat >>confdefs.h <<_ACEOF #define MINGW 1 _ACEOF cat >>confdefs.h <<_ACEOF #define WINDOWS 1 _ACEOF cat >>confdefs.h <<_ACEOF #define _WIN32 1 _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettext in -lintl" >&5 $as_echo_n "checking for gettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_gettext+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 gettext (); int main () { return gettext (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_gettext=yes else ac_cv_lib_intl_gettext=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_gettext" >&5 $as_echo "$ac_cv_lib_intl_gettext" >&6; } if test "x$ac_cv_lib_intl_gettext" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBINTL 1 _ACEOF LIBS="-lintl $LIBS" fi LDFLAGS="$LDFLAGS -Wl,-no-undefined -Wl,--export-all-symbols -lws2_32" CFLAGS="-mms-bitfields $CFLAGS" LIBS="$LIBS -lws2_32 -lplibc -lole32" build_target="mingw" ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: Unrecognised OS $host_os" >&5 $as_echo "Unrecognised OS $host_os" >&6; } cat >>confdefs.h <<_ACEOF #define OTHEROS 1 _ACEOF ;; esac if test "$build_target" = "mingw"; then MINGW_TRUE= MINGW_FALSE='#' else MINGW_TRUE='#' MINGW_FALSE= fi # check for gettext { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then : enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } GETTEXT_MACRO_VERSION=0.17 # Prepare PATH_SEPARATOR. # 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 # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then : $as_echo_n "(cached) " >&6 else case "$MSGFMT" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" ;; esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then : $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 $as_echo "$GMSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac # Prepare PATH_SEPARATOR. # 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 # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then : $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" ;; esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f messages.po case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac # Prepare PATH_SEPARATOR. # 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 # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGMERGE+set}" = set; then : $as_echo_n "(cached) " >&6 else case "$MSGMERGE" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" ;; esac fi MSGMERGE="$ac_cv_path_MSGMERGE" if test "$MSGMERGE" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 $as_echo "$MSGMERGE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$localedir" || localedir='${datadir}/locale' test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= ac_config_commands="$ac_config_commands po-directories" if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi # Prepare PATH_SEPARATOR. # 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 ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5 $as_echo_n "checking for ld used by GCC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | [A-Za-z]:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if test "${acl_cv_path_LD+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi fi LD="$acl_cv_path_LD" if test -n "$LD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${acl_cv_prog_gnu_ld+set}" = set; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 &5 $as_echo "$acl_cv_prog_gnu_ld" >&6; } with_gnu_ld=$acl_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 $as_echo_n "checking for shared library run path origin... " >&6; } if test "${acl_cv_rpath+set}" = set; then : $as_echo_n "(cached) " >&6 else CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5 $as_echo "$acl_cv_rpath" >&6; } wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" # Check whether --enable-rpath was given. if test "${enable_rpath+set}" = set; then : enableval=$enable_rpath; : else enable_rpath=yes fi acl_libdirstem=lib searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libiconv-prefix was given. if test "${with_libiconv_prefix+set}" = set; then : withval=$with_libiconv_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi fi LIBICONV= LTLIBICONV= INCICONV= LIBICONV_PREFIX= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='iconv ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" else LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` LIBICONV_PREFIX="$basedir" additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" ;; esac done fi else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" done fi gt_INTL_MACOSX LIBINTL= LTLIBINTL= POSUB= case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 $as_echo_n "checking for GNU gettext in libc... " >&6; } if eval "test \"\${$gt_func_gnugettext_libc+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$gt_func_gnugettext_libc=yes" else eval "$gt_func_gnugettext_libc=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$gt_func_gnugettext_libc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then am_save_CPPFLAGS="$CPPFLAGS" for element in $INCICONV; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 $as_echo_n "checking for iconv... " >&6; } if test "${am_cv_func_iconv+set}" = set; then : $as_echo_n "(cached) " >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_lib_iconv=yes am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 $as_echo "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 $as_echo_n "checking for working iconv... " >&6; } if test "${am_cv_func_iconv_works+set}" = set; then : $as_echo_n "(cached) " >&6 else am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi if test "$cross_compiling" = yes; then : case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static const char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) return 1; } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) return 1; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_iconv_works=yes else am_cv_func_iconv_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi LIBS="$am_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 $as_echo "$am_cv_func_iconv_works" >&6; } case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then $as_echo "#define HAVE_ICONV 1" >>confdefs.h fi if test "$am_cv_lib_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 $as_echo_n "checking how to link with libiconv... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 $as_echo "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libintl-prefix was given. if test "${with_libintl_prefix+set}" = set; then : withval=$with_libintl_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi fi LIBINTL= LTLIBINTL= INCINTL= LIBINTL_PREFIX= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='intl ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a" else LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` LIBINTL_PREFIX="$basedir" additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBINTL="${LIBINTL}${LIBINTL:+ }$dep" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep" ;; esac done fi else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 $as_echo_n "checking for GNU gettext in libintl... " >&6; } if eval "test \"\${$gt_func_gnugettext_libintl+set}\"" = set; then : $as_echo_n "(cached) " >&6 else gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$gt_func_gnugettext_libintl=yes" else eval "$gt_func_gnugettext_libintl=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS" fi eval ac_res=\$$gt_func_gnugettext_libintl { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else LIBINTL= LTLIBINTL= INCINTL= fi if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then $as_echo "#define ENABLE_NLS 1" >>confdefs.h else USE_NLS=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5 $as_echo_n "checking whether to use NLS... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } if test "$USE_NLS" = "yes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5 $as_echo_n "checking where the gettext function comes from... " >&6; } if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5 $as_echo "$gt_source" >&6; } fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5 $as_echo_n "checking how to link with libintl... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5 $as_echo "$LIBINTL" >&6; } for element in $INCINTL; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done fi $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h $as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h fi POSUB=po fi INTLLIBS="$LIBINTL" for ac_header in errno.h stdio.h unistd.h locale.h sys/stat.h sys/types.h langinfo.h libintl.h unistd.h stddef.h argz.h sys/socket.h netinet/in.h stdarg.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done GNUNET_FS_APP="" # Check whether --enable-fs-app was given. if test "${enable_fs_app+set}" = set; then : enableval=$enable_fs_app; fi if test "x$enable_fs_app" != "xno"; then : GNUNET_FS_APP="fs" fi GNUNET_GNS_APP="" # Check whether --enable-gns-app was given. if test "${enable_gns_app+set}" = set; then : enableval=$enable_gns_app; fi if test "x$enable_gns_app" != "xno"; then : GNUNET_GNS_APP="gns" fi GNUNET_SETUP_APP="" # Check whether --enable-setup-app was given. if test "${enable_setup_app+set}" = set; then : enableval=$enable_setup_app; fi if test "x$enable_setup_app" != "xno"; then : GNUNET_SETUP_APP="setup" fi GNUNET_PEERINFO_APP="" # Check whether --enable-peerinfo-app was given. if test "${enable_peerinfo_app+set}" = set; then : enableval=$enable_peerinfo_app; fi if test "x$enable_peerinfo_app" != "xno"; then : GNUNET_PEERINFO_APP="peerinfo" fi # test for libextractor extractor=0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libextractor" >&5 $as_echo_n "checking for libextractor... " >&6; } # Check whether --with-extractor was given. if test "${with_extractor+set}" = set; then : withval=$with_extractor; { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_extractor" >&5 $as_echo "$with_extractor" >&6; } case $with_extractor in no) ;; yes) for ac_header in extractor.h do : ac_fn_c_check_header_mongrel "$LINENO" "extractor.h" "ac_cv_header_extractor_h" "$ac_includes_default" if test "x$ac_cv_header_extractor_h" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_EXTRACTOR_H 1 _ACEOF extractor=1 fi done ;; *) CPPFLAGS="-I$with_extractor/include $CPPFLAGS" for ac_header in extractor.h do : ac_fn_c_check_header_mongrel "$LINENO" "extractor.h" "ac_cv_header_extractor_h" "$ac_includes_default" if test "x$ac_cv_header_extractor_h" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_EXTRACTOR_H 1 _ACEOF extractor=1 fi done ;; esac else { $as_echo "$as_me:${as_lineno-$LINENO}: result: --with-extractor not specified" >&5 $as_echo "--with-extractor not specified" >&6; } for ac_header in extractor.h do : ac_fn_c_check_header_mongrel "$LINENO" "extractor.h" "ac_cv_header_extractor_h" "$ac_includes_default" if test "x$ac_cv_header_extractor_h" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_EXTRACTOR_H 1 _ACEOF extractor=1 fi done fi if test "$extractor" != 1 then as_fn_error $? "gnunet-gtk requires libextractor headers" "$LINENO" 5 fi # check for gtk >= 3.0.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk" >&5 $as_echo_n "checking for gtk... " >&6; } without_gtk=true # Check whether --enable-gtktest was given. if test "${enable_gtktest+set}" = set; then : enableval=$enable_gtktest; else enable_gtktest=yes fi pkg_config_args=gtk+-3.0 for module in . do case "$module" in gthread) pkg_config_args="$pkg_config_args gthread-2.0" ;; esac done no_gtk="" # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test x$PKG_CONFIG != xno ; then if $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then : else echo "*** pkg-config too old; version 0.7 or better required." no_gtk=yes PKG_CONFIG=no fi else no_gtk=yes fi min_gtk_version=3.0.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5 $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; } if test x$PKG_CONFIG != xno ; then ## don't try to run the test against uninstalled libtool libs if $PKG_CONFIG --uninstalled $pkg_config_args; then echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH" enable_gtktest=no fi if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then : else no_gtk=yes fi fi if test x"$no_gtk" = x ; then GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-3.0 | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-3.0 | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-3.0 | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` if test "x$enable_gtktest" = "xyes" ; then ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GTK_CFLAGS" LIBS="$GTK_LIBS $LIBS" rm -f conf.gtktest if test "$cross_compiling" = yes; then : echo $ac_n "cross compiling; assumed OK... $ac_c" else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include int main () { int major, minor, micro; char *tmp_version; fclose (fopen ("conf.gtktest", "w")); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("$min_gtk_version"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_gtk_version"); exit(1); } if ((gtk_major_version != $gtk_config_major_version) || (gtk_minor_version != $gtk_config_minor_version) || (gtk_micro_version != $gtk_config_micro_version)) { printf("\n*** 'pkg-config --modversion gtk+-3.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, gtk_major_version, gtk_minor_version, gtk_micro_version); printf ("*** was found! If pkg-config was correct, then it is best\n"); printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); printf("*** required on your system.\n"); printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); printf("*** to point to the correct configuration files\n"); } else if ((gtk_major_version != GTK_MAJOR_VERSION) || (gtk_minor_version != GTK_MINOR_VERSION) || (gtk_micro_version != GTK_MICRO_VERSION)) { printf("*** GTK+ header files (version %d.%d.%d) do not match\n", GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); printf("*** library (version %d.%d.%d)\n", gtk_major_version, gtk_minor_version, gtk_micro_version); } else { if ((gtk_major_version > major) || ((gtk_major_version == major) && (gtk_minor_version > minor)) || ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", gtk_major_version, gtk_minor_version, gtk_micro_version); printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", major, minor, micro); printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n"); printf("*** correct copy of pkg-config. (In this case, you will have to\n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } } return 1; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else no_gtk=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_gtk" = x ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5 $as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; } without_gtk=false else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if test "$PKG_CONFIG" = "no" ; then echo "*** A new enough version of pkg-config was not found." echo "*** See http://pkgconfig.sourceforge.net" else if test -f conf.gtktest ; then : else echo "*** Could not run GTK+ test program, checking why..." ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GTK_CFLAGS" LIBS="$LIBS $GTK_LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GTK+ or finding the wrong" echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your" echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" echo "*** to the installed location Also, make sure you have run ldconfig if that" echo "*** is required on your system" echo "***" echo "*** If you have an old version installed, it is best to remove it, although" echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" else echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means GTK+ is incorrectly installed." fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi GTK_CFLAGS="" GTK_LIBS="" : fi rm -f conf.gtktest if test $without_gtk = true then # Check whether --enable-gtktest was given. if test "${enable_gtktest+set}" = set; then : enableval=$enable_gtktest; else enable_gtktest=yes fi pkg_config_args=gtk+-2.0 for module in . do case "$module" in gthread) pkg_config_args="$pkg_config_args gthread-2.0" ;; esac done no_gtk="" # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test x$PKG_CONFIG != xno ; then if pkg-config --atleast-pkgconfig-version 0.7 ; then : else echo "*** pkg-config too old; version 0.7 or better required." no_gtk=yes PKG_CONFIG=no fi else no_gtk=yes fi min_gtk_version=2.6.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5 $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; } if test x$PKG_CONFIG != xno ; then ## don't try to run the test against uninstalled libtool libs if $PKG_CONFIG --uninstalled $pkg_config_args; then echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH" enable_gtktest=no fi if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then : else no_gtk=yes fi fi if test x"$no_gtk" = x ; then GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` if test "x$enable_gtktest" = "xyes" ; then ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GTK_CFLAGS" LIBS="$GTK_LIBS $LIBS" rm -f conf.gtktest if test "$cross_compiling" = yes; then : echo $ac_n "cross compiling; assumed OK... $ac_c" else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include int main () { int major, minor, micro; char *tmp_version; fclose (fopen ("conf.gtktest", "w")); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("$min_gtk_version"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_gtk_version"); exit(1); } if ((gtk_major_version != $gtk_config_major_version) || (gtk_minor_version != $gtk_config_minor_version) || (gtk_micro_version != $gtk_config_micro_version)) { printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, gtk_major_version, gtk_minor_version, gtk_micro_version); printf ("*** was found! If pkg-config was correct, then it is best\n"); printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); printf("*** required on your system.\n"); printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); printf("*** to point to the correct configuration files\n"); } else if ((gtk_major_version != GTK_MAJOR_VERSION) || (gtk_minor_version != GTK_MINOR_VERSION) || (gtk_micro_version != GTK_MICRO_VERSION)) { printf("*** GTK+ header files (version %d.%d.%d) do not match\n", GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); printf("*** library (version %d.%d.%d)\n", gtk_major_version, gtk_minor_version, gtk_micro_version); } else { if ((gtk_major_version > major) || ((gtk_major_version == major) && (gtk_minor_version > minor)) || ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", gtk_major_version, gtk_minor_version, gtk_micro_version); printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", major, minor, micro); printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n"); printf("*** correct copy of pkg-config. (In this case, you will have to\n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } } return 1; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else no_gtk=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_gtk" = x ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5 $as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; } without_gtk=false else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if test "$PKG_CONFIG" = "no" ; then echo "*** A new enough version of pkg-config was not found." echo "*** See http://pkgconfig.sourceforge.net" else if test -f conf.gtktest ; then : else echo "*** Could not run GTK+ test program, checking why..." ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GTK_CFLAGS" LIBS="$LIBS $GTK_LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GTK+ or finding the wrong" echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your" echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" echo "*** to the installed location Also, make sure you have run ldconfig if that" echo "*** is required on your system" echo "***" echo "*** If you have an old version installed, it is best to remove it, although" echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" else echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means GTK+ is incorrectly installed." fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi GTK_CFLAGS="" GTK_LIBS="" : fi rm -f conf.gtktest fi if test x$without_gtk != xtrue; then HAVE_GTK_TRUE= HAVE_GTK_FALSE='#' else HAVE_GTK_TRUE='#' HAVE_GTK_FALSE= fi if test $without_gtk != true then cat >>confdefs.h <<_ACEOF #define HAVE_GTK 1 _ACEOF else as_fn_error $? "Cannot find GTK: Is pkg-config in path?" "$LINENO" 5 fi CFLAGS="$CFLAGS $GTK_CFLAGS" CPPFLAGS="$CPPFLAGS $GTK_CFLAGS" LIBS="$LIBS $GTK_LIBS" for ac_header in glib.h gmodule.h gtk/gtk.h gdk/gdk.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF else as_fn_error $? "gnunet-gtk requires GTK" "$LINENO" 5 fi done # test for Glade glade=0 lookin=${prefix} GLADE_CPPFLAGS="" GLADE_LDFLAGS="" GLADE_CFLAGS="" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Glade core" >&5 $as_echo_n "checking for Glade core... " >&6; } # Check whether --with-glade was given. if test "${with_glade+set}" = set; then : withval=$with_glade; { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_glade" >&5 $as_echo "$with_glade" >&6; } case $with_glade in no) lookin="" ;; yes) lookin="${prefix}" ;; *) lookin="$with_glade" ;; esac else { $as_echo "$as_me:${as_lineno-$LINENO}: result: --with-glade not specified" >&5 $as_echo "--with-glade not specified" >&6; } succeeded=no if test -z "$PKG_CONFIG"; then # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test "$PKG_CONFIG" = "no" ; then echo "*** The pkg-config script could not be found. Make sure it is" echo "*** in your path, or set the PKG_CONFIG environment variable" echo "*** to the full path to pkg-config." echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." else PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gladeui-1.0 >= 3.6.0" >&5 $as_echo_n "checking for gladeui-1.0 >= 3.6.0... " >&6; } if $PKG_CONFIG --exists "gladeui-1.0 >= 3.6.0" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } succeeded=yes { $as_echo "$as_me:${as_lineno-$LINENO}: checking GLADE_CFLAGS" >&5 $as_echo_n "checking GLADE_CFLAGS... " >&6; } GLADE_CFLAGS=`$PKG_CONFIG --cflags "gladeui-1.0 >= 3.6.0"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLADE_CFLAGS" >&5 $as_echo "$GLADE_CFLAGS" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking GLADE_LIBS" >&5 $as_echo_n "checking GLADE_LIBS... " >&6; } GLADE_LIBS=`$PKG_CONFIG --libs "gladeui-1.0 >= 3.6.0"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLADE_LIBS" >&5 $as_echo "$GLADE_LIBS" >&6; } else GLADE_CFLAGS="" GLADE_LIBS="" ## If we have a custom action on failure, don't print errors, but ## do set a variable so people can do so. GLADE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gladeui-1.0 >= 3.6.0"` fi else echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." echo "*** See http://www.freedesktop.org/software/pkgconfig" fi fi if test $succeeded = yes; then glade=1 else succeeded=no if test -z "$PKG_CONFIG"; then # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test "$PKG_CONFIG" = "no" ; then echo "*** The pkg-config script could not be found. Make sure it is" echo "*** in your path, or set the PKG_CONFIG environment variable" echo "*** to the full path to pkg-config." echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." else PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gladeui-2.0 >= 3.10.0" >&5 $as_echo_n "checking for gladeui-2.0 >= 3.10.0... " >&6; } if $PKG_CONFIG --exists "gladeui-2.0 >= 3.10.0" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } succeeded=yes { $as_echo "$as_me:${as_lineno-$LINENO}: checking GLADE_CFLAGS" >&5 $as_echo_n "checking GLADE_CFLAGS... " >&6; } GLADE_CFLAGS=`$PKG_CONFIG --cflags "gladeui-2.0 >= 3.10.0"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLADE_CFLAGS" >&5 $as_echo "$GLADE_CFLAGS" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking GLADE_LIBS" >&5 $as_echo_n "checking GLADE_LIBS... " >&6; } GLADE_LIBS=`$PKG_CONFIG --libs "gladeui-2.0 >= 3.10.0"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLADE_LIBS" >&5 $as_echo "$GLADE_LIBS" >&6; } else GLADE_CFLAGS="" GLADE_LIBS="" ## If we have a custom action on failure, don't print errors, but ## do set a variable so people can do so. GLADE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gladeui-2.0 >= 3.10.0"` echo $GLADE_PKG_ERRORS fi else echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." echo "*** See http://www.freedesktop.org/software/pkgconfig" fi fi if test $succeeded = yes; then glade=2 else as_fn_error $? "Library requirements (gladeui-2.0 >= 3.10.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." "$LINENO" 5 fi fi fi if test "x$glade" == "x0" -a ! "x$lookin" == "x" then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Glade3 in $lookin" >&5 $as_echo_n "checking for Glade3 in $lookin... " >&6; } backup_LIBS="$LIBS" backup_CFLAGS="$CFLAGS" backup_CPPFLAGS="$CPPFLAGS" GLADE_LIBS="-L${lookin}/lib" GLADE_CFLAGS="-I${lookin}/include/libgladeui-1.0" GLADE_CPPFLAGS="-I${lookin}/include/libgladeui-1.0" LIBS="$GLADE_LIBS $backup_LIBS" CFLAGS="$GLADE_CFLAGS $backup_CFLAGS" CPPFLAGS="$GLADE_CPPFLAGS $backup_CPPFLAGS" for ac_header in glib.h gmodule.h gtk/gtk.h gdk/gdk.h gdk/gdkpixbuf.h gladeui/glade.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glade_xml_node_new in -lgladeui-1" >&5 $as_echo_n "checking for glade_xml_node_new in -lgladeui-1... " >&6; } if test "${ac_cv_lib_gladeui_1_glade_xml_node_new+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgladeui-1 $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 glade_xml_node_new (); int main () { return glade_xml_node_new (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_gladeui_1_glade_xml_node_new=yes else ac_cv_lib_gladeui_1_glade_xml_node_new=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gladeui_1_glade_xml_node_new" >&5 $as_echo "$ac_cv_lib_gladeui_1_glade_xml_node_new" >&6; } if test "x$ac_cv_lib_gladeui_1_glade_xml_node_new" = x""yes; then : glade=1 fi fi done if test "x$glade" == "x0" then GLADE_LIBS="-L${lookin}/lib" GLADE_CFLAGS="-I${lookin}/include/libgladeui-2.0" GLADE_CPPFLAGS="-I${lookin}/include/libgladeui-2.0" LIBS="$GLADE_LIBS $backup_LIBS" CFLAGS="$GLADE_CFLAGS $backup_CFLAGS" CPPFLAGS="$GLADE_CPPFLAGS $backup_CPPFLAGS" for ac_header in glib.h gmodule.h gtk/gtk.h gdk/gdk.h gdk/gdkpixbuf.h gladeui/glade.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glade_xml_node_new in -lgladeui-2" >&5 $as_echo_n "checking for glade_xml_node_new in -lgladeui-2... " >&6; } if test "${ac_cv_lib_gladeui_2_glade_xml_node_new+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgladeui-2 $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 glade_xml_node_new (); int main () { return glade_xml_node_new (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_gladeui_2_glade_xml_node_new=yes else ac_cv_lib_gladeui_2_glade_xml_node_new=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gladeui_2_glade_xml_node_new" >&5 $as_echo "$ac_cv_lib_gladeui_2_glade_xml_node_new" >&6; } if test "x$ac_cv_lib_gladeui_2_glade_xml_node_new" = x""yes; then : glade=2 fi fi done fi if test ! "x$glade" == "x0" then EXT_LIB_PATH="-L${lookin}/lib $EXT_LIB_PATH" fi LIBS="$backup_LIBS" CFLAGS="$backup_CFLAGS" CPPFLAGS="$backup_CPPFLAGS" fi if test "x$glade" == "x0" then as_fn_error $? "gnunet-gtk requires Glade3 (library and headers)" "$LINENO" 5 fi # Adam shostack suggests the following for Windows: # -D_FORTIFY_SOURCE=2 -fstack-protector-all # Check whether --enable-gcc-hardening was given. if test "${enable_gcc_hardening+set}" = set; then : enableval=$enable_gcc_hardening; if test x$enableval = xyes; then CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -fstack-protector-all" CFLAGS="$CFLAGS -fwrapv -fPIE -Wstack-protector" CFLAGS="$CFLAGS --param ssp-buffer-size=1" LDFLAGS="$LDFLAGS -pie" fi fi # Linker hardening options # Currently these options are ELF specific - you can't use this with MacOSX # Check whether --enable-linker-hardening was given. if test "${enable_linker_hardening+set}" = set; then : enableval=$enable_linker_hardening; if test x$enableval = xyes; then LDFLAGS="$LDFLAGS -z relro -z now" fi fi extra_logging=GNUNET_NO # Check whether --enable-logging was given. if test "${enable_logging+set}" = set; then : enableval=$enable_logging; if test "x$enableval" = "xyes"; then : elif test "x$enableval" = "xno"; then : $as_echo "#define GNUNET_CULL_LOGGING /**/" >>confdefs.h elif test "x$enableval" = "xverbose"; then : extra_logging=GNUNET_YES test "x$enableval" = "xveryverbose" else extra_logging=\(GNUNET_YES+1\) fi fi cat >>confdefs.h <<_ACEOF #define GNUNET_EXTRA_LOGGING $extra_logging _ACEOF # test for GNUnet core gnunet=0 lookin=${prefix} GNUNET_CFLAGS="" GNUNET_CPPFLAGS="" GNUNET_LIBS="" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNUnet core" >&5 $as_echo_n "checking for GNUnet core... " >&6; } # Check whether --with-gnunet was given. if test "${with_gnunet+set}" = set; then : withval=$with_gnunet; { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_gnunet" >&5 $as_echo "$with_gnunet" >&6; } case $with_gnunet in no) lookin="" ;; yes) lookin="${prefix}" ;; *) lookin="$with_gnunet" ;; esac else { $as_echo "$as_me:${as_lineno-$LINENO}: result: --with-gnunet not specified" >&5 $as_echo "--with-gnunet not specified" >&6; } succeeded=no if test -z "$PKG_CONFIG"; then # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test "$PKG_CONFIG" = "no" ; then echo "*** The pkg-config script could not be found. Make sure it is" echo "*** in your path, or set the PKG_CONFIG environment variable" echo "*** to the full path to pkg-config." echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." else PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnunetutil >= 0.9.0" >&5 $as_echo_n "checking for gnunetutil >= 0.9.0... " >&6; } if $PKG_CONFIG --exists "gnunetutil >= 0.9.0" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } succeeded=yes { $as_echo "$as_me:${as_lineno-$LINENO}: checking GNUNET_CFLAGS" >&5 $as_echo_n "checking GNUNET_CFLAGS... " >&6; } GNUNET_CFLAGS=`$PKG_CONFIG --cflags "gnunetutil >= 0.9.0"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNUNET_CFLAGS" >&5 $as_echo "$GNUNET_CFLAGS" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking GNUNET_LIBS" >&5 $as_echo_n "checking GNUNET_LIBS... " >&6; } GNUNET_LIBS=`$PKG_CONFIG --libs "gnunetutil >= 0.9.0"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNUNET_LIBS" >&5 $as_echo "$GNUNET_LIBS" >&6; } else GNUNET_CFLAGS="" GNUNET_LIBS="" ## If we have a custom action on failure, don't print errors, but ## do set a variable so people can do so. GNUNET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnunetutil >= 0.9.0"` echo $GNUNET_PKG_ERRORS fi else echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." echo "*** See http://www.freedesktop.org/software/pkgconfig" fi fi if test $succeeded = yes; then gnunet=1 else as_fn_error $? "Library requirements (gnunetutil >= 0.9.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." "$LINENO" 5 fi fi if test "x$gnunet" == "x0" -a ! "x$lookin" == "x" then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNUnet util library in $lookin" >&5 $as_echo_n "checking for GNUnet util library in $lookin... " >&6; } backup_LIBS="$LIBS" backup_CFLAGS="$CFLAGS" backup_CPPFLAGS="$CPPFLAGS" GNUNET_LIBS="-L${lookin}/lib" GNUNET_CFLAGS="-I${lookin}/include" GNUNET_CPPFLAGS="-I${lookin}/include" LIBS="$GNUNET_LIBS $backup_LIBS" CFLAGS="$GNUNET_CFLAGS $backup_CFLAGS" CPPFLAGS="$GNUNET_CPPFLAGS $backup_CPPFLAGS" for ac_header in gnunet/gnunet_util_lib.h do : ac_fn_c_check_header_compile "$LINENO" "gnunet/gnunet_util_lib.h" "ac_cv_header_gnunet_gnunet_util_lib_h" "#include " if test "x$ac_cv_header_gnunet_gnunet_util_lib_h" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GNUNET_GNUNET_UTIL_LIB_H 1 _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNUNET_xfree_ in -lgnunetutil" >&5 $as_echo_n "checking for GNUNET_xfree_ in -lgnunetutil... " >&6; } if test "${ac_cv_lib_gnunetutil_GNUNET_xfree_+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgnunetutil $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 GNUNET_xfree_ (); int main () { return GNUNET_xfree_ (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_gnunetutil_GNUNET_xfree_=yes else ac_cv_lib_gnunetutil_GNUNET_xfree_=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gnunetutil_GNUNET_xfree_" >&5 $as_echo "$ac_cv_lib_gnunetutil_GNUNET_xfree_" >&6; } if test "x$ac_cv_lib_gnunetutil_GNUNET_xfree_" = x""yes; then : gnunet=1 EXT_LIB_PATH="-L${lookin}/lib $EXT_LIB_PATH" fi fi done LIBS="$backup_LIBS" CFLAGS="$backup_CFLAGS" CPPFLAGS="$backup_CPPFLAGS" fi if test "x$gnunet" == "x0" then as_fn_error $? "gnunet-gtk requires GNUnet" "$LINENO" 5 fi backup_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$GNUNET_CPPFLAGS $backup_CPPFLAGS" for ac_header in gnunet/gnunet_fs_service.h gnunet/gnunet_statistics_service.h gnunet/gnunet_core_service.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF else as_fn_error $? "compiling gnunet-gtk requires GNUnet core headers" "$LINENO" 5 fi done CPPFLAGS="$backup_CPPFLAGS" SAVELIBS=$LIBS LIBS="$GNUNET_LIBS $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNUNET_log_setup in -lgnunetutil" >&5 $as_echo_n "checking for GNUNET_log_setup in -lgnunetutil... " >&6; } if test "${ac_cv_lib_gnunetutil_GNUNET_log_setup+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgnunetutil $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 GNUNET_log_setup (); int main () { return GNUNET_log_setup (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_gnunetutil_GNUNET_log_setup=yes else ac_cv_lib_gnunetutil_GNUNET_log_setup=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gnunetutil_GNUNET_log_setup" >&5 $as_echo "$ac_cv_lib_gnunetutil_GNUNET_log_setup" >&6; } if test "x$ac_cv_lib_gnunetutil_GNUNET_log_setup" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBGNUNETUTIL 1 _ACEOF LIBS="-lgnunetutil $LIBS" else as_fn_error $? "gnunet-gtk requires libgnunetutil" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNUNET_FS_uri_to_string in -lgnunetfs" >&5 $as_echo_n "checking for GNUNET_FS_uri_to_string in -lgnunetfs... " >&6; } if test "${ac_cv_lib_gnunetfs_GNUNET_FS_uri_to_string+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgnunetfs $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 GNUNET_FS_uri_to_string (); int main () { return GNUNET_FS_uri_to_string (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_gnunetfs_GNUNET_FS_uri_to_string=yes else ac_cv_lib_gnunetfs_GNUNET_FS_uri_to_string=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gnunetfs_GNUNET_FS_uri_to_string" >&5 $as_echo "$ac_cv_lib_gnunetfs_GNUNET_FS_uri_to_string" >&6; } if test "x$ac_cv_lib_gnunetfs_GNUNET_FS_uri_to_string" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBGNUNETFS 1 _ACEOF LIBS="-lgnunetfs $LIBS" else as_fn_error $? "gnunet-gtk requires FS" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNUNET_STATISTICS_get in -lgnunetstatistics" >&5 $as_echo_n "checking for GNUNET_STATISTICS_get in -lgnunetstatistics... " >&6; } if test "${ac_cv_lib_gnunetstatistics_GNUNET_STATISTICS_get+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgnunetstatistics $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 GNUNET_STATISTICS_get (); int main () { return GNUNET_STATISTICS_get (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_gnunetstatistics_GNUNET_STATISTICS_get=yes else ac_cv_lib_gnunetstatistics_GNUNET_STATISTICS_get=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gnunetstatistics_GNUNET_STATISTICS_get" >&5 $as_echo "$ac_cv_lib_gnunetstatistics_GNUNET_STATISTICS_get" >&6; } if test "x$ac_cv_lib_gnunetstatistics_GNUNET_STATISTICS_get" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBGNUNETSTATISTICS 1 _ACEOF LIBS="-lgnunetstatistics $LIBS" else as_fn_error $? "gnunet-gtk requires STATISTICS" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNUNET_CORE_connect in -lgnunetcore" >&5 $as_echo_n "checking for GNUNET_CORE_connect in -lgnunetcore... " >&6; } if test "${ac_cv_lib_gnunetcore_GNUNET_CORE_connect+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgnunetcore $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 GNUNET_CORE_connect (); int main () { return GNUNET_CORE_connect (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_gnunetcore_GNUNET_CORE_connect=yes else ac_cv_lib_gnunetcore_GNUNET_CORE_connect=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gnunetcore_GNUNET_CORE_connect" >&5 $as_echo "$ac_cv_lib_gnunetcore_GNUNET_CORE_connect" >&6; } if test "x$ac_cv_lib_gnunetcore_GNUNET_CORE_connect" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBGNUNETCORE 1 _ACEOF LIBS="-lgnunetcore $LIBS" else as_fn_error $? "gnunet-gtk requires CORE" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glade_xml_node_new in -lgladeui-1" >&5 $as_echo_n "checking for glade_xml_node_new in -lgladeui-1... " >&6; } if test "${ac_cv_lib_gladeui_1_glade_xml_node_new+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgladeui-1 $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 glade_xml_node_new (); int main () { return glade_xml_node_new (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_gladeui_1_glade_xml_node_new=yes else ac_cv_lib_gladeui_1_glade_xml_node_new=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gladeui_1_glade_xml_node_new" >&5 $as_echo "$ac_cv_lib_gladeui_1_glade_xml_node_new" >&6; } if test "x$ac_cv_lib_gladeui_1_glade_xml_node_new" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBGLADEUI_1 1 _ACEOF LIBS="-lgladeui-1 $LIBS" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glade_xml_node_new in -lgladeui-2" >&5 $as_echo_n "checking for glade_xml_node_new in -lgladeui-2... " >&6; } if test "${ac_cv_lib_gladeui_2_glade_xml_node_new+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgladeui-2 $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 glade_xml_node_new (); int main () { return glade_xml_node_new (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_gladeui_2_glade_xml_node_new=yes else ac_cv_lib_gladeui_2_glade_xml_node_new=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gladeui_2_glade_xml_node_new" >&5 $as_echo "$ac_cv_lib_gladeui_2_glade_xml_node_new" >&6; } if test "x$ac_cv_lib_gladeui_2_glade_xml_node_new" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBGLADEUI_2 1 _ACEOF LIBS="-lgladeui-2 $LIBS" else as_fn_error $? "gnunet-gtk requires glade3" "$LINENO" 5 fi fi LIBS=$SAVELIBS prefix_NONE= exec_prefix_NONE= test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix eval ac_define_dir="\"$datarootdir\"" PACKAGE_DATA="$ac_define_dir" cat >>confdefs.h <<_ACEOF #define PACKAGE_DATA "$ac_define_dir" _ACEOF test "$prefix_NONE" && prefix=NONE test "$exec_prefix_NONE" && exec_prefix=NONE # Set PACKAGE_SOURCE_DIR in gnunet_gtk_config.h. packagesrcdir=`cd $srcdir && pwd` cat >>confdefs.h <<_ACEOF #define PACKAGE_SOURCE_DIR "${packagesrcdir}" _ACEOF GNUNET_GNS_GTK_NAME="GNUnet-GNS-GTK" GNUNET_FS_GTK_NAME="GNUnet-FS-GTK" GNUNET_PEERINFO_GTK_NAME="GNUnet-Peerinfo-GTK" GNUNET_STATISTICS_GTK_NAME="GNUnet-Statistics-GTK" GNUNET_SETUP_GTK_NAME="GNUnet-Setup" GNUNET_FS_GTK_VERSION3=$PACKAGE_VERSION GNUNET_PEERINFO_GTK_VERSION3=$PACKAGE_VERSION GNUNET_STATISTICS_GTK_VERSION3=$PACKAGE_VERSION GNUNET_SETUP_GTK_VERSION3=$PACKAGE_VERSION GNUNET_FS_GTK_YEARFROM=2010 GNUNET_PEERINFO_GTK_YEARFROM=2010 GNUNET_STATISTICS_GTK_YEARFROM=2010 GNUNET_SETUP_GTK_YEARFROM=2010 thisyear=$(date | sed -e 's/.* \([[:digit:]]\+\)$/\1/') GNUNET_FS_GTK_YEARTO=${thisyear} GNUNET_PEERINFO_GTK_YEARTO=${thisyear} GNUNET_STATISTICS_GTK_YEARTO=${thisyear} GNUNET_SETUP_GTK_YEARTO=${thisyear} ac_config_files="$ac_config_files Makefile contrib/Makefile doc/Makefile src/Makefile src/include/Makefile src/lib/Makefile src/fs/Makefile src/gns/Makefile src/peerinfo/Makefile src/setup/Makefile src/statistics/Makefile pixmaps/Makefile po/Makefile.in po/Makefile gnunet-fs-gtk.desktop gnunet-setup.desktop contrib/gnunet_fs_gtk_about_window.glade contrib/gnunet_peerinfo_gtk_about_window.glade contrib/gnunet_statistics_gtk_about_window.glade contrib/gnunet_setup_about_window.glade" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then test "x$cache_file" != "x/dev/null" && { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${MINGW_TRUE}" && test -z "${MINGW_FALSE}"; then as_fn_error $? "conditional \"MINGW\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_GTK_TRUE}" && test -z "${HAVE_GTK_FALSE}"; then as_fn_error $? "conditional \"HAVE_GTK\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : ${CONFIG_STATUS=./config.status} ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # 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-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## 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=: # Pre-4.2 versions of Zsh do 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 as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } 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.) 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 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith 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 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # 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 ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac 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 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then 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 else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_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 || $as_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" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' 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 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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 GNUnet GTK $as_me 0.9.3, which was generated by GNU Autoconf 2.67. 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` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent 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 Configuration commands: $config_commands Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ GNUnet GTK config.status 0.9.3 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" Copyright (C) 2010 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='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. 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=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= 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 ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_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. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append 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 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' AS='`$ECHO "X$AS" | $Xsed -e "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "X$DLLTOOL" | $Xsed -e "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`' enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # Quote evaled strings. for var in SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ deplibs_check_method \ file_magic_cmd \ AR \ AR_FLAGS \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ SHELL \ ECHO \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_wl \ lt_prog_compiler_pic \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_flag_spec_ld \ hardcode_libdir_separator \ fix_srcfile_path \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ finish_eval \ old_striplib \ striplib; do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ sys_lib_dlsearch_path_spec; do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Fix-up fallback echo if it was mangled by the above quoting rules. case \$lt_ECHO in *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\` ;; esac ac_aux_dir='$ac_aux_dir' xsi_shell='$xsi_shell' lt_shell_append='$lt_shell_append' # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile' # Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "gnunet_gtk_config.h") CONFIG_HEADERS="$CONFIG_HEADERS gnunet_gtk_config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/include/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/Makefile" ;; "src/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;; "src/fs/Makefile") CONFIG_FILES="$CONFIG_FILES src/fs/Makefile" ;; "src/gns/Makefile") CONFIG_FILES="$CONFIG_FILES src/gns/Makefile" ;; "src/peerinfo/Makefile") CONFIG_FILES="$CONFIG_FILES src/peerinfo/Makefile" ;; "src/setup/Makefile") CONFIG_FILES="$CONFIG_FILES src/setup/Makefile" ;; "src/statistics/Makefile") CONFIG_FILES="$CONFIG_FILES src/statistics/Makefile" ;; "pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES pixmaps/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;; "gnunet-fs-gtk.desktop") CONFIG_FILES="$CONFIG_FILES gnunet-fs-gtk.desktop" ;; "gnunet-setup.desktop") CONFIG_FILES="$CONFIG_FILES gnunet-setup.desktop" ;; "contrib/gnunet_fs_gtk_about_window.glade") CONFIG_FILES="$CONFIG_FILES contrib/gnunet_fs_gtk_about_window.glade" ;; "contrib/gnunet_peerinfo_gtk_about_window.glade") CONFIG_FILES="$CONFIG_FILES contrib/gnunet_peerinfo_gtk_about_window.glade" ;; "contrib/gnunet_statistics_gtk_about_window.glade") CONFIG_FILES="$CONFIG_FILES contrib/gnunet_statistics_gtk_about_window.glade" ;; "contrib/gnunet_setup_about_window.glade") CONFIG_FILES="$CONFIG_FILES contrib/gnunet_setup_about_window.glade" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; 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 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 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 'as_fn_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") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_t=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_t"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; :[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 || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append 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 '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 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 || $as_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"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_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 # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # 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= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;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 s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 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"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_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 \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" } >"$tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "libtool":C) # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool 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. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool 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 GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # The names of the tagged configurations supported by this script. available_tags="" # ### BEGIN LIBTOOL CONFIG # Assembler program. AS=$AS # DLL creation program. DLLTOOL=$DLLTOOL # Object dumper program. OBJDUMP=$OBJDUMP # Whether or not to build static libraries. build_old_libs=$enable_static # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == "file_magic". file_magic_cmd=$lt_file_magic_cmd # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # The name of the directory that contains temporary libtool files. objdir=$objdir # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that does not interpret backslashes. ECHO=$lt_ECHO # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # The linker used to build libraries. LD=$lt_LD # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # If ld is used when linking, flag to hardcode \$libdir into a binary # during linking. This must work even if \$libdir does not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \${shlibpath_var} if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain="$ac_aux_dir/ltmain.sh" # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) case $xsi_shell in yes) cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac } # func_basename file func_basename () { func_basename_result="${1##*/}" } # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac func_basename_result="${1##*/}" } # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). func_stripname () { # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary parameter first. func_stripname_result=${3} func_stripname_result=${func_stripname_result#"${1}"} func_stripname_result=${func_stripname_result%"${2}"} } # func_opt_split func_opt_split () { func_opt_split_opt=${1%%=*} func_opt_split_arg=${1#*=} } # func_lo2o object func_lo2o () { case ${1} in *.lo) func_lo2o_result=${1%.lo}.${objext} ;; *) func_lo2o_result=${1} ;; esac } # func_xform libobj-or-source func_xform () { func_xform_result=${1%.*}.lo } # func_arith arithmetic-term... func_arith () { func_arith_result=$(( $* )) } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=${#1} } _LT_EOF ;; *) # Bourne compatible functions. cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi } # func_basename file func_basename () { func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` } # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # func_strip_suffix prefix name func_stripname () { case ${2} in .*) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; esac } # sed scripts: my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' my_sed_long_arg='1s/^-[^=]*=//' # func_opt_split func_opt_split () { func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` } # func_lo2o object func_lo2o () { func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` } # func_xform libobj-or-source func_xform () { func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` } # func_arith arithmetic-term... func_arith () { func_arith_result=`expr "$@"` } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` } _LT_EOF esac case $lt_shell_append in yes) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$1+=\$2" } _LT_EOF ;; *) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$1=\$$1\$2" } _LT_EOF ;; esac sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ;; "po-directories":C) for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi gnunet-gtk-0.9.3/configure.ac0000644000175000017500000003302511726461404013025 00000000000000# This file is part of GNUnet. # (C) 2001--2012 Christian Grothoff (and other contributing authors) # # GNUnet 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, or (at your # option) any later version. # # GNUnet 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 GNUnet; see the file COPYING. If not, write to the # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # # # Process this file with autoconf to produce a configure script. # AC_PREREQ(2.61) AC_INIT([GNUnet GTK],m4_esyscmd([contrib/get_version.sh .version | tr -d '\n']),[bug-gnunet@gnu.org],[gnunet-gtk]) AM_INIT_AUTOMAKE([silent-rules]) AM_CONFIG_HEADER(gnunet_gtk_config.h) AH_TOP([#define _GNU_SOURCE 1]) AC_ISC_POSIX AC_PROG_AWK AC_PROG_CC AC_PROG_MKDIR_P AC_PROG_CPP AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AC_LIBTOOL_WIN32_DLL AC_PROG_CC AM_PROG_CC_STDC AC_HEADER_STDC AC_CANONICAL_HOST # dynamic libraries/plugins AC_DISABLE_STATIC AC_PROG_LIBTOOL AC_SYS_LARGEFILE AC_FUNC_FSEEKO AC_TYPE_UID_T CFLAGS="-Wall $CFLAGS" # use '-fno-strict-aliasing', but only if the compiler can take it if gcc -fno-strict-aliasing -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then CFLAGS="-fno-strict-aliasing $CFLAGS" fi # Check system type case "$host_os" in *darwin* | *rhapsody* | *macosx*) AC_DEFINE_UNQUOTED(OSX,1,[This is an OS X system]) CFLAGS="-no-cpp-precomp $CFLAGS" LDFLAGS="-flat_namespace -undefined suppress $LDFLAGS" ;; linux*) AC_DEFINE_UNQUOTED(LINUX,1,[This is a Linux system]) ;; freebsd*) AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system]) AC_DEFINE_UNQUOTED(FREEBSD,1,[This is a FreeBSD system]) ;; openbsd*) AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system]) AC_DEFINE_UNQUOTED(OPENBSD,1,[This is an OpenBSD system]) ;; netbsd*) AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system]) AC_DEFINE_UNQUOTED(NETBSD,1,[This is a NetBSD system]) ;; *solaris*) AC_DEFINE_UNQUOTED(SOLARIS,1,[This is a Solaris system]) AC_DEFINE_UNQUOTED(_REENTRANT,1,[Need with solaris or errno doesnt work]) build_target="solaris" ;; *arm-linux*) AC_DEFINE_UNQUOTED(LINUX,1,[This is a Linux system]) ;; *cygwin*) AC_DEFINE_UNQUOTED(CYGWIN,1,[This is a Cygwin system]) AC_DEFINE_UNQUOTED(WINDOWS,1,[This is a Windows system]) AC_CHECK_LIB(intl, gettext) LDFLAGS="$LDFLAGS -no-undefined" build_target="cygwin" ;; *mingw*) AC_DEFINE_UNQUOTED(MINGW,1,[This is a MinGW system]) AC_DEFINE_UNQUOTED(WINDOWS,1,[This is a Windows system]) AC_DEFINE_UNQUOTED(_WIN32,1,[This is a Windows system]) AC_CHECK_LIB(intl, gettext) LDFLAGS="$LDFLAGS -Wl,-no-undefined -Wl,--export-all-symbols -lws2_32" CFLAGS="-mms-bitfields $CFLAGS" LIBS="$LIBS -lws2_32 -lplibc -lole32" build_target="mingw" ;; *) AC_MSG_RESULT(Unrecognised OS $host_os) AC_DEFINE_UNQUOTED(OTHEROS,1,[Some strange OS]) ;; esac AM_CONDITIONAL(MINGW, test "$build_target" = "mingw") # check for gettext AM_GNU_GETTEXT_VERSION([0.17]) AM_GNU_GETTEXT([external]) AC_CHECK_HEADERS([errno.h stdio.h unistd.h locale.h sys/stat.h sys/types.h langinfo.h libintl.h unistd.h stddef.h argz.h sys/socket.h netinet/in.h stdarg.h]) GNUNET_FS_APP="" AC_ARG_ENABLE([fs-app], AS_HELP_STRING([--disable-fs-app],[Do not build gnunet-fs-gtk application])) AS_IF([test "x$enable_fs_app" != "xno"], [ GNUNET_FS_APP="fs" ]) AC_SUBST(GNUNET_FS_APP) GNUNET_GNS_APP="" AC_ARG_ENABLE([gns-app], AS_HELP_STRING([--disable-gns-app],[Do not build gnunet-gns-gtk application])) AS_IF([test "x$enable_gns_app" != "xno"], [ GNUNET_GNS_APP="gns" ]) AC_SUBST(GNUNET_GNS_APP) GNUNET_SETUP_APP="" AC_ARG_ENABLE([setup-app], AS_HELP_STRING([--disable-setup-app],[Do not build gnunet-setup application])) AS_IF([test "x$enable_setup_app" != "xno"], [ GNUNET_SETUP_APP="setup" ]) AC_SUBST(GNUNET_SETUP_APP) GNUNET_PEERINFO_APP="" AC_ARG_ENABLE([peerinfo-app], AS_HELP_STRING([--disable-peerinfo-app],[Do not build gnunet-peerinfo-gtk application])) AS_IF([test "x$enable_peerinfo_app" != "xno"], [ GNUNET_PEERINFO_APP="peerinfo" ]) AC_SUBST(GNUNET_PEERINFO_APP) # test for libextractor extractor=0 AC_MSG_CHECKING(for libextractor) AC_ARG_WITH(extractor, [ --with-extractor=PFX Base of libextractor installation], [AC_MSG_RESULT([$with_extractor]) case $with_extractor in no) ;; yes) AC_CHECK_HEADERS(extractor.h,extractor=1) ;; *) CPPFLAGS="-I$with_extractor/include $CPPFLAGS" AC_CHECK_HEADERS(extractor.h,extractor=1) ;; esac ], [AC_MSG_RESULT([--with-extractor not specified]) AC_CHECK_HEADERS(extractor.h,extractor=1)]) if test "$extractor" != 1 then AC_MSG_ERROR([gnunet-gtk requires libextractor headers]) fi # check for gtk >= 3.0.0 AC_MSG_CHECKING(for gtk) without_gtk=true AM_PATH_GTK_3_0(3.0.0,without_gtk=false,) if test $without_gtk = true then AM_PATH_GTK_2_0(2.6.0,without_gtk=false,) fi AM_CONDITIONAL(HAVE_GTK, test x$without_gtk != xtrue) if test $without_gtk != true then AC_DEFINE_UNQUOTED([HAVE_GTK], 1, [We have GTK]) else AC_MSG_ERROR(Cannot find GTK: Is pkg-config in path?) fi CFLAGS="$CFLAGS $GTK_CFLAGS" CPPFLAGS="$CPPFLAGS $GTK_CFLAGS" LIBS="$LIBS $GTK_LIBS" AC_CHECK_HEADERS([glib.h gmodule.h gtk/gtk.h gdk/gdk.h],,AC_MSG_ERROR([gnunet-gtk requires GTK])) # test for Glade glade=0 lookin=${prefix} GLADE_CPPFLAGS="" GLADE_LDFLAGS="" GLADE_CFLAGS="" AC_MSG_CHECKING(for Glade core) AC_ARG_WITH(glade, [ --with-glade=PFX Base of Glade installation (found with pkg-config if omitted)], [AC_MSG_RESULT([$with_glade]) case $with_glade in no) lookin="" ;; yes) lookin="${prefix}" ;; *) lookin="$with_glade" ;; esac ], [ AC_MSG_RESULT([--with-glade not specified]) PKG_CHECK_MODULES([GLADE], [gladeui-1.0 >= 3.6.0], glade=1, [ PKG_CHECK_MODULES([GLADE], [gladeui-2.0 >= 3.10.0], glade=2) ] ) ] ) if test "x$glade" == "x0" -a ! "x$lookin" == "x" then AC_MSG_CHECKING(for Glade3 in $lookin) backup_LIBS="$LIBS" backup_CFLAGS="$CFLAGS" backup_CPPFLAGS="$CPPFLAGS" GLADE_LIBS="-L${lookin}/lib" GLADE_CFLAGS="-I${lookin}/include/libgladeui-1.0" GLADE_CPPFLAGS="-I${lookin}/include/libgladeui-1.0" LIBS="$GLADE_LIBS $backup_LIBS" CFLAGS="$GLADE_CFLAGS $backup_CFLAGS" CPPFLAGS="$GLADE_CPPFLAGS $backup_CPPFLAGS" AC_CHECK_HEADERS([glib.h gmodule.h gtk/gtk.h gdk/gdk.h gdk/gdkpixbuf.h gladeui/glade.h], AC_CHECK_LIB([gladeui-1], [glade_xml_node_new], [glade=1] ) ) if test "x$glade" == "x0" then GLADE_LIBS="-L${lookin}/lib" GLADE_CFLAGS="-I${lookin}/include/libgladeui-2.0" GLADE_CPPFLAGS="-I${lookin}/include/libgladeui-2.0" LIBS="$GLADE_LIBS $backup_LIBS" CFLAGS="$GLADE_CFLAGS $backup_CFLAGS" CPPFLAGS="$GLADE_CPPFLAGS $backup_CPPFLAGS" AC_CHECK_HEADERS([glib.h gmodule.h gtk/gtk.h gdk/gdk.h gdk/gdkpixbuf.h gladeui/glade.h], AC_CHECK_LIB([gladeui-2], [glade_xml_node_new], glade=2) ) fi if test ! "x$glade" == "x0" then EXT_LIB_PATH="-L${lookin}/lib $EXT_LIB_PATH" fi LIBS="$backup_LIBS" CFLAGS="$backup_CFLAGS" CPPFLAGS="$backup_CPPFLAGS" fi if test "x$glade" == "x0" then AC_MSG_ERROR([gnunet-gtk requires Glade3 (library and headers)]) fi AC_SUBST(GLADE_CFLAGS) AC_SUBST(GLADE_LIBS) # Adam shostack suggests the following for Windows: # -D_FORTIFY_SOURCE=2 -fstack-protector-all AC_ARG_ENABLE(gcc-hardening, AS_HELP_STRING(--enable-gcc-hardening, enable compiler security checks), [if test x$enableval = xyes; then CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -fstack-protector-all" CFLAGS="$CFLAGS -fwrapv -fPIE -Wstack-protector" CFLAGS="$CFLAGS --param ssp-buffer-size=1" LDFLAGS="$LDFLAGS -pie" fi]) # Linker hardening options # Currently these options are ELF specific - you can't use this with MacOSX AC_ARG_ENABLE(linker-hardening, AS_HELP_STRING(--enable-linker-hardening, enable linker security fixups), [if test x$enableval = xyes; then LDFLAGS="$LDFLAGS -z relro -z now" fi]) extra_logging=GNUNET_NO AC_ARG_ENABLE([logging], AS_HELP_STRING([--enable-logging@<:@=value@:>@],[Enable logging calls. Possible values: yes,no,verbose,veryverbose ('yes' is the default)]), [AS_IF([test "x$enableval" = "xyes"], [], [test "x$enableval" = "xno"], [AC_DEFINE([GNUNET_CULL_LOGGING],[],[Define to cull all logging calls])], [test "x$enableval" = "xverbose"], [extra_logging=GNUNET_YES] [test "x$enableval" = "xveryverbose"], [extra_logging=\(GNUNET_YES+1\)]) ], []) AC_DEFINE_UNQUOTED([GNUNET_EXTRA_LOGGING],[$extra_logging],[1 if extra logging is enabled, 2 for very verbose extra logging, 0 otherwise]) # test for GNUnet core gnunet=0 lookin=${prefix} GNUNET_CFLAGS="" GNUNET_CPPFLAGS="" GNUNET_LIBS="" AC_MSG_CHECKING(for GNUnet core) AC_ARG_WITH(gnunet, [ --with-gnunet=PFX Base of GNUnet installation], [AC_MSG_RESULT([$with_gnunet]) case $with_gnunet in no) lookin="" ;; yes) lookin="${prefix}" ;; *) lookin="$with_gnunet" ;; esac ], [ AC_MSG_RESULT([--with-gnunet not specified]) PKG_CHECK_MODULES([GNUNET], [gnunetutil >= 0.9.0], gnunet=1) ] ) if test "x$gnunet" == "x0" -a ! "x$lookin" == "x" then AC_MSG_CHECKING(for GNUnet util library in $lookin) backup_LIBS="$LIBS" backup_CFLAGS="$CFLAGS" backup_CPPFLAGS="$CPPFLAGS" GNUNET_LIBS="-L${lookin}/lib" GNUNET_CFLAGS="-I${lookin}/include" GNUNET_CPPFLAGS="-I${lookin}/include" LIBS="$GNUNET_LIBS $backup_LIBS" CFLAGS="$GNUNET_CFLAGS $backup_CFLAGS" CPPFLAGS="$GNUNET_CPPFLAGS $backup_CPPFLAGS" AC_CHECK_HEADERS([gnunet/gnunet_util_lib.h], AC_CHECK_LIB([gnunetutil], [GNUNET_xfree_], [ gnunet=1 EXT_LIB_PATH="-L${lookin}/lib $EXT_LIB_PATH" ] ),,[#include ] ) LIBS="$backup_LIBS" CFLAGS="$backup_CFLAGS" CPPFLAGS="$backup_CPPFLAGS" fi if test "x$gnunet" == "x0" then AC_MSG_ERROR([gnunet-gtk requires GNUnet]) fi AC_SUBST(GNUNET_CFLAGS) AC_SUBST(GNUNET_LIBS) backup_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$GNUNET_CPPFLAGS $backup_CPPFLAGS" AC_CHECK_HEADERS([gnunet/gnunet_fs_service.h gnunet/gnunet_statistics_service.h gnunet/gnunet_core_service.h], [], AC_MSG_ERROR([compiling gnunet-gtk requires GNUnet core headers]), [#include ]) CPPFLAGS="$backup_CPPFLAGS" SAVELIBS=$LIBS LIBS="$GNUNET_LIBS $LIBS" AC_CHECK_LIB(gnunetutil,GNUNET_log_setup,, AC_MSG_ERROR([gnunet-gtk requires libgnunetutil])) AC_CHECK_LIB(gnunetfs,GNUNET_FS_uri_to_string,, AC_MSG_ERROR([gnunet-gtk requires FS])) AC_CHECK_LIB(gnunetstatistics,GNUNET_STATISTICS_get,, AC_MSG_ERROR([gnunet-gtk requires STATISTICS])) AC_CHECK_LIB(gnunetcore,GNUNET_CORE_connect,, AC_MSG_ERROR([gnunet-gtk requires CORE])) AC_CHECK_LIB(gladeui-1,glade_xml_node_new, [], [ AC_CHECK_LIB(gladeui-2,glade_xml_node_new,, AC_MSG_ERROR([gnunet-gtk requires glade3])) ] ) LIBS=$SAVELIBS AC_DEFINE_DIR([PACKAGE_DATA], [datarootdir], [The directory for installing read-only architecture-independent data]) # Set PACKAGE_SOURCE_DIR in gnunet_gtk_config.h. packagesrcdir=`cd $srcdir && pwd` AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [source dir]) AC_SUBST(GNUNET_GNS_GTK_NAME, "GNUnet-GNS-GTK", [name of the program]) AC_SUBST(GNUNET_FS_GTK_NAME, "GNUnet-FS-GTK", [name of the program]) AC_SUBST(GNUNET_PEERINFO_GTK_NAME, "GNUnet-Peerinfo-GTK", [name of the program]) AC_SUBST(GNUNET_STATISTICS_GTK_NAME, "GNUnet-Statistics-GTK", [name of the program]) AC_SUBST(GNUNET_SETUP_GTK_NAME, "GNUnet-Setup", [name of the program]) AC_SUBST(GNUNET_FS_GTK_VERSION3, $PACKAGE_VERSION, [version of the program]) AC_SUBST(GNUNET_PEERINFO_GTK_VERSION3, $PACKAGE_VERSION, [version of the program]) AC_SUBST(GNUNET_STATISTICS_GTK_VERSION3, $PACKAGE_VERSION, [version of the program]) AC_SUBST(GNUNET_SETUP_GTK_VERSION3, $PACKAGE_VERSION, [version of the program]) AC_SUBST(GNUNET_FS_GTK_YEARFROM, [2010], [year of the first release]) AC_SUBST(GNUNET_PEERINFO_GTK_YEARFROM, [2010], [year of the first release]) AC_SUBST(GNUNET_STATISTICS_GTK_YEARFROM, [2010], [year of the first release]) AC_SUBST(GNUNET_SETUP_GTK_YEARFROM, [2010], [year of the first release]) thisyear=$(date | sed -e 's/.* \([[[:digit:]]]\+\)$/\1/') AC_SUBST(GNUNET_FS_GTK_YEARTO, ${thisyear}, [year of the most current release]) AC_SUBST(GNUNET_PEERINFO_GTK_YEARTO, ${thisyear}, [year of the most current release]) AC_SUBST(GNUNET_STATISTICS_GTK_YEARTO, ${thisyear}, [year of the most current release]) AC_SUBST(GNUNET_SETUP_GTK_YEARTO, ${thisyear}, [year of the most current release]) AC_OUTPUT([ Makefile contrib/Makefile doc/Makefile src/Makefile src/include/Makefile src/lib/Makefile src/fs/Makefile src/gns/Makefile src/peerinfo/Makefile src/setup/Makefile src/statistics/Makefile pixmaps/Makefile po/Makefile.in po/Makefile gnunet-fs-gtk.desktop gnunet-setup.desktop contrib/gnunet_fs_gtk_about_window.glade contrib/gnunet_peerinfo_gtk_about_window.glade contrib/gnunet_statistics_gtk_about_window.glade contrib/gnunet_setup_about_window.glade ]) gnunet-gtk-0.9.3/INSTALL0000644000175000017500000003633211406350224011564 00000000000000Installation Instructions ************************* Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Basic Installation ================== Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. More recommendations for GNU packages can be found in *note Makefile Conventions: (standards)Makefile Conventions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create `configure' by a program called `autoconf'. You need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. Running `configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 4. Type `make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the `make install' phase executed with root privileges. 5. Optionally, type `make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior `make install' required root privileges, verifies that the installation completed correctly. 6. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. 7. Often, you can also type `make uninstall' to remove the installed files again. In practice, not all packages have tested that uninstallation works correctly, even though it is required by the GNU Coding Standards. 8. Some packages, particularly those that use Automake, provide `make distcheck', which can by used by developers to test that all other targets like `make install' and `make uninstall' work correctly. This target is generally not run by end users. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. This is known as a "VPATH" build. With a non-GNU `make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple `-arch' options to the compiler but only a single `-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CPP="gcc -E" CXXCPP="g++ -E" This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results using the `lipo' tool if you have problems. Installation Names ================== By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PREFIX', where PREFIX must be an absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option `--exec-prefix=PREFIX' to `configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. In general, the default for these options is expressed in terms of `${prefix}', so that specifying just `--prefix' will affect all of the other directory specifications that were not explicitly provided. The most portable way to affect installation locations is to pass the correct locations to `configure'; however, many packages provide one or both of the following shortcuts of passing variable assignments to the `make install' command line to change installation locations without having to reconfigure or recompile. The first method involves providing an override variable for each affected directory. For example, `make install prefix=/alternate/directory' will choose an alternate location for all directory configuration variables that were expressed in terms of `${prefix}'. Any directories that were specified during `configure', but not in terms of `${prefix}', must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the GNU Coding Standards, and ideally causes no recompilation. However, some platforms have known limitations with the semantics of shared libraries that end up requiring recompilation when using this method, particularly noticeable in packages that use GNU Libtool. The second method involves providing the `DESTDIR' variable. For example, `make install DESTDIR=/alternate/directory' will prepend `/alternate/directory' before all installation names. The approach of `DESTDIR' overrides is not required by the GNU Coding Standards, and does not work on platforms that have drive letters. On the other hand, it does better at avoiding recompilation issues, and works well even when some directory options were not specified in terms of `${prefix}' at `configure' time. Optional Features ================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Some packages offer the ability to configure how verbose the execution of `make' will be. For these packages, running `./configure --enable-silent-rules' sets the default to minimal output, which can be overridden with `make V=1'; while running `./configure --disable-silent-rules' sets the default to verbose, which can be overridden with `make V=0'. Particular systems ================== On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its `' header file. The option `-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended to try ./configure CC="cc" and if that doesn't work, try ./configure CC="cc -nodtk" On Solaris, don't put `/usr/ucb' early in your `PATH'. This directory contains several dysfunctional programs; working variants of these programs are available in `/usr/bin'. So, if you need `/usr/ucb' in your `PATH', put it _after_ `/usr/bin'. On Haiku, software installed for all users goes in `/boot/common', not `/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option `--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to an Autoconf bug. Until the bug is fixed you can use this workaround: CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of all of the options to `configure', and exit. `--help=short' `--help=recursive' Print a summary of the options unique to this package's `configure', and exit. The `short' variant lists options used only in the top level, while the `recursive' variant lists options also present in any nested packages. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `--prefix=DIR' Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. `--no-create' `-n' Run the configure checks, but stop before creating any output files. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. gnunet-gtk-0.9.3/ChangeLog0000644000175000017500000003641311762217324012315 000000000000002012-04-02 08:32 wachs * [r20840] src/gns/gnunet-gns-gtk.c, src/gns/gnunet-gns-gtk.h, src/gns/gnunet-gns-gtk_zone.c: fixing Mantis 0002246 2012-03-22 10:04 wachs * [r20666] src/gns/gnunet-gns-gtk_zone.c: records removed in gui 2012-03-13 10:30 grothoff * [r20473] src/fs/Makefile.am, src/fs/gnunet-fs-gtk.c, src/fs/gnunet-fs-gtk_common.c, src/fs/gnunet-fs-gtk_common.h, src/fs/gnunet-fs-gtk_event-handler.c, src/fs/gnunet-fs-gtk_open-uri.c, src/fs/gnunet-fs-gtk_open-uri.h: implementing implicit actions triggered by pasting URIs and keywords 2012-03-09 21:25 grothoff * [r20422] contrib/Makefile.am, contrib/gnunet_fs_gtk_main_window.glade, contrib/gnunet_fs_gtk_unindex.glade, src/fs/Makefile.am, src/fs/gnunet-fs-gtk_event-handler.c, src/fs/gnunet-fs-gtk_unindex.c, src/fs/gnunet-fs-gtk_unindex.h: implementing listing of indexed files and unindexing from gnunet-fs-gtk (#1945) 2012-03-01 11:54 grothoff * [r20162] contrib/gnunet_fs_gtk_main_window.glade, src/fs/gnunet-fs-gtk.c, src/fs/gnunet-fs-gtk.h, src/fs/gnunet-fs-gtk_main-window-meta-data-context-menu.c, src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c, src/fs/gnunet-fs-gtk_main-window-search.c, src/fs/gnunet-fs-gtk_namespace_manager.c, src/include/gnunet_gtk.h, src/lib/eventloop.c: LRN: add main window context; apply pseudonym rank filtering 2012-03-01 08:26 grothoff * [r20155] contrib/Makefile.am, contrib/gnunet_fs_gtk_main_window.glade, contrib/gnunet_fs_gtk_namespace_manager.glade, src/fs/Makefile.am, src/fs/gnunet-fs-gtk_common.c, src/fs/gnunet-fs-gtk_common.h, src/fs/gnunet-fs-gtk_event-handler.c, src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c, src/fs/gnunet-fs-gtk_namespace_manager.c: LRN: updates to pseudonym API from #1952, adding namespace manager 2012-02-28 09:53 grothoff * [r20104] po/POTFILES.in, po/da.po, po/de.po, po/fr.po, po/gnunet-gtk.pot, po/sv.po, po/tr.po, po/vi.po: releasing gnunet-gtk 0.9.2 2012-02-27 18:39 grothoff * [r20081] contrib/gnunet_fs_gtk_main_window.glade: LRN: Fix-separator-ids-and-make-separators-visible-d-oh 2012-02-26 15:26 grothoff * [r20042] contrib/gnunet_fs_gtk_main_window.glade: LRN: Second patch re-orders menu items. Often-used "Publish", "Download" and "Open GNUnet directory" are moved to the top, while pseudonym-related items are moved closer to the bottom. 2012-02-26 15:25 grothoff * [r20041] src/fs/gnunet-fs-gtk_common.c, src/fs/gnunet-fs-gtk_common.h, src/fs/gnunet-fs-gtk_event-handler.c, src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c, src/fs/gnunet-fs-gtk_publish-dialog.c: LRN: Adds a way for GNUNET_FS_GTK_get_description_from_metadata() to convey to you the fact that the description it returned is a placeholder, and that metadata didn't really have any description. This capability is not used at the moment (the code that used it was only present in early namespace manager draft). 2012-02-25 19:09 grothoff * [r20027] doc/Makefile.am, doc/gnunet-gtk.1: Igor: various minor updates to man pages 2012-02-22 18:37 grothoff * [r19951] src/fs/gnunet-fs-gtk.c: LRN: Save-and-restore-window-position-and-size 2012-02-22 18:35 grothoff * [r19950] src/fs/gnunet-fs-gtk_download-save-as.c, src/fs/gnunet-fs-gtk_event-handler.c, src/fs/gnunet-fs-gtk_publish-dialog.c, src/fs/gnunet-fs-gtk_publish-edit-dialog.c: LRN: two directory patches change the way "is_directory" is evaluated. Now it must be GNUNET_YES for the execution flow to switch to a branch where something is considered to be a directory. The reason for that is that some functions might return GNUNET_SYSERR when asked whether something is a directory or not. Checking this value as "!= GNUNET_NO" will produce positive result, even though it's not a directory. 2012-02-08 16:38 grothoff * [r19735] src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c: The fix doesn't fix any apparent bugs, but my memory debugging routines picked this thing up - so i've fixed it. As for the scanner crash - see [1]. [1] https://gnunet.org/bot/log/gnunet/2012-02-08 2012-01-29 13:35 grothoff * [r19505] gnunet-fs-gtk.desktop.in, pixmaps/Makefile.am, pixmaps/gnunet-fs-gtk-16.png, pixmaps/gnunet-fs-gtk-22.png, pixmaps/gnunet-fs-gtk-24.png, pixmaps/gnunet-fs-gtk-32.png, pixmaps/gnunet-fs-gtk.svg, pixmaps/gnunet-gtk-16.png, pixmaps/gnunet-gtk-22.png, pixmaps/gnunet-gtk-24.png, pixmaps/gnunet-gtk-32.png, pixmaps/gnunet-gtk.svg: fixing binary and icon names in generated desktop files (should be gnunet-fs-gtk, not gnunet-gtk) 2012-01-18 08:24 grothoff * [r19224] contrib/gnunet_fs_gtk_search_tab.glade, src/fs/gnunet-fs-gtk-download.c, src/fs/gnunet-fs-gtk-download.h, src/fs/gnunet-fs-gtk-event_handler.c: LRN: Whenever a file is downloaded, store its downloaded name in a treestore (FIXME: when a previously downloaded .gnd file is opened, set downloaded name appropriately? Or not, since it won't have anonymity?), as well as the anonymity level that was used. When one of its children is downloaded, this information is checked and, if present, is used to construct the child filename (and anonymity is used to download the child; FIXME: anonymity == -1 might be used, if parent supplied a filename, but not anonymity? This might need a fix), so it is downloaded without showing the "Save as" dialog. (TODO: the logic behind constructing the child filename from the name of already downloaded directory file relies on directory file having a '.gnd' extension; if it isn't there, the whole thing fails (tries to mkdir() with the name of the .gnd-less directory file, which isn't possible); Enforce .gnd extension? Change the name to avoid conflict?) In future it might be necessary to add a context menu item that overrides this behaviour and shows the dialog anyway. Also changes the way gtkfilechooser is set up, so that it fills the entry with short filename only, without the directory part, and the directory part is used to select a directory. Without this the entry gets absolute filename or directoryname, and if you later change the directory in the dialog, contents of the entry remain the same. It's intended to be relative most of the time! Slight API changes for "Save as" dialog, now it invokes a callback (FIXME: this breaks "Download URI", as it is not adapted to the callback yet, that must be fixed as soon as possible!). To that end one of its static functions was made public. 2012-01-12 08:35 grothoff * [r19100] contrib/gnunet_setup_gtk_main_window.glade, src/setup/Makefile.am, src/setup/gnunet-setup-hostlist-server.c: vminko: fixing #1782: only show hostlist server options if hostlist server is actually supported 2012-01-09 17:33 grothoff * [r19073] AUTHORS, src/setup/gnunet-setup-options.c, src/setup/gnunet-setup-options.h, src/setup/gnunet-setup.c: vminko: fixing 1734: adding code to detect duplicate port usage 2012-01-02 06:00 grothoff * [r18920] contrib/gnunet_fs_gtk_search_tab.glade: LRN: Remove autosizing. Autosized columns are marked as "dirty" when new their contents change, and as a side-effect their width is also set to 0. Because of that it's impossible to register mouse events with them, until their size is re-calculated, which only happens at some later point. This is the reason why they were insensitive to mouse clicks while being frequently updated. 2012-01-02 03:57 grothoff * [r18914] src/fs/gnunet-fs-gtk-edit_publish_dialog.c: LRN: show and hide indexing checkbox correctly 2012-01-01 22:37 grothoff * [r18900] src/fs/gnunet-fs-gtk-event_handler.c: fixing #2053 and undoing parts of 18880 (diagnostic assertions no longer needed / potentially harmful) -- if URI is NULL, do not display download context menu and ignore double-clicks 2012-01-01 22:20 grothoff * [r18896] contrib/gnunet_fs_gtk_main_window.glade, src/fs/gnunet-fs-gtk-edit_publish_dialog.c, src/fs/gnunet-fs-gtk-edit_publish_dialog.h, src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c, src/fs/gnunet-fs-gtk-main_window_file_publish.c: adding replication level to publishing dialogs to fix #2030 2012-01-01 21:13 grothoff * [r18890] src/lib/eventloop.c: actually run GUI tasks with UI priority 2011-12-27 22:45 grothoff * [r18848] contrib/gnunet_fs_gtk_advertise_pseudonym_dialog.glade, contrib/gnunet_fs_gtk_publish_edit_dialog.glade: fix #2043 2011-12-27 22:43 grothoff * [r18847] contrib/gnunet_setup_gtk_main_window.glade, src/setup/gnunet-setup-options.c: fix #2044 2011-12-23 08:38 grothoff * [r18757] contrib/gnunet_fs_gtk_create_namespace_dialog.glade, contrib/gnunet_fs_gtk_main_window.glade, contrib/gnunet_fs_gtk_open_directory_dialog.glade, contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade, src/fs/gnunet-fs-gtk-download.c, src/fs/gnunet-fs-gtk-edit_publish_dialog.c, src/fs/gnunet-fs-gtk-edit_publish_dialog.h, src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c, src/fs/gnunet-fs-gtk-main_window_create_pseudonym.c, src/fs/gnunet-fs-gtk-main_window_file_publish.c, src/fs/gnunet-fs-gtk-main_window_open_directory.c, src/fs/gnunet-fs-gtk.c, src/fs/gnunet-fs-gtk.h: LRN: #1759: get rid of gtk_dialog_run 2011-12-19 22:35 grothoff * [r18708] src/fs/gnunet-fs-gtk-event_handler.c: fixing #2001 (cleanup button for download-by-uri) 2011-12-18 10:46 grothoff * [r18669] contrib/gnunet_fs_gtk_main_window.glade, src/fs/gnunet-fs-gtk-main_window_file_download.c, src/fs/gnunet-fs-gtk.c, src/fs/gnunet-fs-gtk.h, src/lib/about.c: LRN: Make download-by-uri dialogue-less 2011-12-16 19:04 grothoff * [r18643] src/fs/gnunet-fs-gtk-event_handler.c: LRN: Don't reattach the menu 2011-12-16 19:03 grothoff * [r18642] contrib/gnunet_fs_gtk_main_window.glade, src/fs/gnunet-fs-gtk-common.c, src/fs/gnunet-fs-gtk-event_handler.c, src/fs/gnunet-fs-gtk.c: LRN: Make metadata list items selectable, make metadata copyable and be more careful with strings (validation) - #1759 2011-12-16 19:00 grothoff * [r18640] contrib/gnunet_fs_gtk_about_window.glade, contrib/gnunet_fs_gtk_download_as_dialog.glade, contrib/gnunet_fs_gtk_main_window.glade, src/fs/gnunet-fs-gtk-download.c, src/fs/gnunet-fs-gtk.c: LRN: Various changes (#1759) * Make preview sensitive (prevent graying-out) * Enable fs persistence and probes (crashes, but who said it was going to be easy? * Make Save File dialog non-blocking 2011-12-16 18:58 grothoff * [r18638] contrib/gnunet_fs_gtk_main_window.glade, contrib/gnunet_fs_gtk_search_tab.glade, src/fs/gnunet-fs-gtk-event_handler.c, src/fs/gnunet-fs-gtk.c: LRN: [PATCH 1/2] Multiple GUI changes (#1759) * Rename "Key" column to "Root" * Make namespace selector focusable * Namespace selector now tracks mouse pointer * Namespace is chosen by a single click * Namespace list is populated by namespace descovery callback instead of namespace list callback (adds found namespaces on the fly) * Normalized cell background for search results Now rows look like they have uniform background * Add tooltips with full query text to search tab * Root is added to the query when a search in namespace is made 2011-12-13 18:13 grothoff * [r18585] contrib/gnunet_fs_gtk_advertise_pseudonym_dialog.glade, src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c: fixing crash for adding pseudonyms with no keywords by disabling OK button as long as there are no keywords (#2002) 2011-12-13 17:50 grothoff * [r18584] src/fs/gnunet-fs-gtk-event_handler.c: do not allow downloading of sks/ksk URIs, block on attempt (#2003) 2011-12-12 15:35 grothoff * [r18561] contrib/gnunet_fs_gtk_main_window.glade, contrib/gnunet_fs_gtk_search_tab.glade, src/fs/gnunet-fs-gtk-main_window_view_toggles.c, src/fs/gnunet-fs-gtk.c: applying patches from #1759 towards making the GUI nicer; specifically, this covers 0004-new-search-bar, 0001-lump-and-tweaks, 2-get-text-from-combo, 3-do-not-use-new-search-tab, 4-fix-search-tab-label, 1-make-tabs-smaller, 2-remove-has-entry, 3-revert-get-text-from-combobox 2011-12-09 16:59 grothoff * [r18537] src/statistics/gnunet-statistics-gtk.c, src/statistics/gtk_statistics.c, src/statistics/gtk_statistics.h, src/statistics/test.c: polishing statistics widget, integration with main gnunet-statistics-gtk GUI 2011-12-09 15:16 grothoff * [r18529] src/statistics/Makefile.am, src/statistics/gtk_statistics.c, src/statistics/gtk_statistics.h, src/statistics/test.c: finishing statistics widget 2011-12-08 21:55 grothoff * [r18522] src/statistics/Makefile.am, src/statistics/gnunet-statistics-gtk-about.c, src/statistics/gnunet-statistics-gtk.c, src/statistics/gtk_statistics.c, src/statistics/gtk_statistics.h, src/statistics/test.c: towards stats widget 2011-12-08 16:15 grothoff * [r18516] configure.ac, contrib/Makefile.am, contrib/get_version.sh, contrib/gnunet_fs_gtk_about_window.glade.in, src/Makefile.am, src/fs/gnunet-fs-gtk-about.c, src/include/gnunet_gtk.h, src/lib/about.c, src/lib/glade.c, src/peerinfo/gnunet-peerinfo-gtk-about.c, src/statistics/gnunet-statistics-gtk.c: LRN: Starting to get rid of gtk_dialog_run(), and more * Call AC_INIT() with different package name and tarball name * Get version from VCS instead of hard-coding it in configure.ac * Don't supply version to AM_INIT_AUTOMAKE * Use silent rules * Make a few GNUNET_FS_GTK_* AM variables to be used in .glade files * Add contrib/gnunet_fs_gtk_about_window.glade.in * GNUNET_GTK_display_about () doesn't take dialog name anymore (it should always be 'about_window' now) * GNUNET_GTK_get_new_builder () now passes the builder as a callback argument * about.c now implements most of the things that were previously done by GtkAboutDialog. 2011-12-07 21:27 grothoff * [r18500] configure.ac, src/fs/Makefile.am, src/setup/Makefile.am: only link against plibc on w32 2011-12-06 19:54 grothoff * [r18477] configure.ac, contrib/Makefile.am, contrib/gnunet_statistics_gtk_about_dialog.glade, contrib/gnunet_statistics_gtk_main_window.glade, src/Makefile.am, src/statistics, src/statistics/Makefile.am, src/statistics/functions.c, src/statistics/functions.h, src/statistics/gnunet-statistics-gtk.c, src/statistics/statistics.c: adding skeleton for gnunet-statistics-gtk 2011-12-06 12:47 grothoff * [r18444] src/fs/Makefile.am, src/setup/Makefile.am: LRN: do not forget to link plibc 2011-12-06 12:47 grothoff * [r18443] configure.ac: LRN: Include platform.h unconditionally platform.h is required for correct functioning of some of the headers, because it defines WINDOWS macro, and even more so in my local version of GNUnet. 2011-12-06 12:46 grothoff * [r18442] configure.ac: LRN: do not look for both GTK-3 and GTK-2 2011-12-06 12:46 grothoff * [r18440] configure.ac: LRN: fix no-undefined WL for W32 2011-11-30 15:06 grothoff * [r18407] Makefile.am, configure.ac, ltmain.sh, m4/libtool.m4, m4/ltoptions.m4, m4/ltversion.m4, m4/lt~obsolete.m4, po/da.po, po/de.po, po/fr.po, po/gnunet-gtk.pot, po/sv.po, po/tr.po, po/vi.po: releasing gnunet-gtk 0.9.0 gnunet-gtk-0.9.3/Makefile.in0000644000175000017500000006666711753203103012614 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/gnunet-fs-gtk.desktop.in \ $(srcdir)/gnunet-setup.desktop.in \ $(srcdir)/gnunet_gtk_config.h.in $(top_srcdir)/configure \ ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS config.guess \ config.rpath config.sub depcomp install-sh ltmain.sh missing \ mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = gnunet_gtk_config.h CONFIG_CLEAN_FILES = gnunet-fs-gtk.desktop gnunet-setup.desktop CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(desktopdir)" DATA = $(desktop_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir dist dist-all distcheck ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ { test ! -d "$(distdir)" \ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -fr "$(distdir)"; }; } am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLADE_CFLAGS = @GLADE_CFLAGS@ GLADE_LIBS = @GLADE_LIBS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNUNET_CFLAGS = @GNUNET_CFLAGS@ GNUNET_FS_APP = @GNUNET_FS_APP@ GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@ GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@ GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@ GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@ GNUNET_GNS_APP = @GNUNET_GNS_APP@ GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@ GNUNET_LIBS = @GNUNET_LIBS@ GNUNET_PEERINFO_APP = @GNUNET_PEERINFO_APP@ GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@ GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@ GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@ GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@ GNUNET_SETUP_APP = @GNUNET_SETUP_APP@ GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@ GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@ GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@ GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@ GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@ GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@ GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@ GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_DATA = @PACKAGE_DATA@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = contrib doc po src pixmaps desktopdir = $(datadir)/applications desktop_in_files = \ gnunet-fs-gtk.desktop.in \ gnunet-setup.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) pkgpixdir = $(pkgdatadir) ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ config.rpath \ install-sh mkinstalldirs all: gnunet_gtk_config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: am--refresh: @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): gnunet_gtk_config.h: stamp-h1 @if test ! -f $@; then \ rm -f stamp-h1; \ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ else :; fi stamp-h1: $(srcdir)/gnunet_gtk_config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status gnunet_gtk_config.h $(srcdir)/gnunet_gtk_config.h.in: $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f gnunet_gtk_config.h stamp-h1 gnunet-fs-gtk.desktop: $(top_builddir)/config.status $(srcdir)/gnunet-fs-gtk.desktop.in cd $(top_builddir) && $(SHELL) ./config.status $@ gnunet-setup.desktop: $(top_builddir)/config.status $(srcdir)/gnunet-setup.desktop.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt install-desktopDATA: $(desktop_DATA) @$(NORMAL_INSTALL) test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)" @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \ done uninstall-desktopDATA: @$(NORMAL_UNINSTALL) @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(desktopdir)" && rm -f $$files # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done 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: tags-recursive $(HEADERS) $(SOURCES) gnunet_gtk_config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) gnunet_gtk_config.h.in $(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; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) gnunet_gtk_config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) gnunet_gtk_config.h.in $(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)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @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 "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @$(am__cd) '$(distuninstallcheck_dir)' \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(DATA) gnunet_gtk_config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(desktopdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive 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) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr \ distclean-libtool distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-data-local install-desktopDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-desktopDATA .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ ctags-recursive install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ distcheck distclean distclean-generic distclean-hdr \ distclean-libtool distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am \ install-data-local install-desktopDATA 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 \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-desktopDATA install-data-local: @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(pkgpixdir) ChangeLog: if test -f $(top_srcdir)/.svn/entries; then \ svn log -v --xml -r HEAD:18400 | \ xsltproc --stringparam ignore-message-starting "-" \ --stringparam strip-prefix "gnunet-gtk" \ --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ fi dist: ChangeLog .PHONY: ChangeLog # 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: gnunet-gtk-0.9.3/src/0000755000175000017500000000000011762217326011405 500000000000000gnunet-gtk-0.9.3/src/Makefile.am0000644000175000017500000000016111725471020013347 00000000000000SUBDIRS = . include lib $(GNUNET_FS_APP) $(GNUNET_GNS_APP) $(GNUNET_SETUP_APP) $(GNUNET_PEERINFO_APP) statistics gnunet-gtk-0.9.3/src/peerinfo/0000755000175000017500000000000011762217327013215 500000000000000gnunet-gtk-0.9.3/src/peerinfo/gnunet-peerinfo-gtk-flags.h0000644000175000017500000000247011711004177020262 00000000000000/* This file is part of GNUnet. (C) 2007, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/peerinfo/gnunet-peerinfo-gtk-flags.h * @brief flag lookup * @author Christian Grothoff */ #ifndef GNUNET_PEERINFO_GTK_FLAGS_H #define GNUNET_PEERINFO_GTK_FLAGS_H #include "gnunet_gtk.h" #include #include /** * Lookup the flag image for the given country code * * @return NULL on error */ GdkPixbuf * GNUNET_PEERINFO_GTK_get_flag (const char *cc); /** * Deallocate all cached flags. */ void GNUNET_PEERINFO_GTK_flags_shutdown (void); #endif gnunet-gtk-0.9.3/src/peerinfo/gnunet-peerinfo-gtk.c0000644000175000017500000003370111726753721017200 00000000000000/* This file is part of GNUnet. (C) 2010, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/peerinfo/gnunet-peerinfo-gtk.c * @brief Main function of gnunet-peerinfo-gtk * @author Christian Grothoff */ #include "gnunet_gtk.h" #include #include #include #include "gnunet-peerinfo-gtk-flags.h" /** * Columns in the peerinfo model. */ enum PEERINFO_ModelColumns { /** * A gchararray */ PEERINFO_MC_PEER_IDENTITY_STRING = 0, /** * A guint */ PEERINFO_MC_NUMBER_OF_ADDRESSES = 1, /** * A gchararray */ PEERINFO_MC_COUNTRY_NAME = 2, /** * A GdkPixbuf */ PEERINFO_MC_COUNTRY_FLAG = 3, /** * A guint64 */ PEERINFO_MC_BANDWIDTH_IN = 4, /** * A guint64 */ PEERINFO_MC_BANDWIDTH_OUT = 5, /** * A gchararray */ PEERINFO_MC_ADDRESS_AS_STRING = 6, /** * A GdkPixbuf */ PEERINFO_MC_CONNECTIVITY_LED = 7, /** * A gboolean */ PEERINFO_MC_CONNECTED_STATUS = 8 }; /** * Information we track for each peer outside of the model. */ struct PeerInfo { /** * Reference to the peer in the view. */ GtkTreeRowReference *rr; /** * Handle to an active lookup for addresses of this peer, or NULL. */ struct GNUNET_TRANSPORT_PeerIterateContext *palc; /** * Handle for address to string conversion. */ struct GNUNET_TRANSPORT_AddressToStringContext *tos; /** * Did we get any address? */ int got_address; }; /** * Handle to our main loop. */ static struct GNUNET_GTK_MainLoop *ml; /** * Handle for our notifications from peerinfo about new peers. */ static struct GNUNET_PEERINFO_NotifyContext *pnc; /** * Handle to ATS service. */ static struct GNUNET_ATS_PerformanceHandle *ats; /** * Map of peer identities to the respective PeerInfo for our view. */ static struct GNUNET_CONTAINER_MultiHashMap *peer2info; /** * Should gnunet-peerinfo-gtk start in tray mode? */ static int tray_only; /** * Green status led (connected) */ static GdkPixbuf *led_green; /** * Red status led (disconnected) */ static GdkPixbuf *led_red; /** * Main window list store. */ static GtkListStore *ls; /** * Get cfg. */ static const struct GNUNET_CONFIGURATION_Handle * get_configuration () { return GNUNET_GTK_main_loop_get_configuration (ml); } /** * Get an object from the main window. * * @param name name of the object * @return NULL on error */ static GObject * get_object (const char *name) { return GNUNET_GTK_main_loop_get_object (ml, name); } /** * Function called on each entry in the 'peer2info' map * to free the associated path. * * @param cls unused * @param key peer identity * @param value the 'struct PeerInfo' * @return GNUNET_OK (continue to iterate) */ static int free_paths (void *cls, const GNUNET_HashCode * key, void *value) { struct PeerInfo *info = value; if (NULL != info->palc) { GNUNET_TRANSPORT_peer_get_active_addresses_cancel (info->palc); info->palc = NULL; } if (NULL != info->tos) { GNUNET_TRANSPORT_address_to_string_cancel (info->tos); info->tos = NULL; } gtk_tree_row_reference_free (info->rr); GNUNET_free (info); return GNUNET_OK; } /** * Task run on shutdown. * * @param cls unused * @param tc scheduler context, unused */ static void shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { GNUNET_PEERINFO_notify_cancel (pnc); pnc = NULL; if (NULL != ats) { GNUNET_ATS_performance_done (ats); ats = NULL; } GNUNET_CONTAINER_multihashmap_iterate (peer2info, &free_paths, NULL); GNUNET_CONTAINER_multihashmap_destroy (peer2info); peer2info = NULL; GNUNET_PEERINFO_GTK_flags_shutdown (); } /** * Function to call with the text format of an address * * @param cls the 'struct PeerInfo' for which this is a valid address * @param address address as a string, NULL on error */ static void peer_address_string_cb (void *cls, const char *address) { struct PeerInfo *info = cls; GtkTreeIter iter; GtkTreePath *path; char *country; const char *colon; const char *dot; path = gtk_tree_row_reference_get_path (info->rr); GNUNET_assert (NULL != path); GNUNET_assert (TRUE == gtk_tree_model_get_iter (GTK_TREE_MODEL (ls), &iter, path)); gtk_tree_path_free (path); if (NULL == address) { /* error */ if (GNUNET_NO == info->got_address) gtk_list_store_set (ls, &iter, PEERINFO_MC_NUMBER_OF_ADDRESSES, (guint) 1, PEERINFO_MC_COUNTRY_NAME, NULL, PEERINFO_MC_COUNTRY_FLAG, NULL, PEERINFO_MC_ADDRESS_AS_STRING, "", PEERINFO_MC_CONNECTIVITY_LED, led_green, PEERINFO_MC_CONNECTED_STATUS, TRUE, -1); info->tos = NULL; return; } /* last address, store information in model */ country = NULL; colon = strstr (address, ":"); if (NULL != colon) { for (dot = colon - 1; dot != address; dot--) if ('.' == *dot) break; if ('.' == *dot) country = GNUNET_strndup (&dot[1], (colon - dot) - 1); } gtk_list_store_set (ls, &iter, PEERINFO_MC_NUMBER_OF_ADDRESSES, 1, PEERINFO_MC_COUNTRY_NAME, country, PEERINFO_MC_COUNTRY_FLAG, GNUNET_PEERINFO_GTK_get_flag (country), PEERINFO_MC_ADDRESS_AS_STRING, address, PEERINFO_MC_CONNECTIVITY_LED, led_green, PEERINFO_MC_CONNECTED_STATUS, TRUE, -1); GNUNET_free (country); info->got_address = GNUNET_YES; } /** * Function to call with a binary format of an address * * @param cls the 'struct PeerInfo' for which this is a valid address * @param peer peer the update is about * @param address NULL on disconnect, otherwise 0-terminated printable UTF-8 string */ static void peer_address_cb (void *cls, const struct GNUNET_PeerIdentity *peer, const struct GNUNET_HELLO_Address *address) { struct PeerInfo *info = cls; GtkTreeIter iter; GtkTreePath *path; path = gtk_tree_row_reference_get_path (info->rr); GNUNET_assert (NULL != path); GNUNET_assert (TRUE == gtk_tree_model_get_iter (GTK_TREE_MODEL (ls), &iter, path)); gtk_tree_path_free (path); if (NULL == address) { /* disconnect */ gtk_list_store_set (ls, &iter, PEERINFO_MC_NUMBER_OF_ADDRESSES, (guint) 0, PEERINFO_MC_CONNECTIVITY_LED, led_red, PEERINFO_MC_CONNECTED_STATUS, FALSE, -1); return; } gtk_list_store_set (ls, &iter, PEERINFO_MC_NUMBER_OF_ADDRESSES, 1, PEERINFO_MC_CONNECTIVITY_LED, led_green, PEERINFO_MC_CONNECTED_STATUS, TRUE, -1); if (NULL != info->tos) GNUNET_TRANSPORT_address_to_string_cancel (info->tos); info->got_address = GNUNET_NO; info->tos = GNUNET_TRANSPORT_address_to_string (get_configuration (), address, GNUNET_NO, GNUNET_TIME_UNIT_FOREVER_REL, &peer_address_string_cb, info); } /** * Function called for peers that we know about. * * @param cls closure * @param peer id of the peer, NULL for last call * @param hello hello message for the peer (can be NULL) * @param err_msg NULL if successful, otherwise contains error message */ static void peerinfo_processor (void *cls, const struct GNUNET_PeerIdentity *peer, const struct GNUNET_HELLO_Message *hello, const char *err_msg) { GtkTreeIter iter; char *npid; struct GNUNET_CRYPTO_HashAsciiEncoded enc; struct PeerInfo *info; GtkTreePath *path; info = GNUNET_CONTAINER_multihashmap_get (peer2info, &peer->hashPubKey); if (NULL == info) { GNUNET_CRYPTO_hash_to_enc (&peer->hashPubKey, &enc); npid = (char *) &enc; npid[4] = '\0'; gtk_list_store_append (ls, &iter); gtk_list_store_set (ls, &iter, PEERINFO_MC_PEER_IDENTITY_STRING, npid, PEERINFO_MC_NUMBER_OF_ADDRESSES, (guint) 0, PEERINFO_MC_COUNTRY_NAME, "", PEERINFO_MC_COUNTRY_FLAG, NULL, PEERINFO_MC_BANDWIDTH_IN, (guint64) 0, PEERINFO_MC_BANDWIDTH_OUT, (guint64) 0, PEERINFO_MC_ADDRESS_AS_STRING, "", PEERINFO_MC_CONNECTIVITY_LED, led_red, PEERINFO_MC_CONNECTED_STATUS, FALSE, -1); path = gtk_tree_model_get_path (GTK_TREE_MODEL (ls), &iter); info = GNUNET_malloc (sizeof (struct PeerInfo)); info->rr = gtk_tree_row_reference_new (GTK_TREE_MODEL (ls), path); GNUNET_assert (NULL != info->rr); gtk_tree_path_free (path); GNUNET_CONTAINER_multihashmap_put (peer2info, &peer->hashPubKey, info, GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY); } if (NULL == info->palc) { info->palc = GNUNET_TRANSPORT_peer_get_active_addresses (get_configuration (), peer, GNUNET_NO, GNUNET_TIME_UNIT_FOREVER_REL, &peer_address_cb, info); } } /** * Method called whenever a given peer has a QoS status change. * * @param cls closure * @param address the address * @param bandwidth_in available amount of inbound bandwidth * @param bandwidth_out available amount of outbound bandwidth * @param ats performance data for the address (as far as known) * @param ats_count number of performance records in 'ats' */ static void status_cb (void *cls, const struct GNUNET_HELLO_Address *address, struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in, struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, const struct GNUNET_ATS_Information *ats, uint32_t ats_count) { struct PeerInfo *info; GtkTreeIter iter; GtkTreePath *path; info = GNUNET_CONTAINER_multihashmap_get (peer2info, &address->peer.hashPubKey); if (NULL == info) return; /* should rarely happen... */ path = gtk_tree_row_reference_get_path (info->rr); GNUNET_assert (NULL != path); GNUNET_assert (TRUE == gtk_tree_model_get_iter (GTK_TREE_MODEL (ls), &iter, path)); gtk_tree_path_free (path); gtk_list_store_set (ls, &iter, PEERINFO_MC_BANDWIDTH_IN, (guint64) ntohl (bandwidth_in.value__), PEERINFO_MC_BANDWIDTH_OUT, (guint64) ntohl (bandwidth_out.value__), -1); } /** * Callback invoked if the application is supposed to exit. * * @param object * @param user_data unused */ void GNUNET_PEERINFO_GTK_quit_cb (GObject * object, gpointer user_data) { GNUNET_GTK_tray_icon_destroy (); GNUNET_GTK_main_loop_quit (ml); GNUNET_SCHEDULER_add_now (&shutdown_task, NULL); } /** * Load LED image from resource file. * * @param color color of the LED to load * @return the image as a GdkPixbuf */ static GdkPixbuf * load_led (const char *color) { GdkPixbuf *pixbuf; char *dir; char *fn; dir = GNUNET_GTK_installation_get_path (GNUNET_OS_IPK_DATADIR); GNUNET_asprintf (&fn, "%s%s.png", dir, color); GNUNET_free (dir); pixbuf = gdk_pixbuf_new_from_file (fn, NULL); GNUNET_free (fn); return pixbuf; } /** * Actual main function run right after GNUnet's scheduler * is initialized. Initializes up GTK and Glade. * * @param cls NULL * @param tc schedule context */ static void run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { GtkWidget *main_window; ml = cls; if (GNUNET_OK != GNUNET_GTK_main_loop_build_window (ml, NULL)) { return; } led_green = load_led ("green"); led_red = load_led ("red"); GNUNET_GTK_set_icon_search_path (); GNUNET_GTK_setup_nls (); peer2info = GNUNET_CONTAINER_multihashmap_create (256); pnc = GNUNET_PEERINFO_notify (get_configuration (), &peerinfo_processor, NULL); if (pnc == NULL) { fprintf (stderr, _("Failed to initialize communication with peerinfo service!\n")); exit (1); } ats = GNUNET_ATS_performance_init (get_configuration (), &status_cb, NULL); /* setup main window */ main_window = GTK_WIDGET (get_object ("GNUNET_PEERINFO_GTK_main_window")); ls = GTK_LIST_STORE (get_object ("GNUNET_PEERINFO_GTK_list_store")); GNUNET_assert (NULL != ls); gtk_window_maximize (GTK_WINDOW (main_window)); GNUNET_GTK_tray_icon_create (GTK_WINDOW (main_window), "gnunet-gtk" /* FIXME: different icon? */ , "gnunet-peerinfo-gtk"); /* make GUI visible */ if (!tray_only) { gtk_widget_show (main_window); gtk_window_present (GTK_WINDOW (main_window)); } } /** * Main function of gnunet-peerinfo-gtk. * * @param argc number of arguments * @param argv arguments * @return 0 on success */ int main (int argc, char *const *argv) { static struct GNUNET_GETOPT_CommandLineOption options[] = { {'t', "tray", NULL, gettext_noop ("start in tray mode"), 0, &GNUNET_GETOPT_set_one, &tray_only}, GNUNET_GETOPT_OPTION_END }; if (GNUNET_OK != GNUNET_GTK_main_loop_start ("gnunet-peerinfo-gtk", "GTK GUI for inspecting GNUnet Peers", argc, argv, options, "gnunet_peerinfo_gtk_main_window.glade", &run)) return 1; return 0; } /* end of gnunet-peerinfo-gtk.c */ gnunet-gtk-0.9.3/src/peerinfo/Makefile.am0000644000175000017500000000110411726733463015171 00000000000000SUBDIRS = . INCLUDES = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/src/include \ @GTK_CFLAGS@ \ @GNUNET_CFLAGS@ \ @GLADE_CFLAGS@ bin_PROGRAMS = gnunet-peerinfo-gtk gnunet_peerinfo_gtk_SOURCES = \ gnunet-peerinfo-gtk.c \ gnunet-peerinfo-gtk-about.c \ gnunet-peerinfo-gtk-flags.c gnunet-peerinfo-gtk-flags.h gnunet_peerinfo_gtk_LDADD = \ $(top_builddir)/src/lib/libgnunetgtk.la \ @GTK_LIBS@ \ @GLADE_LIBS@ @GNUNET_LIBS@ \ -lgnunetutil -lgnunetpeerinfo -lgnunetcore -lgnunettransport -lgnunetats \ $(INTLLIBS) gnunet_peerinfo_gtk_LDFLAGS = \ -export-dynamic gnunet-gtk-0.9.3/src/peerinfo/gnunet-peerinfo-gtk-about.c0000644000175000017500000000245711711004177020300 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-peerinfo-gtk-about.c * @author Christian Grothoff * @author Igor Wronsky * * This file contains the about dialog. */ #include "gnunet_gtk.h" /** * This displays an about window */ void GNUNET_PEERINFO_GTK_main_menu_help_about_activate_cb (GtkWidget * dummy, gpointer data) { GNUNET_GTK_display_about ("gnunet_peerinfo_gtk_about_window.glade"); } /* end of gnunet-peerinfo-gtk-about.c */ gnunet-gtk-0.9.3/src/peerinfo/Makefile.in0000644000175000017500000006154411753203103015177 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ bin_PROGRAMS = gnunet-peerinfo-gtk$(EXEEXT) subdir = src/peerinfo DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) am_gnunet_peerinfo_gtk_OBJECTS = gnunet-peerinfo-gtk.$(OBJEXT) \ gnunet-peerinfo-gtk-about.$(OBJEXT) \ gnunet-peerinfo-gtk-flags.$(OBJEXT) gnunet_peerinfo_gtk_OBJECTS = $(am_gnunet_peerinfo_gtk_OBJECTS) am__DEPENDENCIES_1 = gnunet_peerinfo_gtk_DEPENDENCIES = \ $(top_builddir)/src/lib/libgnunetgtk.la $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent gnunet_peerinfo_gtk_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(gnunet_peerinfo_gtk_LDFLAGS) \ $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(gnunet_peerinfo_gtk_SOURCES) DIST_SOURCES = $(gnunet_peerinfo_gtk_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLADE_CFLAGS = @GLADE_CFLAGS@ GLADE_LIBS = @GLADE_LIBS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNUNET_CFLAGS = @GNUNET_CFLAGS@ GNUNET_FS_APP = @GNUNET_FS_APP@ GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@ GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@ GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@ GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@ GNUNET_GNS_APP = @GNUNET_GNS_APP@ GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@ GNUNET_LIBS = @GNUNET_LIBS@ GNUNET_PEERINFO_APP = @GNUNET_PEERINFO_APP@ GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@ GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@ GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@ GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@ GNUNET_SETUP_APP = @GNUNET_SETUP_APP@ GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@ GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@ GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@ GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@ GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@ GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@ GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@ GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_DATA = @PACKAGE_DATA@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = . INCLUDES = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/src/include \ @GTK_CFLAGS@ \ @GNUNET_CFLAGS@ \ @GLADE_CFLAGS@ gnunet_peerinfo_gtk_SOURCES = \ gnunet-peerinfo-gtk.c \ gnunet-peerinfo-gtk-about.c \ gnunet-peerinfo-gtk-flags.c gnunet-peerinfo-gtk-flags.h gnunet_peerinfo_gtk_LDADD = \ $(top_builddir)/src/lib/libgnunetgtk.la \ @GTK_LIBS@ \ @GLADE_LIBS@ @GNUNET_LIBS@ \ -lgnunetutil -lgnunetpeerinfo -lgnunetcore -lgnunettransport -lgnunetats \ $(INTLLIBS) gnunet_peerinfo_gtk_LDFLAGS = \ -export-dynamic all: all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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/peerinfo/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/peerinfo/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 $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p || test -f $$p1; \ then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list gnunet-peerinfo-gtk$(EXEEXT): $(gnunet_peerinfo_gtk_OBJECTS) $(gnunet_peerinfo_gtk_DEPENDENCIES) @rm -f gnunet-peerinfo-gtk$(EXEEXT) $(AM_V_CCLD)$(gnunet_peerinfo_gtk_LINK) $(gnunet_peerinfo_gtk_OBJECTS) $(gnunet_peerinfo_gtk_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-peerinfo-gtk-about.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-peerinfo-gtk-flags.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-peerinfo-gtk.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done 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: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ 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; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) 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)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__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 "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(PROGRAMS) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive 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) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-recursive clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-binPROGRAMS .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-binPROGRAMS \ clean-generic clean-libtool ctags ctags-recursive distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-binPROGRAMS 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 installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-recursive uninstall uninstall-am \ uninstall-binPROGRAMS # 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: gnunet-gtk-0.9.3/src/peerinfo/gnunet-peerinfo-gtk-flags.c0000644000175000017500000000575311726752467020306 00000000000000/* This file is part of GNUnet. (C) 2007, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/peerinfo/gnunet-peerinfo-gtk-flags.c * @brief flag lookup * @author Christian Grothoff */ #include "gnunet_gtk.h" #include "gnunet-peerinfo-gtk-flags.h" /** * Entry we keep for each flag. */ struct Flag { /** * This is a linked list. */ struct Flag *next; /** * This is a linked list. */ struct Flag *prev; /** * Associated country code. */ char *cc; /** * Flag image. */ GdkPixbuf *flag; }; /** * Head of the DLL of loaded flags. */ static struct Flag *flags_head; /** * Tail of the DLL of loaded flags. */ static struct Flag *flags_tail; /** * Lookup the flag image for the given country code * * @return NULL on error */ GdkPixbuf * GNUNET_PEERINFO_GTK_get_flag (const char *cc) { GdkPixbuf *flagBuf; char *mcc; char *dir; char *fn; size_t i; struct Flag *pos; if (NULL == cc) return NULL; if ((0 == strcasecmp (cc, "edu")) || (0 == strcasecmp (cc, "com")) || (0 == strcasecmp (cc, "net")) || (0 == strcasecmp (cc, "org")) || (0 == strcasecmp (cc, "gov")) || (0 == strcasecmp (cc, "mil"))) cc = "us"; if (0 == strcasecmp (cc, "uk")) cc = "gb"; if (strlen (cc) > 2) return NULL; pos = flags_head; while (pos != NULL) { if (0 == strcmp (pos->cc, cc)) return pos->flag; pos = pos->next; } mcc = GNUNET_strdup (cc); for (i = 0; i < strlen (mcc); i++) mcc[i] = tolower (mcc[i]); dir = GNUNET_GTK_installation_get_path (GNUNET_OS_IPK_DATADIR); GNUNET_asprintf (&fn, "%sflags%s%s.png", dir, DIR_SEPARATOR_STR, mcc); GNUNET_free (dir); flagBuf = gdk_pixbuf_new_from_file (fn, NULL); pos = GNUNET_malloc (sizeof (struct Flag)); pos->cc = mcc; pos->flag = flagBuf; GNUNET_CONTAINER_DLL_insert (flags_head, flags_tail, pos); return flagBuf; } /** * Deallocate all cached flags. */ void GNUNET_PEERINFO_GTK_flags_shutdown () { struct Flag *flag; while (NULL != (flag = flags_head)) { GNUNET_CONTAINER_DLL_remove (flags_head, flags_tail, flag); if (flag->flag != NULL) g_object_unref (flag->flag); GNUNET_free (flag->cc); GNUNET_free (flag); } } /* end of gnunet-peerinfo-gtk-flags.c */ gnunet-gtk-0.9.3/src/setup/0000755000175000017500000000000011762217327012546 500000000000000gnunet-gtk-0.9.3/src/setup/gnunet-setup-datacache-plugins.c0000644000175000017500000000427211711004177020636 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/gnunet-setup-datacache-plugins.c * @brief (de)sensitize transport plugin buttons based on plugin availability * @author Christian Grothoff */ #include "gnunet-setup.h" /** * Test if the given plugin exists and change the sensitivity * of the widget accordingly. * * @param widget widget to update * @param name name of the plugin to check */ static void test_plugin (GtkWidget * widget, const char *name) { if (GNUNET_YES == GNUNET_PLUGIN_test (name)) { gtk_widget_set_sensitive (widget, TRUE); } else { gtk_widget_set_sensitive (widget, FALSE); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), FALSE); } } void GNUNET_setup_fs_datacache_sqlite_radiobutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_plugin (widget, "libgnunet_plugin_datacache_sqlite"); } void GNUNET_setup_fs_datacache_mysql_radiobutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_plugin (widget, "libgnunet_plugin_datacache_mysql"); } void GNUNET_setup_fs_datacache_postgres_radiobutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_plugin (widget, "libgnunet_plugin_datacache_postgres"); } /* end of gnunet-setup-transport-plugins.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup-options.c0000644000175000017500000020611611736024566016771 00000000000000/* This file is part of GNUnet. (C) 2010, 2011, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/setup/gnunet-setup-options.c * @brief configuration details * @author Christian Grothoff */ #include "gnunet-setup.h" #include "gnunet-setup-options.h" #include #include /** * Regular expression for YES */ #define REX_YES "^YES$" /** * Regular expression for NO */ #define REX_NO "^NO$" /** * Color for marking invalid input */ #define INVALID_INPUT_COLOR "red" /** * Structs of this type specify connection between widgets storing * port numbers and widgets controlling status of respective transport. */ struct PortSpecification { /** * Name of the GtkSpinButton storing the port value. */ const char *spinbutton_name; /** * Name of the GtkCheckButton controlling whether the respective * transport/daemon is enabled. */ const char *checkbutton_name; /** * Name of the transport/daemon which owns this port. */ const char *owner_name; }; /** * Initialize a toggle button based on an options 'yes/no' value. * * @param cls closure * @param section section with the value * @param option option name * @param value value as a string * @param widget widget to initialize * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int load_yes_no (const void *cls, const char *section, const char *option, const char *value, GObject * widget, const struct GNUNET_CONFIGURATION_Handle *cfg) { GtkToggleButton *button; button = GTK_TOGGLE_BUTTON (widget); if (button == NULL) return GNUNET_SYSERR; gtk_toggle_button_set_active (button, (0 == strcasecmp (value, "YES")) ? TRUE : FALSE); return GNUNET_OK; } /** * Set a yes/no option based on a toggle button. * * @param cls closure * @param section section with the value * @param option option name * @param widget widget to initialize * @param cfg configuration handle to update * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int save_yes_no (const void *cls, const char *section, const char *option, GObject * widget, struct GNUNET_CONFIGURATION_Handle *cfg) { GtkToggleButton *button; gboolean mode; button = GTK_TOGGLE_BUTTON (widget); if (button == NULL) return GNUNET_SYSERR; mode = gtk_toggle_button_get_active (button); GNUNET_CONFIGURATION_set_value_string (cfg, section, option, mode == TRUE ? "YES" : "NO"); return GNUNET_OK; } /** * Initialize a GtkFileChooser based on a filename option. * * @param cls closure * @param section section with the value * @param option option name * @param value value as a string * @param widget widget to initialize * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int load_filename (const void *cls, const char *section, const char *option, const char *value, GObject * widget, const struct GNUNET_CONFIGURATION_Handle *cfg) { GtkFileChooser *chooser; chooser = GTK_FILE_CHOOSER (widget); if (chooser == NULL) return GNUNET_SYSERR; gtk_file_chooser_set_filename (chooser, value); return GNUNET_OK; } /** * Set filename option based on a file chooser. * * @param cls closure * @param section section with the value * @param option option name * @param widget widget to initialize * @param cfg configuration handle to update * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int save_filename (const void *cls, const char *section, const char *option, GObject * widget, struct GNUNET_CONFIGURATION_Handle *cfg) { GtkFileChooser *chooser; gchar *fn; chooser = GTK_FILE_CHOOSER (widget); if (chooser == NULL) return GNUNET_SYSERR; fn = gtk_file_chooser_get_filename (chooser); if (fn == NULL) fn = g_strdup (""); GNUNET_CONFIGURATION_set_value_string (cfg, section, option, fn); g_free (fn); return GNUNET_OK; } /** * Initialize a GtkEntry based on a text option. * * @param cls closure * @param section section with the value * @param option option name * @param value value as a string * @param widget widget to initialize * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int load_text (const void *cls, const char *section, const char *option, const char *value, GObject * widget, const struct GNUNET_CONFIGURATION_Handle *cfg) { GtkEntry *entry; entry = GTK_ENTRY (widget); if (entry == NULL) return GNUNET_SYSERR; gtk_entry_set_text (entry, value); return GNUNET_OK; } /** * Set text option based on a GtkEntry. * * @param cls closure * @param section section with the value * @param option option name * @param widget widget to initialize * @param cfg configuration handle to update * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int save_text (const void *cls, const char *section, const char *option, GObject * widget, struct GNUNET_CONFIGURATION_Handle *cfg) { GtkEntry *entry; const gchar *txt; entry = GTK_ENTRY (widget); if (entry == NULL) return GNUNET_SYSERR; txt = gtk_entry_get_text (entry); GNUNET_CONFIGURATION_set_value_string (cfg, section, option, txt); return GNUNET_OK; } #if 0 /** * Initialize a GtkComboBox based on a text option. * * @param cls closure * @param section section with the value * @param option option name * @param value value as a string * @param widget widget to initialize * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int load_combo_text (const void *cls, const char *section, const char *option, const char *value, GObject * widget, const struct GNUNET_CONFIGURATION_Handle *cfg) { GtkComboBoxText *cb; cb = GTK_COMBO_BOX_TEXT (widget); if (NULL == cb) return GNUNET_SYSERR; gtk_combo_box_text_append_text (cb, value); return GNUNET_OK; } /** * Set text option based on a GtkComboBox. * * @param cls closure * @param section section with the value * @param option option name * @param widget widget to initialize * @param cfg configuration handle to update * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int save_combo_text (const void *cls, const char *section, const char *option, GObject * widget, struct GNUNET_CONFIGURATION_Handle *cfg) { GtkComboBox *cb; gchar *c; cb = GTK_COMBO_BOX (widget); if (NULL == cb) return GNUNET_SYSERR; c = gtk_combo_box_get_active_text (cb); GNUNET_CONFIGURATION_set_value_string (cfg, section, option, c); g_free (c); return GNUNET_OK; } #endif /** * Initialize a GtkSpinButton based on a numeric option. * * @param cls closure * @param section section with the value * @param option option name * @param value value as a string * @param widget widget to initialize * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int load_number (const void *cls, const char *section, const char *option, const char *value, GObject * widget, const struct GNUNET_CONFIGURATION_Handle *cfg) { GtkSpinButton *spin; unsigned int number; spin = GTK_SPIN_BUTTON (widget); if (spin == NULL) return GNUNET_SYSERR; if (1 != sscanf (value, "%u", &number)) return GNUNET_SYSERR; gtk_spin_button_set_value (spin, number); return GNUNET_OK; } /** * Set numeric option based on a spin button. * * @param cls closure * @param section section with the value * @param option option name * @param widget widget to initialize * @param cfg configuration handle to update * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int save_number (const void *cls, const char *section, const char *option, GObject * widget, struct GNUNET_CONFIGURATION_Handle *cfg) { GtkSpinButton *spin; spin = GTK_SPIN_BUTTON (widget); if (spin == NULL) return GNUNET_SYSERR; GNUNET_CONFIGURATION_set_value_number (cfg, section, option, gtk_spin_button_get_value_as_int (spin)); return GNUNET_OK; } /** * NULL-terminated list of port specifications, which should be checked * for collisions. */ static struct PortSpecification port_specifications[] = { { "GNUNET_setup_hostlist_server_port_spin_button", "GNUNET_setup_hostlist_offer_hostlist_checkbutton", gettext_noop ("the hostlist server"),}, { "GNUNET_setup_transport_tcp_port_spinbutton", "GNUNET_setup_transport_tcp_checkbutton", gettext_noop ("the TCP transport plugin"),}, { "GNUNET_setup_transport_http_port_spinbutton", "GNUNET_setup_transport_http_checkbutton", gettext_noop ("the HTTP transport plugin"),}, { "GNUNET_setup_transport_https_port_spinbutton", "GNUNET_setup_transport_https_checkbutton", gettext_noop ("the HTTPS transport plugin"),}, {NULL, NULL} }; /** * Find spinbutton associated with a port specification. * * @param i index of the respective port specification * @return spinbutton or NULL in case of an error or if respecitve transport is disabled */ static GtkSpinButton * get_port_spinbutton (unsigned int i) { const char *sb_name; const char *cb_name; GtkWidget *widget; GtkToggleButton *checkbt; GtkSpinButton *spinbt; gboolean mode; if (port_specifications[i].spinbutton_name == NULL || port_specifications[i].checkbutton_name == NULL) return NULL; cb_name = port_specifications[i].checkbutton_name; widget = GTK_WIDGET (GNUNET_SETUP_get_object (cb_name)); if (widget == NULL) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Widget `%s' not found\n"), cb_name); return NULL; } checkbt = GTK_TOGGLE_BUTTON (widget); if (checkbt == NULL) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Specified widget `%s' is not a checkbutton\n"), cb_name); return NULL; } mode = gtk_toggle_button_get_active (checkbt); if (TRUE != mode) return NULL; sb_name = port_specifications[i].spinbutton_name; widget = GTK_WIDGET (GNUNET_SETUP_get_object (sb_name)); if (widget == NULL) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Widget `%s' not found\n"), sb_name); return NULL; } spinbt = GTK_SPIN_BUTTON (widget); if (spinbt == NULL) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Specified widget `%s' is not a spinbutton\n"), sb_name); return NULL; } return spinbt; } /** * Check port numbers for collisions and highlight conflicting ports, if any. * * @param cls closure (unused) * @param widget widget whose state was changed (unused) */ static void highlight_port_collisions (const void *cls, GObject *widget) { unsigned int i; unsigned int j; unsigned int port; GtkSpinButton *spinbt_i; GtkSpinButton *spinbt_j; GdkColor color; GdkColor *pcolor; int found; char *tooltip; gdk_color_parse (INVALID_INPUT_COLOR, &color); for (i = 0; port_specifications[i].spinbutton_name != NULL; i++) { spinbt_i = get_port_spinbutton (i); if (spinbt_i == NULL) continue; else port = gtk_spin_button_get_value_as_int (spinbt_i); found = GNUNET_NO; for (j = 0; port_specifications[j].spinbutton_name != NULL; j++) { if (i == j) continue; spinbt_j = get_port_spinbutton (j); if (spinbt_j == NULL) continue; if (port == gtk_spin_button_get_value_as_int (spinbt_j)) { found = GNUNET_YES; break; } } if (GNUNET_YES == found) { pcolor = &color; GNUNET_asprintf (&tooltip, _("This port is already occupied by %s."), port_specifications[j].owner_name); } else { pcolor = NULL; tooltip = GNUNET_strdup (""); } gtk_widget_modify_text (GTK_WIDGET (spinbt_i), GTK_STATE_NORMAL, pcolor); gtk_widget_modify_text (GTK_WIDGET (spinbt_i), GTK_STATE_ACTIVE, pcolor); gtk_widget_modify_text (GTK_WIDGET (spinbt_i), GTK_STATE_SELECTED, pcolor); gtk_widget_set_tooltip_text (GTK_WIDGET (spinbt_i), tooltip); GNUNET_free (tooltip); } } /** * Initialize a toggle button based on the existence of a word * in an option value. * * @param cls word to test for (conat char *) * @param section section with the value * @param option option name * @param value value as a string * @param widget widget to initialize * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int load_option_list (const void *cls, const char *section, const char *option, const char *value, GObject * widget, const struct GNUNET_CONFIGURATION_Handle *cfg) { const char *word = cls; char *t; char *w; GtkToggleButton *button; int found; button = GTK_TOGGLE_BUTTON (widget); if (button == NULL) return GNUNET_SYSERR; found = GNUNET_NO; t = GNUNET_strdup (value); w = strtok (t, " "); while (w != NULL) { if (0 == strcmp (w, word)) { found = GNUNET_YES; break; } w = strtok (NULL, " "); } GNUNET_free (t); gtk_toggle_button_set_active (button, found); return GNUNET_OK; } /** * Add or remove a word from a sentence based on a toggle button's yes/no value. * * @param cls word to add or remove for (conat char *) * @param section section with the value * @param option option name * @param widget widget to initialize * @param cfg configuration handle to update * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int save_option_list (const void *cls, const char *section, const char *option, GObject * widget, struct GNUNET_CONFIGURATION_Handle *cfg) { const char *word = cls; GtkToggleButton *button; gboolean mode; button = GTK_TOGGLE_BUTTON (widget); if (button == NULL) return GNUNET_SYSERR; mode = gtk_toggle_button_get_active (button); if (mode == TRUE) GNUNET_CONFIGURATION_append_value_filename (cfg, section, option, word); else GNUNET_CONFIGURATION_remove_value_filename (cfg, section, option, word); return GNUNET_OK; } /** * User pressed a key in a sensitive tree view with a list store. * Check if it was the 'delete' key and if so remove the selected * row. * * @param tv tree view emitting the signal * @param event key stroke data * @param user_data not used * @return TRUE to stop other handlers from being invoked */ gboolean GNUNET_setup_treeview_key_press_event_cb (GtkTreeView * tv, GdkEventKey * event, gpointer user_data) { GtkListStore *ls; GtkTreeModel *tm; GtkTreeSelection *sel; GtkTreeIter iter; gboolean editable; if ((event->type != GDK_KEY_PRESS) || (event->state != 0) || #ifdef GDK_Delete (event->keyval != GDK_Delete) #else (event->keyval != GDK_KEY_Delete) #endif ) return FALSE; ls = GTK_LIST_STORE (gtk_tree_view_get_model (tv)); if (ls == NULL) { GNUNET_break (0); return FALSE; } sel = gtk_tree_view_get_selection (tv); if (TRUE != gtk_tree_selection_get_selected (sel, &tm, &iter)) return FALSE; gtk_tree_model_get (tm, &iter, GNUNET_GTK_SETUP_HOSTLIST_URL_MC_EDITABLE, &editable, -1); if (TRUE == editable) return FALSE; /* likely currently editing... */ gtk_list_store_remove (ls, &iter); if (TRUE == gtk_tree_model_get_iter_first (tm, &iter)) gtk_tree_selection_select_iter (sel, &iter); return FALSE; } /** * Initialize a GtkListStore by tokenizing the value into strings. * * @param cls closure (unused) * @param section section with the value * @param option option name * @param value value as a string * @param widget widget to initialize * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int load_string_list_store (const void *cls, const char *section, const char *option, const char *value, GObject * widget, const struct GNUNET_CONFIGURATION_Handle *cfg) { char *t; char *w; GtkListStore *ls; GtkTreeIter iter; ls = GTK_LIST_STORE (widget); if (ls == NULL) return GNUNET_SYSERR; t = GNUNET_strdup (value); for (w = strtok (t, " "); w != NULL; w = strtok (NULL, " ")) gtk_list_store_insert_with_values (ls, &iter, G_MAXINT, GNUNET_GTK_SETUP_HOSTLIST_URL_MC_URL, w, GNUNET_GTK_SETUP_HOSTLIST_URL_MC_EDITABLE, FALSE, -1); GNUNET_free (t); gtk_list_store_insert_with_values (ls, &iter, G_MAXINT, GNUNET_GTK_SETUP_HOSTLIST_URL_MC_URL, "", GNUNET_GTK_SETUP_HOSTLIST_URL_MC_EDITABLE, TRUE, -1); return GNUNET_OK; } /** * The GtkCellRenderer has emmited the 'edited' signal. * * * @param cls closure (unused) * @param section section with the value (NULL) * @param option option name (NULL) * @param widget the cell renderer * @param cfg configuration handle to update * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int save_string_list_store (const void *cls, const char *section, const char *option, GObject * widget, struct GNUNET_CONFIGURATION_Handle *cfg) { GtkTreeModel *tm; GtkTreeIter iter; char *value; char *n; gchar *val; tm = GTK_TREE_MODEL (widget); if (tm == NULL) return GNUNET_SYSERR; value = NULL; if (TRUE == gtk_tree_model_get_iter_first (tm, &iter)) { do { gtk_tree_model_get (tm, &iter, GNUNET_GTK_SETUP_HOSTLIST_URL_MC_URL, &val, -1); if (0 < strlen (val)) { if (value == NULL) { value = GNUNET_strdup (val); } else { GNUNET_asprintf (&n, "%s %s", value, val); GNUNET_free (value); value = n; } } g_free (val); } while (TRUE == gtk_tree_model_iter_next (tm, &iter)); } if (value == NULL) value = GNUNET_strdup (""); GNUNET_CONFIGURATION_set_value_string (cfg, section, option, value); GNUNET_free (value); return GNUNET_OK; } /** * Check if the section represents a DNS entry and then update the * GtkListStore accordingly. * * @param cls the list store to modify * @param section name of the section */ static void add_dns_entry_to_list_store (void *cls, const char *section) { GtkListStore *ls = cls; GtkTreeIter iter; char *sld; char *hostname; char *hostport; char *redirect; char *cpy; gboolean udp; if (NULL == section) { gtk_list_store_insert_with_values (ls, &iter, G_MAXINT, GNUNET_GTK_SETUP_GNS_MC_HOSTNAME, "", GNUNET_GTK_SETUP_GNS_MC_SOURCEPORT, (guint) 80, GNUNET_GTK_SETUP_GNS_MC_TARGETPORT, (guint) 8080, GNUNET_GTK_SETUP_GNS_MC_HOSTNAME, "localhost4", GNUNET_GTK_SETUP_GNS_MC_ISUDP, "tcp", -1); return; } if ((8 > strlen (section)) || (0 != strcmp (".gnunet.", section + ((strlen (section) - 8))))) return; sld = GNUNET_strdup (section); sld[strlen (section) - 8] = '\0'; udp = FALSE; do { if (GNUNET_OK == GNUNET_CONFIGURATION_get_value_string (cfg, section, (TRUE == udp) ? "UDP_REDIRECTS" : "TCP_REDIRECTS", &cpy)) { for (redirect = strtok (cpy, " "); redirect != NULL; redirect = strtok (NULL, " ")) { if (NULL == (hostname = strstr (redirect, ":"))) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Option `%s' is not formatted correctly!\n"), redirect); continue; } hostname[0] = '\0'; hostname++; if (NULL == (hostport = strstr (hostname, ":"))) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Option `%s' is not formatted correctly!\n"), redirect); continue; } hostport[0] = '\0'; hostport++; int local_port = atoi (redirect); if (!((local_port > 0) && (local_port < 65536))) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("`%s' is not a valid port number!\n"), redirect); continue; } int host_port = atoi (hostport); if (!((host_port > 0) && (host_port < 65536))) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("`%s' is not a valid port number!\n"), hostport); continue; } gtk_list_store_insert_with_values (ls, &iter, 0, GNUNET_GTK_SETUP_GNS_MC_HOSTNAME, sld, GNUNET_GTK_SETUP_GNS_MC_SOURCEPORT, (guint) local_port, GNUNET_GTK_SETUP_GNS_MC_TARGETPORT, (guint) host_port, GNUNET_GTK_SETUP_GNS_MC_TARGETHOSTNAME, hostname, GNUNET_GTK_SETUP_GNS_MC_ISUDP, (TRUE == udp) ? "udp" : "tcp", -1); } GNUNET_free (cpy); } udp = !udp; } while (udp != FALSE); GNUNET_free (sld); } /** * Initialize the GtkListModel with the VPN's DNS service specification. * * @param cls NULL * @param section section with the value (NULL) * @param option option name (NULL) * @param value value as a string (NULL) * @param widget widget to initialize (the GtkTreeView) * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int load_vpn_dns_configuration (const void *cls, const char *section, const char *option, const char *value, GObject * widget, const struct GNUNET_CONFIGURATION_Handle *cfg) { GtkTreeView *tv; GtkListStore *ls; tv = GTK_TREE_VIEW (widget); if (tv == NULL) { GNUNET_break (0); return GNUNET_SYSERR; } ls = GTK_LIST_STORE (gtk_tree_view_get_model (tv)); GNUNET_CONFIGURATION_iterate_sections (cfg, &add_dns_entry_to_list_store, ls); /* finally, add empty entry */ add_dns_entry_to_list_store (ls, NULL); return GNUNET_OK; } /** * Records we use to build DNS information lists. */ struct DnsInfo { struct DnsInfo *next; char *section; char *altnames; char *tcpred; char *udpred; unsigned long long ttl; }; /** * Function called for each section in the configuration. * Gather existing ttl, section names and altnames. * * @param cls 'struct DnsInfo**' to create * @param section name of a section in the configuration */ static void collect_dns_sections (void *cls, const char *section) { struct DnsInfo **base = cls; struct DnsInfo *pos; if ((8 > strlen (section)) || (0 != strcmp (".gnunet.", section + ((strlen (section) - 8))))) return; pos = GNUNET_malloc (sizeof (struct DnsInfo)); pos->section = GNUNET_strdup (section); if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_number (cfg, section, "TTL", &pos->ttl)) pos->ttl = 3600000; if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (cfg, section, "ALTERNATIVE_NAMES", &pos->altnames)) pos->altnames = NULL; pos->tcpred = GNUNET_strdup (""); pos->udpred = GNUNET_strdup (""); pos->next = *base; *base = pos; } /** * Function called for each section in the configuration. * Removes those ending in '.gnunet.'. * * @param cls unused * @param section name of a section in the configuration */ static void remove_dns_sections (void *cls, const char *section) { if ((8 > strlen (section)) || (0 != strcmp (".gnunet.", section + ((strlen (section) - 8))))) return; GNUNET_CONFIGURATION_remove_section (cfg, section); } /** * Given the list store and the data in it, update the * configuration file accordingly. * * @param tm model to use */ static void update_vpn_dns_configuration (GtkTreeModel * tm) { GtkTreeIter iter; gchar *hostname; guint srcport; guint targetport; gchar *targethost; gchar *tcpudp; char *tmp; struct DnsInfo *head; struct DnsInfo *pos; head = NULL; GNUNET_CONFIGURATION_iterate_sections (cfg, &collect_dns_sections, &head); if (TRUE == gtk_tree_model_get_iter_first (tm, &iter)) do { gtk_tree_model_get (tm, &iter, GNUNET_GTK_SETUP_GNS_MC_HOSTNAME, &hostname, GNUNET_GTK_SETUP_GNS_MC_SOURCEPORT, &srcport, GNUNET_GTK_SETUP_GNS_MC_TARGETPORT, &targetport, GNUNET_GTK_SETUP_GNS_MC_TARGETHOSTNAME, &targethost, GNUNET_GTK_SETUP_GNS_MC_ISUDP, &tcpudp, -1); if (0 != strlen (hostname)) { pos = head; GNUNET_asprintf (&tmp, "%s.gnunet.", hostname); while ((NULL != pos) && (0 != strcasecmp (tmp, pos->section))) pos = pos->next; if (pos == NULL) { pos = GNUNET_malloc (sizeof (struct DnsInfo)); pos->section = tmp; pos->ttl = 3600000; pos->altnames = NULL; pos->tcpred = GNUNET_strdup (""); pos->udpred = GNUNET_strdup (""); pos->next = head; head = pos; } else { GNUNET_free (tmp); } GNUNET_asprintf (&tmp, "%u:%s:%u %s", srcport, targethost, targetport, (0 == strcasecmp ("tcp", tcpudp)) ? pos->tcpred : pos->udpred); if (0 == strcasecmp ("tcp", tcpudp)) { GNUNET_free (pos->tcpred); pos->tcpred = tmp; } else { GNUNET_free (pos->udpred); pos->udpred = tmp; } } g_free (tcpudp); g_free (hostname); g_free (targethost); } while (TRUE == gtk_tree_model_iter_next (tm, &iter)); GNUNET_CONFIGURATION_iterate_sections (cfg, &remove_dns_sections, NULL); while (NULL != head) { pos = head; head = pos->next; if (pos->altnames != NULL) GNUNET_CONFIGURATION_set_value_string (cfg, pos->section, "ALTERNATIVE_NAMES", pos->altnames); if (strlen (pos->udpred) > 0) GNUNET_CONFIGURATION_set_value_string (cfg, pos->section, "UDP_REDIRECTS", pos->udpred); if (strlen (pos->tcpred) > 0) GNUNET_CONFIGURATION_set_value_string (cfg, pos->section, "TCP_REDIRECTS", pos->tcpred); if ((strlen (pos->udpred) > 0) || (strlen (pos->tcpred) > 0)) GNUNET_CONFIGURATION_set_value_number (cfg, pos->section, "TTL", pos->ttl); GNUNET_free_non_null (pos->altnames); GNUNET_free (pos->tcpred); GNUNET_free (pos->udpred); GNUNET_free (pos->section); GNUNET_free (pos); } } /** * The user has edited the DNS name of a service we're offering. * Update the GtkTreeModel (at the given path) and update the * respective service entry in the configuration file. Finally, * if the edited path is for a "fresh" entry, create another empty * one at the bottom. If the hostname was set to empty, remove * the entire entry from the configuration and the model. * * @param renderer GtkCellRendererText that changed * @param path GtkTreePath identifying where in the Model the change is * @param new_text the new text that was stored in the line * @param user_data NULL */ static void save_vpn_dns_service_dnsname (GtkCellRendererText * renderer, gchar * path, gchar * new_text, gpointer user_data) { GtkTreeModel *tm; GtkListStore *ls; GtkTreeIter iter; gchar *old; tm = GTK_TREE_MODEL (GNUNET_SETUP_get_object ("vpn_dns_config_liststore")); if (NULL == tm) { GNUNET_break (0); return; } ls = GTK_LIST_STORE (tm); if (NULL == ls) { GNUNET_break (0); return; } if (TRUE != gtk_tree_model_get_iter_from_string (tm, &iter, path)) { GNUNET_break (0); return; } gtk_tree_model_get (tm, &iter, GNUNET_GTK_SETUP_GNS_MC_HOSTNAME, &old, -1); if ((0 != strlen (old)) && (0 == strlen (new_text))) { /* deletion */ gtk_list_store_remove (ls, &iter); g_free (old); /* update configuration */ update_vpn_dns_configuration (tm); return; } /* update model */ gtk_list_store_set (ls, &iter, GNUNET_GTK_SETUP_GNS_MC_HOSTNAME, new_text, -1); /* update configuration */ update_vpn_dns_configuration (tm); if ((0 == strlen (old)) && (0 != strlen (new_text))) { /* need another empty entry at the end for future expansion */ add_dns_entry_to_list_store (GTK_LIST_STORE (tm), NULL); } g_free (old); } /** * Initialize the GtkListModel with the VPN's DNS service specification. * * @param cls NULL * @param section section with the value (NULL) * @param option option name (NULL) * @param widget widget to initialize (the GtkTreeView) * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int gns_name_install_edited_handler (const void *cls, const char *section, const char *option, GObject * widget, struct GNUNET_CONFIGURATION_Handle *cfg) { static int once; GtkCellRendererText *rt; rt = GTK_CELL_RENDERER_TEXT (widget); if (NULL == rt) return GNUNET_SYSERR; if (0 != once++) return GNUNET_OK; g_signal_connect (rt, "edited", G_CALLBACK (&save_vpn_dns_service_dnsname), NULL); return GNUNET_OK; } /** * The user has edited the DNS name of a service we're offering. * Update the GtkTreeModel (at the given path) and update the * respective service entry in the configuration file. Finally, * if the edited path is for a "fresh" entry, create another empty * one at the bottom. If the hostname was set to empty, remove * the entire entry from the configuration and the model. * * @param renderer GtkCellRendererText that changed * @param path GtkTreePath identifying where in the Model the change is * @param new_text the new text that was stored in the line * @param user_data NULL */ static void save_vpn_dns_service_tcpudp (GtkCellRendererText * renderer, gchar * path, gchar * new_text, gpointer user_data) { GtkTreeModel *tm; GtkListStore *ls; GtkTreeIter iter; if ((0 != strcasecmp ("tcp", new_text)) && (0 != strcasecmp ("udp", new_text))) { /* FIXME: warn... */ return; } tm = GTK_TREE_MODEL (GNUNET_SETUP_get_object ("vpn_dns_config_liststore")); if (NULL == tm) { GNUNET_break (0); return; } ls = GTK_LIST_STORE (tm); if (NULL == ls) { GNUNET_break (0); return; } if (TRUE != gtk_tree_model_get_iter_from_string (tm, &iter, path)) { GNUNET_break (0); return; } /* update model */ gtk_list_store_set (ls, &iter, GNUNET_GTK_SETUP_GNS_MC_ISUDP, new_text, -1); /* update configuration */ update_vpn_dns_configuration (tm); } /** * Initialize the GtkListModel with the VPN's DNS service specification. * * @param cls NULL * @param section section with the value (NULL) * @param option option name (NULL) * @param widget widget to initialize (the GtkTreeView) * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int gns_type_install_edited_handler (const void *cls, const char *section, const char *option, GObject * widget, struct GNUNET_CONFIGURATION_Handle *cfg) { static int once; GtkCellRendererText *rt; rt = GTK_CELL_RENDERER_TEXT (widget); if (NULL == rt) return GNUNET_SYSERR; if (0 != once++) return GNUNET_OK; g_signal_connect (rt, "edited", G_CALLBACK (&save_vpn_dns_service_tcpudp), NULL); return GNUNET_OK; } /** * The user has edited the DNS name of a service we're offering. * Update the GtkTreeModel (at the given path) and update the * respective service entry in the configuration file. Finally, * if the edited path is for a "fresh" entry, create another empty * one at the bottom. If the hostname was set to empty, remove * the entire entry from the configuration and the model. * * @param renderer GtkCellRendererText that changed * @param path GtkTreePath identifying where in the Model the change is * @param new_text the new text that was stored in the line * @param user_data NULL */ static void save_vpn_dns_service_sourceport (GtkCellRendererText * renderer, gchar * path, gchar * new_text, gpointer user_data) { GtkTreeModel *tm; GtkListStore *ls; GtkTreeIter iter; int port; port = atoi (new_text); if ((port < 1) || (port > UINT16_MAX)) { /* invalid port, FIXME: warn */ return; } tm = GTK_TREE_MODEL (GNUNET_SETUP_get_object ("vpn_dns_config_liststore")); if (NULL == tm) { GNUNET_break (0); return; } ls = GTK_LIST_STORE (tm); if (NULL == ls) { GNUNET_break (0); return; } if (TRUE != gtk_tree_model_get_iter_from_string (tm, &iter, path)) { GNUNET_break (0); return; } /* update model */ gtk_list_store_set (ls, &iter, GNUNET_GTK_SETUP_GNS_MC_SOURCEPORT, (guint) port, -1); /* update configuration */ update_vpn_dns_configuration (tm); } /** * Initialize the GtkListModel with the VPN's DNS service specification. * * @param cls NULL * @param section section with the value (NULL) * @param option option name (NULL) * @param widget widget to initialize (the GtkTreeView) * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int gns_ttl_install_edited_handler (const void *cls, const char *section, const char *option, GObject * widget, struct GNUNET_CONFIGURATION_Handle *cfg) { static int once; GtkCellRendererText *rt; rt = GTK_CELL_RENDERER_TEXT (widget); if (NULL == rt) return GNUNET_SYSERR; if (0 != once++) return GNUNET_OK; g_signal_connect (rt, "edited", G_CALLBACK (&save_vpn_dns_service_sourceport), NULL); return GNUNET_OK; } /** * The user has edited the DNS name of a service we're offering. * Update the GtkTreeModel (at the given path) and update the * respective service entry in the configuration file. Finally, * if the edited path is for a "fresh" entry, create another empty * one at the bottom. If the hostname was set to empty, remove * the entire entry from the configuration and the model. * * @param renderer GtkCellRendererText that changed * @param path GtkTreePath identifying where in the Model the change is * @param new_text the new text that was stored in the line * @param user_data NULL */ static void save_vpn_dns_service_targethostname (GtkCellRendererText * renderer, gchar * path, gchar * new_text, gpointer user_data) { GtkTreeModel *tm; GtkListStore *ls; GtkTreeIter iter; tm = GTK_TREE_MODEL (GNUNET_SETUP_get_object ("vpn_dns_config_liststore")); if (NULL == tm) { GNUNET_break (0); return; } ls = GTK_LIST_STORE (tm); if (NULL == ls) { GNUNET_break (0); return; } if (TRUE != gtk_tree_model_get_iter_from_string (tm, &iter, path)) { GNUNET_break (0); return; } /* update model */ gtk_list_store_set (ls, &iter, GNUNET_GTK_SETUP_GNS_MC_TARGETHOSTNAME, new_text, -1); /* update configuration */ update_vpn_dns_configuration (tm); } /** * Initialize the GtkListModel with the VPN's DNS service specification. * * @param cls NULL * @param section section with the value (NULL) * @param option option name (NULL) * @param widget widget to initialize (the GtkTreeView) * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ static int gns_value_install_edited_handler (const void *cls, const char *section, const char *option, GObject * widget, struct GNUNET_CONFIGURATION_Handle *cfg) { static int once; GtkCellRendererText *rt; rt = GTK_CELL_RENDERER_TEXT (widget); if (NULL == rt) return GNUNET_SYSERR; if (0 != once++) return GNUNET_OK; g_signal_connect (rt, "edited", G_CALLBACK (&save_vpn_dns_service_targethostname), NULL); return GNUNET_OK; } /** * Hide "min connected friends" option if in F2F-only mode. */ static struct GNUNET_SETUP_VisibilitySpecification hide_min_connected_friends[] = { {"GNUNET_setup_minimum_friends_label", NULL, REX_YES}, {"GNUNET_setup_minimum_friends_spinbutton", NULL, REX_YES}, {NULL, NULL, NULL} }; /** * Hide "hostlist" options if hostlist is not in use. */ static struct GNUNET_SETUP_VisibilitySpecification hide_hostlist_options[] = { {"GNUNET_setup_hostlist_client_enable_checkbutton", "(^| )hostlist($| )", NULL}, {"GNUNET_setup_hostlist_client_learn_checkbutton", "(^| )hostlist($| )", NULL}, {"GNUNET_setup_hostlist_options_hbox", "(^| )hostlist($| )", NULL}, {"GNUNET_setup_hostlist_frame", "(^| )hostlist($| )", NULL}, {NULL, NULL, NULL} }; /** * Hide "exit" options if VPN exit is not in use. */ static struct GNUNET_SETUP_VisibilitySpecification hide_exit_options[] = { {"GNUNET_setup_exit_label", "(^| )exit($| )", NULL}, {"GNUNET_setup_exit_vbox", "(^| )exit($| )", NULL}, {NULL, NULL, NULL} }; /** * Hide "hostlist" server options if hostlist server is not in use. */ static struct GNUNET_SETUP_VisibilitySpecification hide_hostlist_server_options[] = { {"GNUNET_setup_hostlist_advertise_checkbutton", "(^| )-p($| )", NULL}, {"GNUNET_setup_hostlist_port_label", "(^| )-p($| )", NULL}, {"GNUNET_setup_hostlist_server_port_spin_button", "(^| )-p($| )", NULL}, {NULL, NULL, NULL} }; /** * Hide "fs tab" if FS not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_fs_tab[] = { {"GNUNET_setup_fs_main_vbox", "(^| )fs($| )", NULL}, {NULL, NULL, NULL} }; /** * Hide "vpn tab" if VPN not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_vpn_tab[] = { {"GNUNET_setup_vpn_vbox", "(^| )pt($| )", NULL}, {NULL, NULL, NULL} }; /** * Hide "gns tab" if GNS not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_gns_tab[] = { {"GNUNET_setup_gns_vbox", "(^| )gns($| )", NULL}, {NULL, NULL, NULL} }; /** * Hide "tcp tab" if TCP not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_tcp_tab[] = { {"GNUNET_setup_transport_tcp_vbox", "(^| )tcp($| )", NULL}, {NULL, NULL, NULL} }; /** * Hide "udp tab" if UDP not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_udp_tab[] = { {"GNUNET_setup_transport_udp_vbox", "(^| )udp($| )", NULL}, {NULL, NULL, NULL} }; /** * Hide "http tab" if HTTP not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_http_tab[] = { {"GNUNET_setup_transport_http_vbox", "(^| )http($| )", NULL}, {NULL, NULL, NULL} }; /** * Hide "https tab" if HTTPS not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_https_tab[] = { {"GNUNET_setup_transport_https_vbox", "(^| )https($| )", NULL}, {NULL, NULL, NULL} }; /** * Hide "dv tab" if DV not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_dv_tab[] = { {"GNUNET_setup_transport_dv_vbox", "(^| )dv($| )", NULL}, {NULL, NULL, NULL} }; /** * Hide "wlan tab" if WLAN not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_wlan_tab[] = { {"GNUNET_setup_transport_wlan_vbox", "(^| )wlan($| )", NULL}, {NULL, NULL, NULL} }; /** * Hide "sqlite datastore" tab if sqlite not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_sqlite_datastore_tab[] = { {"GNUNET_setup_fs_datastore_sqlite_label", "^sqlite$", NULL}, {NULL, NULL, NULL} }; /** * Hide "mysql datastore" tab if mysql not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_mysql_datastore_tab[] = { {"GNUNET_setup_datastore_mysql_vbox", "^mysql$", NULL}, {NULL, NULL, NULL} }; /** * Hide "postgres datastore" tab if postgres not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_postgres_datastore_tab[] = { {"GNUNET_setup_datastore_postgres_hbox", "^postgres$", NULL}, {NULL, NULL, NULL} }; /** * Hide "sqlite datacache" tab if sqlite not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_sqlite_datacache_tab[] = { {"GNUNET_setup_fs_datacache_sqlite_body_label", "^sqlite$", NULL}, {NULL, NULL, NULL} }; /** * Hide "mysql datacache" tab if mysql not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_mysql_datacache_tab[] = { {"GNUNET_setup_datacache_mysql_vbox", "^mysql$", NULL}, {NULL, NULL, NULL} }; /** * Hide "postgres datacache" tab if postgres not active. */ static struct GNUNET_SETUP_VisibilitySpecification hide_postgres_datacache_tab[] = { {"GNUNET_setup_datacache_postgres_hbox", "^postgres$", NULL}, {NULL, NULL, NULL} }; /** * Hide advertised TCP port if port is zero. */ static struct GNUNET_SETUP_VisibilitySpecification hide_all_tcp_options[] = { {"GNUNET_setup_transport_tcp_adv_port_hbox", NULL, "^0$"}, {NULL, NULL, NULL} }; /** * Hide NATed peer options. */ static struct GNUNET_SETUP_VisibilitySpecification toggle_nat_options[] = { {"GNUNET_setup_transport_hole_punched_checkbutton", "^YES$", NULL}, {"GNUNET_setup_transport_upnp_enable_checkbutton", "^YES$", NULL}, {"GNUNET_setup_transport_icmp_server_enable_checkbutton", "^YES$", NULL}, {"GNUNET_setup_transport_external_ip_hbox", "^YES$", NULL}, {NULL, NULL, NULL} }; /** * Hide hole-punched NATed peer options. */ static struct GNUNET_SETUP_VisibilitySpecification toggle_nat_punched_options[] = { {"GNUNET_setup_transport_upnp_enable_checkbutton", "^NO$", NULL}, {"GNUNET_setup_transport_icmp_server_enable_checkbutton", "^NO$", NULL}, {NULL, NULL, NULL} }; /** * Hide internal IP options. */ static struct GNUNET_SETUP_VisibilitySpecification toggle_internal_ip[] = { {"GNUNET_setup_transport_internal_ip_hbox", "^YES$", NULL}, {NULL, NULL, NULL} }; /** * Option specification data. */ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = { /* GENERAL TAB */ { "GNUNET_setup_friends_only_checkbutton", "toggled", "topology", "FRIENDS-ONLY", gettext_noop ("Should GNUnet exclusively connect to friends?"), "https://gnunet.org/configuration-f2f", &load_yes_no, &save_yes_no, NULL, NULL, NULL, hide_min_connected_friends}, { "GNUNET_setup_friends_filechooserbutton", "selection-changed", "topology", "FRIENDS", gettext_noop ("Friends file containing the list of friendly peers"), "https://gnunet.org/configuration-f2f", &load_filename, &save_filename, NULL, NULL, NULL, NULL}, { "GNUNET_setup_minimum_friends_spinbutton", "value-changed", "topology", "MINIMUM-FRIENDS", gettext_noop ("Minimum number of friendly connections"), "https://gnunet.org/configuration-f2f", &load_number, &save_number, NULL, NULL, NULL, NULL}, { "GNUNET_setup_general_services_topology_checkbutton", "toggled", "arm", "DEFAULTSERVICES", gettext_noop ("Topology should always be loaded"), "https://gnunet.org/configuration-topology", &load_option_list, &save_option_list, "topology", NULL, NULL, NULL}, { "GNUNET_setup_general_services_hostlist_checkbutton", "toggled", "arm", "DEFAULTSERVICES", gettext_noop ("Should hostlist support be started automatically on startup?"), "https://gnunet.org/configuration-hostlist", &load_option_list, &save_option_list, "hostlist", NULL, NULL, hide_hostlist_options}, { "GNUNET_setup_general_services_fs_checkbutton", "toggled", "arm", "DEFAULTSERVICES", gettext_noop ("Should file-sharing be started automatically on startup?"), "https://gnunet.org/configuration-fs", &load_option_list, &save_option_list, "fs", NULL, NULL, hide_fs_tab}, { "GNUNET_setup_hostlist_client_enable_checkbutton", "toggled", "hostlist", "OPTIONS", gettext_noop ("Should GNUnet learn about other peers using hostlists"), "https://gnunet.org/configuration-hostlist", &load_option_list, &save_option_list, "-b", NULL, NULL, NULL}, { "GNUNET_setup_hostlist_client_learn_checkbutton", "toggled", "hostlist", "OPTIONS", gettext_noop ("Should GNUnet learn hostlists from other peers"), "https://gnunet.org/configuration-hostlist", &load_option_list, &save_option_list, "-e", NULL, NULL, NULL}, { "GNUNET_setup_hostlist_offer_hostlist_checkbutton", "toggled", "hostlist", "OPTIONS", gettext_noop ("Should this peer offer a hostlist to other peers"), "https://gnunet.org/configuration-hostlist-server", &load_option_list, &save_option_list, "-p", &highlight_port_collisions, NULL, hide_hostlist_server_options}, { "GNUNET_setup_hostlist_advertise_checkbutton", "toggled", "hostlist", "OPTIONS", gettext_noop ("Should this peer advertise its hostlist to other peers"), "https://gnunet.org/configuration-hostlist-server", &load_option_list, &save_option_list, "-a", NULL, NULL, NULL}, { "GNUNET_setup_hostlist_server_port_spin_button", "value-changed", "hostlist", "HTTPPORT", gettext_noop ("Port this peers hostlist should be offered on"), "https://gnunet.org/configuration-hostlist-server", &load_number, &save_number, NULL, &highlight_port_collisions, NULL, NULL}, { "GNUNET_setup_hostlist_url_liststore", "row-changed", "hostlist", "SERVERS", NULL, NULL, &load_string_list_store, &save_string_list_store, NULL, NULL, NULL, NULL}, { "GNUNET_setup_hostlist_url_liststore", "row-deleted", "hostlist", "SERVERS", NULL, NULL, NULL, &save_string_list_store, NULL, NULL, NULL, NULL}, { "GNUNET_setup_hostlist_url_treeview", NULL, NULL, NULL, /* FIXME */ gettext_noop ("Known hostlist URLs"), "https://gnunet.org/configuration-hostlist", NULL, NULL, NULL, /* FIXME */ NULL, NULL, NULL}, { "GNUNET_setup_bandwidth_out_spinbutton", "value-changed", "ats", "WAN_QUOTA_OUT", gettext_noop ("How many bytes per second are we allowed to transmit?"), "https://gnunet.org/configuration-bandwidth", &load_number, &save_number, NULL, NULL, NULL, NULL}, { "GNUNET_setup_bandwidth_in_spinbutton", "value-changed", "ats", "WAN_QUOTA_IN", gettext_noop ("How many bytes per second are we allowed to receive?"), "https://gnunet.org/configuration-bandwidth", &load_number, &save_number, NULL, NULL, NULL, NULL}, /* Transport TAB */ { "GNUNET_setup_transport_tcp_checkbutton", "toggled", "transport", "PLUGINS", gettext_noop ("Enable communication via TCP"), "https://gnunet.org/configuration-tcp", &load_option_list, &save_option_list, "tcp", &highlight_port_collisions, NULL, hide_tcp_tab}, { "GNUNET_setup_transport_udp_checkbutton", "toggled", "transport", "PLUGINS", gettext_noop ("Enable communication via UDP"), "https://gnunet.org/configuration-udp", &load_option_list, &save_option_list, "udp", NULL, NULL, hide_udp_tab}, { "GNUNET_setup_transport_http_checkbutton", "toggled", "transport", "PLUGINS", gettext_noop ("Enable communication via HTTP"), "https://gnunet.org/configuration-http", &load_option_list, &save_option_list, "http", &highlight_port_collisions, NULL, hide_http_tab}, { "GNUNET_setup_transport_https_checkbutton", "toggled", "transport", "PLUGINS", gettext_noop ("Enable communication via HTTPS"), "https://gnunet.org/configuration-https", &load_option_list, &save_option_list, "https", &highlight_port_collisions, NULL, hide_https_tab}, { "GNUNET_setup_transport_dv_checkbutton", "toggled", "transport", "PLUGINS", gettext_noop ("Enable communication via DV"), "https://gnunet.org/configuration-dv", &load_option_list, &save_option_list, "dv", NULL, NULL, hide_dv_tab}, { "GNUNET_setup_transport_wlan_checkbutton", "toggled", "transport", "PLUGINS", gettext_noop ("Enable communication via WLAN"), "https://gnunet.org/configuration-wlan", &load_option_list, &save_option_list, "wlan", NULL, NULL, hide_wlan_tab}, { "GNUNET_setup_transport_tcp_port_spinbutton", "value-changed", "transport-tcp", "PORT", gettext_noop ("Port we bind to for TCP"), "https://gnunet.org/configuration-tcp", &load_number, &save_number, NULL, &highlight_port_collisions, NULL, hide_all_tcp_options}, { "GNUNET_setup_transport_tcp_adv_port_spinbutton", "value-changed", "transport-tcp", "ADVERTISED_PORT", gettext_noop ("Port visible to other peers"), "https://gnunet.org/configuration-tcp", &load_number, &save_number, NULL, NULL, NULL, NULL}, { "GNUNET_setup_transport_nat_checkbutton", "toggled", "nat", "BEHIND_NAT", gettext_noop ("Check if this peer is behind a NAT"), "https://gnunet.org/configuration-nat", &load_yes_no, &save_yes_no, NULL, NULL, NULL, toggle_nat_options}, { "GNUNET_setup_transport_hole_punched_checkbutton", "toggled", "nat", "PUNCHED_NAT", gettext_noop ("Check if the NAT has been configured manually to forward ports"), "https://gnunet.org/configuration-nat", &load_yes_no, &save_yes_no, NULL, NULL, NULL, toggle_nat_punched_options}, { "GNUNET_setup_transport_upnp_enable_checkbutton", "toggled", "nat", "ENABLE_UPNP", gettext_noop ("Enable NAT traversal with UPnP/PMP"), "https://gnunet.org/configuration-nat", &load_yes_no, &save_yes_no, NULL, NULL, NULL, NULL, }, { "GNUNET_setup_transport_icmp_server_enable_checkbutton", "toggled", "nat", "ENABLE_ICMP_SERVER", gettext_noop ("Enable NAT traversal with ICMP as server"), "https://gnunet.org/configuration-nat", &load_yes_no, &save_yes_no, NULL, NULL, NULL, NULL, }, { "GNUNET_setup_transport_external_ip_address_entry", "changed", "nat", "EXTERNAL_ADDRESS", gettext_noop ("External (public) IP address of the NAT"), "https://gnunet.org/configuration-nat", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_transport_icmp_client_enable_checkbutton", "toggled", "nat", "ENABLE_ICMP_CLIENT", gettext_noop ("Enable NAT traversal with ICMP as client"), "https://gnunet.org/configuration-nat", &load_yes_no, &save_yes_no, NULL, NULL, NULL, toggle_internal_ip}, { "GNUNET_setup_transport_internal_ip_entry", "changed", "nat", "INTERNAL_ADDRESS", gettext_noop ("Internal (private) IP address of the NAT"), "https://gnunet.org/configuration-nat", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_transport_disable_ipv6_checkbutton", "toggled", "nat", "DISABLEV6", gettext_noop ("Disable IPv6 support"), "https://gnunet.org/configuration-ipv6", &load_yes_no, &save_yes_no, NULL, NULL, NULL, NULL, }, { "GNUNET_setup_transport_udp_port_spinbutton", "value-changed", "transport-udp", "PORT", gettext_noop ("Port for inbound UDP packets, use 0 if behind NAT"), "https://gnunet.org/configuration-udp", &load_number, &save_number, NULL, NULL, NULL, NULL}, { "GNUNET_setup_transport_http_port_spinbutton", "value-changed", "transport-http", "PORT", gettext_noop ("Port for inbound HTTP connections, use 0 if behind NAT"), "https://gnunet.org/configuration-http", &load_number, &save_number, NULL, &highlight_port_collisions, NULL, NULL}, { "GNUNET_setup_transport_https_port_spinbutton", "value-changed", "transport-https", "PORT", gettext_noop ("Port for inbound HTTPS connections, use 0 if behind NAT"), "https://gnunet.org/configuration-https", &load_number, &save_number, NULL, &highlight_port_collisions, NULL, NULL}, /* FS TAB */ { "GNUNET_setup_fs_datastore_sqlite_radiobutton", "toggled", "datastore", "DATABASE", gettext_noop ("Use sqLite to store file-sharing content"), "https://gnunet.org/configuration-datastore", &load_option_list /* abuse! */ , &save_option_list /* abuse! */ , "sqlite", NULL, NULL, hide_sqlite_datastore_tab}, { "GNUNET_setup_fs_datastore_mysql_radiobutton", "toggled", "datastore", "DATABASE", gettext_noop ("Use MySQL to store file-sharing content"), "https://gnunet.org/configuration-datastore", &load_option_list /* abuse! */ , &save_option_list /* abuse! */ , "mysql", NULL, NULL, hide_mysql_datastore_tab}, { "GNUNET_setup_fs_datastore_postgres_radiobutton", "toggled", "datastore", "DATABASE", gettext_noop ("Use Postgres to store file-sharing content"), "https://gnunet.org/configuration-datastore", &load_option_list /* abuse! */ , &save_option_list /* abuse! */ , "postgres", NULL, NULL, hide_postgres_datastore_tab}, { "GNUNET_setup_datastore_mysql_database_name_entry", "changed", "datastore-mysql", "DATABASE", gettext_noop ("Name for the MySQL database"), "https://gnunet.org/configuration-datastore", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_datastore_mysql_config_file_filechooserbutton", "selection-changed", "datastore-mysql", "CONFIG", gettext_noop ("Configuration file for MySQL access"), "http://dev.mysql.com/doc/refman/5.5/en/option-files.html", &load_filename, &save_filename, NULL, NULL, NULL, NULL}, { "GNUNET_setup_datastore_mysql_username_entry", "changed", "datastore-mysql", "USER", gettext_noop ("Username for MySQL access"), "https://gnunet.org/configuration-datastore", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_datastore_mysql_password_entry", "changed", "datastore-mysql", "PASSWORD", gettext_noop ("Password for MySQL access"), "https://gnunet.org/configuration-datastore", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_datastore_mysql_hostname_entry", "changed", "datastore-mysql", "HOST", gettext_noop ("Name of host running MySQL database"), "https://gnunet.org/configuration-datastore", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_datastore_mysql_port_spinbutton", "value-changed", "datastore-mysql", "PORT", gettext_noop ("Port of MySQL database"), "https://gnunet.org/configuration-datastore", &load_number, &save_number, NULL, NULL, NULL, NULL}, { "GNUNET_setup_datastore_postgres_config_entry", "changed", "datastore-postgres", "CONFIG", gettext_noop ("Configuration for Postgres (passed to PQconnectdb)"), "http://www.postgresql.org/docs/8.1/static/libpq.html#LIBPQ-CONNECT", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_fs_migration_from_checkbutton", "toggled", "fs", "CONTENT_PUSHING", gettext_noop ("Should we try to push our content to other peers?"), "https://gnunet.org/configuration-fs", &load_yes_no, &save_yes_no, NULL, NULL, NULL, NULL}, { "GNUNET_setup_fs_migration_to_checkbutton", "toggled", "fs", "CONTENT_CACHING", gettext_noop ("Are we allowed to cache content received from other peers?"), "https://gnunet.org/configuration-fs", &load_yes_no, &save_yes_no, NULL, NULL, NULL, NULL}, { "GNUNET_setup_fs_datacache_sqlite_radiobutton", "toggled", "dhtcache", "DATABASE", gettext_noop ("Use sqLite to cache DHT data"), "https://gnunet.org/configuration-datacache", &load_option_list /* abuse! */ , &save_option_list /* abuse! */ , "sqlite", NULL, NULL, hide_sqlite_datacache_tab}, { "GNUNET_setup_fs_datacache_mysql_radiobutton", "toggled", "dhtcache", "DATABASE", gettext_noop ("Use MySQL to cache DHT data"), "https://gnunet.org/configuration-datacache", &load_option_list /* abuse! */ , &save_option_list /* abuse! */ , "mysql", NULL, NULL, hide_mysql_datacache_tab}, { "GNUNET_setup_fs_datacache_postgres_radiobutton", "toggled", "dhtcache", "DATABASE", gettext_noop ("Use Postgres to cache DHT data"), "https://gnunet.org/configuration-datacache", &load_option_list /* abuse! */ , &save_option_list /* abuse! */ , "postgres", NULL, NULL, hide_postgres_datacache_tab}, { "GNUNET_setup_datacache_mysql_database_name_entry", "changed", "datacache-mysql", "DATABASE", gettext_noop ("Name for the MySQL database"), "https://gnunet.org/configuration-datacache", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_datacache_mysql_config_file_filechooserbutton", "selection-changed", "datacache-mysql", "CONFIG", gettext_noop ("Configuration file for MySQL access"), "http://dev.mysql.com/doc/refman/5.5/en/option-files.html", &load_filename, &save_filename, NULL, NULL, NULL, NULL}, { "GNUNET_setup_datacache_mysql_username_entry", "changed", "datacache-mysql", "USER", gettext_noop ("Username for MySQL access"), "https://gnunet.org/configuration-datacache", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_datacache_mysql_password_entry", "changed", "datacache-mysql", "PASSWORD", gettext_noop ("Password for MySQL access"), "https://gnunet.org/configuration-datacache", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_datacache_mysql_hostname_entry", "changed", "datacache-mysql", "HOST", gettext_noop ("Name of host running MySQL database"), "https://gnunet.org/configuration-datacache", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_transport_wlan_interface_entry", "changed", "transport-wlan", "INTERFACE", gettext_noop ("Name of monitoring interface to use (monX)"), "https://gnunet.org/configuration-wlan", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_datacache_mysql_port_spinbutton", "value-changed", "datacache-mysql", "PORT", gettext_noop ("Port of MySQL database"), "https://gnunet.org/configuration-datacache", &load_number, &save_number, NULL, NULL, NULL, NULL}, { "GNUNET_setup_datacache_postgres_config_entry", "changed", "datacache-postgres", "CONFIG", gettext_noop ("Configuration for Postgres (passed to PQconnectdb)"), "http://www.postgresql.org/docs/8.1/static/libpq.html#LIBPQ-CONNECT", &load_text, &save_text, NULL, NULL, NULL, NULL}, /* VPN/PT service */ { "GNUNET_setup_general_services_pt_checkbutton", "toggled", "arm", "DEFAULTSERVICES", gettext_noop ("Should the VPN/PT be started automatically on startup?"), "https://gnunet.org/configuration-vpn", &load_option_list, &save_option_list, "pt", NULL, NULL, hide_vpn_tab}, { "GNUNET_setup_pt_ipv4_checkbutton", "toggled", "pt", "TUNNEL_IPV4", gettext_noop ("Tunnel IPv4 traffic over GNUnet"), "https://gnunet.org/configuration-vpn", &load_yes_no, &save_yes_no, NULL, NULL, NULL, NULL }, { "GNUNET_setup_pt_ipv6_checkbutton", "toggled", "pt", "TUNNEL_IPV6", gettext_noop ("Tunnel IPv6 traffic over GNUnet"), "https://gnunet.org/configuration-vpn", &load_yes_no, &save_yes_no, NULL, NULL, NULL, NULL }, { "GNUNET_setup_pt_dns_checkbutton", "toggled", "pt", "TUNNEL_DNS", gettext_noop ("Tunnel DNS traffic over GNUnet"), "https://gnunet.org/configuration-vpn", &load_yes_no, &save_yes_no, NULL, NULL, NULL, NULL }, { "GNUNET_setup_vpn_interface_entry", "changed", "vpn", "IFNAME", gettext_noop ("Name of the virtual interface the GNUnet VPN should create"), "https://gnunet.org/configuration-vpn", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_vpn_interface_v4_ip_entry", "changed", "vpn", "IPV4ADDR", gettext_noop ("IPv4 address to use for the VPN interface"), "https://gnunet.org/configuration-vpn", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_vpn_interface_v4_mask_entry", "changed", "vpn", "IPV4MASK", gettext_noop ("IPv4 network mask to use for the VPN interface"), "https://gnunet.org/configuration-vpn", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_vpn_interface_v6_ip_entry", "changed", "vpn", "IPV6ADDR", gettext_noop ("IPv6 address to use for the VPN interface"), "https://gnunet.org/configuration-vpn", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_vpn_interface_v6_mask_spinbutton", "value-changed", "vpn", "IPV6MASK", gettext_noop ("IPv6 network prefix length to use for the VPN interface"), "https://gnunet.org/configuration-vpn", &load_number, &save_number, NULL, NULL, NULL, NULL}, /* exit daemon */ { "GNUNET_setup_general_services_exit_checkbutton", "toggled", "arm", "DEFAULTSERVICES", gettext_noop ("Activate the VPN exit to provide services and/or to enable others to use your Internet connection"), "https://gnunet.org/configuration-exit", &load_option_list, &save_option_list, "exit", NULL, NULL, hide_exit_options}, { "GNUNET_setup_dns_resolver_ip_entry", "changed", "dns", "DNS_EXIT", gettext_noop ("IP address of the external DNS resolver to use (values from your resolve.conf are usually appropriate))"), "https://gnunet.org/configuration-exit", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_dns_enable_exit_checkbutton", "toggled", "dns", "PROVIDE_EXIT", gettext_noop ("Allow other peers to perform DNS resolutions using your Internet connection"), "https://gnunet.org/configuration-dns", &load_yes_no, &save_yes_no, NULL, NULL, NULL, NULL}, { "GNUNET_setup_exit_interface_name_entry", "changed", "exit", "IFNAME", gettext_noop ("Name of the virtual interface the GNUnet exit service should create for traffic exiting the VPN to the Internet"), "https://gnunet.org/configuration-exit", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_exit_interface_v4_ip_entry", "changed", "exit", "IPV4ADDR", gettext_noop ("IPv4 address to use for the Exit interface"), "https://gnunet.org/configuration-exit", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_exit_interface_v4_mask_entry", "changed", "exit", "IPV4MASK", gettext_noop ("IPv4 network mask to use for the Exit interface"), "https://gnunet.org/configuration-exit", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_exit_interface_v6_ip_entry", "changed", "exit", "IPV6ADDR", gettext_noop ("IPv6 address to use for the Exit interface"), "https://gnunet.org/configuration-exit", &load_text, &save_text, NULL, NULL, NULL, NULL}, { "GNUNET_setup_exit_interface_v6_mask_spinbutton", "value-changed", "exit", "IPV6MASK", gettext_noop ("IPv6 network prefix length to use for the Exit interface"), "https://gnunet.org/configuration-exit", &load_number, &save_number, NULL, NULL, NULL, NULL}, { "GNUNET_setup_exit_enable_ipv4_exit_checkbutton", "toggled", "exit", "EXIT_IPV4", gettext_noop ("Allow other users to use your Internet connection for UDP traffic (via the Exit interface)"), "https://gnunet.org/configuration-exit", &load_yes_no, &save_yes_no, NULL, NULL, NULL, NULL}, { "GNUNET_setup_exit_enable_ipv6_exit_checkbutton", "toggled", "exit", "EXIT_IPV6", gettext_noop ("Allow other users to use your Internet connection for TCP traffic (via the Exit interface)"), "https://gnunet.org/configuration-exit", &load_yes_no, &save_yes_no, NULL, NULL, NULL, NULL}, /* GNS treeview */ { "GNUNET_setup_general_services_gns_checkbutton", "toggled", "arm", "DEFAULTSERVICES", gettext_noop ("Should the GNS be started automatically on startup?"), "https://gnunet.org/configuration-gns", &load_option_list, &save_option_list, "gns", NULL, NULL, hide_gns_tab}, { "GNUNET_setup_gns_treeview", NULL, NULL, NULL, gettext_noop ("Specification of .gnunet TLD"), "https://gnunet.org/configuration-dns", &load_vpn_dns_configuration, NULL, NULL, NULL, NULL, NULL}, { "GNUNET_setup_gns_name_cellrenderertext", "editing-started", NULL, NULL, NULL, "https://gnunet.org/configuration-dns", NULL, &gns_name_install_edited_handler, NULL, NULL, NULL, NULL}, { "GNUNET_setup_gns_type_cellrenderertext", "editing-started", NULL, NULL, NULL, "https://gnunet.org/configuration-dns", NULL, &gns_type_install_edited_handler, NULL, NULL, NULL, NULL}, { "GNUNET_setup_gns_ttl_cellrenderertext", "editing-started", NULL, NULL, NULL, "https://gnunet.org/configuration-dns", NULL, &gns_ttl_install_edited_handler, NULL, NULL, NULL, NULL}, { "GNUNET_setup_gns_value_cellrenderertext", "editing-started", NULL, NULL, NULL, "https://gnunet.org/configuration-dns", NULL, &gns_value_install_edited_handler, NULL, NULL, NULL, NULL}, /* END of list */ {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL} }; /* end of gnunet-setup-options.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup-datacache-config.c0000644000175000017500000000634411711004177020424 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/gnunet-setup-datacache-config.c * @brief test datacache configuration * @author Christian Grothoff */ #include "gnunet-setup.h" #include /** * Stub implementation of the 'DeleteNotifyCallback' callback. */ static void dnc_dummy (void *cls, const GNUNET_HashCode * key, size_t size) { /* do nothing */ } /** * Test if the configuration works for the given plugin. * * @param name name of the plugin to check * @return GNUNET_OK on success, GNUNET_SYSERR if the config is wrong */ static int test_config (const char *name) { struct GNUNET_DATACACHE_PluginEnvironment env = { cfg, "dhtcache", NULL, &dnc_dummy, 1024LL }; void *ret; ret = GNUNET_PLUGIN_load (name, &env); if (NULL == ret) return GNUNET_SYSERR; GNUNET_PLUGIN_unload (name, ret); return GNUNET_OK; } static void show (const char *name) { gtk_widget_show (GTK_WIDGET (GNUNET_SETUP_get_object (name))); } static void hide (const char *name) { gtk_widget_hide (GTK_WIDGET (GNUNET_SETUP_get_object (name))); } void GNUNET_setup_datacache_mysql_invalidate_cb () { hide ("GNUNET_setup_datacache_mysql_tab_ok_image"); hide ("GNUNET_setup_datacache_mysql_tab_error_image"); } void GNUNET_setup_datacache_postgres_invalidate_cb () { hide ("GNUNET_setup_datacache_postgres_tab_ok_image"); hide ("GNUNET_setup_datacache_postgres_tab_error_image"); } void GNUNET_setup_datacache_mysql_tab_test_button_clicked_cb (GtkWidget * widget, gpointer user_data) { if (GNUNET_OK == test_config ("libgnunet_plugin_datacache_mysql")) { show ("GNUNET_setup_datacache_mysql_tab_ok_image"); hide ("GNUNET_setup_datacache_mysql_tab_error_image"); } else { hide ("GNUNET_setup_datacache_mysql_tab_ok_image"); show ("GNUNET_setup_datacache_mysql_tab_error_image"); } } void GNUNET_setup_datacache_postgres_tab_test_button_clicked_cb (GtkWidget * widget, gpointer user_data) { if (GNUNET_OK == test_config ("libgnunet_plugin_datacache_postgres")) { show ("GNUNET_setup_datacache_postgres_tab_ok_image"); hide ("GNUNET_setup_datacache_postgres_tab_error_image"); } else { hide ("GNUNET_setup_datacache_postgres_tab_ok_image"); show ("GNUNET_setup_datacache_postgres_tab_error_image"); } } /* end of gnunet-setup-datacache-config.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup.h0000644000175000017500000000421311735332322015266 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/gnunet-setup.h * @brief globals * @author Christian Grothoff */ #ifndef GNUNET_SETUP_H #define GNUNET_SETUP_H #include "gnunet_gtk.h" #include #include #include #include /** * Columns in the gns setup model. */ enum GNUNET_GTK_SETUP_HostlistUrlModelColumns { /** * A gchararray */ GNUNET_GTK_SETUP_HOSTLIST_URL_MC_URL = 0, /** * A gboolean */ GNUNET_GTK_SETUP_HOSTLIST_URL_MC_EDITABLE = 1, }; /** * Columns in the hostlist url setup model. */ enum GNUNET_GTK_SETUP_GnsModelColumns { /** * A gchararray */ GNUNET_GTK_SETUP_GNS_MC_HOSTNAME = 0, /** * A guint */ GNUNET_GTK_SETUP_GNS_MC_SOURCEPORT = 1, /** * A guint */ GNUNET_GTK_SETUP_GNS_MC_TARGETPORT = 2, /** * A gchararray */ GNUNET_GTK_SETUP_GNS_MC_TARGETHOSTNAME = 3, /** * A gchararray */ GNUNET_GTK_SETUP_GNS_MC_ISUDP = 4, }; /** * Get an object from the main window. * * @param name name of the object * @return NULL on error, otherwise the object */ GObject * GNUNET_SETUP_get_object (const char *name); /** * Our configuration. */ extern struct GNUNET_CONFIGURATION_Handle *cfg; #endif /* end of gnunet-setup.h */ gnunet-gtk-0.9.3/src/setup/Makefile.am0000644000175000017500000000175211704315735014525 00000000000000SUBDIRS = . INCLUDES = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/src/include \ @GTK_CFLAGS@ \ @GNUNET_CFLAGS@ \ @GLADE_CFLAGS@ if MINGW WINLIBS = -lregex endif bin_PROGRAMS = gnunet-setup gnunet_setup_SOURCES = \ gnunet-setup.c gnunet-setup.h \ gnunet-setup-options.c gnunet-setup-options.h \ gnunet-setup-transport-plugins.c \ gnunet-setup-transport-test.c gnunet-setup-transport-test.h \ gnunet-setup-transport-http.c \ gnunet-setup-transport-https.c \ gnunet-setup-transport-tcp.c \ gnunet-setup-transport-udp.c \ gnunet-setup-transport.c \ gnunet-setup-datastore-plugins.c \ gnunet-setup-datastore-config.c \ gnunet-setup-datacache-plugins.c \ gnunet-setup-datacache-config.c \ gnunet-setup-hostlist-editing.c \ gnunet-setup-hostlist-server.c gnunet_setup_LDADD = \ $(top_builddir)/src/lib/libgnunetgtk.la \ @GTK_LIBS@ @GNUNET_LIBS@ @GLADE_LIBS@ \ $(WINLIBS) \ -lgnunetutil -lgnunetnat \ $(INTLLIBS) gnunet_setup_LDFLAGS = \ -export-dynamic gnunet-gtk-0.9.3/src/setup/gnunet-setup-transport-udp.c0000644000175000017500000000276511711004177020111 00000000000000/* This file is part of GNUnet. (C) 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/setup/gnunet-setup-transport-udp.c * @brief support for UDP configuration * @author Christian Grothoff */ #include "gnunet-setup.h" #include #include #include "gnunet-setup-transport-test.h" /** * Function called whenever the user wants to test the * UDP configuration. */ void GNUNET_setup_transport_udp_test_button_clicked_cb () { GNUNET_setup_transport_test ("transport-udp", GNUNET_NO, "GNUNET_setup_transport_udp_test_success_image", "GNUNET_setup_transport_udp_test_fail_image"); } /* end of gnunet-setup-transport-udp.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup-transport-test.c0000644000175000017500000001126211711004177020270 00000000000000/* This file is part of GNUnet. (C) 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/setup/gnunet-setup-transport-test.c * @brief support for testing transport configurations * @author Christian Grothoff */ #include "gnunet-setup.h" #include #include /** * How long do we wait for the NAT test to report success? */ #define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1) struct TestContext { /** * Handle to the active NAT test. */ struct GNUNET_NAT_Test *tst; /** * Task identifier for the timeout. */ GNUNET_SCHEDULER_TaskIdentifier tsk; /** * Name of widget to show on success. */ const char *success_image; /** * Name of widget to show on failure. */ const char *failure_image; }; /** * Display the result of the test. * * @param tc test context * @param result GNUNET_YES on success */ static void display_test_result (struct TestContext *tc, int result) { GObject *w; if (GNUNET_YES != result) { w = GNUNET_SETUP_get_object (tc->failure_image); if (NULL != w) gtk_widget_show (GTK_WIDGET (w)); w = GNUNET_SETUP_get_object (tc->success_image); if (NULL != w) gtk_widget_hide (GTK_WIDGET (w)); } else { w = GNUNET_SETUP_get_object (tc->failure_image); if (NULL != w) gtk_widget_hide (GTK_WIDGET (w)); w = GNUNET_SETUP_get_object (tc->success_image); if (NULL != w) gtk_widget_show (GTK_WIDGET (w)); } if (GNUNET_SCHEDULER_NO_TASK != tc->tsk) { GNUNET_SCHEDULER_cancel (tc->tsk); tc->tsk = GNUNET_SCHEDULER_NO_TASK; } if (NULL != tc->tst) { GNUNET_NAT_test_stop (tc->tst); tc->tst = NULL; } GNUNET_free (tc); } /** * Function called by NAT on success. * Clean up and update GUI (with success). * * @param cls test context * @param success currently always GNUNET_OK */ static void result_callback (void *cls, int success) { struct TestContext *tc = cls; display_test_result (tc, success); } /** * Function called if NAT failed to confirm success. * Clean up and update GUI (with failure). * * @param cls test context * @param tc scheduler callback */ static void fail_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { struct TestContext *tstc = cls; tstc->tsk = GNUNET_SCHEDULER_NO_TASK; display_test_result (tstc, GNUNET_NO); } /** * Function called whenever the user wants to test a * transport configuration. * * @param section_name section with the port numbers * @param is_tcp GNUNET_YES for TCP, GNUNET_NO for UDP * @param success_image image to show on success * @param failure_image image to show on failure */ void GNUNET_setup_transport_test (const char *section_name, int is_tcp, const char *success_image, const char *failure_image) { struct TestContext *tc; unsigned long long bnd_port; unsigned long long adv_port; GtkWidget *w; if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_number (cfg, section_name, "PORT", &bnd_port)) { GNUNET_break (0); return; } if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_number (cfg, section_name, "ADVERTISED_PORT", &adv_port)) adv_port = bnd_port; tc = GNUNET_malloc (sizeof (struct TestContext)); tc->success_image = success_image; tc->failure_image = failure_image; w = GTK_WIDGET (GNUNET_SETUP_get_object (success_image)); gtk_widget_hide (w); GNUNET_assert (NULL != cfg); GNUNET_RESOLVER_connect (cfg); tc->tst = GNUNET_NAT_test_start (cfg, is_tcp, (uint16_t) bnd_port, (uint16_t) adv_port, &result_callback, tc); if (NULL == tc->tst) { display_test_result (tc, GNUNET_SYSERR); return; } tc->tsk = GNUNET_SCHEDULER_add_delayed (TIMEOUT, &fail_timeout, tc); } /* end of gnunet-setup-transport-test.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup-transport.c0000644000175000017500000002024611753027571017326 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/setup/gnunet-setup-transport.c * @brief support for transport (NAT) configuration * @author Christian Grothoff */ #include "gnunet-setup.h" #include #include #include /** * How long do we wait for the NAT test to report success? */ #define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1) /** * Handle to the active NAT test. */ static struct GNUNET_NAT_Test *tst; /** * Task identifier for the timeout. */ static GNUNET_SCHEDULER_TaskIdentifier tsk; static struct GNUNET_OS_Process *resolver; /** * Update the ICMP server button based on the result. * * @param on GNUNET_YES to enable, GNUNET_NO to disable */ static void update_icmp_server_enable_button (int on) { GtkToggleButton *button; button = GTK_TOGGLE_BUTTON (GNUNET_SETUP_get_object ("GNUNET_setup_transport_icmp_server_enable_checkbutton")); if (button == NULL) { GNUNET_break (0); return; } gtk_toggle_button_set_active (button, on ? TRUE : FALSE); } /** * Function called by NAT on success. * Clean up and update GUI (with success). * * @param cls closure (unused) * @param success currently always GNUNET_OK */ static void result_callback (void *cls, int success) { GNUNET_SCHEDULER_cancel (tsk); tsk = GNUNET_SCHEDULER_NO_TASK; GNUNET_NAT_test_stop (tst); tst = NULL; if (NULL != resolver) { GNUNET_break (0 == GNUNET_OS_process_kill (resolver, SIGTERM)); GNUNET_OS_process_destroy (resolver); } update_icmp_server_enable_button (success); } /** * Function called if NAT failed to confirm success. * Clean up and update GUI (with failure). * * @param cls closure (unused) * @param tc scheduler callback */ static void fail_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { GNUNET_assert (NULL != tst); tsk = GNUNET_SCHEDULER_NO_TASK; GNUNET_NAT_test_stop (tst); tst = NULL; update_icmp_server_enable_button (GNUNET_NO); } /** * Main function for the connection reversal test. * * @param cls the 'int*' for the result * @param tc scheduler context */ static void reversal_test (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { int *ok = cls; GNUNET_assert (NULL != cfg); GNUNET_RESOLVER_connect (cfg); tst = GNUNET_NAT_test_start (cfg, GNUNET_YES, 0, 0, &result_callback, ok); if (NULL == tst) { *ok = GNUNET_SYSERR; return; } tsk = GNUNET_SCHEDULER_add_delayed (TIMEOUT, &fail_timeout, ok); } /** * Test if connection reversal (ICMP method) works. */ static void test_connection_reversal () { if (NULL != resolver) return; /* test already active!? */ resolver = GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-resolver", "gnunet-service-resolver", NULL); GNUNET_SCHEDULER_add_now (&reversal_test, NULL); } /** * Process list of local IP addresses. Find and set the * one of the default interface. * * @param cls closure (not used) * @param name name of the interface (can be NULL for unknown) * @param isDefault is this presumably the default interface * @param addr address of this interface (can be NULL for unknown or unassigned) * @param broadcast_addr the broadcast address (can be NULL for unknown or unassigned) * @param netmask the network mask (can be NULL for unknown or unassigned)) * @param addrlen length of the address * @return GNUNET_OK to continue iteration, GNUNET_SYSERR to abort */ static int nipo (void *cls, const char *name, int isDefault, const struct sockaddr *addr, const struct sockaddr *broadcast_addr, const struct sockaddr *netmask, socklen_t addrlen) { const struct sockaddr_in *in; char buf[INET_ADDRSTRLEN]; GtkEntry *entry; if (!isDefault) return GNUNET_OK; if (addrlen != sizeof (struct sockaddr_in)) return GNUNET_OK; in = (const struct sockaddr_in *) addr; /* set internal IP address */ if (NULL == inet_ntop (AF_INET, &in->sin_addr, buf, sizeof (buf))) { GNUNET_break (0); return GNUNET_OK; } GNUNET_CONFIGURATION_set_value_string (cfg, "nat", "INTERNAL_ADDRESS", buf); entry = GTK_ENTRY (GNUNET_SETUP_get_object ("GNUNET_setup_transport_internal_ip_entry")); if (entry == NULL) { GNUNET_break (0); return GNUNET_SYSERR; } gtk_entry_set_text (entry, buf); /* no need to continue iteration */ return GNUNET_SYSERR; } /** * Set our external IPv4 address. * * @param cls closure * @param addr the address, NULL on errors */ static void set_external_ipv4 (void *cls, const struct in_addr *addr) { char buf[INET_ADDRSTRLEN]; GObject *o; GtkEntry *entry; GtkToggleButton *button; if (NULL != addr) { /* enable 'behind nat' */ if (NULL != cfg) GNUNET_CONFIGURATION_set_value_string (cfg, "nat", "BEHIND_NAT", "YES"); o = GNUNET_SETUP_get_object ("GNUNET_setup_transport_nat_checkbutton"); if (NULL != o) { button = GTK_TOGGLE_BUTTON (o); if (button == NULL) { GNUNET_break (0); return; } gtk_toggle_button_set_active (button, TRUE); } /* set external IP address */ if (NULL == inet_ntop (AF_INET, addr, buf, sizeof (buf))) { GNUNET_break (0); return; } if (NULL != cfg) GNUNET_CONFIGURATION_set_value_string (cfg, "nat", "EXTERNAL_ADDRESS", buf); o = GNUNET_SETUP_get_object ("GNUNET_setup_transport_external_ip_address_entry"); if (NULL != o) { entry = GTK_ENTRY (o); if (entry == NULL) { GNUNET_break (0); return; } gtk_entry_set_text (entry, buf); } } } /** * User asked for autoconfiguration. Try the full program. */ void GNUNET_setup_transport_autoconfig_button_clicked_cb () { GtkToggleButton *button; int hns; int hnc; char *tmp; /* try to detect external IP */ (void) GNUNET_NAT_mini_get_external_ipv4 (TIMEOUT, &set_external_ipv4, NULL); /* Try to detect internal IP */ GNUNET_OS_network_interfaces_list (&nipo, NULL); /* FIXME: do more: test if UPnP works */ /* test gnunet-helper-nat-server */ tmp = NULL; hns = ((GNUNET_OK == GNUNET_CONFIGURATION_get_value_string (cfg, "nat", "EXTERNAL_ADDRESS", &tmp)) && (0 < strlen (tmp)) && (GNUNET_YES == GNUNET_CONFIGURATION_get_value_yesno (cfg, "nat", "BEHIND_NAT")) && (GNUNET_YES == GNUNET_OS_check_helper_binary ("gnunet-helper-nat-server"))); GNUNET_free_non_null (tmp); if (hns) test_connection_reversal (); /* test gnunet-helper-nat-client */ tmp = NULL; hnc = ((GNUNET_OK == GNUNET_CONFIGURATION_get_value_string (cfg, "nat", "INTERNAL_ADDRESS", &tmp)) && (0 < strlen (tmp)) && (GNUNET_YES != GNUNET_CONFIGURATION_get_value_yesno (cfg, "nat", "BEHIND_NAT")) && (GNUNET_YES == GNUNET_OS_check_helper_binary ("gnunet-helper-nat-client"))); GNUNET_free_non_null (tmp); button = GTK_TOGGLE_BUTTON (GNUNET_SETUP_get_object ("GNUNET_setup_transport_icmp_client_enable_checkbutton")); if (button == NULL) { GNUNET_break (0); return; } gtk_toggle_button_set_active (button, hnc ? TRUE : FALSE); } /* end of gnunet-setup-transport.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup-hostlist-server.c0000644000175000017500000001233511711004177020436 00000000000000/* This file is part of GNUnet. (C) 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/gnunet-setup-hostlist-server.c * @brief (de)sensitize UI elements related to hostlist server configuration * based on the build configuration of the hostlist daemon * @author Christian Grothoff */ #include "gnunet-setup.h" #include /** * Timeout for hostlist daemon to print help information */ #define CMD_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 3) /** * Function called to report the result of testing the hostlist daemon. * * @param cls closure * @param result GNUNET_YES if the hostlist daemon has an integrated hostlist * server, GNUNET_NO otherwise */ typedef void (*TestHostlistDaemonCallback) (void *cls, int result); /** * Context for running hostlist daemon and processing its output. */ struct CommandContext { /** * Handle to the command. */ struct GNUNET_OS_CommandHandle *cmd; /** * Where to pass the result. */ TestHostlistDaemonCallback callback; /** * Closure for the callback. */ void *callback_cls; /** * GNUNET_YES if the target argument was found, GNUNET_NO otherwise. */ int found; }; static void set_checkbutton_status (void *cls, int result) { GtkWidget * widget = cls; GtkToggleButton *button; if (GNUNET_YES != result) { gtk_widget_set_sensitive (widget, FALSE); button = GTK_TOGGLE_BUTTON (widget); if (button == NULL) { GNUNET_break (0); return; } /* also deactivate the checkbutton since this option could be enabled by editing the config file manually */ gtk_toggle_button_set_active (button, FALSE); } } static void set_spinbutton_status (void *cls, int result) { GtkWidget * widget = cls; if (GNUNET_YES != result) gtk_widget_set_sensitive (widget, FALSE); } /** * Process the output from the 'gnunet-daemon-hostlist -h' command * to find out whether the hostlist daemon can provide a hostlist server. * * @param cls the 'struct CommandContext' * @param line line of output, NULL at the end */ static void process_hostlist_daemon_output (void *cls, const char *line) { struct CommandContext *ctx = cls; char *t; char *w; if (NULL == line) { ctx->callback (ctx->callback_cls, ctx->found); GNUNET_OS_command_stop (ctx->cmd); GNUNET_free (ctx); return; } t = GNUNET_strdup (line); w = strtok (t, " "); while (w != NULL) { if (0 == strcmp (w, "--provide-hostlist")) { ctx->found = GNUNET_YES; break; } w = strtok (NULL, " "); } GNUNET_free (t); } /** * Run 'gnunet-daemon-hostlist -h'. Output of this command will let us * know whether the hostlist daemon can provide a hostlist server. * * @param callback function to call with the result * @param cls closure for the callback */ static void test_hostlist_daemon (TestHostlistDaemonCallback callback, void *cls) { struct CommandContext *ctx; ctx = GNUNET_malloc (sizeof (struct CommandContext)); ctx->callback = callback; ctx->callback_cls = cls; ctx->found = GNUNET_NO; ctx->cmd = GNUNET_OS_command_run (&process_hostlist_daemon_output, ctx, CMD_TIMEOUT, "gnunet-daemon-hostlist", "gnunet-daemon-hostlist", "-h", NULL); if (NULL == ctx->cmd) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Could not determine whether the hostlist daemon has" " an integrated hostlist server!\n")); GNUNET_free (ctx); } } void GNUNET_setup_hostlist_offer_hostlist_checkbutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_hostlist_daemon (&set_checkbutton_status, widget); } void GNUNET_setup_hostlist_advertise_checkbutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_hostlist_daemon (&set_checkbutton_status, widget); } void GNUNET_setup_hostlist_server_port_spin_button_realize_cb (GtkWidget * widget, gpointer user_data) { test_hostlist_daemon (&set_spinbutton_status, widget); } /* end of gnunet-setup-hostlist-server.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup-transport-https.c0000644000175000017500000000300411711004177020446 00000000000000/* This file is part of GNUnet. (C) 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/setup/gnunet-setup-transport-https.c * @brief support for HTTPS configuration * @author Christian Grothoff */ #include "gnunet-setup.h" #include #include #include "gnunet-setup-transport-test.h" /** * Function called whenever the user wants to test the * HTTPS configuration. */ void GNUNET_setup_transport_https_test_button_clicked_cb () { GNUNET_setup_transport_test ("transport-https", GNUNET_YES, "GNUNET_setup_transport_https_test_success_image", "GNUNET_setup_transport_https_test_fail_image"); } /* end of gnunet-setup-transport-https.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup-datastore-config.c0000644000175000017500000000625211711004177020513 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/gnunet-setup-datastore-config.c * @brief test datastore configuration * @author Christian Grothoff */ #include "gnunet-setup.h" #include /** * Stub implementation of the 'DiskUtilizationChange' callback. */ static void duc_dummy (void *cls, int delta) { /* do nothing */ } /** * Test if the configuration works for the given plugin. * * @param name name of the plugin to check * @return GNUNET_OK on success, GNUNET_SYSERR if the config is wrong */ static int test_config (const char *name) { struct GNUNET_DATASTORE_PluginEnvironment env = { cfg, &duc_dummy, NULL }; void *ret; ret = GNUNET_PLUGIN_load (name, &env); if (NULL == ret) return GNUNET_SYSERR; GNUNET_PLUGIN_unload (name, ret); return GNUNET_OK; } static void show (const char *name) { gtk_widget_show (GTK_WIDGET (GNUNET_SETUP_get_object (name))); } static void hide (const char *name) { gtk_widget_hide (GTK_WIDGET (GNUNET_SETUP_get_object (name))); } void GNUNET_setup_datastore_mysql_invalidate_cb () { hide ("GNUNET_setup_datastore_mysql_tab_ok_image"); hide ("GNUNET_setup_datastore_mysql_tab_error_image"); } void GNUNET_setup_datastore_postgres_invalidate_cb () { hide ("GNUNET_setup_datastore_postgres_tab_ok_image"); hide ("GNUNET_setup_datastore_postgres_tab_error_image"); } void GNUNET_setup_datastore_mysql_tab_test_button_clicked_cb (GtkWidget * widget, gpointer user_data) { if (GNUNET_OK == test_config ("libgnunet_plugin_datastore_mysql")) { show ("GNUNET_setup_datastore_mysql_tab_ok_image"); hide ("GNUNET_setup_datastore_mysql_tab_error_image"); } else { hide ("GNUNET_setup_datastore_mysql_tab_ok_image"); show ("GNUNET_setup_datastore_mysql_tab_error_image"); } } void GNUNET_setup_datastore_postgres_tab_test_button_clicked_cb (GtkWidget * widget, gpointer user_data) { if (GNUNET_OK == test_config ("libgnunet_plugin_datastore_postgres")) { show ("GNUNET_setup_datastore_postgres_tab_ok_image"); hide ("GNUNET_setup_datastore_postgres_tab_error_image"); } else { hide ("GNUNET_setup_datastore_postgres_tab_ok_image"); show ("GNUNET_setup_datastore_postgres_tab_error_image"); } } /* end of gnunet-setup-datastore-config.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup-transport-test.h0000644000175000017500000000301711711004177020274 00000000000000/* This file is part of GNUnet. (C) 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/setup/gnunet-setup-transport-test.c * @brief support for testing transport configurations * @author Christian Grothoff */ #ifndef GNUNET_SETUP_TRANSPORT_TEST_H #define GNUNET_SETUP_TRANSPORT_TEST_H /** * Function called whenever the user wants to test a * transport configuration. * * @param section_name section with the port numbers * @param is_tcp GNUNET_YES for TCP, GNUNET_NO for UDP * @param success_image image to show on success * @param failure_image image to show on failure */ void GNUNET_setup_transport_test (const char *section_name, int is_tcp, const char *success_image, const char *failure_image); #endif gnunet-gtk-0.9.3/src/setup/gnunet-setup-transport-plugins.c0000644000175000017500000000541211711004177020772 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/gnunet-setup-transport-plugins.c * @brief (de)sensitize transport plugin buttons based on plugin availability * @author Christian Grothoff */ #include "gnunet-setup.h" /** * Test if the given plugin exists and change the sensitivity * of the widget accordingly. * * @param widget widget to update * @param name name of the plugin to check */ static void test_plugin (GtkWidget * widget, const char *name) { if (GNUNET_YES == GNUNET_PLUGIN_test (name)) { gtk_widget_set_sensitive (widget, TRUE); } else { gtk_widget_set_sensitive (widget, FALSE); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), FALSE); } } void GNUNET_setup_transport_tcp_checkbutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_plugin (widget, "libgnunet_plugin_transport_tcp"); } void GNUNET_setup_transport_udp_checkbutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_plugin (widget, "libgnunet_plugin_transport_udp"); } void GNUNET_setup_transport_http_checkbutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_plugin (widget, "libgnunet_plugin_transport_http"); } void GNUNET_setup_transport_https_checkbutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_plugin (widget, "libgnunet_plugin_transport_https"); } void GNUNET_setup_transport_dv_checkbutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_plugin (widget, "libgnunet_plugin_transport_dv"); } void GNUNET_setup_transport_wlan_checkbutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_plugin (widget, "libgnunet_plugin_transport_wlan"); } /* end of gnunet-setup-transport-plugins.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup-options.h0000644000175000017500000001131711711004177016760 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/setup/gnunet-setup-options.h * @brief configuration details * @author Christian Grothoff */ #ifndef GNUNET_SETUP_OPTIONS_H #define GNUNET_SETUP_OPTIONS_H #include "gnunet-setup.h" /** * Function to setup the value on load. * * @param cls closure * @param section section with the value * @param option option name * @param value value as a string * @param widget widget to initialize * @param cfg configuration handle * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ typedef int (*GNUNET_SETUP_LoadFunction) (const void *cls, const char *section, const char *option, const char *value, GObject * widget, const struct GNUNET_CONFIGURATION_Handle * cfg); /** * Modify the configuration to contain the right value for * the option based on the state of the widget. * * @param cls closure * @param section section with the value * @param option option name * @param widget widget to initialize * @param cfg configuration handle to update * @return GNUNET_OK on success, GNUNET_SYSERR if there was a problem */ typedef int (*GNUNET_SETUP_SaveFunction) (const void *cls, const char *section, const char *option, GObject * widget, struct GNUNET_CONFIGURATION_Handle * cfg); /** * Function called each time the widget changes its state to validate * its value. * * @param cls closure * @param widget widget whose state was changed */ typedef void (*GNUNET_SETUP_InputValidationFunction) (const void *cls, GObject *widget); /** * Structs of this type specify under which conditions the values of * a particular option impact the visibility (or sensitivity) of some * other widget. */ struct GNUNET_SETUP_VisibilitySpecification { /** * Which widget should be changed? */ const char *widget_name; /** * If the option value matchis this regex, the widget should be * shown. If NULL, the "hide_value" controls visibility. */ const char *show_value; /** * If the option value matchis this regex, the widget should be * hidden. If NULL, the "show_value" controls visibility. */ const char *hide_value; }; /** * Structs of this type define how widgets relate to GNUnet options * and control visibility and special actions. */ struct GNUNET_SETUP_OptionSpecification { /** * Name of the GTK widget in Glade. */ const char *widget_name; /** * Name of the signal the widget emits if its state changes. */ const char *change_signal; /** * Section in the configuration */ const char *section; /** * Name of the configuration option. */ const char *option; /** * Help text to display for this option. */ const char *help_text; /** * Help URL to link to for this option. */ const char *help_url; /** * Function to call to initialize the widget from the configuration. */ GNUNET_SETUP_LoadFunction load_function; /** * Function to call set the configuration from the widget. */ GNUNET_SETUP_SaveFunction save_function; /** * Closure for 'validation_function'. */ const void *load_save_cls; /** * Function to call to validate the value of the widget. */ GNUNET_SETUP_InputValidationFunction input_validation_function; /** * Closure for 'input_validation_function'. */ const void *input_validation_function_cls; /** * Visibility changes to apply if this option changes (NULL, or * NULL-terminated). */ const struct GNUNET_SETUP_VisibilitySpecification *visibility; }; /** * Option specification data. */ extern const struct GNUNET_SETUP_OptionSpecification option_specifications[]; #endif gnunet-gtk-0.9.3/src/setup/gnunet-setup-transport-tcp.c0000644000175000017500000000276411711004177020106 00000000000000/* This file is part of GNUnet. (C) 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/setup/gnunet-setup-transport-tcp.c * @brief support for TCP configuration * @author Christian Grothoff */ #include "gnunet-setup.h" #include #include #include "gnunet-setup-transport-test.h" /** * Function called whenever the user wants to test the * TCP configuration. */ void GNUNET_setup_transport_tcp_test_button_clicked_cb () { GNUNET_setup_transport_test ("transport-tcp", GNUNET_YES, "GNUNET_setup_transport_tcp_test_success_image", "GNUNET_setup_transport_tcp_test_fail_image"); } /* end of gnunet-setup-transport-tcp.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup-transport-http.c0000644000175000017500000000277411711004177020300 00000000000000/* This file is part of GNUnet. (C) 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/setup/gnunet-setup-transport-http.c * @brief support for HTTP configuration * @author Christian Grothoff */ #include "gnunet-setup.h" #include #include #include "gnunet-setup-transport-test.h" /** * Function called whenever the user wants to test the * HTTP configuration. */ void GNUNET_setup_transport_http_test_button_clicked_cb () { GNUNET_setup_transport_test ("transport-http", GNUNET_YES, "GNUNET_setup_transport_http_test_success_image", "GNUNET_setup_transport_http_test_fail_image"); } /* end of gnunet-setup-transport-http.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup-hostlist-editing.c0000644000175000017500000000520611735332322020554 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/gnunet-setup-hostlist-editing.c * @brief allow editing of the hostlist * @author Christian Grothoff */ #include "gnunet-setup.h" /** * Handle editing of text in the GtkListModel. Changes * the new entry to non-editable and creates another * empty entry at the end. * * @param renderer renderer emitting the signal * @param path path identifying the edited cell * @param new_text text that was added * @param user_data not used */ void GNUNET_setup_hostlist_url_cellrenderertext_edited_cb (GtkCellRendererText * renderer, gchar * path, gchar * new_text, gpointer user_data) { GtkListStore *ls; GtkTreeIter old; GtkTreeIter iter; gchar *oldtext; ls = GTK_LIST_STORE (GNUNET_SETUP_get_object ("GNUNET_setup_hostlist_url_liststore")); if (ls == NULL) { GNUNET_break (0); return; } if (TRUE != gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (ls), &old, path)) { GNUNET_break (0); return; } gtk_tree_model_get (GTK_TREE_MODEL (ls), &old, 0, &oldtext, -1); fprintf (stderr, "Edited to `%s'\n", new_text); if (strlen (oldtext) == 0) { gtk_list_store_insert_before (ls, &iter, &old); gtk_list_store_set (ls, &iter, GNUNET_GTK_SETUP_HOSTLIST_URL_MC_URL, new_text, GNUNET_GTK_SETUP_HOSTLIST_URL_MC_EDITABLE, FALSE, -1); } else { gtk_list_store_set (ls, &old, GNUNET_GTK_SETUP_HOSTLIST_URL_MC_URL, new_text, GNUNET_GTK_SETUP_HOSTLIST_URL_MC_EDITABLE, FALSE, -1); } g_free (oldtext); } /* end of gnunet-setup-hostlist-editing.c */ gnunet-gtk-0.9.3/src/setup/Makefile.in0000644000175000017500000006532311753203103014527 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ bin_PROGRAMS = gnunet-setup$(EXEEXT) subdir = src/setup DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) am_gnunet_setup_OBJECTS = gnunet-setup.$(OBJEXT) \ gnunet-setup-options.$(OBJEXT) \ gnunet-setup-transport-plugins.$(OBJEXT) \ gnunet-setup-transport-test.$(OBJEXT) \ gnunet-setup-transport-http.$(OBJEXT) \ gnunet-setup-transport-https.$(OBJEXT) \ gnunet-setup-transport-tcp.$(OBJEXT) \ gnunet-setup-transport-udp.$(OBJEXT) \ gnunet-setup-transport.$(OBJEXT) \ gnunet-setup-datastore-plugins.$(OBJEXT) \ gnunet-setup-datastore-config.$(OBJEXT) \ gnunet-setup-datacache-plugins.$(OBJEXT) \ gnunet-setup-datacache-config.$(OBJEXT) \ gnunet-setup-hostlist-editing.$(OBJEXT) \ gnunet-setup-hostlist-server.$(OBJEXT) gnunet_setup_OBJECTS = $(am_gnunet_setup_OBJECTS) am__DEPENDENCIES_1 = gnunet_setup_DEPENDENCIES = $(top_builddir)/src/lib/libgnunetgtk.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent gnunet_setup_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(gnunet_setup_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(gnunet_setup_SOURCES) DIST_SOURCES = $(gnunet_setup_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLADE_CFLAGS = @GLADE_CFLAGS@ GLADE_LIBS = @GLADE_LIBS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNUNET_CFLAGS = @GNUNET_CFLAGS@ GNUNET_FS_APP = @GNUNET_FS_APP@ GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@ GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@ GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@ GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@ GNUNET_GNS_APP = @GNUNET_GNS_APP@ GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@ GNUNET_LIBS = @GNUNET_LIBS@ GNUNET_PEERINFO_APP = @GNUNET_PEERINFO_APP@ GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@ GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@ GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@ GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@ GNUNET_SETUP_APP = @GNUNET_SETUP_APP@ GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@ GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@ GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@ GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@ GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@ GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@ GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@ GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_DATA = @PACKAGE_DATA@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = . INCLUDES = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/src/include \ @GTK_CFLAGS@ \ @GNUNET_CFLAGS@ \ @GLADE_CFLAGS@ @MINGW_TRUE@WINLIBS = -lregex gnunet_setup_SOURCES = \ gnunet-setup.c gnunet-setup.h \ gnunet-setup-options.c gnunet-setup-options.h \ gnunet-setup-transport-plugins.c \ gnunet-setup-transport-test.c gnunet-setup-transport-test.h \ gnunet-setup-transport-http.c \ gnunet-setup-transport-https.c \ gnunet-setup-transport-tcp.c \ gnunet-setup-transport-udp.c \ gnunet-setup-transport.c \ gnunet-setup-datastore-plugins.c \ gnunet-setup-datastore-config.c \ gnunet-setup-datacache-plugins.c \ gnunet-setup-datacache-config.c \ gnunet-setup-hostlist-editing.c \ gnunet-setup-hostlist-server.c gnunet_setup_LDADD = \ $(top_builddir)/src/lib/libgnunetgtk.la \ @GTK_LIBS@ @GNUNET_LIBS@ @GLADE_LIBS@ \ $(WINLIBS) \ -lgnunetutil -lgnunetnat \ $(INTLLIBS) gnunet_setup_LDFLAGS = \ -export-dynamic all: all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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/setup/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/setup/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 $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p || test -f $$p1; \ then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list gnunet-setup$(EXEEXT): $(gnunet_setup_OBJECTS) $(gnunet_setup_DEPENDENCIES) @rm -f gnunet-setup$(EXEEXT) $(AM_V_CCLD)$(gnunet_setup_LINK) $(gnunet_setup_OBJECTS) $(gnunet_setup_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-datacache-config.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-datacache-plugins.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-datastore-config.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-datastore-plugins.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-hostlist-editing.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-hostlist-server.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-options.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-transport-http.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-transport-https.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-transport-plugins.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-transport-tcp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-transport-test.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-transport-udp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup-transport.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-setup.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done 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: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ 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; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) 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)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__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 "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(PROGRAMS) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive 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) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-recursive clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-binPROGRAMS .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-binPROGRAMS \ clean-generic clean-libtool ctags ctags-recursive distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-binPROGRAMS 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 installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-recursive uninstall uninstall-am \ uninstall-binPROGRAMS # 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: gnunet-gtk-0.9.3/src/setup/gnunet-setup.c0000644000175000017500000002325311753027571015275 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/setup/gnunet-setup.c * @brief Main function of gnunet-setup * @author Christian Grothoff */ #if ENABLE_NLS #include #endif #include "gnunet-setup.h" #include "gnunet-setup-options.h" #include /** * Main loop handle. */ static struct GNUNET_GTK_MainLoop *ml; /** * Name of the configuration file. */ static const char *cfgName; /** * Our configuration. */ struct GNUNET_CONFIGURATION_Handle *cfg; /** * Global return value (for success/failure of gnunet-setup). */ static int gret; /** * Resolver process handle. */ struct GNUNET_OS_Process *resolver; /** * Get an object from the main window. * * @param name name of the object * @return NULL on error, otherwise the object */ GObject * GNUNET_SETUP_get_object (const char *name) { if (NULL == ml) return NULL; return GNUNET_GTK_main_loop_get_object (ml, name); } static gboolean help_click_callback (GtkWidget * widget, GdkEventButton * event, gpointer user_data) { const struct GNUNET_SETUP_OptionSpecification *os = user_data; GtkLinkButton *help; if (event->type != GDK_BUTTON_PRESS) return FALSE; help = GTK_LINK_BUTTON (GNUNET_SETUP_get_object ("GNUNET_setup_help_text")); gtk_link_button_set_uri (help, os->help_url); gtk_button_set_label (GTK_BUTTON (help), os->help_text); return FALSE; } /** * Change the visibility of widgets according to the * value and visibility specification given. * * @param os option specification * @param value current value for the given option */ static void update_visibility (const struct GNUNET_SETUP_OptionSpecification *os, const char *value) { unsigned int i; const struct GNUNET_SETUP_VisibilitySpecification *vs; GtkWidget *widget; regex_t r; if (NULL == os->visibility) return; i = 0; while (os->visibility[i].widget_name != NULL) { vs = &os->visibility[i]; widget = GTK_WIDGET (GNUNET_SETUP_get_object (vs->widget_name)); if (widget == NULL) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Widget `%s' not found\n"), vs->widget_name); } if (NULL != vs->show_value) { if (0 != regcomp (&r, vs->show_value, REG_EXTENDED | REG_ICASE | REG_NOSUB)) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Invalid regular expression `%s'\n"), vs->show_value); i++; continue; } if (0 == regexec (&r, value, 0, NULL, 0)) gtk_widget_show (widget); else gtk_widget_hide (widget); regfree (&r); } if (NULL != vs->hide_value) { if (0 != regcomp (&r, vs->hide_value, REG_ICASE | REG_NOSUB)) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Invalid regular expression `%s'\n"), vs->show_value); i++; continue; } if (0 == regexec (&r, value, 0, NULL, 0)) gtk_widget_hide (widget); else gtk_widget_show (widget); regfree (&r); } i++; } } /** * Function called whenever a widget changes its state. */ static void widget_state_change_callback (const struct GNUNET_SETUP_OptionSpecification *os) { GObject *widget; char *value; widget = GNUNET_SETUP_get_object (os->widget_name); GNUNET_assert (NULL != os->save_function); if (GNUNET_OK != os->save_function (os->load_save_cls, os->section, os->option, widget, cfg)) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Failed to obtain option value from widget `%s'\n"), os->widget_name); return; } if (NULL != os->input_validation_function) os->input_validation_function (os->input_validation_function_cls, widget); if ((os->section != NULL) && (os->option != NULL)) GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_get_value_string (cfg, os->section, os->option, &value)); else return; update_visibility (os, value); GNUNET_free_non_null (value); } /** * Load options into the main dialog. */ static void load_options () { const struct GNUNET_SETUP_OptionSpecification *os; unsigned int i; GObject *widget; char *value; i = 0; while (option_specifications[i].widget_name != NULL) { os = &option_specifications[i]; widget = GNUNET_SETUP_get_object (os->widget_name); if (NULL == widget) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Widget `%s' not found\n"), os->widget_name); i++; continue; } if (os->load_function != NULL) { if ((NULL == os->section) || (NULL == os->option)) { if (GNUNET_OK != os->load_function (os->load_save_cls, NULL, NULL, NULL, widget, cfg)) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Failed to initialize widget `%s'\n"), os->widget_name); } } else { if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (cfg, os->section, os->option, &value)) { GNUNET_log (GNUNET_ERROR_TYPE_INFO, _ ("No default value known for option `%s' in section `%s'\n"), os->option, os->section); } else { if (GNUNET_OK != os->load_function (os->load_save_cls, os->section, os->option, value, widget, cfg)) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Failed to initialize widget `%s' with value `%s'\n"), os->widget_name, value); } else { update_visibility (os, value); } GNUNET_free (value); } } } if (NULL != os->input_validation_function) os->input_validation_function (os->input_validation_function_cls, widget); if (os->help_text != NULL) { g_signal_connect (widget, "button-press-event", G_CALLBACK (&help_click_callback), (void *) os); } if (os->change_signal != NULL) { GNUNET_assert (NULL != os->save_function); g_signal_connect_swapped (widget, os->change_signal, G_CALLBACK (&widget_state_change_callback), (void *) os); } i++; } } /** * Actual main method that sets up the configuration window. * * @param cls the main loop handle * @param tc scheduler context */ static void cleanup_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { struct GNUNET_CONFIGURATION_Handle *cfgDefault; if (NULL == ml) { GNUNET_break (0); return; } GNUNET_GTK_main_loop_quit (ml); ml = NULL; cfgDefault = GNUNET_CONFIGURATION_create (); (void) GNUNET_CONFIGURATION_load (cfgDefault, NULL); /* load defaults only */ if (GNUNET_OK != GNUNET_CONFIGURATION_write_diffs (cfgDefault, cfg, cfgName)) gret = 1; GNUNET_CONFIGURATION_destroy (cfgDefault); GNUNET_CONFIGURATION_destroy (cfg); cfg = NULL; if (NULL != resolver) { GNUNET_break (0 == GNUNET_OS_process_kill (resolver, SIGTERM)); GNUNET_OS_process_destroy (resolver); resolver = NULL; } } /** * Callback invoked if the application is supposed to exit. */ void GNUNET_SETUP_quit_cb (GObject * object, gpointer user_data) { GNUNET_SCHEDULER_add_with_priority (GNUNET_SCHEDULER_PRIORITY_IDLE, &cleanup_task, NULL); } /** * Actual main method that sets up the configuration window. * * @param cls the main loop handle * @param tc scheduler context */ static void run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { GtkWidget *main_window; ml = cls; if (GNUNET_OK != GNUNET_GTK_main_loop_build_window (ml, NULL)) { return; } cfgName = GNUNET_GTK_main_loop_get_configuration_file (ml); cfg = GNUNET_CONFIGURATION_create (); (void) GNUNET_CONFIGURATION_load (cfg, cfgName); main_window = GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_dialog")); resolver = GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-resolver", "gnunet-service-resolver", NULL); load_options (); gtk_widget_show (main_window); gtk_window_present (GTK_WINDOW (main_window)); } /** * Main function for gnunet-setup. * * @param argc number of arguments * @param argv arguments * @return 0 on success */ int main (int argc, char *const *argv) { struct GNUNET_GETOPT_CommandLineOption options[] = { GNUNET_GETOPT_OPTION_END }; int ret; if (GNUNET_OK == GNUNET_GTK_main_loop_start ("gnunet-setup", "gnunet-setup", argc, argv, options, "gnunet_setup_gtk_main_window.glade", &run)) ret = gret; else ret = 1; return ret; } /* end of gnunet-setup.c */ gnunet-gtk-0.9.3/src/setup/gnunet-setup-datastore-plugins.c0000644000175000017500000000427011711004177020725 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/gnunet-setup-datastore-plugins.c * @brief (de)sensitize datastore plugin buttons based on plugin availability * @author Christian Grothoff */ #include "gnunet-setup.h" /** * Test if the given plugin exists and change the sensitivity * of the widget accordingly. * * @param widget widget to update * @param name name of the plugin to check */ static void test_plugin (GtkWidget * widget, const char *name) { if (GNUNET_YES == GNUNET_PLUGIN_test (name)) { gtk_widget_set_sensitive (widget, TRUE); } else { gtk_widget_set_sensitive (widget, FALSE); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), FALSE); } } void GNUNET_setup_fs_datastore_sqlite_radiobutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_plugin (widget, "libgnunet_plugin_datastore_sqlite"); } void GNUNET_setup_fs_datastore_mysql_radiobutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_plugin (widget, "libgnunet_plugin_datastore_mysql"); } void GNUNET_setup_fs_datastore_postgres_radiobutton_realize_cb (GtkWidget * widget, gpointer user_data) { test_plugin (widget, "libgnunet_plugin_datastore_postgres"); } /* end of gnunet-setup-datastore-plugins.c */ gnunet-gtk-0.9.3/src/statistics/0000755000175000017500000000000011762217327013600 500000000000000gnunet-gtk-0.9.3/src/statistics/Makefile.am0000644000175000017500000000150611671107145015551 00000000000000SUBDIRS = . INCLUDES = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/src/include \ @GTK_CFLAGS@ \ @GNUNET_CFLAGS@ \ @GLADE_CFLAGS@ bin_PROGRAMS = gnunet-statistics-gtk noinst_PROGRAMS = gtk_statistics_demo gnunet_statistics_gtk_SOURCES = \ gnunet-statistics-gtk.c \ gnunet-statistics-gtk-about.c \ gtk_statistics.c gtk_statistics.h gnunet_statistics_gtk_LDADD = \ $(top_builddir)/src/lib/libgnunetgtk.la \ @GTK_LIBS@ \ @GLADE_LIBS@ @GNUNET_LIBS@ \ -lgnunetutil -lgnunetstatistics -lgnunetcore -lgnunettransport \ $(INTLLIBS) gnunet_statistics_gtk_LDFLAGS = \ -export-dynamic gtk_statistics_demo_SOURCES = \ gtk_statistics.c gtk_statistics.h gtk_statistics_demo.c gtk_statistics_demo_LDADD = \ @GTK_LIBS@ \ @GLADE_LIBS@ @GNUNET_LIBS@ -lm \ $(INTLLIBS) gtk_statistics_demo_LDFLAGS = \ -export-dynamic gnunet-gtk-0.9.3/src/statistics/gtk_statistics.c0000644000175000017500000004004511711004177016715 00000000000000/* This file is part of GNUnet (C) 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/statistics/gtk_statistics.c * @brief widget to display statistics * @author Christian Grothoff */ #include "gnunet_gtk.h" #include "gtk_statistics.h" #define MAX_HISTORY 1280 /** * Number of ticks on the x-axis. */ #define XTICKS 4 /** * Number of ticks on the y-axis. */ #define YTICKS 5 /** * Additional distance between text and lines / borders in pixels. */ #define BORDER 10.0 /** * Information about a value we received. */ struct HistoricValue { /** * Time when the value was recorded. */ uint64_t x; /** * A value we recorded. */ uint64_t y; }; /** * Historic information we recorded for a value. */ struct ValueHistory { /** * ID for value updates. */ char *id; /** * Label for the subsystem. */ char *label; /** * Color values (rgb). */ double red, green, blue; /** * Recent values for this number. */ struct HistoricValue history[MAX_HISTORY]; /** * Last offset we wrote to in history. */ unsigned int last_history_offset; /** * Number of valid entries in the history. */ unsigned int history_size; }; struct _GtkStatisticsPrivate { /** * Values we plot. */ struct ValueHistory **values; /** * Size of the 'values' array. */ unsigned int num_values; }; static gboolean gtk_statistics_draw (GtkWidget * widget, cairo_t * cr); static void gtk_statistics_finalize (GObject * object); G_DEFINE_TYPE (GtkStatistics, gtk_statistics, GTK_TYPE_WIDGET) #if GTK_MAJOR_VERSION < 3 static gboolean statistics_expose (GtkWidget * statistics, GdkEventExpose * event) { GtkAllocation alloc; cairo_t *cr; gint x; gint y; gtk_widget_translate_coordinates (statistics, GTK_WIDGET (gtk_widget_get_toplevel (statistics)), 0, 0, &x, &y); gtk_widget_get_allocation (statistics, &alloc); cr = gdk_cairo_create (statistics->window); cairo_translate (cr, x, y); cairo_rectangle (cr, 0, 0, alloc.width, alloc.height); cairo_clip (cr); gtk_statistics_draw (statistics, cr); cairo_destroy (cr); return FALSE; } #endif static void gtk_statistics_class_init (GtkStatisticsClass * class) { GObjectClass *gobject_class; GtkWidgetClass *widget_class; gobject_class = (GObjectClass *) class; widget_class = (GtkWidgetClass *) class; gobject_class->finalize = gtk_statistics_finalize; #if GTK_MAJOR_VERSION >= 3 widget_class->draw = gtk_statistics_draw; #endif g_type_class_add_private (class, sizeof (GtkStatisticsPrivate)); } static void gtk_statistics_init (GtkStatistics * statistics) { GtkStatisticsPrivate *priv; statistics->priv = G_TYPE_INSTANCE_GET_PRIVATE (statistics, GTK_TYPE_STATISTICS, GtkStatisticsPrivate); priv = statistics->priv; #if GTK_MAJOR_VERSION < 3 g_signal_connect (statistics, "expose-event", G_CALLBACK (statistics_expose), statistics); #endif gtk_widget_set_has_window (GTK_WIDGET (statistics), FALSE); priv->values = NULL; priv->num_values = 0; } /** * gtk_statistics_new: * * Creates a new #GtkStatistics widget. * * Returns: the new #GtkStatistics widget. */ GtkWidget * gtk_statistics_new () { GtkStatisticsPrivate *priv; GtkStatistics *statistics; statistics = g_object_new (GTK_TYPE_STATISTICS, NULL); priv = statistics->priv; priv->values = NULL; priv->num_values = 0; return GTK_WIDGET (statistics); } /** * Add another data series to plot by the statistics widget. * * @param statistics widget to modify * @param id identifier for the series * @param label label to use * @param color_name name of the color to use */ void gtk_statistics_add_line (GtkStatistics * statistics, const char *id, const char *label, const char *color_name) { GtkStatisticsPrivate *priv; struct ValueHistory *vh; GdkColor c; g_return_if_fail (GTK_IS_STATISTICS (statistics)); g_return_if_fail (gdk_color_parse (color_name, &c)); priv = statistics->priv; priv->values = g_realloc (priv->values, sizeof (struct ValueHistory *) * (1 + priv->num_values)); priv->values[priv->num_values++] = vh = g_malloc (sizeof (struct ValueHistory)); vh->id = strdup (id); vh->label = strdup (label); vh->red = c.red / 65535.0; vh->green = c.green / 65535.0; vh->blue = c.blue / 65535.0; vh->last_history_offset = 0; vh->history_size = 0; } /** * Add another value to a data series. * * @param statistics widget to update * @param id identifier of the series * @param x new x-value * @param y new y-value */ void gtk_statistics_update_value (GtkStatistics * statistics, const char *id, uint64_t x, uint64_t y) { GtkStatisticsPrivate *priv; GtkWidget *widget; struct ValueHistory *vh; unsigned int i; g_return_if_fail (GTK_IS_STATISTICS (statistics)); priv = statistics->priv; for (i = 0; i < priv->num_values; i++) { vh = priv->values[i]; if (0 != strcmp (id, vh->id)) continue; if (++vh->last_history_offset == MAX_HISTORY) vh->last_history_offset = 0; if (vh->history_size < MAX_HISTORY) vh->history_size++; vh->history[vh->last_history_offset].x = x; vh->history[vh->last_history_offset].y = y; widget = GTK_WIDGET (statistics); if (gtk_widget_is_drawable (widget)) gtk_widget_queue_draw (widget); } } /** * Convert a number to a nice label for the axis. * * @param num number to convert * @param label where to store the string (must be big enough!) */ static void num_to_label (unsigned long long num, char *label) { if (num > 1000LL * 1000 * 1000 * 1000 * 3) sprintf (label, "%llu t", num / 1000LL / 1000LL / 1000LL / 1000LL); else if (num > 1000LL * 1000 * 1000 * 3) sprintf (label, "%llu g", num / 1000LL / 1000LL / 1000LL); else if (num > 1000LL * 1000 * 3) sprintf (label, "%llu m", num / 1000LL / 1000LL); else if (num > 1000LL * 3) sprintf (label, "%llu k", num / 1000LL); else sprintf (label, "%llu", num); } /** * Draw the statistics widget. * * @param widget widget to draw * @param cr drawing context */ static gboolean gtk_statistics_draw (GtkWidget * widget, cairo_t * cr) { GtkStatistics *statistics = GTK_STATISTICS (widget); GtkStatisticsPrivate *priv = statistics->priv; int width; int height; uint64_t xmin; uint64_t xmax; uint64_t ymax; unsigned int i; unsigned int j; struct ValueHistory *vh; struct HistoricValue *hv; char label[64]; cairo_text_extents_t te; cairo_text_extents_t tex_max; cairo_text_extents_t tey_max; double rx; double ry; unsigned int h; GtkAllocation alloc; /* collect basic data */ xmin = UINT64_MAX; xmax = 0; ymax = 0; for (i = 0; i < priv->num_values; i++) { vh = priv->values[i]; for (j = 0; j < vh->history_size; j++) { hv = &vh->history[(vh->last_history_offset - j + MAX_HISTORY) % MAX_HISTORY]; xmin = GNUNET_MIN (hv->x, xmin); xmax = GNUNET_MAX (hv->x, xmax); ymax = GNUNET_MAX (hv->y, ymax); } } /* round to 10x for nicer legends */ while (0 != (ymax % 10)) ymax++; while (0 != (xmax % 10)) xmax++; while (0 != (xmin % 10)) xmin--; gtk_widget_get_allocation (widget, &alloc); width = alloc.width; height = alloc.height; /* fill with black background */ cairo_set_source_rgb (cr, 0.0, 0.0, 0.0); cairo_paint (cr); if ((0 == priv->num_values) || (ymax == 0)) return FALSE; /* done */ /* select font */ cairo_set_source_rgb (cr, 1.0, 1.0, 1.0); cairo_select_font_face (cr, "Georgia", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_BOLD); cairo_set_font_size (cr, GNUNET_MIN (20, height / (2 * XTICKS))); /* find out needed space for axis labels */ tex_max.width = 0; tex_max.height = 0; for (i = 0; i < XTICKS; i++) { num_to_label ((unsigned long long) (xmin + (xmax - xmin) * ((uint64_t) i) / (XTICKS - 1)), label); cairo_text_extents (cr, label, &te); tex_max.width = GNUNET_MAX (te.width, tex_max.width); tex_max.height = GNUNET_MAX (te.height, tex_max.height); } tey_max.width = 0; tey_max.height = 0; for (i = 0; i < YTICKS; i++) { num_to_label ((unsigned long long) ymax * ((uint64_t) i) / (YTICKS - 1), label); cairo_text_extents (cr, label, &te); tey_max.width = GNUNET_MAX (te.width, tey_max.width); tey_max.height = GNUNET_MAX (te.height, tey_max.height); } /* draw y-axis labels */ for (i = 0; i < YTICKS; i++) { num_to_label ((unsigned long long) ymax * ((uint64_t) i) / (YTICKS - 1), label); cairo_text_extents (cr, label, &te); cairo_move_to (cr, BORDER + tey_max.width - te.width, BORDER + tey_max.height + (YTICKS - i - 1) * (height - 2.0 * BORDER - tey_max.height - tex_max.height) / (double) (YTICKS - 1)); cairo_show_text (cr, label); cairo_move_to (cr, 2.0 * BORDER + tey_max.width, BORDER + tey_max.height / 2.0 + (YTICKS - i - 1) * (height - 2.0 * BORDER - tex_max.height - tey_max.height) / (double) (YTICKS - 1)); cairo_line_to (cr, 2.0 * BORDER + tey_max.width + BORDER / 2.0, BORDER + tey_max.height / 2.0 + (YTICKS - i - 1) * (height - 2.0 * BORDER - tex_max.height - tey_max.height) / (double) (YTICKS - 1)); cairo_stroke (cr); } /* draw x-axis labels */ for (i = 0; i < XTICKS; i++) { num_to_label ((unsigned long long) (xmin + (xmax - xmin) * ((uint64_t) i) / (XTICKS - 1)), label); cairo_text_extents (cr, label, &te); if (i != 0) { cairo_move_to (cr, 2.0 * BORDER + tey_max.width + (width - tey_max.width - tex_max.width / 2.0 - 3.0 * BORDER) * i / (XTICKS - 1.0) - te.width / 2.0, height - BORDER / 2.0 - tex_max.height / 2.0); cairo_show_text (cr, label); } cairo_move_to (cr, 2.0 * BORDER + tey_max.width + (width - tey_max.width - tex_max.width / 2.0 - 3.0 * BORDER) * i / (XTICKS - 1.0), height - BORDER - tey_max.height / 2.0 - tex_max.height); cairo_line_to (cr, 2.0 * BORDER + tey_max.width + (width - tey_max.width - tex_max.width / 2.0 - 3.0 * BORDER) * i / (XTICKS - 1.0), height - BORDER - tey_max.height / 2.0 - tex_max.height - BORDER / 2.0); cairo_stroke (cr); } /* plot border */ cairo_set_line_width (cr, 1.0); cairo_rectangle (cr, tey_max.width + BORDER * 2.0, BORDER + tey_max.height / 2.0, width - BORDER * 3.0 - tey_max.width - tex_max.width / 2.0, height - BORDER * 2.0 - tey_max.height - tex_max.height); cairo_stroke (cr); /* finally, plot lines */ cairo_set_line_width (cr, 2.0); cairo_set_font_size (cr, GNUNET_MIN (20, (height - 3.0 * BORDER - tex_max.height - tey_max.height / 2) / (priv->num_values + 1))); h = 2.0 * BORDER + tey_max.height / 2; for (i = 0; i < priv->num_values; i++) { vh = priv->values[i]; cairo_set_source_rgb (cr, vh->red, vh->green, vh->blue); cairo_text_extents (cr, vh->label, &te); h += te.height / 2; cairo_move_to (cr, 3.0 * BORDER + tey_max.width, h); h += te.height / 2 + 1.0; cairo_show_text (cr, vh->label); if (xmax == xmin) { hv = &vh->history[vh->last_history_offset % MAX_HISTORY]; ry = hv->y / (double) ymax; ry = BORDER + tex_max.height / 2.0 + (1.0 - ry) * (height - BORDER * 2.0 - tey_max.height - tex_max.height); /* if y-values are small, offset y-values a bit to allow overlapping curves to still show up */ if (ymax < height / (priv->num_values * 4)) ry += priv->num_values * 2 - (4 * i); cairo_move_to (cr, width - BORDER - tex_max.width / 2.0, ry); cairo_line_to (cr, rx = tey_max.width + BORDER * 2.0, ry); cairo_stroke (cr); continue; } for (j = 0; j < vh->history_size; j++) { hv = &vh->history[(vh->last_history_offset - j + MAX_HISTORY) % MAX_HISTORY]; rx = (hv->x - xmin) / (double) (xmax - xmin); ry = hv->y / (double) ymax; rx = tey_max.width + BORDER * 2.0 + (rx * (width - BORDER * 3.0 - tey_max.width - tex_max.width / 2.0)); ry = BORDER + tex_max.height / 2.0 + (1.0 - ry) * (height - BORDER * 2.0 - tey_max.height - tex_max.height); /* if y-values are small, offset y-values a bit to allow overlapping curves to still show up */ if (ymax < height / (priv->num_values * 4)) ry += priv->num_values * 2 - (4 * i); if (j == 0) cairo_move_to (cr, width - BORDER - tex_max.width / 2.0, ry); cairo_line_to (cr, rx, ry); } cairo_stroke (cr); } return FALSE; } /** * Free memory used by statistics object. * * @param object object to release */ static void gtk_statistics_finalize (GObject * object) { GtkStatistics *label = GTK_STATISTICS (object); GtkStatisticsPrivate *priv = label->priv; unsigned int i; for (i = 0; i < priv->num_values; i++) { g_free (priv->values[i]->label); g_free (priv->values[i]->id); g_free (priv->values[i]); } g_free (priv->values); G_OBJECT_CLASS (gtk_statistics_parent_class)->finalize (object); } /* end of gtk_statistics.c */ gnunet-gtk-0.9.3/src/statistics/gtk_statistics_demo.c0000644000175000017500000000363611711004177017726 00000000000000 #include "gtk_statistics.h" #include /** * Update view (add more points). */ static gboolean update (GtkWidget * widget, GdkEvent * event, gpointer user_data) { static unsigned int i = 600; struct GtkStatistics *statistics = user_data; gtk_statistics_update_value (GTK_STATISTICS (statistics), "sin", i, (uint64_t) (500 * (1.0 + sin (i / 100.0)))); gtk_statistics_update_value (GTK_STATISTICS (statistics), "cos", i * 2, (uint64_t) (i * (1.0 + cos (i / 100.0)))); i++; return FALSE; } int main (int argc, char **argv) { GtkWidget *window; GtkWidget *statistics; unsigned int i; gtk_init (&argc, &argv); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_window_set_title (GTK_WINDOW (window), "STATISTICS widget"); gtk_window_set_position (GTK_WINDOW (window), GTK_WIN_POS_CENTER); gtk_window_set_default_size (GTK_WINDOW (window), 400, 200); g_signal_connect (G_OBJECT (window), "destroy", G_CALLBACK (gtk_main_quit), NULL); statistics = gtk_statistics_new (); gtk_statistics_add_line (GTK_STATISTICS (statistics), "sin", "sin", "red"); for (i = 0; i < 600; i++) gtk_statistics_update_value (GTK_STATISTICS (statistics), "sin", i, (uint64_t) (500 * (1.0 + sin (i / 100.0)))); gtk_statistics_add_line (GTK_STATISTICS (statistics), "cos", "cos", "blue"); for (i = 0; i < 600; i++) gtk_statistics_update_value (GTK_STATISTICS (statistics), "cos", i * 2, (uint64_t) (i * (1.0 + cos (i / 100.0)))); g_signal_connect (G_OBJECT (window), "motion-notify-event", G_CALLBACK (update), statistics); gtk_container_add (GTK_CONTAINER (window), statistics); gtk_widget_add_events (GTK_WIDGET (window), GDK_POINTER_MOTION_MASK); gtk_widget_show (statistics); gtk_widget_show_all (window); gtk_main (); return 0; } gnunet-gtk-0.9.3/src/statistics/Makefile.in0000644000175000017500000006437211753203103015564 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ bin_PROGRAMS = gnunet-statistics-gtk$(EXEEXT) noinst_PROGRAMS = gtk_statistics_demo$(EXEEXT) subdir = src/statistics DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) am_gnunet_statistics_gtk_OBJECTS = gnunet-statistics-gtk.$(OBJEXT) \ gnunet-statistics-gtk-about.$(OBJEXT) gtk_statistics.$(OBJEXT) gnunet_statistics_gtk_OBJECTS = $(am_gnunet_statistics_gtk_OBJECTS) am__DEPENDENCIES_1 = gnunet_statistics_gtk_DEPENDENCIES = \ $(top_builddir)/src/lib/libgnunetgtk.la $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent gnunet_statistics_gtk_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(gnunet_statistics_gtk_LDFLAGS) \ $(LDFLAGS) -o $@ am_gtk_statistics_demo_OBJECTS = gtk_statistics.$(OBJEXT) \ gtk_statistics_demo.$(OBJEXT) gtk_statistics_demo_OBJECTS = $(am_gtk_statistics_demo_OBJECTS) gtk_statistics_demo_DEPENDENCIES = $(am__DEPENDENCIES_1) gtk_statistics_demo_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(gtk_statistics_demo_LDFLAGS) \ $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(gnunet_statistics_gtk_SOURCES) \ $(gtk_statistics_demo_SOURCES) DIST_SOURCES = $(gnunet_statistics_gtk_SOURCES) \ $(gtk_statistics_demo_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLADE_CFLAGS = @GLADE_CFLAGS@ GLADE_LIBS = @GLADE_LIBS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNUNET_CFLAGS = @GNUNET_CFLAGS@ GNUNET_FS_APP = @GNUNET_FS_APP@ GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@ GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@ GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@ GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@ GNUNET_GNS_APP = @GNUNET_GNS_APP@ GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@ GNUNET_LIBS = @GNUNET_LIBS@ GNUNET_PEERINFO_APP = @GNUNET_PEERINFO_APP@ GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@ GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@ GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@ GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@ GNUNET_SETUP_APP = @GNUNET_SETUP_APP@ GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@ GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@ GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@ GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@ GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@ GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@ GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@ GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_DATA = @PACKAGE_DATA@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = . INCLUDES = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/src/include \ @GTK_CFLAGS@ \ @GNUNET_CFLAGS@ \ @GLADE_CFLAGS@ gnunet_statistics_gtk_SOURCES = \ gnunet-statistics-gtk.c \ gnunet-statistics-gtk-about.c \ gtk_statistics.c gtk_statistics.h gnunet_statistics_gtk_LDADD = \ $(top_builddir)/src/lib/libgnunetgtk.la \ @GTK_LIBS@ \ @GLADE_LIBS@ @GNUNET_LIBS@ \ -lgnunetutil -lgnunetstatistics -lgnunetcore -lgnunettransport \ $(INTLLIBS) gnunet_statistics_gtk_LDFLAGS = \ -export-dynamic gtk_statistics_demo_SOURCES = \ gtk_statistics.c gtk_statistics.h gtk_statistics_demo.c gtk_statistics_demo_LDADD = \ @GTK_LIBS@ \ @GLADE_LIBS@ @GNUNET_LIBS@ -lm \ $(INTLLIBS) gtk_statistics_demo_LDFLAGS = \ -export-dynamic all: all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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/statistics/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/statistics/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 $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p || test -f $$p1; \ then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list gnunet-statistics-gtk$(EXEEXT): $(gnunet_statistics_gtk_OBJECTS) $(gnunet_statistics_gtk_DEPENDENCIES) @rm -f gnunet-statistics-gtk$(EXEEXT) $(AM_V_CCLD)$(gnunet_statistics_gtk_LINK) $(gnunet_statistics_gtk_OBJECTS) $(gnunet_statistics_gtk_LDADD) $(LIBS) gtk_statistics_demo$(EXEEXT): $(gtk_statistics_demo_OBJECTS) $(gtk_statistics_demo_DEPENDENCIES) @rm -f gtk_statistics_demo$(EXEEXT) $(AM_V_CCLD)$(gtk_statistics_demo_LINK) $(gtk_statistics_demo_OBJECTS) $(gtk_statistics_demo_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-statistics-gtk-about.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-statistics-gtk.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtk_statistics.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtk_statistics_demo.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done 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: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ 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; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) 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)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__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 "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(PROGRAMS) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive 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) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-recursive clean-am: clean-binPROGRAMS clean-generic clean-libtool \ clean-noinstPROGRAMS mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-binPROGRAMS .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-binPROGRAMS \ clean-generic clean-libtool clean-noinstPROGRAMS ctags \ ctags-recursive distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ 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 installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-binPROGRAMS # 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: gnunet-gtk-0.9.3/src/statistics/gnunet-statistics-gtk.c0000644000175000017500000002015611760503454020140 00000000000000/* This file is part of GNUnet. (C) 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/statistics/gnunet-statistics-gtk.c * @brief Main function of gnunet-statistics-gtk * @author Christian Grothoff */ #include "gnunet_gtk.h" #include #include #include #include "gtk_statistics.h" #define MAX_HISTORY 1280 /** * Information about how to plot certain values. */ struct PlotInfo { /** * Subsystem originating the value to plot. */ const char *subsystem; /** * Name of the value to plot. */ const char *name; /** * Label to use in legend. */ const char *label; /** * Name of color to use when plotting. */ const char *color_name; }; /** * Selected statistics for the connection tab. */ static const struct PlotInfo connection_data[] = { {"fs", "# peers connected", "file-sharing connections", "blue"}, {"core", "# peers connected", "encrypted connections (core)", "green"}, {"core", "# neighbour entries allocated", "transport connections (core)", "yellow"}, {"transport", "# peers connected", "total connections (transport)", "orange"}, {"transport", "# TCP sessions active", "tcp connections", "red"}, {"transport", "# UDP sessions active", "udp connections", "gray"}, {"dht", "# peers connected", "DHT connections", "brown"}, {"nse", "# nodes in the network (estimate)", "network size (estimate)", "purple"}, {NULL, NULL, NULL} }; /** * Selected statistics for the traffic tab. */ static const struct PlotInfo traffic_data[] = { {"core", "# bytes encrypted", "bytes encrypted", "blue"}, {"core", "# bytes decrypted", "bytes decrypted", "green"}, {"transport", "# bytes received via TCP", "received via tcp", "yellow"}, {"transport", "# bytes transmitted via TCP", "sent via tcp", "brown"}, {NULL, NULL, NULL} }; /** * Selected statistics for the storage tab. */ static const struct PlotInfo storage_data[] = { {"datastore", "# quota", "datastore capacity", "blue"}, {"datastore", "# utilization by current datastore", "datastore utilization", "yellow"}, {"datastore", "# cache size", "reservation for datastore cache", "green"}, {NULL, NULL, NULL} }; /** * Handle to our main loop. */ static struct GNUNET_GTK_MainLoop *ml; /** * Should gnunet-peerinfo-gtk start in tray mode? */ static int tray_only; /** * Handle to statistics subsystem. */ static struct GNUNET_STATISTICS_Handle *statistics; /** * Task that refreshes connection graphic. */ static GNUNET_SCHEDULER_TaskIdentifier connection_task; /** * When did this process start? */ static struct GNUNET_TIME_Absolute start_time; /** * Callback function to process statistic values. * * @param cls the 'struct ValueHistory' to update * @param subsystem name of subsystem that created the statistic * @param name the name of the datum * @param value the current value * @param is_persistent GNUNET_YES if the value is persistent, GNUNET_NO if not * @return GNUNET_OK to continue */ static int process_value_update (void *cls, const char *subsystem, const char *name, uint64_t value, int is_persistent) { GtkStatistics *stats = cls; char *id; GNUNET_asprintf (&id, "%s: %s", subsystem, name); gtk_statistics_update_value (stats, id, GNUNET_TIME_absolute_get_duration (start_time).rel_value / 1000LL, value); GNUNET_free (id); return GNUNET_OK; } /** * Get an object from the main window. * * @param name name of the object * @return NULL on error */ static GObject * get_object (const char *name) { return GNUNET_GTK_main_loop_get_object (ml, name); } /** * Actually draw a plot based on collected data. * * @param widget size and style information for the plot * @param info what to draw */ static void create_plot (const char *box_name, const struct PlotInfo *info) { GtkBox *box; GtkStatistics *ret; unsigned int i; char *id; ret = GTK_STATISTICS (gtk_statistics_new ()); box = GTK_BOX (get_object (box_name)); for (i = 0; NULL != info[i].subsystem; i++) { GNUNET_asprintf (&id, "%s: %s", info[i].subsystem, info[i].name); gtk_statistics_add_line (ret, id, info[i].label, info[i].color_name); GNUNET_free (id); GNUNET_STATISTICS_watch (statistics, info[i].subsystem, info[i].name, &process_value_update, ret); } gtk_widget_show (GTK_WIDGET (ret)); gtk_box_pack_start (box, GTK_WIDGET (ret), TRUE, TRUE, 0); } /** * Task run on shutdown. * * @param cls unused * @param tc scheduler context, unused */ static void shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { GNUNET_STATISTICS_destroy (statistics, GNUNET_NO); statistics = NULL; } /** * Callback invoked if the application is supposed to exit. */ void GNUNET_STATISTICS_GTK_quit_cb (GObject * object, gpointer user_data) { GNUNET_GTK_tray_icon_destroy (); GNUNET_GTK_main_loop_quit (ml); if (connection_task != GNUNET_SCHEDULER_NO_TASK) { GNUNET_SCHEDULER_cancel (connection_task); connection_task = GNUNET_SCHEDULER_NO_TASK; } GNUNET_SCHEDULER_add_now (&shutdown_task, NULL); } /** * Callback invoked if the application is supposed to exit from the tray. */ void GNUNET_GTK_quit_cb (GObject * object, gpointer user_data) { GNUNET_STATISTICS_GTK_quit_cb (object, user_data); } /** * Actual main function run right after GNUnet's scheduler * is initialized. Initializes up GTK and Glade. */ static void run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { GtkWidget *main_window; ml = cls; if (GNUNET_OK != GNUNET_GTK_main_loop_build_window (ml, NULL)) { return; } statistics = GNUNET_STATISTICS_create ("gnunet-statistics-gtk", GNUNET_GTK_main_loop_get_configuration (ml)); if (NULL == statistics) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Failed to initiate connection with statistics service\n")); return; } GNUNET_GTK_set_icon_search_path (); GNUNET_GTK_setup_nls (); /* setup main window */ main_window = GTK_WIDGET (get_object ("GNUNET_STATISTICS_GTK_main_window")); gtk_window_maximize (GTK_WINDOW (main_window)); GNUNET_GTK_tray_icon_create (GTK_WINDOW (main_window), "gnunet-gtk" /* FIXME: different icon? */ , "gnunet-statistics-gtk"); create_plot ("GNUNET_STATISTICS_GTK_connectivity_box", connection_data); create_plot ("GNUNET_STATISTICS_GTK_traffic_box", traffic_data); create_plot ("GNUNET_STATISTICS_GTK_storage_box", storage_data); /* make GUI visible */ if (!tray_only) { gtk_widget_show (main_window); gtk_window_present (GTK_WINDOW (main_window)); } } int main (int argc, char *const *argv) { static struct GNUNET_GETOPT_CommandLineOption options[] = { {'t', "tray", NULL, gettext_noop ("start in tray mode"), 0, &GNUNET_GETOPT_set_one, &tray_only}, GNUNET_GETOPT_OPTION_END }; start_time = GNUNET_TIME_absolute_get (); if (GNUNET_OK != GNUNET_GTK_main_loop_start ("gnunet-statistics-gtk", "GTK GUI for viewing GNUnet statistics", argc, argv, options, "gnunet_statistics_gtk_main_window.glade", &run)) return 1; return 0; } /* end of gnunet-statistics-gtk.c */ gnunet-gtk-0.9.3/src/statistics/gtk_statistics.h0000644000175000017500000000510411711004177016717 00000000000000/* This file is part of GNUnet. (C) 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/statistics/gtk_statistics.h * @brief widget to display statistics * @author Christian Grothoff */ #ifndef GTK_STATISTICS_H #define GTK_STATISTICS_H #include #include #include G_BEGIN_DECLS #define GTK_TYPE_STATISTICS (gtk_statistics_get_type ()) #define GTK_STATISTICS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_STATISTICS, GtkStatistics)) #define GTK_STATISTICS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_STATISTICS, GtkStatisticsClass)) #define GTK_IS_STATISTICS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_STATISTICS)) #define GTK_IS_STATISTICS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_STATISTICS)) #define GTK_STATISTICS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_STATISTICS, GtkStatisticsClass)) typedef struct _GtkStatistics GtkStatistics; typedef struct _GtkStatisticsPrivate GtkStatisticsPrivate; typedef struct _GtkStatisticsClass GtkStatisticsClass; struct _GtkStatistics { GtkWidget widget; /*< private > */ GtkStatisticsPrivate *priv; }; struct _GtkStatisticsClass { GtkWidgetClass parent_class; /* Padding for future expansion */ void (*_gtk_reserved1) (void); void (*_gtk_reserved2) (void); void (*_gtk_reserved3) (void); void (*_gtk_reserved4) (void); }; GType gtk_statistics_get_type (void) G_GNUC_CONST; GtkWidget *gtk_statistics_new (void); void gtk_statistics_add_line (GtkStatistics * statistics, const char *id, const char *label, const char *color_name); void gtk_statistics_update_value (GtkStatistics * statistics, const char *id, uint64_t x, uint64_t y); G_END_DECLS #endif gnunet-gtk-0.9.3/src/statistics/gnunet-statistics-gtk-about.c0000644000175000017500000000247711711004177021250 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/statistics/gnunet-statistics-gtk-about.c * @author Christian Grothoff * @author Igor Wronsky * * This file contains the about dialog. */ #include "gnunet_gtk.h" /** * This displays an about window */ void GNUNET_STATISTICS_GTK_main_menu_help_about_activate_cb (GtkWidget * dummy, gpointer data) { GNUNET_GTK_display_about ("gnunet_statistics_gtk_about_window.glade"); } /* end of gnunet-peerinfo-gtk-about.c */ gnunet-gtk-0.9.3/src/fs/0000755000175000017500000000000011762217327012016 500000000000000gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_open-uri.c0000644000175000017500000001776311727710230016417 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_open-uri.c * @author Christian Grothoff * @brief code for the 'Open URI' dialog. * * TODO: * - automatically populate dialog from clipboard? */ #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk_download-save-as.h" #include "gnunet-fs-gtk_open-uri.h" #include "gnunet-fs-gtk.h" #include /** * Handle a URI string by running the appropriate action. * * @param uris string we got * @param anonymity_level anonymity level to use * @return GNUNET_OK on success, GNUNET_NO if the URI type is not supported, GNUNET_SYSERR if we failed to * parse the URI */ int GNUNET_FS_GTK_handle_uri_string (const char *uris, guint anonymity_level) { struct GNUNET_FS_Uri *uri; char *perr; uri = GNUNET_FS_uri_parse (uris, &perr); if (uri == NULL) { GNUNET_free (perr); return GNUNET_SYSERR; } GNUNET_FS_GTK_handle_uri (uri, anonymity_level); return GNUNET_OK; } /** * User selected "execute" in the open-URI dialog. * * @param button the execute button * @param user_data the 'GtkBuilder' of the URI dialog */ void GNUNET_GTK_open_url_dialog_execute_button_clicked_cb (GtkButton * button, gpointer user_data) { GtkBuilder *builder = GTK_BUILDER (user_data); GtkWidget *dialog; GtkTextBuffer *tb; GtkTextIter ti_start; GtkTextIter ti_end; guint anonymity_level; char *uris; dialog = GTK_WIDGET (gtk_builder_get_object (builder, "GNUNET_GTK_open_url_window")); tb = GTK_TEXT_BUFFER (gtk_builder_get_object (builder, "GNUNET_GTK_open_url_dialog_url_textview_buffer")); gtk_text_buffer_get_iter_at_offset (tb, &ti_start, 0); gtk_text_buffer_get_iter_at_offset (tb, &ti_end, -1); uris = gtk_text_buffer_get_text (tb, &ti_start, &ti_end, FALSE); if (!GNUNET_GTK_get_selected_anonymity_level (builder, "main_window_search_anonymity_combobox", &anonymity_level)) { GNUNET_break (0); gtk_widget_destroy (dialog); g_object_unref (G_OBJECT (builder)); return; } GNUNET_break (GNUNET_OK == GNUNET_FS_GTK_handle_uri_string (uris, anonymity_level)); g_free (uris); gtk_widget_destroy (dialog); g_object_unref (G_OBJECT (builder)); } /** * User selected "cancel" in the open-URI dialog. * * @param button the cancel button * @param user_data the 'GtkBuilder' of the URI dialog */ void GNUNET_GTK_open_url_dialog_cancel_button_clicked_cb (GtkButton * button, gpointer user_data) { GtkBuilder *builder = GTK_BUILDER (user_data); GtkWidget *dialog; dialog = GTK_WIDGET (gtk_builder_get_object (builder, "GNUNET_GTK_open_url_window")); gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (builder)); } /** * User closed the window of the open-URI dialog. * * @param widget the window * @param event the deletion event * @param user_data the 'GtkBuilder' of the URI dialog * @return FALSE (allow destruction) */ gboolean GNUNET_GTK_open_url_window_delete_event_cb (GtkWidget * widget, GdkEvent * event, gpointer user_data) { GtkBuilder *builder = GTK_BUILDER (user_data); g_object_unref (G_OBJECT (builder)); return FALSE; } /** * User pushed a key in the open-URI dialog, check if we currently * have valid URI and if the key was 'RETURN', run the action. * * @param widget the window * @param event the deletion event * @param user_data the 'GtkBuilder' of the URI dialog */ gboolean GNUNET_GTK_open_url_dialog_url_textview_key_press_event_cb (GtkWidget * widget, GdkEventKey * event, gpointer user_data) { GtkBuilder *builder = GTK_BUILDER (user_data); GtkWidget *execute; if (event->keyval != GDK_KEY_Return) return FALSE; execute = GTK_WIDGET (gtk_builder_get_object (builder, "GNUNET_GTK_open_url_dialog_execute_button")); if (gtk_widget_get_sensitive (execute)) GNUNET_GTK_open_url_dialog_execute_button_clicked_cb (GTK_BUTTON (execute), user_data); return TRUE; } /** * User edited the URI of the open-URI dialog, check if it is currently * a valid URI and update the sensitivity of the 'execute' button accordingly. * * @param textbuffer the updated buffer * @param user_data the 'GtkBuilder' of the URI dialog */ void GNUNET_GTK_open_url_dialog_url_textview_buffer_changed_cb (GtkTextBuffer * textbuffer, gpointer user_data) { GtkBuilder *builder = GTK_BUILDER (user_data); struct GNUNET_FS_Uri *uri; GtkTextBuffer *tb; GtkTextIter ti_start; GtkTextIter ti_end; char *perr; char *uris; perr = NULL; tb = GTK_TEXT_BUFFER (gtk_builder_get_object (builder, "GNUNET_GTK_open_url_dialog_url_textview_buffer")); gtk_text_buffer_get_iter_at_offset (tb, &ti_start, 0); gtk_text_buffer_get_iter_at_offset (tb, &ti_end, -1); uris = gtk_text_buffer_get_text (tb, &ti_start, &ti_end, FALSE); if (uris != NULL) uri = GNUNET_FS_uri_parse (uris, &perr); else uri = NULL; g_free (uris); gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (builder, "GNUNET_GTK_open_url_dialog_execute_button")), (uri == NULL) ? FALSE : TRUE); if (uri != NULL) GNUNET_FS_uri_destroy (uri); GNUNET_free_non_null (perr); } /** * User selected "Open URI" in main window. * * @param dummy the menu entry * @param user_data unused */ void GNUNET_GTK_main_menu_file_download_uri_activate_cb (GtkWidget * dummy, gpointer user_data) { GtkBuilder *builder; GtkWidget *dialog; GtkTextBuffer *tb; GtkTextIter ti_start; GtkTextIter ti_end; GtkWidget *toplevel; GtkComboBox *combo; builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_open_url_dialog.glade", NULL); if (NULL == builder) { GNUNET_break (0); return; } dialog = GTK_WIDGET (gtk_builder_get_object (builder, "GNUNET_GTK_open_url_window")); tb = GTK_TEXT_BUFFER (gtk_builder_get_object (builder, "GNUNET_GTK_open_url_dialog_url_textview_buffer")); gtk_text_buffer_get_iter_at_offset (tb, &ti_start, 0); gtk_text_buffer_get_iter_at_offset (tb, &ti_end, -1); gtk_text_buffer_delete (tb, &ti_start, &ti_end); /* FIXME-FEATURE: query the clipboard, maybe there's valid URI in there? * If so, get it. */ combo = GTK_COMBO_BOX (gtk_builder_get_object (builder, "GNUNET_GTK_open_url_dialog_anonymity_combobox")); gtk_combo_box_set_model (combo, GNUNET_FS_GTK_get_anonymity_level_list_store ()); toplevel = gtk_widget_get_toplevel (dummy); if (GTK_IS_WINDOW (toplevel)) gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (toplevel)); gtk_widget_show (dialog); } /* end of gnunet-fs-gtk_open-uri.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_common.h0000644000175000017500000001413311727710230016142 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_common.h * @brief Common includes for all gnunet-gtk source files * @author Christian Grothoff */ #ifndef GNUNET_FS_GTK_COMMON_H #define GNUNET_FS_GTK_COMMON_H #include "gnunet_gtk.h" #include #include /** * Obtain pixbuf from thumbnail data in meta data. * * @param meta input meta data * @return NULL on error, otherwise the embedded thumbnail */ GdkPixbuf * GNUNET_FS_GTK_get_thumbnail_from_meta_data (const struct GNUNET_CONTAINER_MetaData *meta); /** * Initialize the 'expiration_year_adjustment' of the given * builder to have a lower range of current-year+1 and a * default of current-year+2. * FIXME-STYLE: odd API... * * @param builder builder object for which we should manipulate * the adjustment */ void GNUNET_FS_GTK_setup_expiration_year_adjustment (GtkBuilder * builder); /** * Convert the year from the spin button to an expiration * time (on midnight, January 1st of that year). * * @param spin button with the year * @param time converted from the spin button */ struct GNUNET_TIME_Absolute GNUNET_FS_GTK_get_expiration_time (GtkSpinButton * spin); /** * mmap the given file and run the GNUNET_FS_directory_list_contents * function on it. * * @param filename name with the directory * @param dep function to call on each entry * @param dep_cls closure for 'dep' * @return GNUNET_OK on success */ int GNUNET_FS_GTK_mmap_and_scan (const char *filename, GNUNET_FS_DirectoryEntryProcessor dep, void *dep_cls); /** * Add meta data to list store. * * @param cls closure (the GtkListStore) * @param plugin_name name of the plugin that produced this value; * special values can be used (i.e. '' for zlib being * used in the main libextractor library and yielding * meta data). * @param type libextractor-type describing the meta data * @param format basic format information about data * @param data_mime_type mime-type of data (not of the original file); * can be NULL (if mime-type is not known) * @param data actual meta-data found * @param data_len number of bytes in data * @return 0 to continue (always) */ int GNUNET_FS_GTK_add_meta_data_to_list_store (void *cls, const char *plugin_name, enum EXTRACTOR_MetaType type, enum EXTRACTOR_MetaFormat format, const char *data_mime_type, const char *data, size_t data_len); /** * Converts metadata specified by @data of size @data_len * and saved in format @format to UTF-8 encoded string. * Works only for C-string and UTF8 metadata formats * (returns NULL for everything else). * Verifies UTF-8 strings. * * @param format format of the @data * @param data data to convert * @param data_len length of the data buffer (in bytes) * @return NULL if can't be converted, allocated string otherwise, * freeable with GNUNET_free* (). */ char * GNUNET_FS_GTK_dubious_meta_to_utf8 (enum EXTRACTOR_MetaFormat format, const char *data, size_t data_len); /** * Obtain the string we will use to describe a search result from * the respective meta data. * * @param meta meta data to inspect * @param is_a_dup is set to GNUNET_YES if the result is a dup, and there was * no description to be found. GNUNET_NO otherwise. * @return description of the result in utf-8, never NULL */ char * GNUNET_FS_GTK_get_description_from_metadata ( const struct GNUNET_CONTAINER_MetaData *meta, int *is_a_dup); /** * A URI was selected (or pasted into the application). Run * the appropriate action. * * @param uri the URI * @param anonymity_level anonymity level to use */ void GNUNET_FS_GTK_handle_uri (const struct GNUNET_FS_Uri *uri, guint anonymity_level); /** * Finds largest namespace rating. * Used to calculate a rating for newly discovered namespaces. * Returns from cache, if possible. * * @return largest namespace rating. Might be negative and even. INT_MIN means * that no namespaces are known. */ int GNUNET_GTK_find_largest_namespace_rating (void); /** * Sets largest namespace rating. * Used to change cached largest namespace rating, when namespace list * was changed in a way that is easy to track. * If namespace list was changed in a way that makes it difficult to * decide upon the new value, set new value to INT_MIN. * * @param new_value new value for the rating. */ void GNUNET_GTK_set_largest_namespace_rating (int new_value); /** * Converts a GtkTreeRowReference to a GtkTreeIter. * * @param rr row reference * @param iter pointer to an iter structure to fill * @return GNUNET_OK if iter was filled, GNUNET_SYSERR otherwise */ int GNUNET_GTK_get_iter_from_reference (GtkTreeRowReference *rr, GtkTreeIter *iter); /** * Creates a GtkTreeRowReference from a GtkTreeIter. * * @param model a model to reference * @param iter an iter that points to a row in the model * @return newly created reference or NULL in case of error */ GtkTreeRowReference * GNUNET_GTK_get_reference_from_iter (GtkTreeModel *model, GtkTreeIter *iter); #endif /* end of gnunet-fs-gtk-common.h */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_unindex.c0000644000175000017500000003344111731702726016330 00000000000000/* This file is part of GNUnet (C) 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_unindex.c * @author Christian Grothoff * @brief operations to display and unindex indexed files */ #include "gnunet-fs-gtk.h" #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk_event-handler.h" #include "gnunet-fs-gtk_unindex.h" /** * Columns in the unindex model. */ enum UNINDEX_ModelColumns { /** * A gchararray. */ UNINDEX_MC_FILENAME = 0, /** * A guint64. */ UNINDEX_MC_FILESIZE = 1, /** * A gchararray representing a color. */ UNINDEX_MC_BACKGROUND_COLOR = 2, /** * A 'struct UnindexEntry' (gpointer) */ UNINDEX_MC_UNINDEX_CONTEXT = 3, /** * A gfloat. */ UNINDEX_MC_UNINDEX_PROGRESS = 4, /** * A boolean. */ UNINDEX_MC_PROGRESS_VISIBLE = 5, /** * A gchararray. */ UNINDEX_MC_ERROR = 6 }; /** * Overall context for the dialog. */ struct UnindexDialogContext { GtkBuilder *builder; /** * The dialog object. */ GtkWidget *dialog; /** * The unindex button. */ GtkWidget *unindex_button; /** * Main treeview object. */ GtkTreeView *treeview; /** * Selection of our treeview. */ GtkTreeSelection *selection; /** * Unindex data model. */ GtkTreeModel *model; /** * Context for initial listing of indexed files. */ struct GNUNET_FS_GetIndexedContext *gic; }; /** * Information for a specific unindex operation. */ struct UnindexEntry { /** * Kept in a DLL. */ struct UnindexEntry *next; /** * Next entry. */ struct UnindexEntry *prev; /** * Name of the file being unindexed. */ char *filename; /** * Error description, NULL if no error */ char *emsg; /** * Handle with FS. */ struct GNUNET_FS_UnindexContext *uc; /** * Row reference, NULL if the dialog is not open. */ GtkTreeRowReference *rr; /** * Size of the file. */ uint64_t filesize; /** * Percentage progress made so far. */ gint progress; }; /** * There can only be one. */ static struct UnindexDialogContext *master_udc; /** * Head of linked list. */ static struct UnindexEntry *ue_head; /** * Tail of linked list. */ static struct UnindexEntry *ue_tail; /** * User has clicked on the 'delete/unindex' button for the dialog. * Unindex the selected file. * * @param dummy the button * @param user_data the unindex context */ void GNUNET_FS_GTK_unindex_button_clicked_cb (GtkWidget * dummy, gpointer user_data) { struct UnindexDialogContext *udc = user_data; GtkTreeIter iter; char *filename; struct UnindexEntry *ue; GtkTreePath *path; guint64 filesize; /* find out if a file is selected */ if (! gtk_tree_selection_get_selected (udc->selection, NULL, &iter)) { GNUNET_break (0); return; } gtk_tree_model_get (udc->model, &iter, UNINDEX_MC_FILENAME, &filename, UNINDEX_MC_FILESIZE, &filesize, UNINDEX_MC_UNINDEX_CONTEXT, &ue, -1); if (NULL != ue) { GNUNET_break (0); g_free (filename); return; } ue = GNUNET_malloc (sizeof (struct UnindexEntry)); ue->filesize = filesize; GNUNET_CONTAINER_DLL_insert (ue_head, ue_tail, ue); ue->filename = GNUNET_strdup (filename); path = gtk_tree_model_get_path (udc->model, &iter); ue->rr = gtk_tree_row_reference_new (udc->model, path); gtk_tree_path_free (path); ue->uc = GNUNET_FS_unindex_start (GNUNET_FS_GTK_get_fs_handle (), filename, ue); gtk_list_store_set (GTK_LIST_STORE (udc->model), &iter, UNINDEX_MC_BACKGROUND_COLOR, "yellow", UNINDEX_MC_UNINDEX_CONTEXT, ue, UNINDEX_MC_UNINDEX_PROGRESS, 0, UNINDEX_MC_PROGRESS_VISIBLE, TRUE, -1); gtk_widget_set_sensitive (udc->unindex_button, FALSE); } /** * User has clicked on the 'close' button for the dialog. Close it. * * @param dummy the button * @param user_data the unindex context */ void GNUNET_FS_GTK_unindex_close_button_clicked_cb (GtkWidget * dummy, gpointer user_data) { struct UnindexDialogContext *udc = user_data; GtkTreeIter iter; struct UnindexEntry *ue; if (NULL != udc->gic) { GNUNET_FS_get_indexed_files_cancel (udc->gic); udc->gic = NULL; } if (gtk_tree_model_get_iter_first (udc->model, &iter)) do { gtk_tree_model_get (udc->model, &iter, UNINDEX_MC_UNINDEX_CONTEXT, &ue, -1); if (NULL != ue) { gtk_tree_row_reference_free (ue->rr); ue->rr = NULL; } } while (TRUE == gtk_tree_model_iter_next (udc->model, &iter)); gtk_widget_destroy (udc->dialog); g_object_unref (G_OBJECT (udc->builder)); GNUNET_free (udc); master_udc = NULL; } /** * The selection in the tree view changed; update the button sensitivity. * * @param ts the changed selection * @param user_data our unindex context */ static void selection_changed_cb (GtkTreeSelection * ts, gpointer user_data) { struct UnindexDialogContext *udc = user_data; GtkTreeIter iter; struct UnindexEntry *ue; /* find out if a file is selected */ if (gtk_tree_selection_get_selected (udc->selection, NULL, &iter)) { gtk_tree_model_get (udc->model, &iter, UNINDEX_MC_UNINDEX_CONTEXT, &ue, -1); if (NULL == ue) { /* selected file not already being unindexed, enable button! */ gtk_widget_set_sensitive (udc->unindex_button, TRUE); return; } } gtk_widget_set_sensitive (udc->unindex_button, FALSE); } /** * Type of a function called by "GNUNET_FS_get_indexed_files". * * @param cls closure * @param filename the name of the file, NULL for end of list * @param file_id hash of the contents of the indexed file * @return GNUNET_OK to continue iteration, GNUNET_SYSERR to abort */ static int add_indexed_file (void *cls, const char *filename, const GNUNET_HashCode * file_id) { struct UnindexDialogContext *udc = cls; GtkTreeIter iter; uint64_t filesize; struct UnindexEntry *ue; GtkTreePath *path; if (NULL == filename) { /* end of list */ udc->gic = NULL; return GNUNET_OK; } if (GNUNET_OK != GNUNET_DISK_file_size (filename, &filesize, GNUNET_YES, GNUNET_YES)) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Could not access indexed file `%s'\n"), filename); return GNUNET_OK; } for (ue = ue_head; ue != NULL; ue = ue->next) if (0 == strcmp (ue->filename, filename)) break; if (NULL == ue) { gtk_list_store_insert_with_values (GTK_LIST_STORE (udc->model), &iter, G_MAXINT, UNINDEX_MC_FILENAME, filename, UNINDEX_MC_FILESIZE, (guint64) filesize, UNINDEX_MC_BACKGROUND_COLOR, "white", UNINDEX_MC_PROGRESS_VISIBLE, FALSE, -1); } else { if (NULL != ue->rr) { GNUNET_break (0); return GNUNET_OK; } gtk_list_store_insert_with_values (GTK_LIST_STORE (udc->model), &iter, G_MAXINT, UNINDEX_MC_FILENAME, filename, UNINDEX_MC_FILESIZE, (guint64) filesize, UNINDEX_MC_BACKGROUND_COLOR, (NULL == ue->emsg) ? "yellow" : "red", UNINDEX_MC_UNINDEX_CONTEXT, ue, UNINDEX_MC_UNINDEX_PROGRESS, ue->progress, UNINDEX_MC_PROGRESS_VISIBLE, TRUE, UNINDEX_MC_ERROR, ue->emsg, -1); path = gtk_tree_model_get_path (udc->model, &iter); ue->rr = gtk_tree_row_reference_new (udc->model, path); } return GNUNET_OK; } /** * User selected "List indexed files..." in menu. Display dialog. * * @param dummy the menu entry * @param user_data the main dialog builder, unused */ void GNUNET_GTK_main_menu_unindex_activate_cb (GtkWidget * dummy, gpointer data) { GtkWidget *toplevel; struct UnindexDialogContext *udc; if (NULL != master_udc) { /* window already exists, raise focus */ gtk_window_present (GTK_WINDOW (master_udc->dialog)); return; } udc = GNUNET_malloc (sizeof (struct UnindexDialogContext)); udc->builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_unindex.glade", udc); if (NULL == udc->builder) { GNUNET_break (0); GNUNET_free (udc); return; } udc->dialog = GTK_WIDGET (gtk_builder_get_object (udc->builder, "GNUNET_FS_GTK_unindex_dialog")); udc->treeview = GTK_TREE_VIEW (gtk_builder_get_object (udc->builder, "GNUNET_FS_GTK_unindex_treeview")); udc->selection = gtk_tree_view_get_selection (udc->treeview); udc->unindex_button = GTK_WIDGET (gtk_builder_get_object (udc->builder, "GNUNET_FS_GTK_unindex_button")); udc->model = GTK_TREE_MODEL (gtk_builder_get_object (udc->builder, "GNUNET_FS_GTK_unindex_liststore")); udc->gic = GNUNET_FS_get_indexed_files (GNUNET_FS_GTK_get_fs_handle (), &add_indexed_file, udc); toplevel = gtk_widget_get_toplevel (dummy); if (GTK_IS_WINDOW (toplevel)) gtk_window_set_transient_for (GTK_WINDOW (udc->dialog), GTK_WINDOW (toplevel)); /* connect signals; FIXME-GTK3: these could be connected with (modern) Glade */ g_signal_connect (G_OBJECT (udc->selection), "changed", G_CALLBACK (selection_changed_cb), udc); gtk_window_present (GTK_WINDOW (udc->dialog)); master_udc = udc; } /** * An unindex operation resumed. Setup the * internal context for Gtk. * * @param fs unindex context with the FS library * @param filename name of file being unindexed * @param filesize size of the file * @param completed how many bytes were done so far * @param emsg NULL if everything is fine, otherwise error message */ struct UnindexEntry * GNUNET_FS_GTK_unindex_handle_resume_ (struct GNUNET_FS_UnindexContext *uc, const char *filename, uint64_t filesize, uint64_t completed, const char *emsg) { struct UnindexEntry *ue; ue = GNUNET_malloc (sizeof (struct UnindexEntry)); ue->filename = GNUNET_strdup (filename); if (NULL != emsg) ue->emsg = GNUNET_strdup (emsg); ue->filesize = filesize; ue->uc = uc; ue->progress = (gint) ((100LL * completed) / filesize); GNUNET_CONTAINER_DLL_insert (ue_head, ue_tail, ue); return ue; } /** * FS notified us that our undex operation was stopped. * * @param ue operation that stopped */ void GNUNET_FS_GTK_unindex_handle_stop_ (struct UnindexEntry *ue) { GtkTreePath *path; GtkTreeIter iter; GtkTreeModel *model; if (NULL != ue->rr) { path = gtk_tree_row_reference_get_path (ue->rr); model = gtk_tree_row_reference_get_model (ue->rr); gtk_tree_row_reference_free (ue->rr); ue->rr = NULL; GNUNET_assert (TRUE == gtk_tree_model_get_iter (model, &iter, path)); gtk_tree_path_free (path); gtk_list_store_set (GTK_LIST_STORE (model), &iter, UNINDEX_MC_UNINDEX_CONTEXT, NULL, -1); } GNUNET_CONTAINER_DLL_remove (ue_head, ue_tail, ue); GNUNET_free_non_null (ue->emsg); GNUNET_free (ue->filename); GNUNET_free (ue); } /** * FS notified us that our undex operation had an error. * * @param ue operation that had an error * @param emsg error message */ void GNUNET_FS_GTK_unindex_handle_error_ (struct UnindexEntry *ue, const char *emsg) { GtkTreePath *path; GtkTreeIter iter; GtkTreeModel *model; ue->emsg = GNUNET_strdup (emsg); if (NULL == ue->rr) return; path = gtk_tree_row_reference_get_path (ue->rr); model = gtk_tree_row_reference_get_model (ue->rr); GNUNET_assert (TRUE == gtk_tree_model_get_iter (model, &iter, path)); gtk_tree_path_free (path); gtk_list_store_set (GTK_LIST_STORE (model), &iter, UNINDEX_MC_BACKGROUND_COLOR, "red", UNINDEX_MC_ERROR, emsg, -1); } /** * FS notified us that our undex operation made progress * * @param ue operation that made progress * @param completed number of bytes completed now */ void GNUNET_FS_GTK_unindex_handle_progress_ (struct UnindexEntry *ue, uint64_t completed) { GtkTreePath *path; GtkTreeIter iter; GtkTreeModel *model; ue->progress = (gint) ((100LL * completed) / ue->filesize); if (NULL == ue->rr) return; path = gtk_tree_row_reference_get_path (ue->rr); model = gtk_tree_row_reference_get_model (ue->rr); GNUNET_assert (TRUE == gtk_tree_model_get_iter (model, &iter, path)); gtk_tree_path_free (path); gtk_list_store_set (GTK_LIST_STORE (model), &iter, UNINDEX_MC_UNINDEX_PROGRESS, ue->progress, -1); } /** * FS notified us that our undex operation completed * * @param ue operation that completed */ void GNUNET_FS_GTK_unindex_handle_completed_ (struct UnindexEntry *ue) { GtkTreePath *path; GtkTreeIter iter; GtkTreeModel *model; if (NULL != ue->rr) { path = gtk_tree_row_reference_get_path (ue->rr); model = gtk_tree_row_reference_get_model (ue->rr); GNUNET_assert (TRUE == gtk_tree_model_get_iter (model, &iter, path)); gtk_tree_path_free (path); gtk_list_store_remove (GTK_LIST_STORE (model), &iter); gtk_tree_row_reference_free (ue->rr); ue->rr = NULL; } GNUNET_FS_unindex_stop (ue->uc); } /* end of gnunet-fs-gtk_unindex.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_create-pseudonym.c0000644000175000017500000000575311713066445020150 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_create-pseudonym.c * @author Christian Grothoff * @brief code to handle the main menu action to create a pseudonym */ #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk.h" /** * User completed the 'create pseudonym' dialog. Run the desired action. * * @param dialog the dialog * @param response_id GTK_RESPONSE_OK on "OK" * @param user_data the builder of the dialog */ void GNUNET_GTK_create_namespace_dialog_response_cb (GtkDialog * dialog, gint response_id, gpointer user_data) { GtkBuilder *builder = GTK_BUILDER (user_data); const char *name; struct GNUNET_FS_Namespace *ns; if (GTK_RESPONSE_OK != response_id) { gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (builder)); return; } name = gtk_entry_get_text (GTK_ENTRY (gtk_builder_get_object (builder, "GNUNET_GTK_create_namespace_name_entry"))); /* FIXME-FEATURE: show busy dialog while doing key creation */ if (NULL != name) { ns = GNUNET_FS_namespace_create (GNUNET_FS_GTK_get_fs_handle (), name); GNUNET_FS_namespace_delete (ns, GNUNET_NO); } gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (builder)); } /** * User selected "create pseudonym" in the menu of the main window. * * @param dummy the menu entry * @param user_data the main dialog builder, unused */ void GNUNET_GTK_main_menu_create_pseudonym_activate_cb (GtkWidget * dummy, gpointer user_data) { GtkWidget *ad; GtkWidget *toplevel; GtkBuilder *builder; builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_create_namespace_dialog.glade", NULL); if (NULL == builder) { GNUNET_break (0); return; } ad = GTK_WIDGET (gtk_builder_get_object (builder, "GNUNET_GTK_create_namespace_dialog")); toplevel = gtk_widget_get_toplevel (dummy); if (GTK_IS_WINDOW (toplevel)) gtk_window_set_transient_for (GTK_WINDOW (ad), GTK_WINDOW (toplevel)); gtk_window_present (GTK_WINDOW (ad)); } /* end of gnunet-fs-gtk_create-pseudonym.c */ gnunet-gtk-0.9.3/src/fs/Makefile.am0000644000175000017500000000257511727710230013773 00000000000000SUBDIRS = . INCLUDES = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/src/include \ @GTK_CFLAGS@ \ @GNUNET_CFLAGS@ \ @GLADE_CFLAGS@ bin_PROGRAMS = gnunet-fs-gtk gnunet_fs_gtk_SOURCES = \ gnunet-fs-gtk.c gnunet-fs-gtk.h \ gnunet-fs-gtk_about.c \ gnunet-fs-gtk_advertise-pseudonym.c \ gnunet-fs-gtk_anonymity-widgets.c gnunet-fs-gtk_anonymity-widgets.h \ gnunet-fs-gtk_common.c gnunet-fs-gtk_common.h \ gnunet-fs-gtk_create-pseudonym.c \ gnunet-fs-gtk_download-save-as.c gnunet-fs-gtk_download-save-as.h \ gnunet-fs-gtk_event-handler.c gnunet-fs-gtk_event-handler.h \ gnunet-fs-gtk_main-window-meta-data-context-menu.c \ gnunet-fs-gtk_main-window-namespace-dropdown.c \ gnunet-fs-gtk_main-window-search.c \ gnunet-fs-gtk_main-window-view-toggles.c \ gnunet-fs-gtk_open-directory.c \ gnunet-fs-gtk_open-uri.c gnunet-fs-gtk_open-uri.h \ gnunet-fs-gtk_unindex.c gnunet-fs-gtk_unindex.h \ gnunet-fs-gtk_publish-dialog.c \ gnunet-fs-gtk_publish-edit-dialog.c gnunet-fs-gtk_publish-edit-dialog.h \ gnunet-fs-gtk_namespace_manager.c gnunet_fs_gtk_LDADD = \ $(top_builddir)/src/lib/libgnunetgtk.la \ @GTK_LIBS@ \ @GLADE_LIBS@ @GNUNET_LIBS@ \ -lextractor \ -lgnunetutil \ -lgnunetfs \ $(INTLLIBS) gnunet_fs_gtk_LDFLAGS = \ -export-dynamic pkgcfgdir= $(pkgdatadir)/config.d/ pkgcfg_DATA = \ gnunet-fs-gtk.conf EXTRA_DIST = metatypes.c \ $(pkgcfg_DATA) gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_common.c0000644000175000017500000004170611735332322016144 00000000000000/* This file is part of GNUnet. (C) 2010, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_common.c * @brief Common functions used in various places * @author Christian Grothoff */ #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk_download-save-as.h" #include "gnunet-fs-gtk.h" #include "gnunet-fs-gtk_event-handler.h" /** * Converts metadata specified by @data of size @data_len * and saved in format @format to UTF-8 encoded string. * Works only for C-string and UTF8 metadata formats * (returns NULL for everything else). * Verifies UTF-8 strings. * * @param format format of the @data * @param data data to convert * @param data_len length of the data buffer (in bytes) * @return NULL if can't be converted, allocated string otherwise, * freeable with GNUNET_free* (). */ char * GNUNET_FS_GTK_dubious_meta_to_utf8 (enum EXTRACTOR_MetaFormat format, const char *data, size_t data_len) { switch (format) { case EXTRACTOR_METAFORMAT_UTF8: /* data must not contain NULLs (hence the -1) */ if (g_utf8_validate (data, data_len - 1, NULL)) return GNUNET_strdup (data); GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Failed to validate supposedly utf-8 string `%s' of length %u, assuming it to be a C string\n"), data, (unsigned int) data_len); format = EXTRACTOR_METAFORMAT_C_STRING; /* fall-through */ case EXTRACTOR_METAFORMAT_C_STRING: if (data_len > 0) { /* There are no guarantees that data is NULL-terminated, AFAIU, * so let's play it safe, shall we? */ char data_copy[data_len + 1]; memcpy (data_copy, data, data_len); data_copy[data_len] = '\0'; return GNUNET_GTK_from_loc_to_utf8 (data_copy); } break; default: break; } return NULL; } /** * Add meta data to list store. * * @param cls closure (the GtkListStore) * @param plugin_name name of the plugin that produced this value; * special values can be used (i.e. '' for zlib being * used in the main libextractor library and yielding * meta data). * @param type libextractor-type describing the meta data * @param format basic format information about data * @param data_mime_type mime-type of data (not of the original file); * can be NULL (if mime-type is not known) * @param data actual meta-data found * @param data_len number of bytes in data * @return 0 to continue (always) */ int GNUNET_FS_GTK_add_meta_data_to_list_store (void *cls, const char *plugin_name, enum EXTRACTOR_MetaType type, enum EXTRACTOR_MetaFormat format, const char *data_mime_type, const char *data, size_t data_len) { GtkListStore *ls = GTK_LIST_STORE (cls); char *data_to_insert; data_to_insert = GNUNET_FS_GTK_dubious_meta_to_utf8 (format, data, data_len); if (NULL == data_to_insert) return 0; gtk_list_store_insert_with_values (ls, NULL, G_MAXINT, GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_TYPE, type, GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_FORMAT, format, GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_TYPE_STRING, EXTRACTOR_metatype_to_string (type), GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_VALUE, data_to_insert, -1); GNUNET_free (data_to_insert); return 0; } /** * Convert the year from the spin button to an expiration * time (on midnight, January 1st of that year). * * @param spin button with an expiration year * @return expiration time in the usual GNUnet format */ struct GNUNET_TIME_Absolute GNUNET_FS_GTK_get_expiration_time (GtkSpinButton * spin) { struct GNUNET_TIME_Absolute ret; int year; year = gtk_spin_button_get_value_as_int (spin); GNUNET_assert (year >= 0); ret = GNUNET_FS_year_to_time ((unsigned int) year); GNUNET_break (GNUNET_TIME_absolute_get ().abs_value < ret.abs_value); return ret; } /** * Initialize the 'expiration_year_adjustment' of the given * builder to have a lower range of current-year+1 and a * default of current-year+2. * * @param builder builder object for which we should manipulate * the adjustment */ void GNUNET_FS_GTK_setup_expiration_year_adjustment (GtkBuilder * builder) { GtkAdjustment *aj; unsigned int year; year = GNUNET_FS_get_current_year (); aj = GTK_ADJUSTMENT (gtk_builder_get_object (builder, "expiration_year_adjustment")); gtk_adjustment_set_value (aj, year + 2); gtk_adjustment_set_lower (aj, year + 1); } /** * Obtain pixbuf from thumbnail data in meta data. * * @param meta input meta data * @return NULL on error, otherwise the embedded thumbnail */ GdkPixbuf * GNUNET_FS_GTK_get_thumbnail_from_meta_data (const struct GNUNET_CONTAINER_MetaData *meta) { GdkPixbuf *pixbuf; GdkPixbufLoader *loader; size_t ts; unsigned char *thumb; thumb = NULL; ts = GNUNET_CONTAINER_meta_data_get_thumbnail (meta, &thumb); if (0 == ts) return NULL; loader = gdk_pixbuf_loader_new (); gdk_pixbuf_loader_write (loader, (const guchar *) thumb, ts, NULL); pixbuf = gdk_pixbuf_loader_get_pixbuf (loader); gdk_pixbuf_loader_close (loader, NULL); if (NULL != pixbuf) g_object_ref (pixbuf); g_object_unref (loader); GNUNET_free (thumb); return pixbuf; } /** * mmap the given file and run the GNUNET_FS_directory_list_contents * function on it. * * @param filename name with the directory * @param dep function to call on each entry * @param dep_cls closure for 'dep' * @return GNUNET_OK on success */ int GNUNET_FS_GTK_mmap_and_scan (const char *filename, GNUNET_FS_DirectoryEntryProcessor dep, void *dep_cls) { struct GNUNET_DISK_FileHandle *fh; struct GNUNET_DISK_MapHandle *mh; uint64_t fsize; void *ddata; int ret; if (GNUNET_OK != GNUNET_DISK_file_size (filename, &fsize, GNUNET_YES, GNUNET_YES)) { GNUNET_break (0); return GNUNET_SYSERR; } if (0 == fsize) { /* empty file, cannot be a directory */ return GNUNET_SYSERR; } if (NULL == (fh = GNUNET_DISK_file_open (filename, GNUNET_DISK_OPEN_READ, GNUNET_DISK_PERM_NONE))) { GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "open", filename); return GNUNET_SYSERR; } if (NULL == (ddata = GNUNET_DISK_file_map (fh, &mh, GNUNET_DISK_MAP_TYPE_READ, (size_t) fsize))) { GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "mmap", filename); GNUNET_break (GNUNET_OK == GNUNET_DISK_file_close (fh)); return GNUNET_SYSERR; } if (GNUNET_SYSERR == GNUNET_FS_directory_list_contents ((size_t) fsize, ddata, 0, dep, dep_cls)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Selected file `%s' is not a GNUnet directory!\n"), filename); ret = GNUNET_SYSERR; } else { ret = GNUNET_OK; } GNUNET_break (GNUNET_OK == GNUNET_DISK_file_unmap (mh)); GNUNET_break (GNUNET_OK == GNUNET_DISK_file_close (fh)); return ret; } /** * Obtain the string we will use to describe a search result from * the respective meta data. * * @param meta meta data to inspect * @param is_a_dup is set to GNUNET_YES if the result is a dup, and there was * no description to be found. GNUNET_NO otherwise. * @return description of the result in utf-8, never NULL */ char * GNUNET_FS_GTK_get_description_from_metadata ( const struct GNUNET_CONTAINER_MetaData *meta, int *is_a_dup) { char *desc; char *utf8_desc; desc = GNUNET_CONTAINER_meta_data_get_first_by_types (meta, EXTRACTOR_METATYPE_PACKAGE_NAME, EXTRACTOR_METATYPE_TITLE, EXTRACTOR_METATYPE_BOOK_TITLE, EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME, EXTRACTOR_METATYPE_FILENAME, EXTRACTOR_METATYPE_DESCRIPTION, EXTRACTOR_METATYPE_SUMMARY, EXTRACTOR_METATYPE_ALBUM, EXTRACTOR_METATYPE_COMMENT, EXTRACTOR_METATYPE_SUBJECT, EXTRACTOR_METATYPE_KEYWORDS, -1); if (desc == NULL) { *is_a_dup = GNUNET_YES; return GNUNET_strdup (_("no description supplied")); } utf8_desc = GNUNET_FS_GTK_dubious_meta_to_utf8 (EXTRACTOR_METAFORMAT_UTF8, desc, strlen (desc) + 1); GNUNET_free (desc); if (utf8_desc == NULL) { *is_a_dup = GNUNET_YES; return GNUNET_strdup (_("no description supplied")); } *is_a_dup = GNUNET_NO; return utf8_desc; } /** * A URI was selected (or pasted into the application). Run * the appropriate action. * * @param uri the URI * @param anonymity_level anonymity level to use */ void GNUNET_FS_GTK_handle_uri (const struct GNUNET_FS_Uri *uri, guint anonymity_level) { GtkTreeIter iter; GtkTreeModel *namespace_treestore; GtkTreeView *namespace_tree; gchar *value; GtkLabel *sel_namespace_label; GtkTreePath *treepath; GtkEntry *query_entry; GNUNET_HashCode *nsid; GNUNET_HashCode want; if (GNUNET_FS_uri_test_chk (uri) || GNUNET_FS_uri_test_loc (uri)) { struct DownloadEntry *de; de = GNUNET_malloc (sizeof (struct DownloadEntry)); de->anonymity = anonymity_level; de->uri = GNUNET_FS_uri_dup (uri); GNUNET_FS_GTK_open_download_as_dialog (de); return; } query_entry = GTK_ENTRY (GNUNET_FS_GTK_get_main_window_object ("main_window_search_entry")); namespace_tree = GTK_TREE_VIEW (GNUNET_FS_GTK_get_main_window_object ("namespace_selector_treeview")); namespace_treestore = GTK_TREE_MODEL (GNUNET_FS_GTK_get_main_window_object ("main_window_search_namespace_treestore")); sel_namespace_label = GTK_LABEL (GNUNET_FS_GTK_get_main_window_object ("main_window_search_selected_namespace_label")); if (GNUNET_FS_uri_test_sks (uri)) { /* select the namespace */ if (GNUNET_OK != GNUNET_FS_uri_sks_get_namespace (uri, &want)) { GNUNET_break (0); return; } if (! gtk_tree_model_get_iter_first (namespace_treestore, &iter)) { GNUNET_break (0); return; } gtk_tree_model_get (namespace_treestore, &iter, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_KEY, &nsid, -1); while ( ( (NULL == nsid) || (0 != memcmp (nsid, &want, sizeof (GNUNET_HashCode))) ) && (gtk_tree_model_iter_next (namespace_treestore, &iter)) ) gtk_tree_model_get (namespace_treestore, &iter, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_KEY, &nsid, -1); if ( (NULL == nsid) || (0 != memcmp (nsid, &want, sizeof (GNUNET_HashCode))) ) { /* namespace unknown / not in list!? */ GNUNET_break (0); return; } gtk_tree_selection_select_iter (gtk_tree_view_get_selection (namespace_tree), &iter); treepath = gtk_tree_model_get_path (namespace_treestore, &iter); if (GNUNET_GTK_get_tree_string (namespace_tree, treepath, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_NAME, &value)) gtk_label_set_text (sel_namespace_label, value); gtk_tree_path_free (treepath); /* set search entry to the namespace identifier */ { char *query_string; query_string = GNUNET_FS_uri_sks_get_content_id (uri); gtk_entry_set_text (query_entry, query_string); GNUNET_free (query_string); } return; } if (GNUNET_FS_uri_test_ksk (uri)) { /* select "no" namespace, which should be the first entry in the namespace */ if (gtk_tree_model_get_iter_first (namespace_treestore, &iter)) { gtk_tree_selection_select_iter (gtk_tree_view_get_selection (namespace_tree), &iter); treepath = gtk_tree_model_get_path (namespace_treestore, &iter); if (GNUNET_GTK_get_tree_string (namespace_tree, treepath, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_NAME, &value)) gtk_label_set_text (sel_namespace_label, value); gtk_tree_path_free (treepath); } /* set search entry to the query string */ { char *query_string; query_string = GNUNET_FS_uri_ksk_to_string_fancy (uri); gtk_entry_set_text (query_entry, query_string); GNUNET_free (query_string); } return; } GNUNET_break (0); } /* Largest rating value among all namespaces. INT_MIN means "undefined" */ static int largest_namespace_rating = INT_MIN; /** * Helper function for finding the largest namespace rating. * * @param cls closure * @param pseudonym pseudonym hash * @param md metadata container * @param rating rating * @return GNUNET_OK to keep iterating */ static int find_largest_namespace_rating_iterator (void *cls, const GNUNET_HashCode *pseudonym, const char *name, const char *unique_name, const struct GNUNET_CONTAINER_MetaData *md, int rating) { int *largest = cls; if (*largest < rating) *largest = rating; return GNUNET_OK; } /** * Finds largest namespace rating. * Used to calculate a rating for newly discovered namespaces. * Returns from cache, if possible. * * @return largest namespace rating. Might be negative and even. INT_MIN means * that no namespaces are known. */ int GNUNET_GTK_find_largest_namespace_rating () { if (largest_namespace_rating != INT_MIN) return largest_namespace_rating; (void) GNUNET_PSEUDONYM_list_all (GNUNET_FS_GTK_get_configuration (), find_largest_namespace_rating_iterator, &largest_namespace_rating); return largest_namespace_rating; } /** * Sets largest namespace rating. * Used to change cached largest namespace rating, when namespace list * was changed in a way that is easy to track. * If namespace list was changed in a way that makes it difficult to * decide upon the new value, set new value to INT_MIN. * * @param new_value new value for the rating. */ void GNUNET_GTK_set_largest_namespace_rating (int new_value) { largest_namespace_rating = new_value; } /** * Converts a GtkTreeRowReference to a GtkTreeIter. * * @param rr row reference * @param iter pointer to an iter structure to fill * @return GNUNET_OK if iter was filled, GNUNET_SYSERR otherwise */ int GNUNET_GTK_get_iter_from_reference (GtkTreeRowReference *rr, GtkTreeIter *iter) { int result = GNUNET_SYSERR; if (rr != NULL) { if (gtk_tree_row_reference_valid (rr)) { GtkTreePath *path; GtkTreeModel *model; path = gtk_tree_row_reference_get_path (rr); model = gtk_tree_row_reference_get_model (rr); if (path != NULL && model != NULL) { if (gtk_tree_model_get_iter (model, iter, path)) result = GNUNET_OK; gtk_tree_path_free (path); } } } return result; } /** * Creates a GtkTreeRowReference from a GtkTreeIter. * * @param model a model to reference * @param iter an iter that points to a row in the model * @return newly created reference or NULL in case of error */ GtkTreeRowReference * GNUNET_GTK_get_reference_from_iter (GtkTreeModel *model, GtkTreeIter *iter) { GtkTreeRowReference *result = NULL; if (iter != NULL && model != NULL) { GtkTreePath *path = gtk_tree_model_get_path (model, iter); if (path != NULL) { result = gtk_tree_row_reference_new (model, path); gtk_tree_path_free (path); } } return result; } /* end of gnunet-fs-gtk-common.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk.c0000644000175000017500000003347211727710230014574 00000000000000/* This file is part of GNUnet. (C) 2010, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk.c * @brief Main function of gnunet-fs-gtk * @author Christian Grothoff */ #include "gnunet-fs-gtk.h" #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk_event-handler.h" #include "gnunet-fs-gtk_open-uri.h" /** * How many block requests can we have outstanding in parallel at a time by default? */ #define DEFAULT_MAX_PARALLEL_REQUESTS 100000 /** * How many downloads can we have outstanding in parallel at a time by default? */ #define DEFAULT_MAX_PARALLEL_DOWNLOADS 128 /** * Should gnunet-fs-gtk start in tray mode? */ static int tray_only; /** * Handle to our main loop. */ static struct GNUNET_GTK_MainLoop *ml; /** * Handle for file-sharing operations. */ static struct GNUNET_FS_Handle *fs; /** * Return handle for file-sharing operations. * * @return NULL on error */ struct GNUNET_FS_Handle * GNUNET_FS_GTK_get_fs_handle () { return fs; } /** * Get our configuration. * * @return configuration handle */ const struct GNUNET_CONFIGURATION_Handle * GNUNET_FS_GTK_get_configuration () { return GNUNET_GTK_main_loop_get_configuration (ml); } /** * Get an object from the main window. * * @param name name of the object * @return NULL on error */ GObject * GNUNET_FS_GTK_get_main_window_object (const char *name) { return GNUNET_GTK_main_loop_get_object (ml, name); } /** * Return the list store with anonymity levels. * * @return the list store */ GtkTreeModel * GNUNET_FS_GTK_get_anonymity_level_list_store () { return GTK_TREE_MODEL (GNUNET_FS_GTK_get_main_window_object ("anonymity_level_liststore")); } /** * Obtains main window position and size before it's destroyed * and saves these into user's config file. * * @param main_window main window widget */ static void main_window_save_position (GtkWidget *main_window) { GdkWindow *main_window_gdk; gint window_x; gint window_y; gint window_width; gint window_height; int maximized; GdkWindowState window_state; struct GNUNET_CONFIGURATION_Handle *cfg; struct GNUNET_CONFIGURATION_Handle *cfgDefault; cfg = (struct GNUNET_CONFIGURATION_Handle *) GNUNET_GTK_main_loop_get_configuration (ml); main_window_gdk = gtk_widget_get_window (main_window); maximized = GNUNET_YES; if (NULL != main_window_gdk) { window_state = gdk_window_get_state (main_window_gdk); if (!(window_state & GDK_WINDOW_STATE_MAXIMIZED)) maximized = GNUNET_NO; } gtk_window_get_position (GTK_WINDOW (main_window), &window_x, &window_y); gtk_window_get_size (GTK_WINDOW (main_window), &window_width, &window_height); GNUNET_CONFIGURATION_set_value_number (cfg, "gnunet-gtk", "MAIN_WINDOW_X", window_x); GNUNET_CONFIGURATION_set_value_number (cfg, "gnunet-gtk", "MAIN_WINDOW_Y", window_y); GNUNET_CONFIGURATION_set_value_number (cfg, "gnunet-gtk", "MAIN_WINDOW_WIDTH", window_width); GNUNET_CONFIGURATION_set_value_number (cfg, "gnunet-gtk", "MAIN_WINDOW_HEIGHT", window_height); GNUNET_CONFIGURATION_set_value_string (cfg, "gnunet-gtk", "MAIN_WINDOW_MAXIMIZED", (maximized == GNUNET_YES) ? "YES" : "NO"); cfgDefault = GNUNET_CONFIGURATION_create (); (void) GNUNET_CONFIGURATION_load (cfgDefault, NULL); /* load defaults only */ GNUNET_CONFIGURATION_write_diffs (cfgDefault, cfg, GNUNET_GTK_main_loop_get_configuration_file (ml)); GNUNET_CONFIGURATION_destroy (cfgDefault); } /** * Obtains main window position and size before it's destroyed * and saves these into user's config file. * * @param main_window main window widget */ void GNUNET_FS_GTK_main_window_drag_end (GtkWidget *main_window, GdkDragContext *drag_context, gpointer user_data) { struct GNUNET_GTK_MainWindowContext *main_context = user_data; main_window_save_position (main_context->main_window); } /** * Obtains main window position and size before it's destroyed * and saves these into user's config file. * * @param main_window main window widget */ void GNUNET_FS_GTK_main_window_size_request (GtkWidget *main_window, GtkRequisition *requisition, gpointer user_data) { struct GNUNET_GTK_MainWindowContext *main_context = user_data; main_window_save_position (main_context->main_window); } /** * Task run on shutdown. * FIXME-STYLE: does this need to be a separate task!? * * @param cls NULL * @param tc scheduler context, unused */ static void shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { GNUNET_GTK_main_loop_quit (ml); if (fs != NULL) { GNUNET_FS_stop (fs); fs = NULL; } } /** * Callback invoked if the application is supposed to exit. * * @param object origin of the quit event, unused * @param user_data global builder instance, unused */ void GNUNET_FS_GTK_menu_quit_activate_cb (GtkMenuItem *object, gpointer user_data) { struct GNUNET_GTK_MainWindowContext *main_context = user_data; GNUNET_GTK_tray_icon_destroy (); GNUNET_SCHEDULER_add_with_priority (GNUNET_SCHEDULER_PRIORITY_IDLE, &shutdown_task, NULL); GNUNET_free (main_context); } /** * Callback invoked if the application is supposed to exit. * * @param object origin of the quit event, unused * @param user_data global builder instance, unused */ void GNUNET_FS_GTK_delete_event_cb (GtkWidget *object, GdkEvent *event, gpointer user_data) { struct GNUNET_GTK_MainWindowContext *main_context = user_data; GNUNET_GTK_tray_icon_destroy (); GNUNET_SCHEDULER_add_with_priority (GNUNET_SCHEDULER_PRIORITY_IDLE, &shutdown_task, NULL); GNUNET_free (main_context); } /** * Text was pasted into the main window. Check if it is a URL * and perform the appropriate action. * * @param cb source clipboard * @param text pasted text * @param data NULL */ static void process_paste (GtkClipboard *cb, const gchar *text, gpointer data) { struct GNUNET_FS_Uri *kskuri; char *emsg; if (strlen (text) == 0) return; if (GNUNET_OK == GNUNET_FS_GTK_handle_uri_string (text, 1)) return; emsg = NULL; kskuri = GNUNET_FS_uri_ksk_create (text, &emsg); if (NULL == kskuri) { GNUNET_free_non_null (emsg); return; } GNUNET_FS_GTK_handle_uri (kskuri, 1); GNUNET_FS_uri_destroy (kskuri); } /** * We got an event in the main window. Check for clipboard action. * * @param widget the main window * @param event the event, we only care about button events * @param user_data the 'struct SearchTab' the widget is in * @return FALSE if no menu could be popped up, * TRUE if there is now a pop-up menu */ gboolean GNUNET_FS_GTK_main_window_button_press_event (GtkWidget * widget, GdkEvent * event, gpointer user_data) { GdkEventButton *event_button = (GdkEventButton *) event; GtkClipboard *cb; if ( (event->type != GDK_BUTTON_PRESS) || (event_button->button != 2) ) return FALSE; cb = gtk_clipboard_get (gdk_atom_intern ("PRIMARY", FALSE)); gtk_clipboard_request_text (cb, &process_paste, NULL); return FALSE; } /** * Actual main function run right after GNUnet's scheduler * is initialized. Initializes up GTK and Glade. * * @param cls handle to the main loop ('struct GNUNET_GTK_MainLoop') * @param tc scheduler context, unused */ static void run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { unsigned long long dl_parallel, req_parallel, window_x, window_y, window_width, window_height; int maximized; struct GNUNET_GTK_MainWindowContext *main_context; main_context = GNUNET_malloc (sizeof (struct GNUNET_GTK_MainWindowContext)); ml = cls; /* setup main context */ if (GNUNET_OK != GNUNET_GTK_main_loop_build_window (cls, main_context)) { GNUNET_free (main_context); return; } main_context->builder = GNUNET_GTK_main_loop_get_builder (cls); main_context->cfg = GNUNET_GTK_main_loop_get_configuration (cls); main_context->search_ns_treestore = GTK_TREE_STORE (GNUNET_FS_GTK_get_main_window_object ("main_window_search_namespace_treestore")); main_context->main_window = GTK_WIDGET (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window")); main_context->ns_selector_treeview = GTK_TREE_VIEW (GNUNET_FS_GTK_get_main_window_object ("namespace_selector_treeview")); main_context->ns_selector_window = GTK_WIDGET (GNUNET_FS_GTK_get_main_window_object ("namespace_selector_window")); main_context->ns_dropdown_button = GTK_TOGGLE_BUTTON (GNUNET_FS_GTK_get_main_window_object ("main_window_search_namespace_dropdown_button")); main_context->search_ns_label = GTK_LABEL (GNUNET_FS_GTK_get_main_window_object ("main_window_search_selected_namespace_label")); main_context->search_entry = GTK_ENTRY (GNUNET_FS_GTK_get_main_window_object ("main_window_search_entry")); main_context->anonymity_combo = GTK_COMBO_BOX (GNUNET_FS_GTK_get_main_window_object ("main_window_search_anonymity_combobox")); main_context->anonymity_level_liststore = GTK_LIST_STORE (GNUNET_FS_GTK_get_main_window_object ("anonymity_level_liststore")); main_context->preview_image = GTK_IMAGE (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window_preview_image")); main_context->md_liststore = GTK_LIST_STORE (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_meta_data_list_store")); main_context->md_treeview = GTK_TREE_VIEW (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window_metadata_treeview")); main_context->ns_callback_registered = GNUNET_NO; GNUNET_GTK_set_icon_search_path (); GNUNET_GTK_setup_nls (); /* Make sure button class is realized */ g_type_class_unref (g_type_class_ref (GTK_TYPE_BUTTON)); /* GNUnet main window assumes that images on buttons are visible, * override the theme's gtkrc setting */ g_object_set (gtk_settings_get_default (), "gtk-button-images", TRUE, NULL); /* setup main window */ maximized = GNUNET_CONFIGURATION_get_value_yesno (main_context->cfg, "gnunet-gtk", "MAIN_WINDOW_MAXIMIZED"); if (GNUNET_SYSERR == maximized) maximized = GNUNET_YES; if ( (GNUNET_NO == maximized) && (GNUNET_OK == GNUNET_CONFIGURATION_get_value_number (main_context->cfg, "gnunet-gtk", "MAIN_WINDOW_X", &window_x)) && (GNUNET_OK == GNUNET_CONFIGURATION_get_value_number (main_context->cfg, "gnunet-gtk", "MAIN_WINDOW_Y", &window_y)) && (GNUNET_OK == GNUNET_CONFIGURATION_get_value_number (main_context->cfg, "gnunet-gtk", "MAIN_WINDOW_WIDTH", &window_width)) && (GNUNET_OK == GNUNET_CONFIGURATION_get_value_number (main_context->cfg, "gnunet-gtk", "MAIN_WINDOW_HEIGHT", &window_height)) ) { gtk_window_move (GTK_WINDOW (main_context->main_window), window_x, window_y); gtk_window_resize (GTK_WINDOW (main_context->main_window), window_width, window_height); } else { /* If anything is wrong - play safe and show it maximized */ gtk_window_maximize (GTK_WINDOW (main_context->main_window)); } /* Allow multiple selection in metadata view; */ /* FIXME-GTK3: this can be done within (modern versions of) glade */ gtk_tree_selection_set_mode (gtk_tree_view_get_selection (main_context->md_treeview), GTK_SELECTION_MULTIPLE); GNUNET_GTK_tray_icon_create (GTK_WINDOW (main_context->main_window), "gnunet-fs-gtk", "gnunet-fs-gtk"); /* FIXME: should these '1's be here? Maybe better to put them into * default config files? */ if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_number (main_context->cfg, "gnunet-fs-gtk", "MAX_PARALLEL_DOWNLOADS", &dl_parallel)) dl_parallel = DEFAULT_MAX_PARALLEL_DOWNLOADS; if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_number (main_context->cfg, "gnunet-fs-gtk", "MAX_PARALLEL_REQUESTS", &req_parallel)) req_parallel = DEFAULT_MAX_PARALLEL_REQUESTS; /* initialize file-sharing */ fs = GNUNET_FS_start (main_context->cfg, "gnunet-fs-gtk", &GNUNET_GTK_fs_event_handler, NULL, GNUNET_FS_FLAGS_PERSISTENCE | GNUNET_FS_FLAGS_DO_PROBES, GNUNET_FS_OPTIONS_DOWNLOAD_PARALLELISM, (unsigned int) dl_parallel, GNUNET_FS_OPTIONS_REQUEST_PARALLELISM, (unsigned int) req_parallel, GNUNET_FS_OPTIONS_END); if (NULL == fs) { GNUNET_GTK_main_loop_quit (cls); GNUNET_free (main_context); return; } GNUNET_GTK_main_window_refresh_ns_list (main_context); /* make GUI visible */ if (!tray_only) { gtk_widget_show (main_context->main_window); gtk_window_present (GTK_WINDOW (main_context->main_window)); } } int main (int argc, char *const *argv) { static struct GNUNET_GETOPT_CommandLineOption options[] = { {'t', "tray", NULL, gettext_noop ("start in tray mode"), 0, &GNUNET_GETOPT_set_one, &tray_only}, GNUNET_GETOPT_OPTION_END }; if (GNUNET_OK != GNUNET_GTK_main_loop_start ("gnunet-fs-gtk", "GTK GUI for GNUnet", argc, argv, options, "gnunet_fs_gtk_main_window.glade", &run)) return 1; return 0; } /* end of gnunet-fs-gtk.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_main-window-view-toggles.c0000644000175000017500000000521511712613277021520 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_main-window-view-toggles.c * @author Christian Grothoff * @brief This file contains callbacks for the 'view' menu that toggle views. */ #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk.h" /** * Toggle the visibility of a widget based on the checkeness * of a menu item. * * @param toggled_widget name of widget to toggle * @param toggle_menu name of menu entry */ static void toggle_view (const char *toggled_widget, const char *toggle_menu) { GtkCheckMenuItem *mi; GtkWidget *widget; widget = GTK_WIDGET (GNUNET_FS_GTK_get_main_window_object (toggled_widget)); mi = GTK_CHECK_MENU_ITEM (GNUNET_FS_GTK_get_main_window_object (toggle_menu)); if (gtk_check_menu_item_get_active (mi)) gtk_widget_show (widget); else gtk_widget_hide (widget); } /** * Preview view is toggled. * * @param dummy widget triggering the event * @param gpointer main window builder (unused) */ void GNUNET_GTK_main_menu_view_preview_toggled_cb (GtkWidget * dummy, gpointer data) { toggle_view ("GNUNET_GTK_main_window_preview_image", "GNUNET_GTK_main_menu_view_preview"); } /** * Metadata view is toggled. * * @param dummy widget triggering the event * @param gpointer main window builder (unused) */ void GNUNET_GTK_main_menu_view_metadata_toggled_cb (GtkWidget * dummy, gpointer data) { toggle_view ("GNUNET_GTK_main_window_metadata_treeview", "GNUNET_GTK_main_menu_view_metadata"); } /** * Preview view is toggled. * * @param dummy widget triggering the event * @param gpointer main window builder (unused) */ void GNUNET_GTK_main_menu_view_search_toggled_cb (GtkWidget * dummy, gpointer data) { toggle_view ("main_window_search_hbox", "GNUNET_GTK_main_menu_search_preview"); } /* end of gnunet-fs-gtk_main-window-view-toggles.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c0000644000175000017500000003664411735332322022676 00000000000000/* This file is part of GNUnet (C) 2011, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c * @author LRN * @brief event handlers for the namespace selection dropdown box in the main window */ #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk.h" #include "gnunet-fs-gtk_event-handler.h" /** * How long until we automatically hide the drop-down if the cursor is outside the bounds? */ #define AUTO_HIDE_TIMEOUT_MS 100 /** * ID of a timeout task which we schedule to close the drop-down automatically * if the mouse leaves the area for a while. 0 for no such task. * * FIXME-BUG-MINOR: this task is not cancelled if the main window is closed while * the drop-down is down. */ static guint namespace_selector_window_leave_timeout_source; /** * The mouse has re-entered the dropdown window. Stop the * timeout task that would hide the dropdown. * * @param widget the dropdown widget * @param event the mouse-enter event * @param user_data the context for the main window */ gboolean GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb (GtkWidget *widget, GdkEvent *event, gpointer user_data) { if (namespace_selector_window_leave_timeout_source > 0) g_source_remove (namespace_selector_window_leave_timeout_source); namespace_selector_window_leave_timeout_source = 0; return FALSE; } /** * Run when the timeout has expired. Hides the drop down window. * * @param user_data the toggle button which we will use to hide the dropdown * @return FALSE */ static gboolean namespace_selector_window_leave_timeout_cb (gpointer user_data) { GtkToggleButton *toggle_button = GTK_TOGGLE_BUTTON (user_data); /* This will eventually hide the namespace selector */ namespace_selector_window_leave_timeout_source = 0; gtk_toggle_button_set_active (toggle_button, FALSE); return FALSE; } /** * The cursor has left the window. Place a timeout to hide the * window. It will be cancelled if the cursor re-enters the namespace * selector window or the toggle button within 100ms * * @param user_data the context for the main window */ gboolean GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb (GtkWidget * widget, GdkEvent * event, gpointer user_data) { struct GNUNET_GTK_MainWindowContext *main_ctx = user_data; if (namespace_selector_window_leave_timeout_source > 0) g_source_remove (namespace_selector_window_leave_timeout_source); namespace_selector_window_leave_timeout_source = g_timeout_add (AUTO_HIDE_TIMEOUT_MS, &namespace_selector_window_leave_timeout_cb, main_ctx->ns_dropdown_button); return FALSE; } /** * Given a tree view, find out which row is currently selected. * * @param tree a tree view instance * @return a reference to the currently selected row, or NULL for none */ static GtkTreeRowReference * get_selected_row_from_treeview (GtkTreeView * tree) { GtkTreeSelection *sel; GtkTreeModel *model; GtkTreePath *path; GtkTreeIter iter; GtkTreeRowReference *ref; sel = gtk_tree_view_get_selection (tree); if (! gtk_tree_selection_get_selected (sel, &model, &iter)) return NULL; path = gtk_tree_model_get_path (model, &iter); ref = gtk_tree_row_reference_new (model, path); gtk_tree_path_free (path); return ref; } /** * Changes were made to the selected entry in the tree view and the * user clicked to confirm. Hide the drop down and display the * selected entry as the new namespace label. * * @param main_ctx the context for the main window * @param tv the tree view that was updated */ static void commit_changes (struct GNUNET_GTK_MainWindowContext *main_ctx, GtkTreeView *tv) { GtkTreePath *treepath; gchar *value; if (NULL != main_ctx->selected_ns_row) gtk_tree_row_reference_free (main_ctx->selected_ns_row); main_ctx->selected_ns_row = get_selected_row_from_treeview (tv); treepath = gtk_tree_row_reference_get_path (main_ctx->selected_ns_row); if (GNUNET_GTK_get_tree_string (tv, treepath, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_NAME, &value)) { gtk_label_set_text (main_ctx->search_ns_label, (NULL != value) ? value : ""); g_free (value); } if (GNUNET_GTK_get_tree_string (tv, treepath, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_ROOT, &value)) { gtk_entry_set_text (main_ctx->search_entry, (NULL != value) ? value : ""); g_free (value); } gtk_tree_path_free (treepath); /* hide the namespace selector */ gtk_toggle_button_set_active (main_ctx->ns_dropdown_button, FALSE); } /** * User pushed the button in the treeview. Get the selected entry * and remember it in the "pushed-rowreference" of the widget. * This way, we can use it when the button is released. * * @param widget the tree view widget * @param event the push event * @param user_data the context for the main window * @return FALSE */ gboolean GNUNET_FS_GTK_namespace_selector_treeview_button_press_event_cb (GtkWidget * widget, GdkEvent * event, gpointer user_data) { struct GNUNET_GTK_MainWindowContext *main_ctx = user_data; if (NULL != main_ctx->ns_selector_pushed_row) gtk_tree_row_reference_free (main_ctx->ns_selector_pushed_row); main_ctx->ns_selector_pushed_row = get_selected_row_from_treeview (GTK_TREE_VIEW (widget)); return FALSE; } /** * User released the button in the treeview. Get the selected entry * and update the cursor accordingly, but only if the user pushed the * button down and released it in the same row. * * @param widget the tree view widget * @param event the release event * @param user_data the context for the main window * @return FALSE */ gboolean GNUNET_FS_GTK_namespace_selector_treeview_button_release_event_cb (GtkWidget * widget, GdkEvent * event, gpointer user_data) { struct GNUNET_GTK_MainWindowContext *main_ctx = user_data; GtkTreeRowReference *ref; ref = get_selected_row_from_treeview (GTK_TREE_VIEW (widget)); if ( (NULL != ref) && (NULL != main_ctx->ns_selector_pushed_row)) { GtkTreePath *path_ref; GtkTreePath *path_old; path_ref = gtk_tree_row_reference_get_path (ref); path_old = gtk_tree_row_reference_get_path (main_ctx->ns_selector_pushed_row); if (0 == gtk_tree_path_compare (path_ref, path_old)) commit_changes (main_ctx, GTK_TREE_VIEW (widget)); if (path_ref) gtk_tree_path_free (path_ref); if (path_old) gtk_tree_path_free (path_old); } if (NULL != ref) gtk_tree_row_reference_free (ref); if (NULL != main_ctx->ns_selector_pushed_row) gtk_tree_row_reference_free (main_ctx->ns_selector_pushed_row); main_ctx->ns_selector_pushed_row = NULL; return FALSE; } /** * The toggle button that changes the visibility of the namespace dropdown * list was toggled. * * @param togglebutton the button that toggles the namespace dropdown list * @param user_data the contexxt for the main window */ void GNUNET_FS_GTK_search_namespace_dropdown_button_toggled_cb (GtkToggleButton * togglebutton, gpointer user_data) { struct GNUNET_GTK_MainWindowContext *main_ctx = user_data; gboolean active; GtkAllocation togglebutton_allocation; GdkWindow *main_window_gdk; gint mwg_x; gint mwg_y; gint tgb_x; gint tgb_y; gint popup_x; gint popup_y; g_object_get (G_OBJECT (togglebutton), "active", &active, NULL); if (! active) { gtk_widget_hide (main_ctx->ns_selector_window); gtk_widget_grab_focus (GTK_WIDGET (togglebutton)); return; } gtk_widget_get_allocation (GTK_WIDGET (togglebutton), &togglebutton_allocation); main_window_gdk = gtk_widget_get_window (GTK_WIDGET (togglebutton)); gdk_window_get_origin (main_window_gdk, &mwg_x, &mwg_y); /* show the window below the button */ tgb_x = mwg_x + togglebutton_allocation.x; tgb_y = mwg_y + togglebutton_allocation.y; popup_x = tgb_x; popup_y = tgb_y + togglebutton_allocation.height; gtk_window_move (GTK_WINDOW (main_ctx->ns_selector_window), popup_x, popup_y); gtk_widget_show_all (main_ctx->ns_selector_window); gtk_widget_grab_focus (GTK_WIDGET (main_ctx->ns_selector_treeview)); } /** * Add pseudonym data to tree store * * @param cls closure (the 'GtkListStore') * @param pseudonym hash code of public key of pseudonym * @param md meta data known about the pseudonym * @param rating the local rating of the pseudonym * @return GNUNET_OK to continue iteration, GNUNET_SYSERR to abort */ static int add_namespace_to_ts (void *cls, const GNUNET_HashCode * pseudonym, const char *name, const char *unique_name, const struct GNUNET_CONTAINER_MetaData *md, int rating) { GtkTreeStore *ts = cls; char *root; char *ns_name, *unique_ns_name; GNUNET_HashCode *nsid; char *description; int desc_is_a_dup; char *uris; char *emsg; struct GNUNET_FS_Uri *uri; GtkTreeIter iter; if (rating < 0) return GNUNET_OK; GNUNET_PSEUDONYM_get_info (GNUNET_FS_GTK_get_configuration (), pseudonym, NULL, NULL, &ns_name, NULL); unique_ns_name = GNUNET_PSEUDONYM_name_uniquify ( GNUNET_FS_GTK_get_configuration (), pseudonym, ns_name, NULL); GNUNET_free (ns_name); nsid = GNUNET_malloc (sizeof (GNUNET_HashCode)); *nsid = *pseudonym; root = NULL; uris = GNUNET_CONTAINER_meta_data_get_by_type (md, EXTRACTOR_METATYPE_URI); if (uris != NULL) { emsg = NULL; uri = GNUNET_FS_uri_parse (uris, &emsg); if (uri == NULL) GNUNET_free (emsg); root = GNUNET_FS_uri_sks_get_content_id (uri); GNUNET_FS_uri_destroy (uri); } description = GNUNET_FS_GTK_get_description_from_metadata (md, &desc_is_a_dup); gtk_tree_store_insert_with_values (ts, &iter, NULL, G_MAXINT, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_NAME, unique_ns_name, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_KEY, nsid, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_ROOT, root, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_TOOLTIP, description, -1); GNUNET_free (unique_ns_name); GNUNET_free_non_null (root); GNUNET_free (description); return GNUNET_OK; } void GNUNET_GTK_main_window_refresh_ns_list (struct GNUNET_GTK_MainWindowContext *main_ctx) { GtkTreeIter iter; GtkTreePath *treepath; GNUNET_HashCode *key = NULL, *selected_ns_id; gboolean found = FALSE; gchar *value = NULL; if (NULL != main_ctx->selected_ns_row) { GtkTreeModel *model; treepath = gtk_tree_row_reference_get_path (main_ctx->selected_ns_row); model = gtk_tree_view_get_model (main_ctx->ns_selector_treeview); if (model) { if (gtk_tree_model_get_iter (model, &iter, treepath)) { gtk_tree_model_get (model, &iter, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_KEY, &key, -1); } } gtk_tree_path_free (treepath); gtk_tree_row_reference_free (main_ctx->selected_ns_row); main_ctx->selected_ns_row = NULL; } selected_ns_id = NULL; if (key != NULL) { selected_ns_id = GNUNET_malloc (sizeof (GNUNET_HashCode)); memcpy (selected_ns_id, key, sizeof (GNUNET_HashCode)); } if (gtk_tree_model_get_iter_first (GTK_TREE_MODEL ( main_ctx->search_ns_treestore), &iter)) { while (TRUE) { gtk_tree_model_get (GTK_TREE_MODEL (main_ctx->search_ns_treestore), &iter, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_KEY, &key, -1); GNUNET_free_non_null (key); if (TRUE != gtk_tree_model_iter_next (GTK_TREE_MODEL ( main_ctx->search_ns_treestore), &iter)) break; } } gtk_tree_store_clear (main_ctx->search_ns_treestore); gtk_tree_store_insert_with_values (main_ctx->search_ns_treestore, &iter, NULL, G_MAXINT, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_NAME, "Any", GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_KEY, NULL, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_ROOT, "", GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_TOOLTIP, "Do not search in any particular namespace", -1); if (GNUNET_YES == main_ctx->ns_callback_registered) GNUNET_PSEUDONYM_discovery_callback_unregister (add_namespace_to_ts, main_ctx->search_ns_treestore); GNUNET_PSEUDONYM_discovery_callback_register (main_ctx->cfg, add_namespace_to_ts, main_ctx->search_ns_treestore); main_ctx->ns_callback_registered = GNUNET_YES; if (gtk_tree_model_get_iter_first (GTK_TREE_MODEL ( main_ctx->search_ns_treestore), &iter)) { while (TRUE) { gtk_tree_model_get (GTK_TREE_MODEL (main_ctx->search_ns_treestore), &iter, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_NAME, &value, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_KEY, &key, -1); if (selected_ns_id == NULL) found = TRUE; else if (key != NULL && memcmp (key, selected_ns_id, sizeof (GNUNET_HashCode)) == 0) found = TRUE; if (found || (TRUE != gtk_tree_model_iter_next (GTK_TREE_MODEL ( main_ctx->search_ns_treestore), &iter))) break; else g_free (value); } } if ( (!found) && gtk_tree_model_get_iter_first (GTK_TREE_MODEL ( main_ctx->search_ns_treestore), &iter)) { gtk_tree_model_get (GTK_TREE_MODEL (main_ctx->search_ns_treestore), &iter, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_NAME, &value, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_KEY, &key, -1); found = TRUE; } if (found) gtk_tree_selection_select_iter (gtk_tree_view_get_selection (main_ctx->ns_selector_treeview), &iter); if (value != NULL) { gtk_label_set_text (main_ctx->search_ns_label, value); g_free(value); } GNUNET_free_non_null (selected_ns_id); } /* end of gnunet-fs-gtk_main-window-namespace-dropdown.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_advertise-pseudonym.c0000644000175000017500000002543011736024061020656 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_advertise-pseudonym.c * @author Christian Grothoff * @brief allow the user to select a pseudonym to advertise and * then run the advertising dialog (using the edit-publish * dialog functions) and finally do the advertising */ #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk.h" #include "gnunet-fs-gtk_publish-edit-dialog.h" /** * Columns in the select pseudonym model. */ enum FS_SelectPseudonymModelColumns { /** * A gchararray */ FS_SELECT_PSEUDONYM_NAMESPACE_MC_NAME = 0, /** * A gpointer */ FS_SELECT_PSEUDONYM_NAMESPACE_MC_HANDLE = 1, }; /* *************************** handlers run on closing of the dialog ********************** */ /** * Closure for 'advertise_namespace' and the callback from the editing dialog. */ struct NamespaceAdvertisementContext { /** * Handle to the namespace to advertise. */ struct GNUNET_FS_Namespace *ns; /** * Root of the namespace is stored here temporarily. */ const char *root; /** * File information structure (fake) which we use to run the 'edit' dialog. */ struct GNUNET_FS_FileInformation *fip; }; /** * Actually perform the advertising with the information collected. * * @param cls closure, a 'struct NamespaceAdvertisementContext *' * @param fi the entry in the publish-structure * @param length length of the file or directory * @param meta metadata for the file or directory (can be modified) * @param uri pointer to the keywords that will be used for this entry (can be modified) * @param bo block options (can be modified) * @param do_index should we index (can be modified) * @param client_info pointer to client context set upon creation (can be modified) * @return GNUNET_OK to continue, GNUNET_NO to remove * this entry from the directory, GNUNET_SYSERR * to abort the iteration */ static int advertise_namespace (void *cls, struct GNUNET_FS_FileInformation *fi, uint64_t length, struct GNUNET_CONTAINER_MetaData *meta, struct GNUNET_FS_Uri **uri, struct GNUNET_FS_BlockOptions *bo, int *do_index, void **client_info) { struct NamespaceAdvertisementContext *nds = cls; GNUNET_FS_namespace_advertise (GNUNET_FS_GTK_get_fs_handle (), *uri, nds->ns, meta, bo, nds->root, NULL, NULL); return GNUNET_SYSERR; } /** * Callback invoked from the editing dialog upon completion of the * meta data editing for the advertisement. * * @param cls the 'struct NamespaceAdvertisementContext' * @param ret return value from the dialog * @param root namespace root to use */ static void adv_pseudonym_edit_publish_dialog_cb (gpointer cls, gint ret, const char *root) { struct NamespaceAdvertisementContext *nds = cls; if (ret == GTK_RESPONSE_OK) { nds->root = root; GNUNET_FS_file_information_inspect (nds->fip, &advertise_namespace, nds); nds->root = NULL; } GNUNET_FS_namespace_delete (nds->ns, GNUNET_NO); GNUNET_FS_file_information_destroy (nds->fip, NULL, NULL); GNUNET_free (nds); } /** * Function called from the pseudonym selection dialog upon completion. * * @param dialog the pseudonym selection dialog * @param response_id response code from the dialog * @param user_data the builder of the dialog */ void GNUNET_GTK_select_pseudonym_dialog_response_cb (GtkDialog * dialog, gint response_id, gpointer user_data) { GtkBuilder *builder = GTK_BUILDER (user_data); GtkTreeView *tv; GtkTreeSelection *sel; GtkTreeModel *tm; GtkTreeIter iter; struct GNUNET_FS_Namespace *ns; struct GNUNET_FS_Namespace *nso; GtkWindow *transient; struct NamespaceAdvertisementContext *nds; struct GNUNET_CONTAINER_MetaData *meta; struct GNUNET_FS_BlockOptions bo; if (GTK_RESPONSE_OK != response_id) { gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (builder)); return; } tv = GTK_TREE_VIEW (gtk_builder_get_object (builder, "GNUNET_GTK_select_pseudonym_tree_view")); sel = gtk_tree_view_get_selection (tv); if (! gtk_tree_selection_get_selected (sel, &tm, &iter)) { GNUNET_break (0); gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (builder)); return; } gtk_tree_model_get (tm, &iter, FS_SELECT_PSEUDONYM_NAMESPACE_MC_HANDLE, &ns, -1); /* free all namespaces from list store except "ns" */ if (gtk_tree_model_get_iter_first (tm, &iter)) { do { gtk_tree_model_get (tm, &iter, FS_SELECT_PSEUDONYM_NAMESPACE_MC_HANDLE, &nso, -1); if (ns != nso) GNUNET_FS_namespace_delete (nso, GNUNET_NO); } while (gtk_tree_model_iter_next (tm, &iter)); } transient = gtk_window_get_transient_for (GTK_WINDOW (dialog)); gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (builder)); nds = GNUNET_malloc (sizeof (struct NamespaceAdvertisementContext)); nds->ns = ns; memset (&bo, 0, sizeof (struct GNUNET_FS_BlockOptions)); bo.expiration_time = GNUNET_FS_year_to_time (GNUNET_FS_get_current_year () + 2); bo.anonymity_level = 1; bo.content_priority = 1000; /* create fake file information to run the 'edit' dialog with */ meta = GNUNET_CONTAINER_meta_data_create (); nds->fip = GNUNET_FS_file_information_create_empty_directory (NULL, NULL, NULL, meta, &bo, NULL); GNUNET_CONTAINER_meta_data_destroy (meta); GNUNET_FS_GTK_edit_publish_dialog (transient, nds->fip, GNUNET_YES, &adv_pseudonym_edit_publish_dialog_cb, nds); } /** * User deleted 'select pseudonym' dialog. Clean up. * * @param widget the dialog * @param event the destroying event * @param user_data the builder of the dialog * @return FALSE (allow destruction) */ gboolean GNUNET_GTK_select_pseudonym_dialog_delete_event_cb (GtkWidget *widget, GdkEvent *event, gpointer user_data) { GtkBuilder *builder = GTK_BUILDER (user_data); GtkTreeModel *tm; GtkTreeIter iter; tm = GTK_TREE_MODEL (gtk_builder_get_object (builder, "GNUNET_GTK_select_pseudonym_liststore")); if (gtk_tree_model_get_iter_first (tm, &iter)) { do { struct GNUNET_FS_Namespace *nso; gtk_tree_model_get (tm, &iter, FS_SELECT_PSEUDONYM_NAMESPACE_MC_HANDLE, &nso, -1); GNUNET_FS_namespace_delete (nso, GNUNET_NO); } while (gtk_tree_model_iter_next (tm, &iter)); } g_object_unref (G_OBJECT (builder)); return FALSE; } /* *************************** code to create the dialog ********************** */ /** * Callback with information about local (!) namespaces. * Contains the names of the local namespace and the global * ID. Adds the to the list store. * * @param cls closure, the list store. * @param name human-readable identifier of the namespace * @param id hash identifier for the namespace */ static void add_to_list (void *cls, const char *name, const GNUNET_HashCode * id) { GtkListStore *ls = cls; GtkTreeIter iter; gtk_list_store_insert_with_values (ls, &iter, -1, FS_SELECT_PSEUDONYM_NAMESPACE_MC_NAME, name, FS_SELECT_PSEUDONYM_NAMESPACE_MC_HANDLE, GNUNET_FS_namespace_create (GNUNET_FS_GTK_get_fs_handle (), name), -1); } /** * Selection of the pseudonym changed, update the sensitivity * of the buttons. * * @param ts the selection instance * @param user_data the builder of the selection dialog */ static void selection_changed_cb (GtkTreeSelection * ts, gpointer user_data) { GtkBuilder *builder = GTK_BUILDER (user_data); GtkTreeIter iter; GtkWidget *ok_button; ok_button = GTK_WIDGET (gtk_builder_get_object (builder, "GNUNET_GTK_select_pseudonym_ok_button")); if (gtk_tree_selection_get_selected (ts, NULL, &iter)) gtk_widget_set_sensitive (ok_button, TRUE); else gtk_widget_set_sensitive (ok_button, FALSE); } /** * Advertise pseudonym selected in the menu. * * @param dummy the menu item * @param user_data the builder of the main window, unused */ void GNUNET_GTK_main_menu_file_advertise_pseudonym_activate_cb (GtkWidget * dummy, gpointer user_data) { GtkWidget *ad; GtkListStore *ls; GtkWidget *toplevel; GtkTreeView *tv; GtkTreeSelection *sel; GtkBuilder *builder; builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_select_pseudonym_dialog.glade", NULL); if (NULL == builder) { GNUNET_break (0); return; } ad = GTK_WIDGET (gtk_builder_get_object (builder, "GNUNET_GTK_select_pseudonym_dialog")); ls = GTK_LIST_STORE (gtk_builder_get_object (builder, "GNUNET_GTK_select_pseudonym_liststore")); GNUNET_FS_namespace_list (GNUNET_FS_GTK_get_fs_handle (), &add_to_list, ls); /* FIXME-GTK3: this signal can be connected by (modern) Glade automatically */ tv = GTK_TREE_VIEW (gtk_builder_get_object (builder, "GNUNET_GTK_select_pseudonym_tree_view")); sel = gtk_tree_view_get_selection (tv); g_signal_connect (G_OBJECT (sel), "changed", G_CALLBACK (selection_changed_cb), builder); toplevel = gtk_widget_get_toplevel (dummy); if (GTK_IS_WINDOW (toplevel)) gtk_window_set_transient_for (GTK_WINDOW (ad), GTK_WINDOW (toplevel)); gtk_window_present (GTK_WINDOW (ad)); } /* end of gnunet-fs-gtk_advertise-pseudonym.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_anonymity-widgets.h0000644000175000017500000000502311712613277020352 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_anonymtiy-widgets.h * @author Christian Grothoff * @brief operations to manage user's anonymity level selections */ #ifndef GNUNET_FS_GTK_ANONYMITY_SPIN_BUTTONS_H #define GNUNET_FS_GTK_ANONYMITY_SPIN_BUTTONS_H #include "gnunet-fs-gtk_common.h" /** * Obtain the numeric anonymity level selected by a GtkComboBox. * * @param builder builder for looking up widgets * @param combo_name name of the GtkComboBox with the anonymity selection * @param p_level where to store the anonymity level * @return TRUE on success, FALSE on failure */ gboolean GNUNET_GTK_get_selected_anonymity_level (GtkBuilder * builder, gchar * combo_name, guint * p_level); /** * Obtain the numeric anonymity level selected by a GtkComboBox. * * @param combo the GtkComboBox with the anonymity selection * @param p_level where to store the anonymity level * @return TRUE on success, FALSE on failure */ gboolean GNUNET_GTK_get_selected_anonymity_combo_level (GtkComboBox *combo, guint *p_level); /** * Set the anonymity level displayed by a combo box. * * @param builder the builder of the combo box * @param combo_name name of the combo box * @param sel_level desired anonymity level * @return TRUE on success, FALSE on failure */ gboolean GNUNET_GTK_select_anonymity_level (GtkBuilder * builder, gchar * combo_name, guint sel_level); /** * Set the anonymity level displayed by a combo box. * * @param combo the combo box * @param sel_level desired anonymity level * @return TRUE on success, FALSE on failure */ gboolean GNUNET_GTK_select_anonymity_combo_level (GtkComboBox *combo, guint sel_level); #endif gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_main-window-meta-data-context-menu.c0000644000175000017500000001356411735332322023365 00000000000000/* This file is part of GNUnet. (C) 2010, 2011, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_main-window-meta-data-context-menu.c * @brief context menu for the 'meta data' tree view in the main window * @author Christian Grothoff */ #include "gnunet-fs-gtk.h" #include "gnunet-fs-gtk_download-save-as.h" #include "gnunet-fs-gtk_event-handler.h" #include /** * Helper function of GNUNET_GTK_FS_metadata_copy_selection_activated * which copies the (selected) entries from the tree view to the * GList. * * @param model the tree model with the data * @param path unused * @param iter position in the model to access * @param user_data 'GList**' where we should store the types and values found */ static void copy_metadata_to_clipboard (GtkTreeModel * model, GtkTreePath * path, GtkTreeIter * iter, gpointer user_data) { GList **l = user_data; gchar *type; gchar *value; gtk_tree_model_get (model, iter, GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_TYPE_STRING, &type, GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_VALUE, &value, -1); *l = g_list_prepend (*l, type); *l = g_list_prepend (*l, value); } /** * User activated metadata pop up menu "Copy selection" entry. * * @param menuitem the 'copy selection' menu item * @param user_data the GtkBuilder of the main window */ void GNUNET_GTK_FS_metadata_copy_selection_activated (GtkMenuItem * menuitem, gpointer user_data) { struct GNUNET_GTK_MainWindowContext *main_ctx = user_data; GtkTreeView *tree; GtkClipboard *cb; GList *pairs; GList *pos; GList *value; GList *type; guint total_len; gchar *s; gchar *p; tree = main_ctx->md_treeview; pairs = NULL; gtk_tree_selection_selected_foreach (gtk_tree_view_get_selection (tree), ©_metadata_to_clipboard, &pairs); if (NULL == pairs) return; /* nothing selected */ total_len = 0; pairs = g_list_reverse (pairs); for (pos = pairs; NULL != pos; pos = value->next) { type = pos; value = pos->next; GNUNET_assert (NULL != value); total_len += strlen ((gchar *) type->data) + strlen ((gchar *) value->data) + 2 /* ": " */ + ((NULL != value->next) ? 1 : 0) /* "\n" */ ; } GNUNET_assert (total_len > 0); total_len++; /* "\0" */ s = g_new0 (gchar, total_len); if (NULL == s) { GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR, "malloc"); return; } p = s; for (pos = pairs; NULL != pos; pos = value->next) { type = pos; value = pos->next; GNUNET_assert (NULL != value); p = g_stpcpy (p, (gchar *) type->data); p = g_stpcpy (p, ": "); p = g_stpcpy (p, (gchar *) value->data); if (NULL != value->next) p = g_stpcpy (p, "\n"); } g_list_foreach (pairs, (GFunc) &g_free, NULL); g_list_free (pairs); cb = gtk_clipboard_get (GDK_SELECTION_CLIPBOARD); gtk_clipboard_set_text (cb, s, -1); gtk_clipboard_store (cb); g_free (s); } /** * Got asked to pop up the context menu in the metadata treeview in * the main window. Do it. * * @param button which button caused the event (0 for none) * @param event_time time of the event (current time or 'event->time') * @param user_data the context of the main window */ static void do_metadata_popup_menu (int button, int event_time, gpointer user_data) { GtkMenu *menu; struct GNUNET_GTK_MainWindowContext *main_ctx = user_data; menu = GTK_MENU (gtk_builder_get_object (main_ctx->builder, "metadata_popup_menu")); gtk_menu_popup (menu, NULL, NULL, NULL, main_ctx, button, event_time); } /** * Got a button press event on the metadata treeview in the main window. * If it was a right click, pop up the context menu. * * @param widget the tree view widget * @param user_data the gtk builder of the main window */ gboolean GNUNET_GTK_main_window_metadata_treeview_button_press_event_cb (GtkWidget * widget, GdkEventButton * event, gpointer user_data) { /* Ignore double-clicks and triple-clicks */ if ( (event->button != 3) || (event->type != GDK_BUTTON_PRESS) ) return FALSE; do_metadata_popup_menu (event->button, event->time, user_data); return FALSE; } /** * Metadata treeview in the main window got the 'popup-menu' signal. * Pop up the menu. * * @param widget the tree view widget * @param user_data the gtk builder of the main window * @return TRUE we did it */ gboolean GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb (GtkWidget * widget, gpointer user_data) { do_metadata_popup_menu (0 /* no button */, gtk_get_current_event_time (), user_data); return TRUE; } /* end of gnunet-fs-gtk_meta-data-context-menu.c */ gnunet-gtk-0.9.3/src/fs/metatypes.c0000644000175000017500000001550311713053351014110 00000000000000/* *INDENT-OFF* */ gint types_generic[] = { EXTRACTOR_METATYPE_MIMETYPE, EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME, EXTRACTOR_METATYPE_TITLE, EXTRACTOR_METATYPE_KEYWORDS, EXTRACTOR_METATYPE_SUBJECT, EXTRACTOR_METATYPE_DESCRIPTION, EXTRACTOR_METATYPE_COMMENT, EXTRACTOR_METATYPE_COPYRIGHT, EXTRACTOR_METATYPE_URI, EXTRACTOR_METATYPE_CREATOR, EXTRACTOR_METATYPE_CREATION_DATE, EXTRACTOR_METATYPE_RESERVED }; gint types_text[] = { EXTRACTOR_METATYPE_MIMETYPE, EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME, EXTRACTOR_METATYPE_TITLE, EXTRACTOR_METATYPE_KEYWORDS, EXTRACTOR_METATYPE_ABSTRACT, EXTRACTOR_METATYPE_SUMMARY, EXTRACTOR_METATYPE_SUBJECT, EXTRACTOR_METATYPE_AUTHOR_NAME, EXTRACTOR_METATYPE_AUTHOR_EMAIL, EXTRACTOR_METATYPE_AUTHOR_INSTITUTION, EXTRACTOR_METATYPE_DESCRIPTION, EXTRACTOR_METATYPE_LANGUAGE, EXTRACTOR_METATYPE_COPYRIGHT, EXTRACTOR_METATYPE_COMMENT, EXTRACTOR_METATYPE_BOOK_TITLE, EXTRACTOR_METATYPE_BOOK_EDITION, EXTRACTOR_METATYPE_BOOK_CHAPTER_NUMBER, EXTRACTOR_METATYPE_JOURNAL_NAME, EXTRACTOR_METATYPE_JOURNAL_VOLUME, EXTRACTOR_METATYPE_JOURNAL_NUMBER, EXTRACTOR_METATYPE_PAGE_COUNT, EXTRACTOR_METATYPE_PAGE_RANGE, EXTRACTOR_METATYPE_PUBLISHER, EXTRACTOR_METATYPE_PUBLISHER_ADDRESS, EXTRACTOR_METATYPE_PUBLISHER_INSTITUTION, EXTRACTOR_METATYPE_PUBLISHER_SERIES, EXTRACTOR_METATYPE_PUBLICATION_TYPE, EXTRACTOR_METATYPE_PUBLICATION_DATE, EXTRACTOR_METATYPE_URL, EXTRACTOR_METATYPE_CREATOR, EXTRACTOR_METATYPE_CREATION_DATE, EXTRACTOR_METATYPE_MODIFICATION_DATE, EXTRACTOR_METATYPE_CHARACTER_SET, EXTRACTOR_METATYPE_LINE_COUNT, EXTRACTOR_METATYPE_WORD_COUNT, EXTRACTOR_METATYPE_PAGE_ORIENTATION, EXTRACTOR_METATYPE_PAPER_SIZE, EXTRACTOR_METATYPE_TEMPLATE, EXTRACTOR_METATYPE_REVISION_HISTORY, EXTRACTOR_METATYPE_REVISION_NUMBER, EXTRACTOR_METATYPE_RESERVED }; gint types_music[] = { EXTRACTOR_METATYPE_MIMETYPE, EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME, EXTRACTOR_METATYPE_TITLE, EXTRACTOR_METATYPE_ARTIST, EXTRACTOR_METATYPE_COMPOSER, EXTRACTOR_METATYPE_CONDUCTOR, EXTRACTOR_METATYPE_ALBUM, EXTRACTOR_METATYPE_DURATION, EXTRACTOR_METATYPE_KEYWORDS, EXTRACTOR_METATYPE_DESCRIPTION, EXTRACTOR_METATYPE_GENRE, EXTRACTOR_METATYPE_MOOD, EXTRACTOR_METATYPE_TRACK_NUMBER, EXTRACTOR_METATYPE_LANGUAGE, EXTRACTOR_METATYPE_COMMENT, EXTRACTOR_METATYPE_ISRC, EXTRACTOR_METATYPE_LYRICS, EXTRACTOR_METATYPE_COPYRIGHT, EXTRACTOR_METATYPE_PUBLISHER, EXTRACTOR_METATYPE_PERFORMER, EXTRACTOR_METATYPE_PRODUCER, EXTRACTOR_METATYPE_SONG_VERSION, EXTRACTOR_METATYPE_URI, EXTRACTOR_METATYPE_CREATION_DATE, EXTRACTOR_METATYPE_DISCLAIMER, EXTRACTOR_METATYPE_WRITER, EXTRACTOR_METATYPE_CONTRIBUTOR_NAME, EXTRACTOR_METATYPE_SONG_COUNT, EXTRACTOR_METATYPE_STARTING_SONG, EXTRACTOR_METATYPE_BEATS_PER_MINUTE, EXTRACTOR_METATYPE_ORIGINAL_TITLE, EXTRACTOR_METATYPE_ORIGINAL_ARTIST, EXTRACTOR_METATYPE_ORIGINAL_WRITER, EXTRACTOR_METATYPE_ORIGINAL_RELEASE_YEAR, EXTRACTOR_METATYPE_ORIGINAL_PERFORMER, EXTRACTOR_METATYPE_MUSICIAN_CREDITS_LIST, EXTRACTOR_METATYPE_SUBTITLE, EXTRACTOR_METATYPE_RESERVED }; gint types_video[] = { EXTRACTOR_METATYPE_MIMETYPE, EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME, EXTRACTOR_METATYPE_TITLE, EXTRACTOR_METATYPE_GENRE, EXTRACTOR_METATYPE_KEYWORDS, EXTRACTOR_METATYPE_SUMMARY, EXTRACTOR_METATYPE_DESCRIPTION, EXTRACTOR_METATYPE_DURATION, EXTRACTOR_METATYPE_IMAGE_DIMENSIONS, EXTRACTOR_METATYPE_COMMENT, EXTRACTOR_METATYPE_CREATOR, EXTRACTOR_METATYPE_WRITER, EXTRACTOR_METATYPE_MOVIE_DIRECTOR, EXTRACTOR_METATYPE_PRODUCER, EXTRACTOR_METATYPE_PUBLISHER, EXTRACTOR_METATYPE_NETWORK_NAME, EXTRACTOR_METATYPE_SHOW_NAME, EXTRACTOR_METATYPE_CHAPTER_NAME, EXTRACTOR_METATYPE_MUSICIAN_CREDITS_LIST, EXTRACTOR_METATYPE_COPYRIGHT, EXTRACTOR_METATYPE_URI, EXTRACTOR_METATYPE_LOCATION_CITY, EXTRACTOR_METATYPE_LOCATION_COUNTRY, EXTRACTOR_METATYPE_LOCATION_COUNTRY_CODE, EXTRACTOR_METATYPE_CREATION_DATE, EXTRACTOR_METATYPE_PERFORMER, EXTRACTOR_METATYPE_RESERVED }; gint types_image[] = { EXTRACTOR_METATYPE_MIMETYPE, EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME, EXTRACTOR_METATYPE_TITLE, EXTRACTOR_METATYPE_KEYWORDS, EXTRACTOR_METATYPE_DESCRIPTION, EXTRACTOR_METATYPE_IMAGE_DIMENSIONS, EXTRACTOR_METATYPE_IMAGE_RESOLUTION, EXTRACTOR_METATYPE_COMMENT, EXTRACTOR_METATYPE_COPYRIGHT, EXTRACTOR_METATYPE_SUBJECT, EXTRACTOR_METATYPE_CREATOR, EXTRACTOR_METATYPE_CREATION_DATE, EXTRACTOR_METATYPE_URI, EXTRACTOR_METATYPE_LOCATION_CITY, EXTRACTOR_METATYPE_LOCATION_COUNTRY, EXTRACTOR_METATYPE_LOCATION_COUNTRY_CODE, EXTRACTOR_METATYPE_ORGANIZATION, EXTRACTOR_METATYPE_RESERVED }; gint types_namespace[] = { /* Namespace */ EXTRACTOR_METATYPE_MIMETYPE, EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME, EXTRACTOR_METATYPE_COMMENT, EXTRACTOR_METATYPE_TITLE, EXTRACTOR_METATYPE_DESCRIPTION, EXTRACTOR_METATYPE_COPYRIGHT, EXTRACTOR_METATYPE_RIGHTS, EXTRACTOR_METATYPE_KEYWORDS, EXTRACTOR_METATYPE_ABSTRACT, EXTRACTOR_METATYPE_SUMMARY, EXTRACTOR_METATYPE_SUBJECT, EXTRACTOR_METATYPE_CREATOR, EXTRACTOR_METATYPE_RATING, EXTRACTOR_METATYPE_ORGANIZATION, EXTRACTOR_METATYPE_RIPPER, EXTRACTOR_METATYPE_PRODUCER, EXTRACTOR_METATYPE_GROUP, EXTRACTOR_METATYPE_RESERVED }; gint types_software[] = { EXTRACTOR_METATYPE_MIMETYPE, EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME, EXTRACTOR_METATYPE_PACKAGE_NAME, EXTRACTOR_METATYPE_PACKAGE_VERSION, EXTRACTOR_METATYPE_TARGET_ARCHITECTURE, EXTRACTOR_METATYPE_LICENSE, EXTRACTOR_METATYPE_TARGET_OS, EXTRACTOR_METATYPE_COMMENT, EXTRACTOR_METATYPE_SECTION, EXTRACTOR_METATYPE_PACKAGE_DEPENDENCY, EXTRACTOR_METATYPE_PACKAGE_CONFLICTS, EXTRACTOR_METATYPE_PACKAGE_REPLACES, EXTRACTOR_METATYPE_PACKAGE_PROVIDES, EXTRACTOR_METATYPE_PACKAGE_RECOMMENDS, EXTRACTOR_METATYPE_PACKAGE_SUGGESTS, EXTRACTOR_METATYPE_PACKAGE_MAINTAINER, EXTRACTOR_METATYPE_PACKAGE_INSTALLED_SIZE, EXTRACTOR_METATYPE_PACKAGE_SOURCE, EXTRACTOR_METATYPE_PACKAGE_ESSENTIAL, EXTRACTOR_METATYPE_PACKAGE_PRE_DEPENDENCY, EXTRACTOR_METATYPE_PACKAGE_DISTRIBUTION, EXTRACTOR_METATYPE_BUILDHOST, EXTRACTOR_METATYPE_VENDOR, EXTRACTOR_METATYPE_SOFTWARE_VERSION, EXTRACTOR_METATYPE_TARGET_PLATFORM, EXTRACTOR_METATYPE_RESOURCE_TYPE, EXTRACTOR_METATYPE_LIBRARY_SEARCH_PATH, EXTRACTOR_METATYPE_LIBRARY_DEPENDENCY, EXTRACTOR_METATYPE_UPLOAD_PRIORITY, EXTRACTOR_METATYPE_RESERVED }; /** * Must match data in 'gnunet_fs_gt_main_window.glade'. * FIXME-FEATURE-UNCLEAN-MAYBE: should probably move that name list in * here and only have one place for both... */ gint *types[] = { types_generic, types_text, types_music, types_video, types_image, types_software, types_namespace, NULL }; /* *INDENT-ON* */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_download-save-as.c0000644000175000017500000002076211721232532020014 00000000000000/* This file is part of GNUnet. (C) 2010, 2011, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_download-save-as.c * @brief functions for managing the 'save as' dialog * @author Christian Grothoff */ #include "gnunet-fs-gtk_download-save-as.h" #include "gnunet-fs-gtk.h" #include "gnunet-fs-gtk_event-handler.h" /** * State for a 'save as' dialog of a download. */ struct DownloadAsDialogContext { /** * Download entry for which this dialog determines the * filename (and other options). */ struct DownloadEntry *de; /** * Builder for the dialog. */ GtkBuilder *builder; /** * Main dialog object. */ GtkWidget *dialog; /** * Name of the directory that should be unlinked if the operation is aborted, * can be NULL. */ char *dirname; }; /** * Clean up the given DLC context, including possibly removing * the left-over (empty) directory. * * @param dlc context to clean up */ static void clean_up_download_as_context (struct DownloadAsDialogContext *dlc) { g_object_unref (G_OBJECT (dlc->builder)); if (NULL != dlc->dirname) { if (0 != RMDIR (dlc->dirname)) GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING, "rmdir", dlc->dirname); GNUNET_free (dlc->dirname); } GNUNET_free (dlc); } /** * Free resources associated with the given download entry. * * @param de context to free */ void GNUNET_FS_GTK_free_download_entry (struct DownloadEntry *de) { GNUNET_assert (NULL == de->dc); if (NULL != de->sr) { GNUNET_assert (de->sr->download == de); de->sr->download = NULL; de->sr = NULL; } GNUNET_free_non_null (de->filename); GNUNET_FS_uri_destroy (de->uri); GNUNET_free (de); } /** * The 'save_as' dialog is being deleted. Check which state we're in * and either simply clean up or start the download with the * respective options (by calling the respective continuation). * * @param widget the dialog object * @param event the deletion event * @param user_data the 'structDownloadAsDialogContext' of the dialog * @return always FALSE (destroy the window) */ gboolean GNUNET_GTK_save_as_dialog_delete_event_cb (GtkWidget * widget, GdkEvent * event, gpointer user_data) { struct DownloadAsDialogContext *dlc = user_data; GNUNET_FS_GTK_free_download_entry (dlc->de); clean_up_download_as_context (dlc); return FALSE; } /** * The user clicked on the 'save as' button of the dialog. * Delete the window and start the download. * * @param dialog the dialog object * @param response_id response_id associated with the button * @param user_data the 'structDownloadAsDialogContext' of the dialog */ void GNUNET_GTK_save_as_dialog_response_cb (GtkDialog * dialog, gint response_id, gpointer user_data) { struct DownloadAsDialogContext *dlc = user_data; struct DownloadEntry *de; GtkToggleButton *cb; de = dlc->de; if (GTK_RESPONSE_OK != response_id) { GNUNET_FS_GTK_free_download_entry (de); gtk_widget_destroy (GTK_WIDGET (dialog)); clean_up_download_as_context (dlc); return; } GNUNET_free_non_null (de->filename); de->filename = GNUNET_GTK_filechooser_get_filename_utf8 (GTK_FILE_CHOOSER (dlc->dialog)); cb = GTK_TOGGLE_BUTTON (gtk_builder_get_object (dlc->builder, "GNUNET_GTK_save_as_recursive_check_button")); de->is_recursive = (TRUE == gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (cb))) ? GNUNET_YES : GNUNET_NO; de->anonymity = (uint32_t) gtk_spin_button_get_value (GTK_SPIN_BUTTON (gtk_builder_get_object (dlc->builder, "GNUNET_GTK_save_as_dialog_anonymity_spin_button"))); gtk_widget_destroy (GTK_WIDGET (dialog)); /* we were successful, do not remove the directory (if we created one) */ GNUNET_free_non_null (dlc->dirname); dlc->dirname = NULL; clean_up_download_as_context (dlc); GNUNET_FS_GTK_download_context_start_download (de); } /** * Open the 'save as' dialog for a download. Calls the 'dc->cb' * continutation when the dialog is complete. Will release the 'dc' * resources if the dialog is cancelled. * * @param de download context for the file/directory */ void GNUNET_FS_GTK_open_download_as_dialog (struct DownloadEntry *de) { struct DownloadAsDialogContext *dlc; GtkWidget *cb; dlc = GNUNET_malloc (sizeof (struct DownloadAsDialogContext)); dlc->de = de; dlc->builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_download_as_dialog.glade", dlc); if (NULL == dlc->builder) { GNUNET_break (0); GNUNET_FS_GTK_free_download_entry (de); GNUNET_free (dlc); return; } dlc->dialog = GTK_WIDGET (gtk_builder_get_object (dlc->builder, "GNUNET_GTK_save_as_dialog")); /* Enable recursive button for directories and set recursive 'default' value based on what the 'dc' tells us */ cb = GTK_WIDGET (gtk_builder_get_object (dlc->builder, "GNUNET_GTK_save_as_recursive_check_button")); if (GNUNET_YES == de->is_directory) gtk_widget_set_sensitive (cb, TRUE); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (cb), de->is_recursive); /* initialize filename based on filename from 'dc' */ if (NULL != de->filename) { char *dirname; char *basename; struct stat sbuf; dirname = GNUNET_strdup (de->filename); basename = (char *) GNUNET_STRINGS_get_short_name (dirname); /* basename now points into 'dirname'; cut 'dirname' off at the '/' before basename */ if (basename > dirname) basename[-1] = '\0'; if (0 != STAT (dirname, &sbuf)) { if (GNUNET_OK != GNUNET_DISK_directory_create (dirname)) { GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING, "mkdir", dirname); } else { dlc->dirname = dirname; } } gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (dlc->dialog), dirname); gtk_file_chooser_set_current_name (GTK_FILE_CHOOSER (dlc->dialog), basename); if (NULL == dlc->dirname) GNUNET_free (dirname); } gtk_dialog_set_default_response (GTK_DIALOG (dlc->dialog), GTK_RESPONSE_OK); gtk_window_present (GTK_WINDOW (dlc->dialog)); } /** * Actually start the download that is specified by the given download * context and its options. Will add a download entry to the * respective tree model and trigger a start of the download using the * FS-API. * * @param de download context of the download to execute */ void GNUNET_FS_GTK_download_context_start_download (struct DownloadEntry *de) { enum GNUNET_FS_DownloadOptions opt; struct GNUNET_FS_Handle *fs; uint64_t len; fs = GNUNET_FS_GTK_get_fs_handle (); opt = GNUNET_FS_DOWNLOAD_OPTION_NONE; if (de->is_recursive) opt |= GNUNET_FS_DOWNLOAD_OPTION_RECURSIVE; len = GNUNET_FS_uri_chk_get_file_size (de->uri); if (NULL != de->sr->result) { GNUNET_break (NULL != GNUNET_FS_download_start_from_search (fs, de->sr->result, de->filename, NULL /* tempname */ , 0 /* offset */ , len, de->anonymity, opt, de)); } else { GNUNET_break (NULL != GNUNET_FS_download_start (fs, de->uri, NULL /* meta data */, de->filename, NULL /* tempname */ , 0 /* offset */ , len, de->anonymity, opt, de, (NULL != de->pde) ? de->pde->dc : NULL)); } } /* end of gnunet-fs-gtk-download.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_download-save-as.h0000644000175000017500000000371211713301123020007 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_download-save-as.h * @brief functions for downloading * @author Christian Grothoff */ #ifndef GNUNET_FS_GTK_DOWNLOAD_SAVE_AS_H #define GNUNET_FS_GTK_DOWNLOAD_SAVE_AS_H #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk_event-handler.h" /** * Actually start the download that is specified by the given download * context and its options. Will add a download entry to the * respective tree model and trigger a start of the download using the * FS-API. * * @param de download entry of the download to execute */ void GNUNET_FS_GTK_download_context_start_download (struct DownloadEntry *de); /** * Open the 'save as' dialog for a download. Calls * 'GNUNET_FS_GTK_download_context_start_download' when the dialog is * complete. Will release the 'dc' resources if the dialog is * cancelled. * * @param dc download context for the file/directory */ void GNUNET_FS_GTK_open_download_as_dialog (struct DownloadEntry *de); /** * Free resources associated with the given download entry. * * @param de context to free */ void GNUNET_FS_GTK_free_download_entry (struct DownloadEntry *de); #endif gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk.conf0000644000175000017500000000011311724764623015275 00000000000000[gnunet-fs-gtk] MAX_PARALLEL_DOWNLOADS = 128 MAX_PARALLEL_REQUESTS = 100000gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_unindex.h0000644000175000017500000000477111726464766016356 00000000000000/* This file is part of GNUnet (C) 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_unindex.h * @author Christian Grothoff */ #ifndef GNUNET_FS_GTK_UNINDEX_H #define GNUNET_FS_GTK_UNINDEX_H #include "gnunet-fs-gtk.h" #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk_event-handler.h" /** * Information for a specific unindex operation. */ struct UnindexEntry; /** * An unindex operation resumed. Setup the * internal context for Gtk. * * @param fs unindex context with the FS library * @param filename name of file being unindexed * @param filesize size of the file * @param completed how many bytes were done so far * @param emsg NULL if everything is fine, otherwise error message */ struct UnindexEntry * GNUNET_FS_GTK_unindex_handle_resume_ (struct GNUNET_FS_UnindexContext *uc, const char *filename, uint64_t filesize, uint64_t completed, const char *emsg); /** * FS notified us that our undex operation was stopped. * * @param ue operation that stopped */ void GNUNET_FS_GTK_unindex_handle_stop_ (struct UnindexEntry *ue); /** * FS notified us that our undex operation had an error. * * @param ue operation that * @param emsg error message */ void GNUNET_FS_GTK_unindex_handle_error_ (struct UnindexEntry *ue, const char *emsg); /** * FS notified us that our undex operation made progress * * @param ue operation that made progress * @param completed number of bytes completed now */ void GNUNET_FS_GTK_unindex_handle_progress_ (struct UnindexEntry *ue, uint64_t completed); /** * FS notified us that our undex operation completed * * @param ue operation that completed */ void GNUNET_FS_GTK_unindex_handle_completed_ (struct UnindexEntry *ue); #endif gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_main-window-search.c0000644000175000017500000001213311735332322020340 00000000000000/* This file is part of GNUnet (C) 2011, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_main-window-search.c * @author Christian Grothoff * @brief event handlers for the search function in the main window */ #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk.h" #include "gnunet-fs-gtk_anonymity-widgets.h" /** * Start a search. * * @param builder the main dialog builder */ static void start_search (struct GNUNET_GTK_MainWindowContext *main_ctx) { guint anonymity_level; gchar *keywords; gchar *mime_keyword; GNUNET_HashCode *nsid; struct GNUNET_FS_Uri *uri; /* get anonymity level */ if (!GNUNET_GTK_get_selected_anonymity_level (main_ctx->builder, "main_window_search_anonymity_combobox", &anonymity_level)) { GNUNET_break (0); return; } /* get selected mime type */ { GtkComboBox *mime_combo; GtkTreeModel *mime_model; GtkTreeIter iter; mime_combo = GTK_COMBO_BOX (GNUNET_FS_GTK_get_main_window_object ("main_window_search_mime_combobox")); mime_model = gtk_combo_box_get_model (mime_combo); mime_keyword = NULL; if ( (NULL != mime_model) && gtk_combo_box_get_active_iter (mime_combo, &iter)) gtk_tree_model_get (mime_model, &iter, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_MIME_MC_MIME, &mime_keyword, -1); if ( (NULL != mime_keyword) && (0 == strcmp (mime_keyword, " ")) ) { g_free (mime_keyword); mime_keyword = NULL; } } /* get selected namespace */ { GtkTreeRowReference *ref; GtkTreeIter iter; nsid = NULL; ref = g_object_get_data (G_OBJECT (main_ctx->ns_dropdown_button), "selected-row-reference"); if (NULL != ref) { GtkTreePath *namespace_treepath; GtkTreeModel *namespace_model; namespace_model = gtk_tree_row_reference_get_model (ref); namespace_treepath = gtk_tree_row_reference_get_path (ref); if ( (NULL != namespace_treepath) && (gtk_tree_model_get_iter (namespace_model, &iter, namespace_treepath))) gtk_tree_model_get (namespace_model, &iter, GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_MIME_MC_TYPE, &nsid, -1); } } /* get keywords and compose keyword string */ { const char *entry_keywords; entry_keywords = gtk_entry_get_text (main_ctx->search_entry); if (NULL != mime_keyword) { keywords = g_strdup_printf ("%s +%s", entry_keywords, mime_keyword); g_free (mime_keyword); } else { keywords = g_strdup (entry_keywords); } } /* build KSK/SKS URI */ if (NULL != nsid) { uri = GNUNET_FS_uri_sks_create_from_nsid (nsid, keywords); GNUNET_assert (uri != NULL); } else { char *emsg = NULL; uri = GNUNET_FS_uri_ksk_create (keywords, &emsg); if (NULL == uri) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Invalid keyword string `%s': %s"), keywords, emsg); g_free (keywords); GNUNET_free_non_null (emsg); return; } } g_free (keywords); /* start search */ GNUNET_FS_search_start (GNUNET_FS_GTK_get_fs_handle (), uri, anonymity_level, GNUNET_FS_SEARCH_OPTION_NONE, NULL); GNUNET_FS_uri_destroy (uri); } /** * User clicked on the 'search' button in the main window. * * @param button the search button * @param user_data the main dialog builder */ void main_window_search_button_clicked_cb (GtkButton * button, gpointer user_data) { struct GNUNET_GTK_MainWindowContext *main_ctx = user_data; start_search (main_ctx); } /** * User pushed a key (possibly ENTER) in the search entry widget. * Start the search if it was ENTER. * * @param widget the entry widget * @param event the key stroke * @param user_data the builder of the main window * @return FALSE if this was not ENTER, TRUE if it was */ gboolean main_window_search_entry_key_press_event_cb (GtkWidget * widget, GdkEventKey * event, gpointer user_data) { struct GNUNET_GTK_MainWindowContext *main_ctx = user_data; if (event->keyval == GDK_KEY_Return) { start_search (main_ctx); return TRUE; } return FALSE; } /* end of gnunet-fs-gtk_main-window-search.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_event-handler.h0000644000175000017500000001501511713307173017411 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_event-handler.h * @brief Main event handler for file-sharing * @author Christian Grothoff */ #ifndef GNUNET_FS_GTK_EVENT_HANDLER_H #define GNUNET_FS_GTK_EVENT_HANDLER_H #include "gnunet-fs-gtk_common.h" /** * State we keep for each (search) result entry in the * tree view of a search tab. */ struct SearchResult; /** * Context we keep for a search tab. */ struct SearchTab { /** * This is a doubly-linked list. */ struct SearchTab *next; /** * This is a doubly-linked list. */ struct SearchTab *prev; /** * Set in case this is an inner search, otherwise NULL. */ struct SearchResult *parent; /** * Handle for this search with FS library. */ struct GNUNET_FS_SearchContext *sc; /** * Text of the search query. */ char *query_txt; /** * GtkBuilder object for the search tab. */ GtkBuilder *builder; /** * Frame instance of the search tab. */ GtkWidget *frame; /** * The widget representing this search in the tab bar (not * a GtkLabel, contains the actual label and the buttons). */ GtkWidget *tab_label; /** * Button to stop and close the search. */ GtkWidget *close_button; /** * Button to resume the search. */ GtkWidget *play_button; /** * Button to pause the search. */ GtkWidget *pause_button; /** * Textual label in the 'tab_label' */ GtkLabel *label; /** * Tree store with the search results. */ GtkTreeStore *ts; /** * Number of results we got for this search. */ unsigned int num_results; }; /** * Information we keep for each download. */ struct DownloadEntry { /** * Download entry of the parent (for recursive downloads), * NULL if we are either a top-level download (from URI, * from opened directory, orphaned from search or direct * search result). */ struct DownloadEntry *pde; /** * Associated search result, or NULL if we don't belong * to a search directly (download entry). */ struct SearchResult *sr; /** * FS handle to control the download, NULL if the download * has not yet started. */ struct GNUNET_FS_DownloadContext *dc; /** * URI for the download, never NULL. */ struct GNUNET_FS_Uri *uri; /** * Suggested (or selected) filename for the download on the * local disk, or NULL for on suggestion. */ char *filename; /** * Is this a recursive download? */ int is_recursive; /** * Is this a directory? (GNUNET_SYSERR is used for "maybe"!) */ int is_directory; /** * Desired (default) anonymity level. */ uint32_t anonymity; /** * Has the download completed (or failed)? */ int is_done; }; /** * Information we keep for each search result entry in any search tab. * An entry like this is also generated for downloads by-URI. Used to * quickly identify the tab and row of the result; stored in the * user-context of the FS library for the search result. */ struct SearchResult { /** * Where in the tab is this result? */ GtkTreeRowReference *rr; /** * Tab storing this result. */ struct SearchTab *tab; /** * Search result for top-level results and * namespace-update results. */ struct GNUNET_FS_SearchResult *result; /** * Associated download, or NULL for none. */ struct DownloadEntry *download; }; /** * Setup a new top-level entry in the URI/orphan tab. If necessary, create * the URI tab first. * * @param meta metadata for the new entry * @param uri URI for the new entry * @return the search result that was set up */ struct SearchResult * GNUNET_GTK_add_to_uri_tab (const struct GNUNET_CONTAINER_MetaData *meta, const struct GNUNET_FS_Uri *uri); /** * Add a search result to the given search tab. * * @param tab search tab to extend, never NULL * @param parent_rr reference to parent entry in search tab, NULL for normal * search results, * @param uri uri to add, can be NULL for top-level entry of a directory opened from disk * (in this case, we don't know the URI and should probably not * bother to calculate it) * @param meta metadata of the entry * @param result associated FS search result (can be NULL if this result * was part of a directory) * @param applicability_rank how relevant is the result * @return struct representing the search result (also stored in the tree * model at 'iter') */ struct SearchResult * GNUNET_GTK_add_search_result (struct SearchTab *tab, GtkTreeRowReference *parent_rr, const struct GNUNET_FS_Uri *uri, const struct GNUNET_CONTAINER_MetaData *meta, struct GNUNET_FS_SearchResult *result, uint32_t applicability_rank); /** * Notification of FS to a client about the progress of an * operation. Callbacks of this type will be used for uploads, * downloads and searches. Some of the arguments depend a bit * in their meaning on the context in which the callback is used. * * @param cls closure * @param info details about the event, specifying the event type * and various bits about the event * @return client-context (for the next progress call * for this operation; should be set to NULL for * SUSPEND and STOPPED events). The value returned * will be passed to future callbacks in the respective * field in the GNUNET_FS_ProgressInfo struct. */ void * GNUNET_GTK_fs_event_handler (void *cls, const struct GNUNET_FS_ProgressInfo *info); #endif /* end of gnunet-fs-gtk-event_handler.h */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_publish-edit-dialog.c0000644000175000017500000012230411735332322020474 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_publish-edit-dialog.c * @author Christian Grothoff */ #include "gnunet-fs-gtk_publish-edit-dialog.h" #include "gnunet-fs-gtk.h" #include #include "metatypes.c" /** * Columns in the publication metadata model. */ enum PUBLISH_MetadataModelColumns { /** * A guint. */ PUBLISH_METADATA_MC_TYPE = 0, /** * A guint. */ PUBLISH_METADATA_MC_FORMAT = 1, /** * A gchararray. */ PUBLISH_METADATA_MC_TYPE_NAME = 2, /** * A gchararray. */ PUBLISH_METADATA_MC_VALUE = 3, /** * A gchararray. */ PUBLISH_METADATA_MC_DESCRIPTION = 4, }; /** * Columns in the publication metadata types model. */ enum PUBLISH_MetadataTypesModelColumns { /** * A gint. */ PUBLISH_METADATA_TYPES_MC_TYPE = 0, /** * A gint. */ PUBLISH_METADATA_TYPES_MC_FORMAT = 1, /** * A gchararray. */ PUBLISH_METADATA_TYPES_MC_TYPE_NAME = 2, /** * A gchararray. */ PUBLISH_METADATA_TYPES_MC_DESCRIPTION = 3, }; /** * Columns in the publication types model. */ enum PUBLISH_TypesModelColumns { /** * A gint. */ PUBLISH_TYPES_MC_TYPE = 0, /** * A gchararray. */ PUBLISH_TYPES_MC_TYPE_NAME = 1, }; /** * Columns in the publication keywords model. */ enum PUBLISH_KeywordsModelColumns { /** * A gchararray. */ PUBLISH_TYPES_MC_KEYWORD = 0, /** * A gboolean. */ PUBLISH_TYPES_MC_ADDED = 1, }; /** * Internal state kept for each "edit" dialog where the user can edit * publishing information for a file. */ struct EditPublicationDialogContext { /** * Builder for the dialog. */ GtkBuilder *builder; /** * The 'window' object for the dialog. */ GtkWindow *edit_publication_window; /** * The confirmation button which closes the dialog (only sensitive * if the values entered are valid). */ GtkWidget *confirm_button; /** * Tree view showing the meta data for the file. */ GtkTreeView *meta_treeview; /** * Tree view showing the keywords for the file. */ GtkTreeView *keywords_treeview; /** * Image showing the preview image for the file. */ GtkImage *preview_image; /** * Combo box where the user can select the anonymity level. */ GtkComboBox *anonymity_combo; /** * Liststore of possible publication types. */ GtkListStore *pubtypes_liststore; /** * Liststore of all possible meta types the user can choose from. * (updated to based on the selected publication type). */ GtkListStore *metatypes_liststore; /** * Liststore showing the meta data of the file (associated with * the 'meta_treeview'. */ GtkListStore *meta_liststore; /** * Liststore with the keywords of the file (associated with the * 'keywords_treeview'. */ GtkListStore *keywords_liststore; /** * Spin button to select content priority level for the file. */ GtkSpinButton *priority_spin; /** * Spin button to select the expiration year. */ GtkSpinButton *expiration_year_spin; /** * Spin button to select the replication level. */ GtkSpinButton *replication_spin; /** * Entry line for adding additional keywords. */ GtkEntry *keyword_entry; /** * Entry line for setting a namespace root (possibly invisible). */ GtkEntry *root_entry; /** * Entry line to check indexing vs. inserting (possibly invisible) */ GtkToggleButton *index_checkbutton; /** * Type ID of the last selected item in the GtkCellRendererCombo * of the meta data tree view. */ gint meta_combo_selected_type_id; /** * Continuation to call once the dialog has been closed */ GNUNET_FS_GTK_EditPublishDialogCallback cb; /** * Closure for 'cb'. */ void *cb_cls; /** * Briefly used temporary meta data set. */ struct GNUNET_CONTAINER_MetaData *md; /** * Information about the file being published as seen by the FS-API. * This is what we are primarily editing. */ struct GNUNET_FS_FileInformation *fip; /** * Flag to track if we changed the preview and thus should keep/discard * binary metadata. */ int preview_changed; /** * Is this operation for a directory? */ int is_directory; /** * Is it allowed for the user to supply keywords in this dialog? */ int allow_no_keywords; }; /** * Free resources associated with the edit publication dialog. * * @param ctx the context of the dialog to release resources of */ static void free_edit_dialog_context (struct EditPublicationDialogContext *ctx) { gtk_widget_destroy (GTK_WIDGET (ctx->edit_publication_window)); g_object_unref (G_OBJECT (ctx->builder)); GNUNET_free (ctx); } /* ****************** metadata editing ******************** */ /** * Update the set of metatypes listed in the dialog based on the * given code. * * @param ctx main dialog context * @param code which set of metatypes is desired? */ static void change_metatypes (struct EditPublicationDialogContext *ctx, gint code) { gint pubtype_count; gint max_type; gint i; GtkTreeIter iter; /* double-check that 'code' is valid */ for (pubtype_count = 0; NULL != types[pubtype_count]; pubtype_count++) ; GNUNET_assert (code < pubtype_count); /* clear existing selection of metatypes */ gtk_list_store_clear (ctx->metatypes_liststore); max_type = EXTRACTOR_metatype_get_max (); /* add new types based on selection */ for (i = 0; types[code][i] != EXTRACTOR_METATYPE_RESERVED; i++) if ( (types[code][i] < max_type) && (types[code][i] > 0) ) gtk_list_store_insert_with_values (ctx->metatypes_liststore, &iter, G_MAXINT, PUBLISH_METADATA_TYPES_MC_TYPE, types[code][i], PUBLISH_METADATA_TYPES_MC_FORMAT, EXTRACTOR_METAFORMAT_UTF8, PUBLISH_METADATA_TYPES_MC_TYPE_NAME, EXTRACTOR_metatype_to_string (types [code][i]), PUBLISH_METADATA_TYPES_MC_DESCRIPTION, EXTRACTOR_metatype_to_description (types[code][i]), -1); } /** * The user has selected a different publication type. * Update the meta type selection. * * @param widget the publication type combo box widget * @param user_data the 'struct EditPublicationDialogContext' */ void GNUNET_GTK_edit_publication_type_combo_changed_cb (GtkComboBox * widget, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; GtkTreeIter iter; gint code; if (! gtk_combo_box_get_active_iter (widget, &iter)) return; gtk_tree_model_get (GTK_TREE_MODEL (ctx->pubtypes_liststore), &iter, PUBLISH_TYPES_MC_TYPE, &code, -1); change_metatypes (ctx, code); } /** * The user has changed the selection in the meta data tree view. * Update the sensitivity of the 'delete' button. * * @param ts the tree selection object * @param user_data the 'struct EditPublicationDialogContext' */ /* FIXME-GTK3: connect this signal via glade (modern versions of Glade support this) */ static void metadata_selection_changed_cb (GtkTreeSelection *ts, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_delete_button")), gtk_tree_selection_get_selected (ts, NULL, NULL)); } /** * The user changed (and confirmed the change) the type of a * meta-data item in the meta data tree view. Update the type and * text in the list store accordingly. * * @param renderer widget where the change happened * @param path which item was changed in the tree view * @param new_text new value for the item * @param user_data the 'struct EditPublicationDialogContext' */ void GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_edited_cb (GtkCellRendererText *renderer, gchar * path, gchar * new_text, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; GtkTreeIter iter; gint type_id; if (! gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (ctx->meta_liststore), &iter, path)) { GNUNET_break (0); return; } if (-1 == ctx->meta_combo_selected_type_id) { GNUNET_break (0); return; } type_id = ctx->meta_combo_selected_type_id; ctx->meta_combo_selected_type_id = -1; gtk_list_store_set (ctx->meta_liststore, &iter, PUBLISH_METADATA_MC_TYPE, type_id, PUBLISH_METADATA_MC_FORMAT, EXTRACTOR_METAFORMAT_UTF8, PUBLISH_METADATA_MC_TYPE_NAME, EXTRACTOR_metatype_to_string (type_id), PUBLISH_METADATA_MC_DESCRIPTION, EXTRACTOR_metatype_to_description (type_id), -1); } /** * The user changed the type of a meta-data item in the meta data * tree view. Obtain the selected type_id and store it in * the 'meta_combo_selected_type_id' field for use by * 'GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_edited_cb'. * * @param combo combo box that was dropped down * @param path which item was changed in the tree view * @param new_iter item that is now selected in the drop-down combo box * @param user_data the 'struct EditPublicationDialogContext' */ void GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_changed_cb (GtkCellRendererCombo * combo, gchar * path_string, GtkTreeIter * new_iter, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; GtkTreeModel *combo_model; gint type_id; g_object_get (combo, "model", &combo_model, NULL); gtk_tree_model_get (combo_model, new_iter, PUBLISH_METADATA_MC_TYPE, &type_id, -1); ctx->meta_combo_selected_type_id = type_id; } /** * The user changed (and confirmed the change) the value of a * meta-data item in the meta data tree view. Update the value * in the list store accordingly. * * @param renderer widget where the change happened * @param path which item was changed in the tree view * @param new_text new value for the item * @param user_data the 'struct EditPublicationDialogContext' */ void GNUNET_GTK_edit_publication_metadata_tree_view_value_renderer_edited_cb (GtkCellRendererText * renderer, gchar * path, gchar * new_text, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; GtkTreeIter iter; gint metatype; char *avalue; const char *ivalue; size_t slen; char *pos; if (! gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (ctx->meta_liststore), &iter, path)) { GNUNET_break (0); return; } gtk_tree_model_get (GTK_TREE_MODEL (ctx->meta_liststore), &iter, PUBLISH_METADATA_MC_TYPE, &metatype, -1); if (metatype == EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME) { /* apply filename rules */ /* First, use UNIX-style separators */ avalue = GNUNET_strdup (new_text); while (NULL != (pos = strstr (avalue, "\\"))) *pos = '/'; /* if user put '/' at the end, remove it' */ slen = strlen (avalue); while ( (slen > 1) && (avalue[slen - 1] == '\\')) { avalue[slen - 1] = '\0'; slen--; } /* However, directories must end with '/', so add it */ if ( (new_text[strlen (new_text) - 1] != '/') && ctx->is_directory == GNUNET_YES) { char * tmp; GNUNET_asprintf (&tmp, "%s/", avalue); GNUNET_free (avalue); avalue = tmp; } /* Also, replace '../' everywhere with "___" */ while (NULL != (pos = strstr (avalue, "../"))) memset (pos, '_', 3); ivalue = avalue; } else { ivalue = new_text; avalue = NULL; } gtk_list_store_set (ctx->meta_liststore, &iter, PUBLISH_METADATA_MC_VALUE, ivalue, -1); GNUNET_free_non_null (avalue); } /** * The user has pushed the 'add' button for metadata. Add a 'dummy' value * to our meta data store (to be edited by the user). * * @param button the 'add' button * @param user_data the 'struct EditPublicationDialogContext' */ void GNUNET_GTK_edit_publication_add_button_clicked_cb (GtkButton * button, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; GtkTreeIter iter; gtk_list_store_insert_with_values (ctx->meta_liststore, &iter, 0, PUBLISH_METADATA_MC_TYPE, 0, PUBLISH_METADATA_MC_FORMAT, EXTRACTOR_METAFORMAT_UTF8, PUBLISH_METADATA_MC_TYPE_NAME, _("Select a type"), PUBLISH_METADATA_MC_VALUE, _("Specify a value"), PUBLISH_METADATA_MC_DESCRIPTION, NULL, -1); } /** * The user has pushed the 'del' button for metadata. * If there is a metadata selected, remove it from the list store. * * @param widget the button * @param user_data the 'struct EditPublicationDialogContext' */ void GNUNET_GTK_edit_publication_delete_button_clicked_cb (GtkButton * button, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; GtkTreeIter iter; GtkTreeSelection *meta_selection; meta_selection = gtk_tree_view_get_selection (ctx->meta_treeview); if (! gtk_tree_selection_get_selected (meta_selection, NULL, &iter)) { GNUNET_break (0); return; } if (gtk_list_store_remove (ctx->meta_liststore, &iter)) gtk_tree_selection_select_iter (meta_selection, &iter); } /** * The user has selected another preview image file. Update the * preview image. * * @param widget the file chooser dialog that completed * @param user_data the 'struct EditPublicationDialogContext' */ void GNUNET_GTK_edit_publication_metadata_preview_file_chooser_button_file_set_cb (GtkFileChooserButton * widget, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; gchar *fn; fn = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (widget)); gtk_image_set_from_file (ctx->preview_image, fn); g_free (fn); ctx->preview_changed = GNUNET_YES; } /* ****************** keyword list editing ******************** */ /** * The user has changed the selection in the keyword tree view. * Update the sensitivity of the 'delete' button. * * @param ts the tree selection object * @param user_data the 'struct EditPublicationDialogContext' */ /* FIXME-GTK3: connect this signal via glade (modern versions of Glade support this) */ static void keywords_selection_changed_cb (GtkTreeSelection *ts, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_keyword_list_del_button")), gtk_tree_selection_get_selected (ts, NULL, NULL)); } /** * The user has edited the keyword entry line. Update the * sensitivity of the 'add' button. * * @param editable the entry line for keywords * @param user_data the 'struct EditPublicationDialogContext' */ void GNUNET_GTK_edit_publication_keyword_entry_changed_cb (GtkEditable * editable, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; const char *keyword; keyword = gtk_entry_get_text (ctx->keyword_entry); gtk_widget_set_sensitive (GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_keyword_list_add_button")), (strlen (keyword) > 0) ? TRUE : FALSE); } /** * Update the sensitivity of the 'confirm' button based on * the availability of keywords and whether they are required or * not. * * @param ctx the 'struct EditPublicationDialogContext' */ static void update_confirm_sensitivity (struct EditPublicationDialogContext *ctx) { GtkTreeIter iter; if ( (! ctx->allow_no_keywords) && (! gtk_tree_model_get_iter_first (GTK_TREE_MODEL (ctx->keywords_liststore), &iter)) ) gtk_widget_set_sensitive (ctx->confirm_button, FALSE); else gtk_widget_set_sensitive (ctx->confirm_button, TRUE); } /** * The user has pushed the 'del' button for the keyword. * If there is a keyword selected, remove it from the list store. * * @param widget the button * @param user_data the 'struct EditPublicationDialogContext' */ void GNUNET_GTK_edit_publication_keyword_list_del_button_clicked_cb (GtkButton * button, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; GtkTreeIter iter; GtkTreeSelection *keywords_selection; keywords_selection = gtk_tree_view_get_selection (ctx->keywords_treeview); if (! gtk_tree_selection_get_selected (keywords_selection, NULL, &iter)) { GNUNET_break (0); return; } if (gtk_list_store_remove (GTK_LIST_STORE (ctx->keywords_liststore), &iter)) gtk_tree_selection_select_iter (keywords_selection, &iter); /* disable confirm button if keywords are required and we have no more keywords */ update_confirm_sensitivity (ctx); } /** * The user has pushed the 'add' button for the keyword (or pressed RETURN). * If there is a keyword in the line, add it to the list store. * * @param widget the entry line, or NULL (if we are called from 'RETURN') * @param user_data the 'struct EditPublicationDialogContext' */ void GNUNET_GTK_edit_publication_keyword_list_add_button_clicked_cb (GtkButton * button, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; const char *keyword; GtkTreeIter iter; keyword = gtk_entry_get_text (ctx->keyword_entry); if (strlen (keyword) == 0) return; gtk_list_store_insert_with_values (ctx->keywords_liststore, &iter, G_MAXINT, PUBLISH_TYPES_MC_KEYWORD, keyword, PUBLISH_TYPES_MC_ADDED, TRUE, -1); gtk_entry_set_text (ctx->keyword_entry, ""); update_confirm_sensitivity (ctx); } /** * The user has pushed a button in the entry line. Check if it was 'RETURN' * and if so consider executing the 'add' action. * * @param widget the entry line * @param event the event information * @param user_data the 'struct EditPublicationDialogContext' */ gboolean GNUNET_GTK_edit_publication_keyword_entry_key_press_event_cb (GtkWidget * widget, GdkEventKey * event, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; if (event->keyval != GDK_KEY_Return) return FALSE; GNUNET_GTK_edit_publication_keyword_list_add_button_clicked_cb (NULL, ctx); return TRUE; } /* ****************** handlers for closing the dialog ******************** */ /** * The user clicked the 'cancel' button. Abort the operation. * * @param button the cancel button * @param user_data the 'struct EditPublicationDialogContext' */ void GNUNET_GTK_edit_publication_cancel_button_clicked_cb (GtkButton * button, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; ctx->cb (ctx->cb_cls, GTK_RESPONSE_CANCEL, NULL); free_edit_dialog_context (ctx); } /** * The user closed the window. Abort the operation. * * @param widget the window * @param event the event that caused the window to close * @param user_data the 'struct EditPublicationDialogContext' * @return TRUE (always) */ gboolean GNUNET_GTK_edit_publication_window_delete_event_cb (GtkWidget * widget, GdkEvent * event, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; ctx->cb (ctx->cb_cls, GTK_RESPONSE_CANCEL, NULL); free_edit_dialog_context (ctx); return TRUE; } /** * Copy binary meta data from to the new container and also preserve * all entries that were not changed. In particular, all binary meta * data is removed if the preview was changed, otherwise it is all * kept. Similarly, if values are still in the liststore, they are * fully kept (including plugin name and original format). "Keeping" * a value means that it is added to the 'md' meta data in the dialog * context. * * @param cls closure, a 'struct FileInformationUpdateContext'; * contains the 'new' meta data to construct in the 'md' * field and the liststore to check the current value * against in 'meta_liststore'. * @param plugin_name name of the plugin that produced this value; * special values can be used (i.e. '' for zlib being * used in the main libextractor library and yielding * meta data). * @param type libextractor-type describing the meta data * @param format basic format information about data * @param data_mime_type mime-type of data (not of the original file); * can be NULL (if mime-type is not known) * @param data actual meta-data found * @param data_len number of bytes in data * @return 0 to continue extracting */ static int preserve_meta_items (void *cls, const char *plugin_name, enum EXTRACTOR_MetaType type, enum EXTRACTOR_MetaFormat format, const char *data_mime_type, const char *data, size_t data_len) { struct EditPublicationDialogContext *ctx = cls; GtkTreeIter iter; gchar *value; guint ntype; guint nformat; int keep; keep = GNUNET_NO; switch (format) { case EXTRACTOR_METAFORMAT_UTF8: case EXTRACTOR_METAFORMAT_C_STRING: if (TRUE == gtk_tree_model_get_iter_first (GTK_TREE_MODEL (ctx->meta_liststore), &iter)) { do { gtk_tree_model_get (GTK_TREE_MODEL (ctx->meta_liststore), &iter, PUBLISH_METADATA_MC_TYPE, &ntype, PUBLISH_METADATA_MC_FORMAT, &nformat, PUBLISH_METADATA_MC_VALUE, &value, -1); if ((ntype == type) && (nformat == format) && (0 == strcmp (value, data))) { gtk_list_store_remove (ctx->meta_liststore, &iter); keep = GNUNET_YES; g_free (value); break; } g_free (value); } while (TRUE == gtk_tree_model_iter_next (GTK_TREE_MODEL (ctx->meta_liststore), &iter)); } break; case EXTRACTOR_METAFORMAT_UNKNOWN: break; case EXTRACTOR_METAFORMAT_BINARY: if (ctx->preview_changed == GNUNET_NO) keep = GNUNET_YES; break; default: GNUNET_break (0); break; } if (GNUNET_YES == keep) GNUNET_break (GNUNET_OK == GNUNET_CONTAINER_meta_data_insert (ctx->md, plugin_name, type, format, data_mime_type, data, data_len)); return 0; } /** * Function called to update the information in FI based on the changes made in * the edit dialog. * * @param cls closure with a 'struct FileInformationUpdateContext *' * @param fi the entry in the publish-structure * @param length length of the file or directory * @param meta metadata for the file or directory (can be modified) * @param uri pointer to the keywords that will be used for this entry (can be modified) * @param bo block options (can be modified) * @param do_index should we index (can be modified) * @param client_info pointer to client context set upon creation (can be modified) * @return GNUNET_SYSERR (aborts after first call) */ static int file_information_update (void *cls, struct GNUNET_FS_FileInformation *fi, uint64_t length, struct GNUNET_CONTAINER_MetaData *meta, struct GNUNET_FS_Uri **uri, struct GNUNET_FS_BlockOptions *bo, int *do_index, void **client_info) { struct EditPublicationDialogContext *ctx = cls; GtkTreeIter iter; gint year; /* gather publishing options */ *do_index = gtk_toggle_button_get_active (ctx->index_checkbutton); GNUNET_break (GNUNET_GTK_get_selected_anonymity_combo_level (ctx->anonymity_combo, &bo->anonymity_level)); bo->content_priority = gtk_spin_button_get_value (ctx->priority_spin); bo->replication_level = gtk_spin_button_get_value (ctx->replication_spin); year = gtk_spin_button_get_value (ctx->expiration_year_spin); bo->expiration_time = GNUNET_FS_year_to_time (year); /* update keyword-URI */ if (NULL != (*uri)) GNUNET_FS_uri_destroy (*uri); *uri = NULL; if (gtk_tree_model_get_iter_first (GTK_TREE_MODEL (ctx->keywords_liststore), &iter)) { do { gchar *value; gtk_tree_model_get (GTK_TREE_MODEL (ctx->keywords_liststore), &iter, PUBLISH_TYPES_MC_KEYWORD, &value, -1); if (NULL == *uri) *uri = GNUNET_FS_uri_ksk_create_from_args (1, (const char **) &value); else GNUNET_FS_uri_ksk_add_keyword (*uri, value, GNUNET_NO); g_free (value); } while (gtk_tree_model_iter_next (GTK_TREE_MODEL (ctx->keywords_liststore), &iter)); } /* update meta data; first, we copy the unchanged values from the original meta data */ ctx->md = GNUNET_CONTAINER_meta_data_create (); GNUNET_CONTAINER_meta_data_iterate (meta, &preserve_meta_items, ctx); /* clear original meta data */ GNUNET_CONTAINER_meta_data_clear (meta); /* add all of the 'preserved' values */ GNUNET_CONTAINER_meta_data_merge (meta, ctx->md); GNUNET_CONTAINER_meta_data_destroy (ctx->md); ctx->md = NULL; /* now add all of the values from the model; adding will simply do nothing for values that are already in the set because they were preserved */ if (gtk_tree_model_get_iter_first (GTK_TREE_MODEL (ctx->meta_liststore), &iter)) { do { guint ntype; guint nformat; gchar *value; gtk_tree_model_get (GTK_TREE_MODEL (ctx->meta_liststore), &iter, PUBLISH_METADATA_MC_TYPE, &ntype, PUBLISH_METADATA_MC_FORMAT, &nformat, PUBLISH_METADATA_MC_VALUE, &value, -1); if (ntype > 0) { GNUNET_CONTAINER_meta_data_insert (meta, "", ntype, nformat, "text/plain", value, strlen (value) + 1); } g_free (value); } while (gtk_tree_model_iter_next (GTK_TREE_MODEL (ctx->meta_liststore), &iter)); } /* finally, if we got a new preview, add it as well */ if (ctx->preview_changed == GNUNET_YES) { gchar *fn; char *data; gsize data_size; const char *mime; GFile *f; GFileInfo *finfo; fn = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_metadata_preview_file_chooser_button"))); f = g_file_new_for_path (fn); finfo = g_file_query_info (f, G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE, 0, NULL, NULL); if (! g_file_load_contents (f, NULL, &data, &data_size, NULL, NULL)) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Could not load preview `%s' into memory\n"), fn); } else { mime = g_file_info_get_attribute_string (finfo, G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE); GNUNET_CONTAINER_meta_data_insert (meta, "", EXTRACTOR_METATYPE_THUMBNAIL, EXTRACTOR_METAFORMAT_BINARY, mime, data, data_size); } g_object_unref (finfo); g_object_unref (f); g_free (fn); } return GNUNET_SYSERR; /* only visit top-level item */ } /** * The user clicked the 'confirm' button. Push the edits back into the * FileInformation structure and given it and the options back to the * callback. Then clean up the dialog. * * @param button the cancel button * @param user_data the 'struct EditPublicationDialogContext' */ void GNUNET_GTK_edit_publication_confirm_button_clicked_cb (GtkButton * button, gpointer user_data) { struct EditPublicationDialogContext *ctx = user_data; /* push back changes to file-information */ GNUNET_FS_file_information_inspect (ctx->fip, &file_information_update, ctx); /* call our continuation */ ctx->cb (ctx->cb_cls, GTK_RESPONSE_OK, gtk_entry_get_text (ctx->root_entry)); /* free resources from the edit dialog */ free_edit_dialog_context (ctx); } /* ****************** code for initialization of the dialog ******************** */ /** * Add each of the keywords to the keyword list store. * * @param cls closure * @param keyword the keyword * @param is_mandatory is the keyword mandatory (in a search) * @return GNUNET_OK to continue to iterate */ static int add_keyword (void *cls, const char *keyword, int is_mandatory) { GtkListStore *ls; GtkTreeIter iter; ls = GTK_LIST_STORE (cls); gtk_list_store_insert_with_values (ls, &iter, G_MAXINT, PUBLISH_TYPES_MC_KEYWORD, keyword, PUBLISH_TYPES_MC_ADDED, FALSE, -1); return GNUNET_OK; } /** * Set the title of the window based on the filename in the meta data. * * @param cls the window * @param plugin_name name of the plugin that produced this value; * special values can be used (i.e. '<zlib>' for zlib being * used in the main libextractor library and yielding * meta data). * @param type libextractor-type describing the meta data * @param format basic format information about data * @param data_mime_type mime-type of data (not of the original file); * can be NULL (if mime-type is not known) * @param data actual meta-data found * @param data_len number of bytes in data * @return 0 to continue extracting, 1 to abort */ static int set_window_title_to_filename (void *cls, const char *plugin_name, enum EXTRACTOR_MetaType type, enum EXTRACTOR_MetaFormat format, const char *data_mime_type, const char *data, size_t data_len) { char *utf8; if (EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME != type) return 0; utf8 = GNUNET_FS_GTK_dubious_meta_to_utf8 (format, data, data_len); if (NULL == utf8) return 0; gtk_window_set_title (GTK_WINDOW (cls), utf8); GNUNET_free (utf8); return 1; } /** * Function called to extract the information from FI to populate the edit dialog. * * @param cls the 'struct EditPublicationDialogContext' * @param fi the entry in the publish-structure (unused) * @param length length of the file or directory (unused) * @param meta metadata for the file or directory (can be modified) * @param uri pointer to the keywords that will be used for this entry (can be modified) * @param bo block options * @param do_index should we index (can be modified) * @param client_info pointer to client context set upon creation (can be modified) * @return GNUNET_SYSERR (aborts after first call) */ static int file_information_import (void *cls, struct GNUNET_FS_FileInformation *fi, uint64_t length, struct GNUNET_CONTAINER_MetaData *meta, struct GNUNET_FS_Uri **uri, struct GNUNET_FS_BlockOptions *bo, int *do_index, void **client_info) { struct EditPublicationDialogContext *ctx = cls; GdkPixbuf *pixbuf; int year; /* import options */ year = (int) GNUNET_FS_time_to_year (bo->expiration_time); gtk_spin_button_set_value (ctx->expiration_year_spin, year); GNUNET_GTK_select_anonymity_combo_level (ctx->anonymity_combo, bo->anonymity_level); gtk_spin_button_set_value (ctx->priority_spin, bo->content_priority); gtk_spin_button_set_value (ctx->replication_spin, bo->replication_level); gtk_toggle_button_set_active (ctx->index_checkbutton, *do_index); /* import keywords */ if (NULL != *uri) GNUNET_FS_uri_ksk_get_keywords (*uri, &add_keyword, ctx->keywords_liststore); /* import meta data */ if (NULL != meta) { GNUNET_CONTAINER_meta_data_iterate (meta, &GNUNET_FS_GTK_add_meta_data_to_list_store, ctx->meta_liststore); pixbuf = GNUNET_FS_GTK_get_thumbnail_from_meta_data (meta); if (pixbuf != NULL) { gtk_image_set_from_pixbuf (ctx->preview_image, pixbuf); } } /* Also update window title based on filename */ gtk_window_set_title (ctx->edit_publication_window, _("")); GNUNET_CONTAINER_meta_data_iterate (meta, &set_window_title_to_filename, ctx->edit_publication_window); return GNUNET_SYSERR; /* only visit top-level item */ } /** * Open the dialog to edit file information data. * * @param parent parent window of the dialog * @param fip information about the file information that is to be edited * @param is_namespace_edit GNUNET_YES if we are editing a namespace advertisement; * this means that keywords are required and that a "root" can be * entered * @param cb function to call when the dialog is closed * @param cb_cls closure for 'cb' */ void GNUNET_FS_GTK_edit_publish_dialog (GtkWindow * parent, struct GNUNET_FS_FileInformation *fip, int is_namespace_edit, GNUNET_FS_GTK_EditPublishDialogCallback cb, gpointer cb_cls) { GtkTreeIter iter; gint code; GtkComboBox *pubtypes_combo; GtkLabel *index_label; GtkLabel *root_label; struct EditPublicationDialogContext *ctx; GtkTreeSelection *meta_selection; GtkTreeSelection *keywords_selection; ctx = GNUNET_malloc (sizeof (struct EditPublicationDialogContext)); ctx->fip = fip; ctx->preview_changed = GNUNET_NO; ctx->allow_no_keywords = is_namespace_edit ? GNUNET_NO : GNUNET_YES; ctx->is_directory = GNUNET_FS_file_information_is_directory (fip); ctx->cb = cb; ctx->cb_cls = cb_cls; ctx->meta_combo_selected_type_id = -1; ctx->builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_edit_publication.glade", ctx); if (ctx->builder == NULL) { GNUNET_free (ctx); return; } /* obtain various widgets for use later */ ctx->pubtypes_liststore = GTK_LIST_STORE (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_publication_types_liststore")); ctx->metatypes_liststore = GTK_LIST_STORE (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_publication_metadata_types_liststore")); ctx->meta_treeview = GTK_TREE_VIEW (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_metadata_tree_view")); ctx->keywords_treeview = GTK_TREE_VIEW (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_keyword_list_tree_view")); ctx->edit_publication_window = GTK_WINDOW (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_window")); ctx->keywords_liststore = GTK_LIST_STORE (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_publication_keywords_liststore")); ctx->keyword_entry = GTK_ENTRY (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_keyword_entry")); ctx->confirm_button = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_confirm_button")); ctx->preview_image = GTK_IMAGE (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_metadata_preview_image")); ctx->meta_liststore = GTK_LIST_STORE (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_publication_metadata_liststore")); ctx->root_entry = GTK_ENTRY (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_root_entry")); ctx->expiration_year_spin = GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_expiration_year_spin_button")); ctx->priority_spin = GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_priority_spin_button")); ctx->replication_spin = GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_replication_spin_button")); ctx->index_checkbutton = GTK_TOGGLE_BUTTON (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_index_checkbutton")); ctx->anonymity_combo = GTK_COMBO_BOX (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_anonymity_combobox")); /* Basic initialization of widgets models and visibility */ gtk_combo_box_set_model (ctx->anonymity_combo, GNUNET_FS_GTK_get_anonymity_level_list_store ()); GNUNET_FS_GTK_setup_expiration_year_adjustment (ctx->builder); pubtypes_combo = GTK_COMBO_BOX (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_type_combo")); if (gtk_combo_box_get_active_iter (pubtypes_combo, &iter)) { gtk_tree_model_get (GTK_TREE_MODEL (ctx->pubtypes_liststore), &iter, PUBLISH_TYPES_MC_TYPE, &code, -1); change_metatypes (ctx, 0); } else gtk_combo_box_set_active (pubtypes_combo, 0); /* indexing does not apply to directories */ gtk_widget_set_visible (GTK_WIDGET (ctx->index_checkbutton), ctx->is_directory != GNUNET_YES); index_label = GTK_LABEL (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_index_label")); gtk_widget_set_visible (GTK_WIDGET (index_label), ctx->is_directory != GNUNET_YES); /* show root label only for namespaces */ gtk_widget_set_visible (GTK_WIDGET (ctx->root_entry), is_namespace_edit ? TRUE : FALSE); root_label = GTK_LABEL (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_edit_publication_root_label")); gtk_widget_set_visible (GTK_WIDGET (root_label), is_namespace_edit ? TRUE : FALSE); /* FIXME-GTK3: these signal handlers can be set by (modern) versions of Glade */ keywords_selection = gtk_tree_view_get_selection (ctx->keywords_treeview); g_signal_connect (G_OBJECT (keywords_selection), "changed", G_CALLBACK (keywords_selection_changed_cb), ctx); meta_selection = gtk_tree_view_get_selection (ctx->meta_treeview); g_signal_connect (G_OBJECT (meta_selection), "changed", G_CALLBACK (metadata_selection_changed_cb), ctx); /* import meta data and options */ GNUNET_FS_file_information_inspect (fip, &file_information_import, ctx); /* Finally, display window */ update_confirm_sensitivity (ctx); gtk_window_set_transient_for (ctx->edit_publication_window, parent); gtk_window_present (ctx->edit_publication_window); } /* end of gnunet-fs-gtk-edit_publish_dialog.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_publish-edit-dialog.h0000644000175000017500000000444711712620653020512 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_publish-edit-dialog.h * @author Christian Grothoff */ #ifndef GNUNET_FS_GTK_PUBLISH_EDIT_DIALOG_H #define GNUNET_FS_GTK_PUBLISH_EDIT_DIALOG_H #include "gnunet-fs-gtk_common.h" #include #include /** * Function called when the edit publish dialog has been closed. * * @param cls closure * @param ret GTK_RESPONSE_OK if the dialog was closed with "OK" * @param root namespace root, NULL for file publishing */ typedef void (*GNUNET_FS_GTK_EditPublishDialogCallback) (gpointer cls, int ret, const char *root); /** * Open the dialog to edit file information data. * * @param parent parent window of the dialog * @param fip information about the file information that is to be edited * @param is_namespace_edit GNUNET_YES if we are editing a namespace advertisement; * this means that keywords are required and that a "root" can be * entered * @param cb function to call when the dialog is closed * @param cb_cls closure for 'cb' */ void GNUNET_FS_GTK_edit_publish_dialog (GtkWindow * parent, struct GNUNET_FS_FileInformation *fip, int is_namespace_edit, GNUNET_FS_GTK_EditPublishDialogCallback cb, gpointer cls); #endif /* end of gnunet-fs-gtk-edit_publish_dialog.h */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_about.c0000644000175000017500000000247211712613277015771 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_about.c * @author Christian Grothoff * @author Igor Wronsky * * This file contains the about dialog. */ #include "gnunet_gtk.h" /** * This displays an about window * * @param widget widget creating the event, unused * @param data global builder, unused */ void GNUNET_GTK_main_menu_help_about_activate_cb (GtkWidget * dummy, gpointer data) { GNUNET_GTK_display_about ("gnunet_fs_gtk_about_window.glade"); } /* end of gnunet-fs-gtk-about.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk.h0000644000175000017500000001362211735332322014575 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk.h * @brief Globals for gnunet-fs-gtk * @author Christian Grothoff */ #ifndef GNUNET_FS_GTK_H #define GNUNET_FS_GTK_H #include "gnunet_gtk.h" #include #include struct GNUNET_GTK_MainWindowContext { GtkBuilder *builder; const struct GNUNET_CONFIGURATION_Handle *cfg; GtkTreeStore *search_ns_treestore; GtkTreeView *ns_selector_treeview; GtkWidget *ns_selector_window; GtkToggleButton *ns_dropdown_button; GtkLabel *search_ns_label; GtkEntry *search_entry; GtkComboBox *anonymity_combo; GtkListStore *anonymity_level_liststore; GtkImage *preview_image; GtkListStore *md_liststore; GtkTreeView *md_treeview; GtkWidget *main_window; GtkTreeRowReference *ns_selector_pushed_row; GtkTreeRowReference *selected_ns_row; int ns_callback_registered; GtkWindow *ns_manager; gulong ns_manager_delete_handler_id; }; /** * Columns in the search namespace model. */ enum GNUNET_GTK_FS_MAIN_WINDOW_SearchNamespaceModelColumns { /** * A gchararray. */ GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_NAME = 0, /** * A gpointer. */ GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_KEY = 1, /** * A gchararray. */ GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_ROOT = 2, /** * A gchararray. */ GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_TOOLTIP = 3, }; /** * Columns in the meta data model. */ enum GNUNET_GTK_FS_MAIN_WINDOW_MetaDataModelColumns { /** * A guint. */ GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_TYPE = 0, /** * A guint. */ GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_FORMAT = 1, /** * A gchararray. */ GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_TYPE_STRING = 2, /** * A gchararray. */ GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_VALUE = 3, }; /** * Columns in the anonymity level model. */ enum GNUNET_GTK_FS_MAIN_WINDOW_AnonymityLevelModelColumns { /** * A gchararray. */ GNUNET_GTK_FS_MAIN_WINDOW_ANONYMITY_LEVEL_MC_NAME = 0, /** * A guint. */ GNUNET_GTK_FS_MAIN_WINDOW_ANONYMITY_LEVEL_MC_LEVEL = 1, /** * A gchararray. */ GNUNET_GTK_FS_MAIN_WINDOW_ANONYMITY_LEVEL_MC_COLOR = 2, }; /** * Columns in the search mime model. */ enum GNUNET_GTK_FS_MAIN_WINDOW_SearchMimeModelColumns { /** * A gchararray. */ GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_MIME_MC_MIME = 0, /** * A gchararray. */ GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_MIME_MC_TYPE = 1, /** * A gchararray. */ GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_MIME_MC_EXTENSION = 2, /** * A gchararray. */ GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_MIME_MC_LOSSYNESS = 3, /** * A gchararray. */ GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_MIME_MC_FREEDOM = 4, }; /** * Get our configuration. */ const struct GNUNET_CONFIGURATION_Handle * GNUNET_FS_GTK_get_configuration (void); /** * Return the list store with anonymity levels. * * @return the list store */ GtkTreeModel * GNUNET_FS_GTK_get_anonymity_level_list_store (void); /** * Return our handle for file-sharing operations. * * @return NULL on error */ struct GNUNET_FS_Handle * GNUNET_FS_GTK_get_fs_handle (void); /** * Get an object from the main window. * * @param name name of the object * @return NULL on error */ GObject * GNUNET_FS_GTK_get_main_window_object (const char *name); /** * Get the selected anonymity level. * * @param builder builder object for the window * @param combo_name name of the combobox widget to get anonymity from * @param p_level pointer to a guint to receive the level value * @return TRUE on success, FALSE on error */ gboolean GNUNET_GTK_get_selected_anonymity_level (GtkBuilder * builder, gchar * combo_name, guint * p_level); /** * Get the selected anonymity level. * * @param combo combo box widget to get anonymity from * @param p_level pointer to a guint to receive the level value * @return TRUE on success, FALSE on error */ gboolean GNUNET_GTK_get_selected_anonymity_combo_level (GtkComboBox *combo, guint *p_level); /** * Set the selected anonymity level. * For dialogue initialization. * * @param builder builder object for the window * @param combo_name name of the combobox widget to set anonymity in * @param sel_level the level value to select * @return TRUE on success, FALSE on error (no item with such level) */ gboolean GNUNET_GTK_select_anonymity_level (GtkBuilder * builder, gchar * combo_name, guint sel_level); /** * Set the selected anonymity level. * For dialogue initialization. * * @param combo the combobox widget to set anonymity in * @param sel_level the level value to select * @return TRUE on success, FALSE on error (no item with such level) */ gboolean GNUNET_GTK_select_anonymity_combo_level (GtkComboBox *combo, guint sel_level); void GNUNET_GTK_main_window_refresh_ns_list (struct GNUNET_GTK_MainWindowContext *main_ctx); #endif /* end of gnunet-fs-gtk.h */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_event-handler.c0000644000175000017500000030462611760460624017420 00000000000000/* This file is part of GNUnet. (C) 2010, 2011, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_event-handler.c * @brief Main event handler for file-sharing * @author Christian Grothoff */ #include "gnunet-fs-gtk.h" #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk_download-save-as.h" #include "gnunet-fs-gtk_event-handler.h" #include "gnunet-fs-gtk_unindex.h" /** * Columns in the file sharing result model. */ enum SEARCH_TAB_ModelColumns { /** * A gpointer. */ SEARCH_TAB_MC_METADATA = 0, /** * A gpointer. */ SEARCH_TAB_MC_URI = 1, /** * A guint64. */ SEARCH_TAB_MC_FILESIZE = 2, /** * A GdkPixbuf. */ SEARCH_TAB_MC_PREVIEW = 3, /** * A guint. */ SEARCH_TAB_MC_PERCENT_PROGRESS = 4, /** * A guint. */ SEARCH_TAB_MC_PERCENT_AVAILABILITY = 5, /** * A gchararray. */ SEARCH_TAB_MC_FILENAME = 6, /** * A gchararray. */ SEARCH_TAB_MC_URI_AS_STRING = 7, /** * A gchararray. */ SEARCH_TAB_MC_STATUS_COLOUR = 8, /** * A gpointer. */ SEARCH_TAB_MC_SEARCH_RESULT = 9, /** * A gchararray. */ SEARCH_TAB_MC_MIMETYPE = 10, /** * A guint. */ SEARCH_TAB_MC_APPLICABILITY_RANK = 11, /** * A guint. */ SEARCH_TAB_MC_AVAILABILITY_CERTAINTY = 12, /** * A gint. */ SEARCH_TAB_MC_AVAILABILITY_RANK = 13, /** * A guint64. */ SEARCH_TAB_MC_COMPLETED = 14, /** * A gchararray. */ SEARCH_TAB_MC_DOWNLOADED_FILENAME = 15, /** * A gint. */ SEARCH_TAB_MC_DOWNLOADED_ANONYMITY = 16, }; /** * Columns in the publish frame model. */ enum PUBLISH_TAB_ModelColumns { /** * A gchararray. */ PUBLISH_TAB_MC_FILENAME = 0, /** * A gchararray. */ PUBLISH_TAB_MC_FILESIZE = 1, /** * A gchararray. */ PUBLISH_TAB_MC_BGCOLOUR = 2, /** * A guint. */ PUBLISH_TAB_MC_PROGRESS = 3, /** * A gpointer. */ PUBLISH_TAB_MC_ENT = 4, /** * A gchararray. */ PUBLISH_TAB_MC_RESULT_STRING = 5, }; /** * We have a single tab where we display publishing operations. * So there is only one instance of this struct. */ struct PublishTab { /** * Frame for the tab. */ GtkWidget *frame; /** * Associated builder. */ GtkBuilder *builder; /** * Associated tree store. */ GtkTreeStore *ts; }; /** * Information we keep for each file or directory being published. * Used to quickly identify the tab and row of the operation; stored * in the user-context of the FS library for the publish operation. */ struct PublishEntry { /** * Associated FS publish operation. */ struct GNUNET_FS_PublishContext *pc; /** * Tab storing this entry. */ struct PublishTab *tab; /** * Where in the tab is this entry? */ GtkTreeRowReference *rr; /** * URI of the file (set after completion). */ struct GNUNET_FS_Uri *uri; /** * Is this the top-level entry for the publish operation * or sub-operation? */ int is_top; }; /** * Head of linked list of tabs for searches. */ static struct SearchTab *search_tab_head; /** * Tail of linked list of tabs for searches. */ static struct SearchTab *search_tab_tail; /** * Special tab we use to for downloads-by-URIs and downloads * where the search tab has been closed ("parent lost"). */ static struct SearchTab *uri_tab; /** * Special tab we use to store publishing operations. */ static struct PublishTab *publish_tab; /* ***************** Search event handling ****************** */ /** * Clear the metadata list and the preview widget. */ static void clear_metadata_display () { GtkImage *image; GtkListStore *ms; image = GTK_IMAGE (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window_preview_image")); gtk_image_clear (image); ms = GTK_LIST_STORE (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_meta_data_list_store")); gtk_list_store_clear (ms); } /** * This should get the default download directory (so that GNUnet * won't offer the user to download files to the 'bin' subdirectory, * or whatever is the cwd). Returns NULL on failure (such as * non-existend directory). Should also preserve the last setting (so * if the user saves files somewhere else, next time we default to * somewhere else, at least until application restart, or maybe even * between application restarts). * * Fills the 'buffer' up to 'size' bytes, returns a pointer to it. */ static char * get_default_download_directory (char *buffer, size_t size) { /* FIXME-FEATURE: implement... */ return NULL; } /** * Called recursively to build a suggested filename by prepending * suggested names for its parent directories (if any). * * @param tm tree model this function gets the data from * @param iter current position in the tree, for which we want a suggested filename * @param top GNUNET_YES for the original call to this function, * GNUNET_NO for recursive calls; used to decide if the * current call is eligible to set 'anonymity' and 'local_parents' * @param local_parents set to GNUNET_YES if all parents are directories, and are downloaded. * @param anonymity set to the anonymity level of the closest ancestor download (if any); * set to "-1" for uninitialized initially (will be left at -1 if * no suitable parent download was found) * @param filename_is_absolute set to GNUNET_YES if the suggestion is an absolute filename, * GNUNET_NO for relative filenames (gotten from meta data) * @return suggested filename, possibly NULL */ static char * get_suggested_filename_anonymity (GtkTreeModel *tm, GtkTreeIter *iter, int top, int *local_parents, int *anonymity, int *filename_is_absolute) { char *result; char *dirname; char *local_filename; char *filename; int downloaded_anonymity; int have_a_parent; struct GNUNET_CONTAINER_MetaData *meta; GtkTreeIter parent; const char *basename; char *dot; /* FIXME-BUG-MAYBE: this function is likely responsible for not always suggesting the best filename... To be investigated some more... */ gtk_tree_model_get (tm, iter, SEARCH_TAB_MC_METADATA, &meta, SEARCH_TAB_MC_DOWNLOADED_FILENAME, &local_filename, SEARCH_TAB_MC_DOWNLOADED_ANONYMITY, &downloaded_anonymity, -1); if (GNUNET_NO == top) { if (NULL != local_filename) *local_parents = GNUNET_YES; else *local_parents = GNUNET_NO; if ( (downloaded_anonymity != -1) && (*anonymity == -1) ) *anonymity = downloaded_anonymity; } if (gtk_tree_model_iter_parent (tm, &parent, iter)) { have_a_parent = GNUNET_YES; dirname = get_suggested_filename_anonymity (tm, &parent, GNUNET_NO, local_parents, anonymity, filename_is_absolute); } else { have_a_parent = GNUNET_NO; dirname = NULL; } if (local_filename == NULL) { filename = GNUNET_FS_meta_data_suggest_filename (meta); } else { /* This directory was downloaded as /foo/bar/baz/somedirname * Hopefully, "somedirname" is actually "somedir.gnd" * We need to strip the ".gnd" part to get "somedir", which is * what we're going to use instead of suggested original filename * Without the .gnd extension we're going to just use a copy * of the directory file name - and that would fail. Sad. */ if ( (NULL == dirname) && (GNUNET_NO == have_a_parent)) { /* This is the root. Use absolute path. */ basename = (const char *) local_filename; *filename_is_absolute = GNUNET_YES; } else { basename = GNUNET_STRINGS_get_short_name (local_filename); } if ( (NULL != basename) && (strlen (basename) > 0) ) { filename = GNUNET_strdup (basename); dot = strrchr (filename, '.'); if (dot) *dot = '\0'; } else { filename = GNUNET_FS_meta_data_suggest_filename (meta); } } if ( (NULL != dirname) && (NULL != filename) ) { GNUNET_asprintf (&result, "%s%s%s", dirname, DIR_SEPARATOR_STR, filename); GNUNET_free (filename); GNUNET_free (dirname); return result; } if (NULL != filename) return filename; return NULL; } /** * This function is called when the user double-clicks on a search * result. Begins the download, if necessary by opening the "save as" * window. * * @param tree_view tree view with the details * @param path path selecting which entry we want to download * @param tab the search tab where the user triggered the download request * @param is_recursive was the request for a recursive download? * @param save_as force opening the 'save as' dialog? */ static void start_download (GtkTreeView *tree_view, GtkTreePath *path, struct SearchTab *tab, int is_recursive, int save_as) { GtkTreeModel *tm; GtkTreeIter iter; struct GNUNET_FS_Uri *uri; struct GNUNET_CONTAINER_MetaData *meta; struct SearchResult *sr; struct DownloadEntry *de; char *buf = NULL; char *tmp; size_t tmplen; char cwd[FILENAME_MAX]; char *download_directory; char *filename; int local_parents; int have_a_suggestion; int anonymity; int filename_is_absolute; tm = gtk_tree_view_get_model (tree_view); if (TRUE != gtk_tree_model_get_iter (tm, &iter, path)) { GNUNET_break (0); return; } gtk_tree_model_get (tm, &iter, SEARCH_TAB_MC_METADATA, &meta, SEARCH_TAB_MC_URI, &uri, SEARCH_TAB_MC_SEARCH_RESULT, &sr, -1); if (NULL == uri) { /* user clicked on directory that was opened (not downloaded!), so we have no URI and downloading makes no sense. Ignore! */ return; } if (NULL != sr->download) { /* download already active! */ return; } if (!(GNUNET_FS_uri_test_chk (uri) || GNUNET_FS_uri_test_loc (uri))) { /* can only download chk/loc URIs, ignore */ /* break because in this case, we should not have even gotten here */ GNUNET_break (0); return; } download_directory = get_default_download_directory (cwd, sizeof (cwd)); /* If no download directory is known, try working directory */ if (download_directory == NULL) download_directory = getcwd (cwd, sizeof (cwd)); /* Calculate suggested filename */ local_parents = GNUNET_NO; anonymity = -1; filename_is_absolute = GNUNET_NO; filename = get_suggested_filename_anonymity (tm, &iter, GNUNET_YES, &local_parents, &anonymity, &filename_is_absolute); have_a_suggestion = GNUNET_NO; if (NULL != download_directory) { if (NULL == filename) { buf = GNUNET_strdup (download_directory); } else { have_a_suggestion = GNUNET_YES; if (filename_is_absolute) GNUNET_asprintf (&tmp, "%s", filename); else GNUNET_asprintf (&tmp, "%s%s%s", download_directory, DIR_SEPARATOR_STR, filename); tmplen = strlen (tmp); /* now, if we have a directory, replace trailing '/' with ".gnd" */ if (GNUNET_YES == GNUNET_FS_meta_data_test_for_directory (meta)) { if ( (tmp[tmplen-1] == '/') || (tmp[tmplen-1] == '\\') ) tmp[tmplen-1] = '\0'; GNUNET_asprintf (&buf, "%s%s", tmp, GNUNET_FS_DIRECTORY_EXT); GNUNET_free (tmp); } else { buf = tmp; } } } GNUNET_free_non_null (filename); /* now setup everything for the save-as dialog */ de = GNUNET_malloc (sizeof (struct DownloadEntry)); de->uri = GNUNET_FS_uri_dup (uri); de->filename = buf; de->sr = sr; sr->download = de; de->anonymity = anonymity; de->is_recursive = is_recursive; de->is_directory = GNUNET_FS_meta_data_test_for_directory (meta); if (save_as) have_a_suggestion = GNUNET_NO; if ( (GNUNET_YES == local_parents) && (GNUNET_YES == have_a_suggestion) ) /* Skip the dialog, call directly */ GNUNET_FS_GTK_download_context_start_download (de); else GNUNET_FS_GTK_open_download_as_dialog (de); } /** * Context for the search list popup menu. */ struct SearchListPopupContext { /** * Tab where the search list popup was created. */ struct SearchTab *tab; /** * Row where the search list popup was created. */ GtkTreeRowReference *rr; /** * Search result at the respective row. */ struct SearchResult *sr; }; /** * An item was selected from the context menu; destroy the menu shell. * * @param menushell menu to destroy * @param user_data the 'struct SearchListPopupContext' of the menu */ static void search_list_popup_selection_done (GtkMenuShell *menushell, gpointer user_data) { struct SearchListPopupContext *spc = user_data; gtk_widget_destroy (GTK_WIDGET (menushell)); gtk_tree_row_reference_free (spc->rr); GNUNET_free (spc); } /** * This function is called when the user double-clicks on a search * result. Begins the download, if necessary by opening the "save as" * window. * * @param tree_view tree view with the details * @param path path selecting which entry we want to download * @param column unused entry specifying which column the mouse was in * @param user_data the 'struct SearchTab' that was activated */ void GNUNET_FS_GTK_search_treeview_row_activated (GtkTreeView * tree_view, GtkTreePath * path, GtkTreeViewColumn * column, gpointer user_data) { struct SearchTab *tab = user_data; struct GNUNET_FS_Uri *uri; GtkTreeModel *tm; GtkTreeIter iter; tm = gtk_tree_view_get_model (tree_view); if (TRUE != gtk_tree_model_get_iter (tm, &iter, path)) { GNUNET_break (0); return; } gtk_tree_model_get (tm, &iter, SEARCH_TAB_MC_URI, &uri, -1); if (NULL == uri) { /* user clicked on directory that was opened (not downloaded!), so we have no URI and downloading makes no sense. Ignore! */ return; } if (GNUNET_FS_uri_test_ksk (uri) || GNUNET_FS_uri_test_sks (uri)) { GNUNET_FS_GTK_handle_uri (uri, 1); return; } /* must be chk/loc URI, start download */ start_download (tree_view, path, tab, GNUNET_NO, GNUNET_NO); } /** * "Download" was selected in the current search context menu. * * @param spc the 'struct SearchListPopupContext' of the menu * @param is_recursive was this the 'recursive' option? * @parma save_as was this the 'save as' option? */ static void start_download_ctx_menu_helper (struct SearchListPopupContext *spc, int is_recursive, int save_as) { GtkTreePath *path; GtkTreeView *tv; path = gtk_tree_row_reference_get_path (spc->rr); tv = GTK_TREE_VIEW (gtk_builder_get_object (spc->tab->builder, "_search_result_frame")); start_download (tv, path, spc->tab, is_recursive, save_as); gtk_tree_path_free (path); } /** * "Download" was selected in the current search context menu. * * @param item the 'download' menu item * @param user_data the 'struct SearchListPopupContext' of the menu */ static void start_download_ctx_menu (GtkMenuItem *item, gpointer user_data) { struct SearchListPopupContext *spc = user_data; start_download_ctx_menu_helper (spc, GNUNET_NO, GNUNET_NO); } /** * "Download recursively" was selected in the current search context menu. * * @param item the 'download recursively' menu item * @param user_data the 'struct SearchListPopupContext' of the menu */ static void start_download_recursively_ctx_menu (GtkMenuItem *item, gpointer user_data) { struct SearchListPopupContext *spc = user_data; start_download_ctx_menu_helper (spc, GNUNET_YES, GNUNET_NO); } /** * "Download as..." was selected in the current search context menu. * * @param item the 'download as...' menu item * @param user_data the 'struct SearchListPopupContext' of the menu */ static void start_download_as_ctx_menu (GtkMenuItem *item, gpointer user_data) { struct SearchListPopupContext *spc = user_data; start_download_ctx_menu_helper (spc, GNUNET_NO, GNUNET_YES); } /** * Download "abort" was selected in the current search context menu. * * @param item the 'abort' menu item * @parma user_data the 'struct SearchListPopupContext' with the download to abort. */ static void abort_download_ctx_menu (GtkMenuItem *item, gpointer user_data) { struct SearchListPopupContext *spc = user_data; struct DownloadEntry *de = spc->sr->download; GNUNET_assert (de->dc != NULL); GNUNET_FS_download_stop (de->dc, GNUNET_YES); } /** * Copy current URI to clipboard was selected in the current context menu. * * @param item the 'copy-to-clipboard' menu item * @parma user_data the 'struct SearchListPopupContext' of the menu */ static void copy_search_uri_to_clipboard_ctx_menu (GtkMenuItem *item, gpointer user_data) { struct SearchListPopupContext *spc = user_data; GtkTreePath *path; GtkTreeView *tv; GtkTreeModel *tm; GtkTreeIter iter; struct GNUNET_FS_Uri *uri; char *uris; GtkClipboard *cb; path = gtk_tree_row_reference_get_path (spc->rr); tv = GTK_TREE_VIEW (gtk_builder_get_object (spc->tab->builder, "_search_result_frame")); tm = gtk_tree_view_get_model (tv); if (! gtk_tree_model_get_iter (tm, &iter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return; } gtk_tree_model_get (tm, &iter, SEARCH_TAB_MC_URI, &uri, -1); gtk_tree_path_free (path); if (uri == NULL) { GNUNET_break (0); return; } uris = GNUNET_FS_uri_to_string (uri); cb = gtk_clipboard_get (GDK_SELECTION_CLIPBOARD); gtk_clipboard_set_text (cb, uris, -1); gtk_clipboard_store (cb); GNUNET_free (uris); } /** * Context menu was requested for a search result list. * Compute which menu items are applicable and display * an appropriate menu. * * @param tm tree model underlying the tree view where the event happened * @param tab tab where the event happened * @param event_button the event * @return FALSE if no menu could be popped up, * TRUE if there is now a pop-up menu */ static gboolean search_list_popup (GtkTreeModel *tm, struct SearchTab *tab, gint init_button, guint32 event_time, GtkTreeIter *iter) { GtkMenu *menu; GtkWidget *child; GtkTreePath *path; struct SearchResult *sr; struct GNUNET_FS_Uri *uri; struct SearchListPopupContext *spc; spc = GNUNET_malloc (sizeof (struct SearchListPopupContext)); spc->tab = tab; path = gtk_tree_model_get_path (tm, iter); spc->rr = gtk_tree_row_reference_new (tm, path); gtk_tree_path_free (path); gtk_tree_model_get (tm, iter, SEARCH_TAB_MC_URI, &uri, SEARCH_TAB_MC_SEARCH_RESULT, &sr, -1); spc->sr = sr; menu = GTK_MENU (gtk_menu_new ()); if ( (NULL == sr->download) && (NULL != uri) && ( (GNUNET_FS_uri_test_chk (uri) || GNUNET_FS_uri_test_loc (uri))) ) { /* only display download menus if there is a URI */ child = gtk_menu_item_new_with_label (_("_Download")); g_signal_connect (child, "activate", G_CALLBACK (start_download_ctx_menu), spc); gtk_label_set_use_underline (GTK_LABEL (gtk_bin_get_child (GTK_BIN (child))), TRUE); gtk_widget_show (child); gtk_menu_shell_append (GTK_MENU_SHELL (menu), child); child = gtk_menu_item_new_with_label (_("Download _recursively")); g_signal_connect (child, "activate", G_CALLBACK (start_download_recursively_ctx_menu), spc); gtk_label_set_use_underline (GTK_LABEL (gtk_bin_get_child (GTK_BIN (child))), TRUE); gtk_widget_show (child); gtk_menu_shell_append (GTK_MENU_SHELL (menu), child); child = gtk_menu_item_new_with_label (_("Download _as...")); g_signal_connect (child, "activate", G_CALLBACK (start_download_as_ctx_menu), spc); gtk_label_set_use_underline (GTK_LABEL (gtk_bin_get_child (GTK_BIN (child))), TRUE); gtk_widget_show (child); gtk_menu_shell_append (GTK_MENU_SHELL (menu), child); } if ( (NULL != sr->download) && (GNUNET_YES != sr->download->is_done) ) { child = gtk_menu_item_new_with_label (_("_Abort download")); g_signal_connect (child, "activate", G_CALLBACK (abort_download_ctx_menu), spc); gtk_label_set_use_underline (GTK_LABEL (gtk_bin_get_child (GTK_BIN (child))), TRUE); gtk_widget_show (child); gtk_menu_shell_append (GTK_MENU_SHELL (menu), child); } if (NULL != uri) { child = gtk_menu_item_new_with_label (_("_Copy URI to Clipboard")); g_signal_connect (child, "activate", G_CALLBACK (copy_search_uri_to_clipboard_ctx_menu), spc); gtk_label_set_use_underline (GTK_LABEL (gtk_bin_get_child (GTK_BIN (child))), TRUE); gtk_widget_show (child); gtk_menu_shell_append (GTK_MENU_SHELL (menu), child); } g_signal_connect (menu, "selection-done", G_CALLBACK (search_list_popup_selection_done), spc); gtk_menu_popup (menu, NULL, NULL, NULL, NULL, init_button, event_time); return TRUE; } /** * We got a 'popup-menu' event, display the context menu. * * @param widget the tree view where the event happened * @param user_data the 'struct SearchTab' of the tree view * @return FALSE if no menu could be popped up, * TRUE if there is now a pop-up menu */ gboolean GNUNET_FS_GTK_search_treeview_popup_menu (GtkWidget *widget, gpointer user_data) { GtkTreeView *tv = GTK_TREE_VIEW (widget); struct SearchTab *tab = user_data; GtkTreeSelection *sel; GtkTreeIter iter; GtkTreeModel *tm; sel = gtk_tree_view_get_selection (tv); if (! gtk_tree_selection_get_selected (sel, &tm, &iter)) return FALSE; /* nothing selected */ return search_list_popup (tm, tab, 0, gtk_get_current_event_time (), &iter); } /** * We got a right-click on the search result list. Display the context * menu. * * @param widget the GtkTreeView with the search result list * @param event the event, we only care about button events * @param user_data the 'struct SearchTab' the widget is in * @return FALSE to propagate the event further, * TRUE to stop the propagation */ gboolean GNUNET_FS_GTK_search_treeview_button_press_event (GtkWidget * widget, GdkEvent * event, gpointer user_data) { GtkTreeView *tv = GTK_TREE_VIEW (widget); GdkEventButton *event_button = (GdkEventButton *) event; struct SearchTab *tab = user_data; GtkTreeModel *tm; GtkTreePath *path; GtkTreeIter iter; if ( (event->type != GDK_BUTTON_PRESS) || (event_button->button != 3) ) return FALSE; /* not a right-click */ if (! gtk_tree_view_get_path_at_pos (tv, event_button->x, event_button->y, &path, NULL, NULL, NULL)) return FALSE; /* click outside of area with values, ignore */ tm = gtk_tree_view_get_model (tv); if (! gtk_tree_model_get_iter (tm, &iter, path)) return FALSE; /* not sure how we got a path but no iter... */ gtk_tree_path_free (path); search_list_popup (tm, tab, event_button->button, event_button->time, &iter); return FALSE; } /** * Recalculate and update the label for a search, as we have * received additional search results. * * @param tab search tab for which we should update the label */ static void update_search_label (struct SearchTab *tab) { char *label_text; while (tab->parent != NULL) tab = tab->parent->tab; if (tab->num_results > 0) GNUNET_asprintf (&label_text, "%.*s%s (%u)", 20, tab->query_txt, strlen (tab->query_txt) > 20 ? "..." : "", tab->num_results); else GNUNET_asprintf (&label_text, "%.*s%s", 20, tab->query_txt, strlen (tab->query_txt) > 20 ? "..." : ""); gtk_label_set_text (tab->label, label_text); gtk_widget_set_tooltip_text (GTK_WIDGET (tab->label), tab->query_txt); GNUNET_free (label_text); } /** * Close a search tab and free associated state. Assumes that the * respective tree model has already been cleaned up (this just * updates the notebook and frees the 'tab' itself). * * @param tab search tab to close */ static void close_search_tab (struct SearchTab *tab) { GtkNotebook *notebook; int index; int i; if (tab->parent != NULL) { /* not a top-level search (namespace update search), do not close tab here! */ GNUNET_free (tab); return; } clear_metadata_display (); notebook = GTK_NOTEBOOK (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window_notebook")); index = -1; for (i = gtk_notebook_get_n_pages (notebook) - 1; i >= 0; i--) if (tab->frame == gtk_notebook_get_nth_page (notebook, i)) index = i; gtk_notebook_remove_page (notebook, index); g_object_unref (tab->builder); GNUNET_free (tab->query_txt); GNUNET_CONTAINER_DLL_remove (search_tab_head, search_tab_tail, tab); if (tab == uri_tab) uri_tab = NULL; GNUNET_free (tab); } /** * Copy all of the children of 'src_iter' from the 'src_model' to * become children of 'dst_iter' in the 'dst_model'. The models are * both 'GNUNET_GTK_file_sharing_result_tree_store' models. * * Note that we also need to update the 'struct SearchResult' * and (if it exists) the respective 'struct DownloadEntry' * to refer to the new model. * * @param src_model source model * @param src_iter parent of the nodes to move * @param dst_tab destination tab * @param dst_iter new parent of the entries we are moving */ static void copy_children (GtkTreeModel * src_model, GtkTreeIter * src_iter, struct SearchTab *dst_tab, GtkTreeIter * dst_iter) { GtkTreeIter src_child; GtkTreeIter dst_child; GtkTreePath *path; struct GNUNET_CONTAINER_MetaData *meta; struct GNUNET_FS_Uri *uri; guint64 filesize, completed; GdkPixbuf *preview; guint percent_progress; guint percent_availability; gchar *filename; gchar *uri_as_string; gchar *status_colour; struct SearchResult *search_result_old; struct SearchResult *search_result_new; gchar *mimetype; guint applicability_rank; guint availability_certainty; gint availability_rank; gchar *downloaded_filename; gint downloaded_anonymity; if (! gtk_tree_model_iter_children (src_model, &src_child, src_iter)) return; do { gtk_tree_model_get (src_model, &src_child, SEARCH_TAB_MC_METADATA, &meta, SEARCH_TAB_MC_URI, &uri, SEARCH_TAB_MC_FILESIZE, &filesize, SEARCH_TAB_MC_PREVIEW, &preview, SEARCH_TAB_MC_PERCENT_PROGRESS, &percent_progress, SEARCH_TAB_MC_PERCENT_AVAILABILITY, &percent_availability, SEARCH_TAB_MC_FILENAME, &filename, SEARCH_TAB_MC_URI_AS_STRING, &uri_as_string, SEARCH_TAB_MC_STATUS_COLOUR, &status_colour, SEARCH_TAB_MC_SEARCH_RESULT, &search_result_old, SEARCH_TAB_MC_MIMETYPE, &mimetype, SEARCH_TAB_MC_APPLICABILITY_RANK, &applicability_rank, SEARCH_TAB_MC_AVAILABILITY_CERTAINTY, &availability_certainty, SEARCH_TAB_MC_AVAILABILITY_RANK, &availability_rank, SEARCH_TAB_MC_COMPLETED, &completed, SEARCH_TAB_MC_DOWNLOADED_FILENAME, &downloaded_filename, SEARCH_TAB_MC_DOWNLOADED_ANONYMITY, &downloaded_anonymity, -1); search_result_new = GNUNET_malloc (sizeof (struct SearchResult)); search_result_new->tab = dst_tab; search_result_new->download = search_result_old->download; if (NULL != search_result_old->download) { search_result_old->download = NULL; search_result_new->download->sr = search_result_new; } gtk_tree_store_insert_with_values (dst_tab->ts, &dst_child, dst_iter, G_MAXINT, SEARCH_TAB_MC_METADATA, GNUNET_CONTAINER_meta_data_duplicate (meta), SEARCH_TAB_MC_URI, GNUNET_FS_uri_dup (uri), SEARCH_TAB_MC_SEARCH_RESULT, filesize, SEARCH_TAB_MC_PREVIEW, preview, SEARCH_TAB_MC_PERCENT_PROGRESS, percent_progress, SEARCH_TAB_MC_PERCENT_AVAILABILITY, percent_availability, SEARCH_TAB_MC_FILENAME, filename, SEARCH_TAB_MC_URI_AS_STRING, uri_as_string, SEARCH_TAB_MC_STATUS_COLOUR, status_colour, SEARCH_TAB_MC_SEARCH_RESULT, search_result_new, SEARCH_TAB_MC_MIMETYPE, mimetype, SEARCH_TAB_MC_APPLICABILITY_RANK, applicability_rank, SEARCH_TAB_MC_AVAILABILITY_CERTAINTY, availability_certainty, SEARCH_TAB_MC_AVAILABILITY_RANK, availability_rank, SEARCH_TAB_MC_COMPLETED, completed, SEARCH_TAB_MC_DOWNLOADED_FILENAME, downloaded_filename, SEARCH_TAB_MC_DOWNLOADED_ANONYMITY, downloaded_anonymity, -1); g_free (filename); g_free (downloaded_filename); g_free (uri_as_string); g_free (status_colour); g_free (mimetype); if (preview != NULL) g_object_unref (preview); path = gtk_tree_model_get_path (GTK_TREE_MODEL (dst_tab->ts), &dst_child); search_result_new->rr = gtk_tree_row_reference_new (GTK_TREE_MODEL (dst_tab->ts), path); gtk_tree_path_free (path); copy_children (src_model, &src_child, dst_tab, &dst_child); } while (gtk_tree_model_iter_next (src_model, &src_child)); } /** * Handle the case where an active download lost its * search parent by moving it to the URI tab. * * @param de download where the parent (i.e. search) was lost */ static void download_lost_parent (struct DownloadEntry *de) { GtkTreeIter iter; GtkTreePath *path; GtkTreeModel *tm_old; GtkTreeIter iter_old; GtkTreeModel *model; struct GNUNET_CONTAINER_MetaData *meta; struct GNUNET_FS_Uri *uri; guint64 completed; guint percent_progress; guint percent_availability; gchar *filename; gchar *status_colour; guint applicability_rank; guint availability_certainty; gint availability_rank; gchar *downloaded_filename; gint downloaded_anonymity; /* find the 'old' root */ tm_old = GTK_TREE_MODEL (de->sr->tab->ts); path = gtk_tree_row_reference_get_path (de->sr->rr); if (! gtk_tree_model_get_iter (tm_old, &iter_old, path)) { GNUNET_break (0); gtk_tree_path_free (path); return; } gtk_tree_path_free (path); gtk_tree_model_get (tm_old, &iter_old, SEARCH_TAB_MC_METADATA, &meta, SEARCH_TAB_MC_URI, &uri, SEARCH_TAB_MC_PERCENT_PROGRESS, &percent_progress, SEARCH_TAB_MC_PERCENT_AVAILABILITY, &percent_availability, SEARCH_TAB_MC_FILENAME, &filename, SEARCH_TAB_MC_STATUS_COLOUR, &status_colour, SEARCH_TAB_MC_APPLICABILITY_RANK, &applicability_rank, SEARCH_TAB_MC_AVAILABILITY_CERTAINTY, &availability_certainty, SEARCH_TAB_MC_AVAILABILITY_RANK, &availability_rank, SEARCH_TAB_MC_COMPLETED, &completed, SEARCH_TAB_MC_DOWNLOADED_FILENAME, &downloaded_filename, SEARCH_TAB_MC_DOWNLOADED_ANONYMITY, &downloaded_anonymity, -1); GNUNET_assert (GNUNET_YES == GNUNET_FS_uri_test_equal (uri, de->uri)); GNUNET_assert (de->sr->download == de); de->sr->download = NULL; /* create the target root */ de->sr = GNUNET_GTK_add_to_uri_tab (meta, uri); de->sr->download = de; /* get positions of the 'new' root */ model = GTK_TREE_MODEL (de->sr->tab->ts); path = gtk_tree_row_reference_get_path (de->sr->rr); if (! gtk_tree_model_get_iter (model, &iter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return; } gtk_tree_path_free (path); gtk_tree_store_set (de->sr->tab->ts, &iter, SEARCH_TAB_MC_PERCENT_PROGRESS, percent_progress, SEARCH_TAB_MC_PERCENT_AVAILABILITY, percent_availability, SEARCH_TAB_MC_FILENAME, filename, SEARCH_TAB_MC_STATUS_COLOUR, status_colour, SEARCH_TAB_MC_APPLICABILITY_RANK, applicability_rank, SEARCH_TAB_MC_AVAILABILITY_CERTAINTY, availability_certainty, SEARCH_TAB_MC_AVAILABILITY_RANK, availability_rank, SEARCH_TAB_MC_COMPLETED, completed, SEARCH_TAB_MC_DOWNLOADED_FILENAME, downloaded_filename, SEARCH_TAB_MC_DOWNLOADED_ANONYMITY, downloaded_anonymity, -1); g_free (filename); g_free (downloaded_filename); g_free (status_colour); /* finally, move all children over as well */ copy_children (tm_old, &iter_old, de->sr->tab, &iter); } /** * Moves all of the downloads in the given subtree to the URI tab * and cleans up the state of the other entries from the view. * The subtree itself will be removed from the tree view later. * * @param tm tree model * @param iter parent of the subtree to check */ static void move_downloads_in_subtree (GtkTreeModel *tm, GtkTreeIter *iter) { GtkTreeIter child; struct SearchResult *sr; struct GNUNET_CONTAINER_MetaData *meta; struct GNUNET_FS_Uri *uri; if (gtk_tree_model_iter_children (tm, &child, iter)) { do { gtk_tree_model_get (tm, &child, SEARCH_TAB_MC_METADATA, &meta, SEARCH_TAB_MC_URI, &uri, SEARCH_TAB_MC_SEARCH_RESULT, &sr, -1); if (NULL != sr->download) { if (sr->download->is_done == GNUNET_YES) { /* got a finished download, stop it */ GNUNET_FS_download_stop (sr->download->dc, GNUNET_YES); } else { /* got an active download, move to URI tab! */ download_lost_parent (sr->download); } } GNUNET_assert (NULL == sr->download); move_downloads_in_subtree (tm, &child); GNUNET_FS_uri_destroy (uri); if (NULL != meta) GNUNET_CONTAINER_meta_data_destroy (meta); gtk_tree_row_reference_free (sr->rr); GNUNET_free (sr); /* get ready for removal of the tree */ gtk_tree_store_set (GTK_TREE_STORE (tm), &child, SEARCH_TAB_MC_METADATA, NULL, SEARCH_TAB_MC_URI, NULL, SEARCH_TAB_MC_SEARCH_RESULT, NULL, -1); } while (TRUE == gtk_tree_model_iter_next (tm, &child)); } } /** * Free a particular search result and remove the respective * entries from the respective tree store. This function * is called when a search is stopped to clean up the state * of the tab. * * @param sr the search result to clean up */ static void free_search_result (struct SearchResult *sr) { GtkTreePath *tp; GtkTreeModel *tm; GtkTreeIter iter; struct GNUNET_FS_Uri *uri; struct GNUNET_CONTAINER_MetaData *meta; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Freeing a search result SR=%p\n", sr); if ( (NULL == sr) || (NULL == sr->rr) || (NULL == (tm = gtk_tree_row_reference_get_model (sr->rr))) || (NULL == (tp = gtk_tree_row_reference_get_path (sr->rr))) ) { GNUNET_break (0); return; } if (! gtk_tree_model_get_iter (tm, &iter, tp)) { GNUNET_break (0); gtk_tree_path_free (tp); return; } gtk_tree_path_free (tp); gtk_tree_model_get (tm, &iter, SEARCH_TAB_MC_METADATA, &meta, SEARCH_TAB_MC_URI, &uri, -1); if (uri != NULL) GNUNET_FS_uri_destroy (uri); if (meta != NULL) GNUNET_CONTAINER_meta_data_destroy (meta); gtk_tree_row_reference_free (sr->rr); GNUNET_free (sr); move_downloads_in_subtree (tm, &iter); GNUNET_FS_GTK_remove_treestore_subtree (GTK_TREE_STORE (tm), &iter); } /** * Selected row has changed in search result tree view, update preview * and metadata areas. * * @param tv the tree view in a search tab where the selection changed * @param user_data the 'struct SearchTab' that contains the tree view */ void GNUNET_FS_GTK_search_treeview_cursor_changed (GtkTreeView *tv, gpointer user_data) { struct SearchTab *tab = user_data; GtkImage *image; GtkListStore *ms; GtkTreeSelection *sel; GtkTreeModel *model; GtkTreeIter iter; struct GNUNET_CONTAINER_MetaData *meta; GdkPixbuf *pixbuf; GNUNET_assert (tab->query_txt != NULL); image = GTK_IMAGE (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window_preview_image")); ms = GTK_LIST_STORE (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_meta_data_list_store")); sel = gtk_tree_view_get_selection (tv); gtk_list_store_clear (ms); if (! gtk_tree_selection_get_selected (sel, &model, &iter)) { /* nothing selected, clear preview */ gtk_image_clear (image); return; } meta = NULL; pixbuf = NULL; gtk_tree_model_get (model, &iter, SEARCH_TAB_MC_METADATA, &meta, SEARCH_TAB_MC_PREVIEW, &pixbuf, -1); if (NULL != pixbuf) { gtk_image_set_from_pixbuf (image, pixbuf); g_object_unref (G_OBJECT (pixbuf)); } if (NULL != meta) GNUNET_CONTAINER_meta_data_iterate (meta, &GNUNET_FS_GTK_add_meta_data_to_list_store, ms); } /** * Page switched in main notebook, update thumbnail and * metadata views. * * @param dummy widget emitting the event, unused * @param data master Gtk builder, unused */ void GNUNET_GTK_main_window_notebook_switch_page_cb (GtkWidget * dummy, gpointer data) { GtkNotebook *notebook; gint page; GtkWidget *w; struct SearchTab *tab; GtkImage *image; GtkListStore *ms; GtkTreeView *tv; notebook = GTK_NOTEBOOK (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window_notebook")); page = gtk_notebook_get_current_page (notebook); w = gtk_notebook_get_nth_page (notebook, page); for (tab = search_tab_head; NULL != tab; tab = tab->next) { if (tab->frame != w) continue; tv = GTK_TREE_VIEW (gtk_builder_get_object (tab->builder, "_search_result_frame")); GNUNET_FS_GTK_search_treeview_cursor_changed (tv, tab); return; } /* active tab is not a search tab (likely the 'publish' tab), clear meta data and preview widgets */ image = GTK_IMAGE (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window_preview_image")); gtk_image_clear (image); ms = GTK_LIST_STORE (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_meta_data_list_store")); gtk_list_store_clear (ms); } /** * User clicked on the 'close' button for a search tab. Tell FS to stop the search. * * @param button the 'close' button * @param user_data the 'struct SearchTab' of the tab to close */ void GNUNET_FS_GTK_search_result_close_button_clicked (GtkButton *button, gpointer user_data) { struct SearchTab *tab = user_data; struct GNUNET_FS_SearchContext *sc; sc = tab->sc; if (NULL == sc) { GNUNET_break (0); return; } tab->sc = NULL; GNUNET_FS_search_stop (sc); } /** * The user clicked on the 'pause' button for a search tab. Tell FS to pause the search. * * @param button the 'pause' button * @param user_data the 'struct SearchTab' of the tab to pause */ void GNUNET_FS_GTK_search_result_pause_button_clicked (GtkButton *button, gpointer user_data) { struct SearchTab *tab = user_data; if (NULL == tab->sc) { GNUNET_break (0); return; } GNUNET_FS_search_pause (tab->sc); gtk_widget_show (tab->play_button); gtk_widget_hide (tab->pause_button); } /** * The user clicked on the 'resume' button for a search tab. Tell FS to resume the search. * * @param button the 'resume' button * @param user_data the 'struct SearchTab' of the tab to resume */ void GNUNET_FS_GTK_search_result_play_button_clicked (GtkButton * button, gpointer user_data) { struct SearchTab *tab = user_data; if (NULL == tab->sc) { GNUNET_break (0); return; } GNUNET_FS_search_continue (tab->sc); gtk_widget_show (tab->pause_button); gtk_widget_hide (tab->play_button); } /** * Stops all of the downloads in the given subtree. * * @param tm tree model * @param iter parent of the subtree to check * @return GNUNET_YES if there are no active downloads left in the subtree */ static int stop_downloads_in_subtree (GtkTreeModel *tm, GtkTreeIter *iter) { GtkTreeIter child; struct SearchResult *sr; int ret; ret = GNUNET_YES; if (gtk_tree_model_iter_children (tm, &child, iter)) { do { gtk_tree_model_get (tm, &child, SEARCH_TAB_MC_SEARCH_RESULT, &sr, -1); if ( (NULL != sr->download) && (sr->download->is_done == GNUNET_YES) ) { /* got a finished download, stop it */ GNUNET_FS_download_stop (sr->download->dc, GNUNET_YES); } if ( (NULL != sr->download) || (NULL != sr->result) ) ret = GNUNET_NO; if (GNUNET_YES != stop_downloads_in_subtree (tm, &child)) ret = GNUNET_NO; } while (TRUE == gtk_tree_model_iter_next (tm, &child)); } return ret; } /** * User clicked on the 'clean' button of a search tab. * Stop completed downloads (or those that failed). Should * iterate over the underlying tree store and stop all * completed entries. Furthermore, if the resulting tree * store is empty and has no search associated with it, * the tab should be closed. * * @param button the button pressed by the user * @param user_data the 'struct SearchTab' of the respective tab to clean up */ void GNUNET_FS_GTK_search_result_clear_button_clicked (GtkButton * button, gpointer user_data) { struct SearchTab *tab = user_data; struct SearchResult *sr; GtkTreeModel *tm; GtkTreeIter iter; tm = GTK_TREE_MODEL (tab->ts); if (! gtk_tree_model_get_iter_first (tm, &iter)) return; do { gtk_tree_model_get (tm, &iter, SEARCH_TAB_MC_SEARCH_RESULT, &sr, -1); if ( (sr->download != NULL) && (sr->download->is_done == GNUNET_YES) ) { /* got a finished download, stop it */ GNUNET_FS_download_stop (sr->download->dc, GNUNET_YES); } if ( (NULL == sr->download) && (NULL == sr->result) && (GNUNET_YES == stop_downloads_in_subtree (tm, &iter)) ) { /* no active download and no associated FS-API search result; so this must be some left-over entry from an opened directory; clean it up */ free_search_result (sr); /* the above call clobbered our 'iter', restart from the beginning... */ if (! gtk_tree_model_get_iter_first (tm, &iter)) return; } } while (gtk_tree_model_iter_next (tm, &iter)); } /** * We received a search error message from the FS library. * Present it to the user in an appropriate form. * * @param tab search tab affected by the error * @param emsg the error message */ static void handle_search_error (struct SearchTab *tab, const char *emsg) { gtk_label_set_text (tab->label, _("Error!")); gtk_widget_set_tooltip_text (GTK_WIDGET (tab->label), emsg); } /** * Obtain the mime type (or format description) will use to describe a search result from * the respective meta data. * * @param meta meta data to inspect * @return mime type to use, possibly NULL */ static char * get_mimetype_from_metadata (const struct GNUNET_CONTAINER_MetaData *meta) { return GNUNET_CONTAINER_meta_data_get_first_by_types (meta, EXTRACTOR_METATYPE_MIMETYPE, EXTRACTOR_METATYPE_FORMAT, -1); } /** * Some additional information about a search result has been * received. Update the view accordingly. * * @param sr search result that is being updated * @param meta updated meta data * @param availability_rank updated availability information * @param availability_certainty updated availability certainty * @param applicability_rank updated applicability information */ static void update_search_result (struct SearchResult *sr, const struct GNUNET_CONTAINER_MetaData *meta, uint32_t applicability_rank, int32_t availability_rank, uint32_t availability_certainty) { GtkTreeIter iter; struct GNUNET_CONTAINER_MetaData *ometa; GtkTreeView *tv; GtkTreePath *tp; GtkTreeStore *ts; GtkTreeModel *tm; char *desc; char *mime; GdkPixbuf *pixbuf; guint percent_avail; GtkNotebook *notebook; gint page; int desc_is_a_dup; if (sr == NULL) { GNUNET_break (0); return; } GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Updating search result SR=%p with %d, %u, %u\n", sr, availability_rank, availability_certainty, applicability_rank); tp = gtk_tree_row_reference_get_path (sr->rr); tm = gtk_tree_row_reference_get_model (sr->rr); ts = GTK_TREE_STORE (tm); if (! gtk_tree_model_get_iter (tm, &iter, tp)) { GNUNET_break (0); return; } gtk_tree_path_free (tp); desc = GNUNET_FS_GTK_get_description_from_metadata (meta, &desc_is_a_dup); mime = get_mimetype_from_metadata (meta); pixbuf = GNUNET_FS_GTK_get_thumbnail_from_meta_data (meta); gtk_tree_model_get (tm, &iter, SEARCH_TAB_MC_METADATA, &ometa, -1); if (NULL != ometa) GNUNET_CONTAINER_meta_data_destroy (ometa); if (availability_certainty > 0) percent_avail = 50 + (2 * availability_rank - availability_certainty) * 50 / availability_certainty; else percent_avail = 50; gtk_tree_store_set (ts, &iter, SEARCH_TAB_MC_METADATA, GNUNET_CONTAINER_meta_data_duplicate (meta), SEARCH_TAB_MC_PREVIEW, pixbuf, SEARCH_TAB_MC_PERCENT_AVAILABILITY, (guint) percent_avail, SEARCH_TAB_MC_FILENAME, desc, SEARCH_TAB_MC_MIMETYPE, mime, SEARCH_TAB_MC_APPLICABILITY_RANK, (guint) applicability_rank, SEARCH_TAB_MC_AVAILABILITY_CERTAINTY, (guint) availability_certainty, SEARCH_TAB_MC_AVAILABILITY_RANK, (gint) availability_rank, -1); if (pixbuf != NULL) g_object_unref (pixbuf); GNUNET_free (desc); GNUNET_free_non_null (mime); notebook = GTK_NOTEBOOK (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window_notebook")); page = gtk_notebook_get_current_page (notebook); if (gtk_notebook_get_nth_page (notebook, page) == sr->tab->frame) { tv = GTK_TREE_VIEW (gtk_builder_get_object (sr->tab->builder, "_search_result_frame")); GNUNET_FS_GTK_search_treeview_cursor_changed (tv, sr->tab); } } /** * Add a search result to the given search tab. This function is called * not only for 'normal' search results but also for directories that * are being opened and if the user manually enters a URI. * * @param tab search tab to extend, never NULL * @param parent_rr reference to parent entry in search tab, NULL for normal * search results, * @param uri uri to add, can be NULL for top-level entry of a directory opened from disk * (in this case, we don't know the URI and should probably not * bother to calculate it) * @param meta metadata of the entry * @param result associated FS search result (can be NULL if this result * was part of a directory) * @param applicability_rank how relevant is the result * @return struct representing the search result (also stored in the tree * model at 'iter') */ struct SearchResult * GNUNET_GTK_add_search_result (struct SearchTab *tab, GtkTreeRowReference *parent_rr, const struct GNUNET_FS_Uri *uri, const struct GNUNET_CONTAINER_MetaData *meta, struct GNUNET_FS_SearchResult *result, uint32_t applicability_rank) { struct SearchResult *sr; GtkTreePath *tp; const char *status_colour; char *desc; char *mime; char *uris; GdkPixbuf *pixbuf; GtkTreeIter iter; GtkTreeIter *pitr; GtkTreeIter pmem; GtkTreePath *path; GtkTreeModel *tm; GtkTreeStore *ts; uint64_t fsize; int desc_is_a_dup; if (NULL == uri) { /* opened directory file */ fsize = 0; status_colour = "gray"; mime = NULL; /* FIXME-FEATURE-MAYBE: should we set mime to directory? */ uris = GNUNET_strdup (_("no URI")); } else { if ( (GNUNET_FS_uri_test_loc (uri)) || (GNUNET_FS_uri_test_chk (uri)) ) { fsize = GNUNET_FS_uri_chk_get_file_size (uri); mime = get_mimetype_from_metadata (meta); status_colour = "white"; } else { /* FIXME-FEATURE-MAYBE: create mime type for namespaces? */ /* FIXME-BUG-MAYBE: can we encounter ksk URIs here too? */ fsize = 0; mime = GNUNET_strdup ("GNUnet namespace"); status_colour = "lightgreen"; } uris = GNUNET_FS_uri_to_string (uri); } desc = GNUNET_FS_GTK_get_description_from_metadata (meta, &desc_is_a_dup); pixbuf = GNUNET_FS_GTK_get_thumbnail_from_meta_data (meta); sr = GNUNET_malloc (sizeof (struct SearchResult)); sr->result = result; sr->tab = tab; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Allocated a search result SR=%p\n", sr); if (parent_rr != NULL) { /* get piter from parent */ path = gtk_tree_row_reference_get_path (parent_rr); tm = gtk_tree_row_reference_get_model (parent_rr); if (! gtk_tree_model_get_iter (GTK_TREE_MODEL (tm), &pmem, path)) { GNUNET_break (0); gtk_tree_path_free (path); /* desperate measure: make top-level entry */ pitr = NULL; } else { pitr = &pmem; } ts = GTK_TREE_STORE (tm); } else { /* top-level result */ pitr = NULL; ts = tab->ts; } gtk_tree_store_insert_with_values (ts, &iter, pitr, G_MAXINT, SEARCH_TAB_MC_METADATA, GNUNET_CONTAINER_meta_data_duplicate (meta), SEARCH_TAB_MC_URI, (uri == NULL) ? NULL : GNUNET_FS_uri_dup (uri), SEARCH_TAB_MC_FILESIZE, fsize, SEARCH_TAB_MC_PREVIEW, pixbuf, SEARCH_TAB_MC_PERCENT_PROGRESS, 0, SEARCH_TAB_MC_PERCENT_AVAILABILITY, (fsize == 0) ? 100 : 0, SEARCH_TAB_MC_FILENAME, desc, SEARCH_TAB_MC_URI_AS_STRING, uris, SEARCH_TAB_MC_STATUS_COLOUR, status_colour, SEARCH_TAB_MC_SEARCH_RESULT, sr, SEARCH_TAB_MC_MIMETYPE, mime, SEARCH_TAB_MC_APPLICABILITY_RANK, applicability_rank, SEARCH_TAB_MC_AVAILABILITY_CERTAINTY, 0, SEARCH_TAB_MC_AVAILABILITY_RANK, 0, SEARCH_TAB_MC_COMPLETED, (guint64) 0, SEARCH_TAB_MC_DOWNLOADED_FILENAME, NULL, SEARCH_TAB_MC_DOWNLOADED_ANONYMITY, (guint) -1, -1); if (pixbuf != NULL) g_object_unref (pixbuf); GNUNET_free (uris); GNUNET_free (desc); GNUNET_free_non_null (mime); /* remember in 'sr' where we added the result */ tp = gtk_tree_model_get_path (GTK_TREE_MODEL (ts), &iter); sr->rr = gtk_tree_row_reference_new (GTK_TREE_MODEL (ts), tp); gtk_tree_path_free (tp); /* move up to the outermost tab, in case this is an 'inner' search (namespace update case) */ while (tab->parent != NULL) tab = tab->parent->tab; tab->num_results++; return sr; } /** * We have received a search result from the FS API. Add it to the * respective search tab. The search result can be an 'inner' * search result (updated result for a namespace search) or a * top-level search result. Update the tree view and the label * of the search tab accordingly. * * @param tab the search tab where the new result should be added * @param parent parent search result (if this is a namespace update result), or NULL * @param uri URI of the search result * @param meta meta data for the result * @param result FS API handle to the result * @param applicability_rank how applicable is the result to the query * @return struct representing the search result (also stored in the tree * model at 'iter') */ static struct SearchResult * process_search_result (struct SearchTab *tab, struct SearchResult *parent, const struct GNUNET_FS_Uri *uri, const struct GNUNET_CONTAINER_MetaData *meta, struct GNUNET_FS_SearchResult *result, uint32_t applicability_rank) { struct SearchResult *sr; sr = GNUNET_GTK_add_search_result (tab, (parent != NULL) ? parent->rr : NULL, uri, meta, result, applicability_rank); update_search_label (tab); return sr; } /** * Setup a new search tab. * * @param sc context with FS for the search, NULL for none (open-URI/orphan tab) * @param query the query, NULL for none (open-URI/orphan tab) * @return search tab handle */ static struct SearchTab * setup_search_tab (struct GNUNET_FS_SearchContext *sc, const struct GNUNET_FS_Uri *query) { struct SearchTab *tab; GtkNotebook *notebook; GtkWindow *sf; gint pages; tab = GNUNET_malloc (sizeof (struct SearchTab)); GNUNET_CONTAINER_DLL_insert (search_tab_head, search_tab_tail, tab); tab->sc = sc; if (query == NULL) { /* no real query, tab is for non-queries, use special label */ tab->query_txt = GNUNET_strdup ("*"); } else { /* FS_uri functions should produce UTF-8, so let them be */ if (GNUNET_FS_uri_test_ksk (query)) tab->query_txt = GNUNET_FS_uri_ksk_to_string_fancy (query); else tab->query_txt = GNUNET_FS_uri_to_string (query); } tab->builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_search_tab.glade", tab); tab->ts = GTK_TREE_STORE (gtk_builder_get_object (tab->builder, "GNUNET_GTK_file_sharing_result_tree_store")); /* load frame */ sf = GTK_WINDOW (gtk_builder_get_object (tab->builder, "_search_result_frame_window")); tab->frame = gtk_bin_get_child (GTK_BIN (sf)); g_object_ref (tab->frame); gtk_container_remove (GTK_CONTAINER (sf), tab->frame); gtk_widget_destroy (GTK_WIDGET (sf)); /* load tab_label */ sf = GTK_WINDOW (gtk_builder_get_object (tab->builder, "_search_result_label_window")); tab->tab_label = gtk_bin_get_child (GTK_BIN (sf)); g_object_ref (tab->tab_label); gtk_container_remove (GTK_CONTAINER (sf), tab->tab_label); gtk_widget_destroy (GTK_WIDGET (sf)); /* get refs to widgets */ tab->label = GTK_LABEL (gtk_builder_get_object (tab->builder, "_search_result_label_window_label")); tab->close_button = GTK_WIDGET (gtk_builder_get_object (tab->builder, "_search_result_label_close_button")); tab->play_button = GTK_WIDGET (gtk_builder_get_object (tab->builder, "_search_result_label_play_button")); tab->pause_button = GTK_WIDGET (gtk_builder_get_object (tab->builder, "_search_result_label_pause_button")); /* patch text */ update_search_label (tab); /* make visible */ notebook = GTK_NOTEBOOK (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window_notebook")); pages = gtk_notebook_get_n_pages (notebook); gtk_notebook_insert_page (notebook, tab->frame, tab->tab_label, pages - 1); gtk_notebook_set_current_page (notebook, pages - 1); gtk_widget_show (GTK_WIDGET (notebook)); return tab; } /** * Setup an "inner" search, that is a subtree representing namespace * 'update' results. We use a 'struct SearchTab' to represent this * sub-search. In the GUI, the presentation is similar to search * results in a directory, except that this is for a namespace search * result that gave pointers to an alternative keyword to use and this * is the set of the results found for this alternative keyword. * * All of the 'widget' elements of the returned 'search tab' reference * the parent search. The whole construction is essentially a trick * to allow us to store the FS-API's 'SearchContext' somewhere and to * find it when we get this kind of 'inner' search results (so that we * can then place them in the tree view in the right spot). * * FIXME-BUG-MAYBE: don't we need a bit more information then? Like exactly where * this 'right spot' is? Not sure how just having 'sc' helps there, * as it is not a search result (!) to hang this up on! This might * essentially boil down to an issue with the FS API, not sure... * * @param sc context with FS for the search * @param parent parent search tab * @return struct representing the search result (also stored in the tree * model at 'iter') */ static struct SearchTab * setup_inner_search (struct GNUNET_FS_SearchContext *sc, struct SearchResult *parent) { struct SearchTab *ret; ret = GNUNET_malloc (sizeof (struct SearchTab)); ret->parent = parent; ret->sc = sc; ret->query_txt = parent->tab->query_txt; ret->builder = parent->tab->builder; ret->frame = parent->tab->frame; ret->tab_label = parent->tab->tab_label; ret->close_button = parent->tab->close_button; ret->play_button = parent->tab->play_button; ret->label = parent->tab->label; return ret; } /** * Setup a new top-level entry in the URI/orphan tab. If necessary, create * the URI tab first. * * @param meta metadata for the new entry * @param uri URI for the new entry * @return the search result that was set up */ struct SearchResult * GNUNET_GTK_add_to_uri_tab (const struct GNUNET_CONTAINER_MetaData *meta, const struct GNUNET_FS_Uri *uri) { GtkNotebook *notebook; gint page; if (NULL == uri_tab) { uri_tab = setup_search_tab (NULL, NULL); gtk_widget_set_visible (uri_tab->close_button, FALSE); gtk_widget_set_visible (uri_tab->pause_button, FALSE); } /* make 'uri_tab' the current page */ notebook = GTK_NOTEBOOK (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window_notebook")); for (page = 0; page < gtk_notebook_get_n_pages (notebook); page++) if (uri_tab->frame == gtk_notebook_get_nth_page (notebook, page)) { gtk_notebook_set_current_page (notebook, page); break; } return GNUNET_GTK_add_search_result (uri_tab, NULL, uri, meta, NULL, 0); } /* ***************** Download event handling ****************** */ /** * Change the (background) color of the given download entry. * * @param de entry to change * @param color name of the color to use */ static void change_download_color (struct DownloadEntry *de, const char *color) { GtkTreeIter iter; GtkTreePath *path; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Changing download DE=%p color to %s\n", de, color); path = gtk_tree_row_reference_get_path (de->sr->rr); if (! gtk_tree_model_get_iter (GTK_TREE_MODEL (de->sr->tab->ts), &iter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return; } gtk_tree_path_free (path); gtk_tree_store_set (de->sr->tab->ts, &iter, SEARCH_TAB_MC_STATUS_COLOUR, color, -1); } /** * A download operation was stopped. Remove all state associated with * it and reset the search result's background color to 'white'. * * @param de the download that was stopped */ static void stop_download (struct DownloadEntry *de) { change_download_color (de, "white"); de->dc = NULL; GNUNET_FS_GTK_free_download_entry (de); } /** * Closure for 'add_directory_entry'. */ struct AddDirectoryEntryContext { /** * Search tab where we need to expand the result list. */ struct SearchTab *tab; /** * Row reference of parent (the directory). */ GtkTreeRowReference *prr; /** * Do we need to check if the given entry already exists to * avoid adding it twice? Set to YES if 'add_directory_entry' * is called upon directory completion (so we might see all * entries again) and to NO if this is the initial download * and we're calling during a 'PROGRESS' event. */ int check_duplicates; }; /** * Function used to process entries in a directory. Whenever we * download a directory, this function is called on the entries in the * directory to add them to the search tab. Note that the function * maybe called twice for the same entry, once during incremental * processing and later once more when we have the complete directory. * * For the second round, the 'check_duplicates' flag will be set in * the closure. If called on an entry that already exists, the * function should simply do nothing. * * @param cls closure, our 'struct AddDirectoryEntryContext*' * @param filename name of the file in the directory * @param uri URI of the file, NULL for the directory itself * @param metadata metadata for the file; metadata for * the directory if everything else is NULL/zero * @param length length of the available data for the file * (of type size_t since data must certainly fit * into memory; if files are larger than size_t * permits, then they will certainly not be * embedded with the directory itself). * @param data data available for the file (length bytes) */ static void add_directory_entry (void *cls, const char *filename, const struct GNUNET_FS_Uri *uri, const struct GNUNET_CONTAINER_MetaData *meta, size_t length, const void *data) { struct AddDirectoryEntryContext *ade = cls; GtkTreeIter iter; GtkTreeIter piter; GtkTreePath *path; GtkTreeModel *tm; struct GNUNET_FS_Uri *xuri; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Adding directory entry `%s'\n", filename); if (NULL == uri) { /* directory meta data itself */ /* FIXME-FEATURE-MAYBE: consider merging it with the meta data from the original search result... */ return; } if (ade->check_duplicates == GNUNET_YES) { tm = gtk_tree_row_reference_get_model (ade->prr); path = gtk_tree_row_reference_get_path (ade->prr); if (! gtk_tree_model_get_iter (tm, &piter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return; } gtk_tree_path_free (path); if (TRUE == gtk_tree_model_iter_children (tm, &iter, &piter)) { do { gtk_tree_model_get (tm, &iter, SEARCH_TAB_MC_URI, &xuri, -1); if (GNUNET_YES == GNUNET_FS_uri_test_equal (xuri, uri)) return; /* already present */ } while (TRUE == gtk_tree_model_iter_next (tm, &iter)); } } GNUNET_GTK_add_search_result (ade->tab, ade->prr, uri, meta, NULL, 0); } /** * We got an event that some download is progressing. Update the tree * model accordingly. If the download is a directory, try to display * the contents. * * @param de download entry that is progressing * @param filename name of the downloaded file on disk (possibly a temporary file) * @param size overall size of the download * @param completed number of bytes we have completed * @param block_data current block we've downloaded * @param offset offset of block_data in the overall file * @param block_size number of bytes in block_data * @param depth depth of the block in the ECRS tree */ static void mark_download_progress (struct DownloadEntry *de, const char *filename, uint64_t size, uint64_t completed, const void *block_data, uint64_t offset, uint64_t block_size, unsigned int depth) { GtkTreeIter iter; GtkTreePath *path; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Marking download progress for DE=%p, %llu/%llu, %llu@%llu depth=%u\n", de, completed, size, block_size, offset, depth); path = gtk_tree_row_reference_get_path (de->sr->rr); if (! gtk_tree_model_get_iter (GTK_TREE_MODEL (de->sr->tab->ts), &iter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return; } gtk_tree_path_free (path); /* FIXME-DESIGN: should we replace the 'availability' with 'progress' once the download has started and re-use the space in the display? Probably yes, at least once we have a custom CellRenderer... */ gtk_tree_store_set (de->sr->tab->ts, &iter, SEARCH_TAB_MC_PERCENT_PROGRESS, (guint) ((size > 0) ? (100 * completed / size) : 100), SEARCH_TAB_MC_PERCENT_AVAILABILITY, (guint) ((size > 0) ? (100 * completed / size) : 100), SEARCH_TAB_MC_COMPLETED, completed, -1); if (completed < size) { /* partial completion, consider looking at the block */ if ( (depth == 0) && (block_size > 0) && (GNUNET_YES == de->is_directory) ) { /* got a data block of a directory, list its contents */ struct AddDirectoryEntryContext ade; ade.tab = de->sr->tab; ade.prr = de->sr->rr; ade.check_duplicates = GNUNET_NO; if (GNUNET_SYSERR == GNUNET_FS_directory_list_contents ((size_t) block_size, block_data, offset, &add_directory_entry, &ade)) { /* Mime type was wrong, this is not a directory, update model! */ de->is_directory = GNUNET_SYSERR; gtk_tree_store_set (de->sr->tab->ts, &iter, SEARCH_TAB_MC_MIMETYPE, "", -1); } } } else { /* full completion, look at the entire file */ if ( (GNUNET_YES == de->is_directory) && (filename != NULL) ) { struct AddDirectoryEntryContext ade; /* download was for a directory (and we have a temp file for scanning); add contents of the directory to the view */ ade.tab = de->sr->tab; ade.prr = de->sr->rr; ade.check_duplicates = GNUNET_YES; if (GNUNET_OK != GNUNET_FS_GTK_mmap_and_scan (filename, &add_directory_entry, &ade)) de->is_directory = GNUNET_NO; } } } /** * FS-API encountered an error downloading a file. Update the * view accordingly. * * @param de download that had an error * @param emsg error message to display */ static void mark_download_error (struct DownloadEntry *de, const char *emsg) { GtkTreeIter iter; GtkTreePath *path; change_download_color (de, "red"); de->is_done = GNUNET_YES; path = gtk_tree_row_reference_get_path (de->sr->rr); if (! gtk_tree_model_get_iter (GTK_TREE_MODEL (de->sr->tab->ts), &iter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return; } gtk_tree_path_free (path); gtk_tree_store_set (de->sr->tab->ts, &iter, SEARCH_TAB_MC_PERCENT_PROGRESS, (guint) 0, SEARCH_TAB_MC_URI_AS_STRING, emsg, -1); } /** * FS-API notified us that we're done with a download. Update the * view accordingly. * * @param de download that has finished * @param size overall size of the file */ static void mark_download_completed (struct DownloadEntry *de, uint64_t size) { GtkTreeIter iter; GtkTreePath *path; de->is_done = GNUNET_YES; change_download_color (de, "green"); path = gtk_tree_row_reference_get_path (de->sr->rr); if (! gtk_tree_model_get_iter (GTK_TREE_MODEL (de->sr->tab->ts), &iter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return; } gtk_tree_path_free (path); gtk_tree_store_set (de->sr->tab->ts, &iter, SEARCH_TAB_MC_PERCENT_PROGRESS, (guint) 100, SEARCH_TAB_MC_PERCENT_AVAILABILITY, (guint) 100, -1); } /** * Setup a new download entry. * * @param de existing download entry for the download, or NULL (in which case we create a fresh one) * @param pde parent download entry, or NULL * @param sr search result, or NULL * @param dc download context (for stopping) * @param uri the URI, must not be NULL * @param filename filename on disk * @param meta metadata * @param size total size * @param completed current progress * @return download entry struct for the download (equal to 'de' if 'de' was not NULL) */ static struct DownloadEntry * setup_download (struct DownloadEntry *de, struct DownloadEntry *pde, struct SearchResult *sr, struct GNUNET_FS_DownloadContext *dc, const struct GNUNET_FS_Uri *uri, const char *filename, const struct GNUNET_CONTAINER_MetaData *meta, uint64_t size, uint64_t completed) { GtkTreeIter iter; GtkTreePath *path; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Setting up download, initially DE=%p, PDE=%p for %p & %p into %llu/%llu `%s'\n", de, pde, sr, dc, completed, size, filename); GNUNET_assert (NULL != uri); if (NULL == de) { /* no existing download entry to build on, create a fresh one */ de = GNUNET_malloc (sizeof (struct DownloadEntry)); de->uri = GNUNET_FS_uri_dup (uri); } else { GNUNET_assert (GNUNET_YES == GNUNET_FS_uri_test_equal (de->uri, uri)); } de->dc = dc; de->pde = pde; if (NULL != sr) { /* have a search result, establish mapping de <--> sr */ if (NULL == de->sr) { GNUNET_assert (sr->download == NULL); de->sr = sr; sr->download = de; } else { GNUNET_assert (sr == de->sr); } } if ( (NULL == de->sr) && (NULL != pde) ) { /* child download, find appropriate search result from parent! */ GtkTreePath *path; GtkTreeModel *tm; GtkTreeIter iter; GtkTreeIter child; struct GNUNET_FS_Uri *uri; tm = GTK_TREE_MODEL (pde->sr->tab->ts); path = gtk_tree_row_reference_get_path (pde->sr->rr); if ( (! gtk_tree_model_get_iter (tm, &iter, path)) || (! gtk_tree_model_iter_children (tm, &child, &iter)) ) { GNUNET_break (0); } else { do { gtk_tree_model_get (tm, &child, SEARCH_TAB_MC_URI, &uri, SEARCH_TAB_MC_SEARCH_RESULT, &de->sr, -1); if (GNUNET_YES == GNUNET_FS_uri_test_equal (de->uri, uri)) break; de->sr = NULL; } while (gtk_tree_model_iter_next (tm, &child)); if (NULL == de->sr) { /* child not found, what's going on!? */ GNUNET_break (0); } else { de->sr->download = de; } } gtk_tree_path_free (path); } if (NULL == de->sr) { /* Stand-alone download with no 'row'/search result affiliated with the download so far; create a fresh entry for this download in the URI tab */ de->sr = GNUNET_GTK_add_to_uri_tab (meta, uri); de->sr->download = de; path = gtk_tree_row_reference_get_path (de->sr->rr); if (! gtk_tree_model_get_iter (GTK_TREE_MODEL (de->sr->tab->ts), &iter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return de; } } else { struct GNUNET_CONTAINER_MetaData *meta; /* get metadata from existing tab, might have a mime type */ path = gtk_tree_row_reference_get_path (de->sr->rr); if (! gtk_tree_model_get_iter (GTK_TREE_MODEL (de->sr->tab->ts), &iter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return de; } gtk_tree_model_get (GTK_TREE_MODEL (de->sr->tab->ts), &iter, SEARCH_TAB_MC_METADATA, &meta, -1); de->is_directory = GNUNET_FS_meta_data_test_for_directory (meta); } gtk_tree_path_free (path); gtk_tree_store_set (de->sr->tab->ts, &iter, SEARCH_TAB_MC_PERCENT_PROGRESS, (guint) ((size > 0) ? (100 * completed / size) : 100), SEARCH_TAB_MC_FILENAME, filename, SEARCH_TAB_MC_STATUS_COLOUR, "blue", SEARCH_TAB_MC_SEARCH_RESULT, de->sr, SEARCH_TAB_MC_COMPLETED, (guint64) completed, SEARCH_TAB_MC_FILENAME, de->filename, SEARCH_TAB_MC_DOWNLOADED_ANONYMITY, de->anonymity, -1); return de; } /* ***************** Publish event handling ****************** */ /** * Change the (background) color of the given publish entry. * * @param pe entry to change * @param color name of the color to use */ static void change_publish_color (struct PublishEntry *pe, const char *color) { GtkTreeIter iter; GtkTreePath *path; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Changing publish PE=%p color to %s\n", pe, color); path = gtk_tree_row_reference_get_path (pe->rr); if (! gtk_tree_model_get_iter (GTK_TREE_MODEL (pe->tab->ts), &iter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return; } gtk_tree_path_free (path); gtk_tree_store_set (pe->tab->ts, &iter, PUBLISH_TAB_MC_BGCOLOUR, color, -1); } /** * We got an event that some publishing operation is progressing. * Update the tree model accordingly. * * @param pe publish entry that is progressing * @param size overall size of the file or directory * @param completed number of bytes we have completed */ static void mark_publish_progress (struct PublishEntry *pe, uint64_t size, uint64_t completed) { GtkTreeIter iter; GtkTreePath *path; path = gtk_tree_row_reference_get_path (pe->rr); if (! gtk_tree_model_get_iter (GTK_TREE_MODEL (pe->tab->ts), &iter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return; } gtk_tree_path_free (path); gtk_tree_store_set (pe->tab->ts, &iter, PUBLISH_TAB_MC_PROGRESS, (guint) ((size > 0) ? (100 * completed / size) : 100), -1); } /** * FS-API notified us that we're done with some publish operation. * Update the view accordingly. * * @param pe publish operation that has finished * @param uri resulting URI */ static void handle_publish_completed (struct PublishEntry *pe, const struct GNUNET_FS_Uri *uri) { GtkTreeIter iter; GtkTreePath *path; char *uris; path = gtk_tree_row_reference_get_path (pe->rr); if (! gtk_tree_model_get_iter (GTK_TREE_MODEL (pe->tab->ts), &iter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return; } gtk_tree_path_free (path); pe->uri = GNUNET_FS_uri_dup (uri); uris = GNUNET_FS_uri_to_string (uri); gtk_tree_store_set (pe->tab->ts, &iter, PUBLISH_TAB_MC_RESULT_STRING, uris, -1); GNUNET_free (uris); change_publish_color (pe, "green"); } /** * We received a publish error message from the FS library. * Present it to the user in an appropriate form. * * @param pe publishing operation affected by the error * @param emsg the error message */ static void handle_publish_error (struct PublishEntry *pe, const char *emsg) { GtkTreeIter iter; GtkTreePath *path; path = gtk_tree_row_reference_get_path (pe->rr); if (! gtk_tree_model_get_iter (GTK_TREE_MODEL (pe->tab->ts), &iter, path)) { GNUNET_break (0); gtk_tree_path_free (path); return; } gtk_tree_path_free (path); gtk_tree_store_set (pe->tab->ts, &iter, PUBLISH_TAB_MC_RESULT_STRING, emsg, -1); change_publish_color (pe, "red"); } /** * A publishing operation was stopped (in FS API). Free an entry in * the publish tab and its associated state. * * @param pe publishing operation that was stopped */ static void handle_publish_stop (struct PublishEntry *pe) { GtkTreeIter iter; GtkTreePath *path; path = gtk_tree_row_reference_get_path (pe->rr); /* This is a child of a directory, and we've had that directory free'd already */ if (! gtk_tree_model_get_iter (GTK_TREE_MODEL (pe->tab->ts), &iter, path)) { GNUNET_break (0); return; } (void) gtk_tree_store_remove (pe->tab->ts, &iter); gtk_tree_path_free (path); gtk_tree_row_reference_free (pe->rr); if (pe->uri != NULL) { GNUNET_FS_uri_destroy (pe->uri); pe->uri = NULL; } GNUNET_free (pe); } /** * The user clicked on the "close" button of the publishing tab. * Tell FS to stop all active publish operations. Then close the tab. * * @param button the stop button * @param user_data the 'struct PublishTab' that is being closed */ void GNUNET_FS_GTK_publish_label_close_button_clicked (GtkButton * button, gpointer user_data) { struct PublishTab *tab = user_data; struct PublishEntry *pe; GtkTreeIter iter; GtkTreeModel *tm; GtkNotebook *notebook; int index; int i; GNUNET_assert (tab == publish_tab); /* stop all active operations */ tm = GTK_TREE_MODEL (publish_tab->ts); while (gtk_tree_model_iter_children (tm, &iter, NULL)) { gtk_tree_model_get (tm, &iter, PUBLISH_TAB_MC_ENT, &pe, -1); GNUNET_FS_publish_stop (pe->pc); } clear_metadata_display (); /* remove tab from notebook */ notebook = GTK_NOTEBOOK (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window_notebook")); index = -1; for (i = gtk_notebook_get_n_pages (notebook) - 1; i >= 0; i--) if (publish_tab->frame == gtk_notebook_get_nth_page (notebook, i)) index = i; gtk_notebook_remove_page (notebook, index); /* fully destroy tab */ g_object_unref (publish_tab->builder); GNUNET_free (publish_tab); publish_tab = NULL; } /** * The user started a publishing operation. Add it to the publishing * tab. If needed, create the publishing tab. * * @param pc the FS-API's publishing context for the operation * @param fn the name of the file (or directory) that is being published * @param fsize size of the file * @param parent parent of this publishing operation (for recursive operations), NULL for top-level operations * @return the publishing entry that will represent this operation */ static struct PublishEntry * setup_publish (struct GNUNET_FS_PublishContext *pc, const char *fn, uint64_t fsize, struct PublishEntry *parent) { struct PublishEntry *ent; GtkTreeIter *pitrptr; GtkTreeIter iter; GtkTreeIter piter; GtkTreePath *path; GtkWindow *df; GtkWidget *tab_label; GtkNotebook *notebook; char *size_fancy; if (NULL == publish_tab) { /* create new tab */ publish_tab = GNUNET_malloc (sizeof (struct PublishTab)); publish_tab->builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_publish_tab.glade", publish_tab); df = GTK_WINDOW (gtk_builder_get_object (publish_tab->builder, "_publish_frame_window")); publish_tab->frame = gtk_bin_get_child (GTK_BIN (df)); g_object_ref (publish_tab->frame); gtk_container_remove (GTK_CONTAINER (df), publish_tab->frame); gtk_widget_destroy (GTK_WIDGET (df)); /* load tab_label */ df = GTK_WINDOW (gtk_builder_get_object (publish_tab->builder, "_publish_label_window")); tab_label = gtk_bin_get_child (GTK_BIN (df)); g_object_ref (tab_label); gtk_container_remove (GTK_CONTAINER (df), tab_label); gtk_widget_destroy (GTK_WIDGET (df)); /* make visible */ notebook = GTK_NOTEBOOK (GNUNET_FS_GTK_get_main_window_object ("GNUNET_GTK_main_window_notebook")); gtk_notebook_insert_page (notebook, publish_tab->frame, tab_label, 0); gtk_widget_show (GTK_WIDGET (notebook)); gtk_notebook_set_current_page (notebook, 0); publish_tab->ts = GTK_TREE_STORE (gtk_builder_get_object (publish_tab->builder, "_publish_frame_tree_store")); } /* decide where to insert in the tab */ if (NULL == parent) { pitrptr = NULL; } else { /* create new iter from parent */ path = gtk_tree_row_reference_get_path (parent->rr); if (TRUE != gtk_tree_model_get_iter (GTK_TREE_MODEL (publish_tab->ts), &piter, path)) { GNUNET_break (0); return NULL; } pitrptr = &piter; } /* create entry and perform insertion */ ent = GNUNET_malloc (sizeof (struct PublishEntry)); ent->is_top = (parent == NULL) ? GNUNET_YES : GNUNET_NO; ent->tab = publish_tab; ent->pc = pc; size_fancy = GNUNET_STRINGS_byte_size_fancy (fsize); gtk_tree_store_insert_with_values (publish_tab->ts, &iter, pitrptr, G_MAXINT, PUBLISH_TAB_MC_FILENAME, fn, PUBLISH_TAB_MC_FILESIZE, size_fancy, PUBLISH_TAB_MC_BGCOLOUR, "white", PUBLISH_TAB_MC_PROGRESS, (guint) 0, PUBLISH_TAB_MC_ENT, ent, -1); GNUNET_free (size_fancy); path = gtk_tree_model_get_path (GTK_TREE_MODEL (publish_tab->ts), &iter); ent->rr = gtk_tree_row_reference_new (GTK_TREE_MODEL (publish_tab->ts), path); gtk_tree_path_free (path); return ent; } /** * Context for the publish list popup menu. */ struct PublishListPopupContext { /** * Tab where the publish list popup was created. */ struct PublishTab *tab; /** * Row where the publish list popup was created. */ GtkTreeRowReference *rr; /** * Publishing entry at the respective row. */ struct PublishEntry *pe; }; /** * An item was selected from the context menu; destroy the menu shell. * * @param menushell menu to destroy * @param user_data the 'struct PublishListPopupContext' of the menu */ static void publish_list_popup_selection_done (GtkMenuShell *menushell, gpointer user_data) { struct PublishListPopupContext *ppc = user_data; gtk_widget_destroy (GTK_WIDGET (menushell)); gtk_tree_row_reference_free (ppc->rr); GNUNET_free (ppc); } /** * Publish "abort" was selected in the current publish context menu. * * @param item the 'abort' menu item * @parma user_data the 'struct PublishListPopupContext' with the operation to abort. */ static void abort_publish_ctx_menu (GtkMenuItem *item, gpointer user_data) { struct PublishListPopupContext *ppc = user_data; struct PublishEntry *pe = ppc->pe; if (NULL != pe->pc) GNUNET_FS_publish_stop (pe->pc); } /** * Copy current URI to clipboard was selected in the current context menu. * * @param item the 'copy-to-clipboard' menu item * @parma user_data the 'struct DownloadListPopupContext' of the menu */ static void copy_publish_uri_to_clipboard_ctx_menu (GtkMenuItem *item, gpointer user_data) { struct PublishListPopupContext *ppc = user_data; struct GNUNET_FS_Uri *uri; char *uris; GtkClipboard *cb; uri = ppc->pe->uri; if (uri == NULL) { GNUNET_break (0); return; } uris = GNUNET_FS_uri_to_string (uri); cb = gtk_clipboard_get (GDK_SELECTION_CLIPBOARD); gtk_clipboard_set_text (cb, uris, -1); gtk_clipboard_store (cb); GNUNET_free (uris); } /** * Context menu was requested for a publish result list. * Compute which menu items are applicable and display * an appropriate menu. * * @param tm tree model underlying the tree view where the event happened * @param tab tab where the event happened * @param event_button the event * @return FALSE if no menu could be popped up, * TRUE if there is now a pop-up menu */ static gboolean publish_list_popup (GtkTreeModel *tm, struct PublishTab *tab, gint init_button, guint32 event_time, GtkTreeIter *iter) { GtkMenu *menu; GtkWidget *child; GtkTreePath *path; struct PublishEntry *pe; struct PublishListPopupContext *ppc; gtk_tree_model_get (tm, iter, PUBLISH_TAB_MC_ENT, &pe, -1); if ( (NULL == pe->uri) && ( (NULL == pe->pc) || (GNUNET_NO == pe->is_top) ) ) { /* no actions available, refuse to pop up */ return FALSE; } ppc = GNUNET_malloc (sizeof (struct PublishListPopupContext)); ppc->tab = tab; path = gtk_tree_model_get_path (tm, iter); ppc->rr = gtk_tree_row_reference_new (tm, path); gtk_tree_path_free (path); ppc->pe = pe; menu = GTK_MENU (gtk_menu_new ()); if (NULL != pe->uri) { child = gtk_menu_item_new_with_label (_("_Copy URI to Clipboard")); g_signal_connect (child, "activate", G_CALLBACK (copy_publish_uri_to_clipboard_ctx_menu), ppc); gtk_label_set_use_underline (GTK_LABEL (gtk_bin_get_child (GTK_BIN (child))), TRUE); gtk_widget_show (child); gtk_menu_shell_append (GTK_MENU_SHELL (menu), child); } else if (NULL != pe->pc) { child = gtk_menu_item_new_with_label (_("_Abort publishing")); g_signal_connect (child, "activate", G_CALLBACK (abort_publish_ctx_menu), ppc); gtk_label_set_use_underline (GTK_LABEL (gtk_bin_get_child (GTK_BIN (child))), TRUE); gtk_widget_show (child); gtk_menu_shell_append (GTK_MENU_SHELL (menu), child); } g_signal_connect (menu, "selection-done", G_CALLBACK (publish_list_popup_selection_done), ppc); gtk_menu_popup (menu, NULL, NULL, NULL, NULL, init_button, event_time); return TRUE; } /** * We got a 'popup-menu' event, display the context menu. * * @param widget the tree view where the event happened * @param user_data the 'struct PublishTab' of the tree view * @return FALSE if no menu could be popped up, * TRUE if there is now a pop-up menu */ gboolean GNUNET_FS_GTK_publish_treeview_popup_menu (GtkWidget *widget, gpointer user_data) { GtkTreeView *tv = GTK_TREE_VIEW (widget); struct PublishTab *tab = user_data; GtkTreeSelection *sel; GtkTreeIter iter; GtkTreeModel *tm; sel = gtk_tree_view_get_selection (tv); if (! gtk_tree_selection_get_selected (sel, &tm, &iter)) return FALSE; /* nothing selected */ return publish_list_popup (tm, tab, 0, gtk_get_current_event_time (), &iter); } /** * We got a button press on the search result list. Display the context * menu. * * @param widget the GtkTreeView with the search result list * @param event the event, we only care about button events * @param user_data the 'struct SearchTab' the widget is in * @return FALSE to propagate the event further, * TRUE to stop the event propagation. */ gboolean GNUNET_FS_GTK_publish_treeview_button_press_event (GtkWidget * widget, GdkEvent * event, gpointer user_data) { GtkTreeView *tv = GTK_TREE_VIEW (widget); GdkEventButton *event_button = (GdkEventButton *) event; struct PublishTab *tab = user_data; GtkTreeModel *tm; GtkTreePath *path; GtkTreeIter iter; if ( (event->type != GDK_BUTTON_PRESS) || (event_button->button != 3) ) return FALSE; /* not a right-click */ if (! gtk_tree_view_get_path_at_pos (tv, event_button->x, event_button->y, &path, NULL, NULL, NULL)) return FALSE; /* click outside of area with values, ignore */ tm = gtk_tree_view_get_model (tv); if (! gtk_tree_model_get_iter (tm, &iter, path)) return FALSE; /* not sure how we got a path but no iter... */ gtk_tree_path_free (path); publish_list_popup (tm, tab, event_button->button, event_button->time, &iter); return FALSE; /* propagate further, to focus on the item (for example) */ } /* ***************** Master event handler ****************** */ /** * Notification of FS to a client about the progress of an * operation. Callbacks of this type will be used for uploads, * downloads and searches. Some of the arguments depend a bit * in their meaning on the context in which the callback is used. * * @param cls closure * @param info details about the event, specifying the event type * and various bits about the event * @return client-context (for the next progress call * for this operation; should be set to NULL for * SUSPEND and STOPPED events). The value returned * will be passed to future callbacks in the respective * field in the GNUNET_FS_ProgressInfo struct. */ void * GNUNET_GTK_fs_event_handler (void *cls, const struct GNUNET_FS_ProgressInfo *info) { void *ret; switch (info->status) { case GNUNET_FS_STATUS_PUBLISH_START: return setup_publish (info->value.publish.pc, info->value.publish.filename, info->value.publish.size, info->value.publish.pctx); case GNUNET_FS_STATUS_PUBLISH_RESUME: ret = setup_publish (info->value.publish.pc, info->value.publish.filename, info->value.publish.size, info->value.publish.pctx); if (ret == NULL) return ret; if (info->value.publish.specifics.resume.message != NULL) { handle_publish_error (ret, info->value.publish.specifics.resume.message); } else if (info->value.publish.specifics.resume.chk_uri != NULL) { handle_publish_completed (ret, info->value.publish.specifics.resume.chk_uri); } return ret; case GNUNET_FS_STATUS_PUBLISH_SUSPEND: handle_publish_stop (info->value.publish.cctx); return NULL; case GNUNET_FS_STATUS_PUBLISH_PROGRESS: mark_publish_progress (info->value.publish.cctx, info->value.publish.size, info->value.publish.completed); return info->value.publish.cctx; case GNUNET_FS_STATUS_PUBLISH_ERROR: handle_publish_error (info->value.publish.cctx, info->value.publish.specifics.error.message); return info->value.publish.cctx; case GNUNET_FS_STATUS_PUBLISH_COMPLETED: handle_publish_completed (info->value.publish.cctx, info->value.publish.specifics.completed.chk_uri); return info->value.publish.cctx; case GNUNET_FS_STATUS_PUBLISH_STOPPED: handle_publish_stop (info->value.publish.cctx); return NULL; case GNUNET_FS_STATUS_DOWNLOAD_START: return setup_download (info->value.download.cctx, info->value.download.pctx, info->value.download.sctx, info->value.download.dc, info->value.download.uri, info->value.download.filename, info->value.download.specifics.start.meta, info->value.download.size, info->value.download.completed); case GNUNET_FS_STATUS_DOWNLOAD_RESUME: ret = setup_download (info->value.download.cctx, info->value.download.pctx, info->value.download.sctx, info->value.download.dc, info->value.download.uri, info->value.download.filename, info->value.download.specifics.resume.meta, info->value.download.size, info->value.download.completed); if (info->value.download.specifics.resume.message != NULL) mark_download_error (ret, info->value.download.specifics.resume.message); return ret; case GNUNET_FS_STATUS_DOWNLOAD_SUSPEND: stop_download (info->value.download.cctx); return NULL; case GNUNET_FS_STATUS_DOWNLOAD_PROGRESS: mark_download_progress (info->value.download.cctx, info->value.download.filename, info->value.download.size, info->value.download.completed, info->value.download.specifics.progress.data, info->value.download.specifics.progress. offset, info->value.download.specifics.progress. data_len, info->value.download.specifics.progress. depth); return info->value.download.cctx; case GNUNET_FS_STATUS_DOWNLOAD_ERROR: mark_download_error (info->value.download.cctx, info->value.download.specifics.error.message); return info->value.download.cctx; case GNUNET_FS_STATUS_DOWNLOAD_COMPLETED: mark_download_completed (info->value.download.cctx, info->value.download.size); return info->value.download.cctx; case GNUNET_FS_STATUS_DOWNLOAD_STOPPED: stop_download (info->value.download.cctx); return NULL; case GNUNET_FS_STATUS_DOWNLOAD_ACTIVE: change_download_color (info->value.download.cctx, "yellow"); return info->value.download.cctx; case GNUNET_FS_STATUS_DOWNLOAD_INACTIVE: change_download_color (info->value.download.cctx, "blue"); return info->value.download.cctx; case GNUNET_FS_STATUS_DOWNLOAD_LOST_PARENT: download_lost_parent (info->value.download.cctx); return info->value.download.cctx; case GNUNET_FS_STATUS_SEARCH_START: if (info->value.search.pctx != NULL) return setup_inner_search (info->value.search.sc, info->value.search.pctx); return setup_search_tab (info->value.search.sc, info->value.search.query); case GNUNET_FS_STATUS_SEARCH_RESUME: ret = setup_search_tab (info->value.search.sc, info->value.search.query); if (info->value.search.specifics.resume.message) handle_search_error (ret, info->value.search.specifics.resume.message); return ret; case GNUNET_FS_STATUS_SEARCH_RESUME_RESULT: ret = process_search_result (info->value.search.cctx, info->value.search.pctx, info->value.search.specifics.resume_result.uri, info->value.search.specifics.resume_result.meta, info->value.search.specifics.resume_result. result, info->value.search.specifics.resume_result. applicability_rank); update_search_result (ret, info->value.search.specifics.resume_result. meta, info->value.search.specifics.resume_result. applicability_rank, info->value.search.specifics.resume_result. availability_certainty, info->value.search.specifics.resume_result. availability_rank); return ret; case GNUNET_FS_STATUS_SEARCH_SUSPEND: close_search_tab (info->value.search.cctx); return NULL; case GNUNET_FS_STATUS_SEARCH_RESULT: return process_search_result (info->value.search.cctx, info->value.search.pctx, info->value.search.specifics.result.uri, info->value.search.specifics.result.meta, info->value.search.specifics.result.result, info->value.search.specifics.result. applicability_rank); case GNUNET_FS_STATUS_SEARCH_RESULT_NAMESPACE: GNUNET_break (0); break; case GNUNET_FS_STATUS_SEARCH_UPDATE: update_search_result (info->value.search.specifics.update.cctx, info->value.search.specifics.update.meta, info->value.search.specifics.update. applicability_rank, info->value.search.specifics.update. availability_certainty, info->value.search.specifics.update. availability_rank); return info->value.search.specifics.update.cctx; case GNUNET_FS_STATUS_SEARCH_ERROR: handle_search_error (info->value.search.cctx, info->value.search.specifics.error.message); return info->value.search.cctx; case GNUNET_FS_STATUS_SEARCH_PAUSED: return info->value.search.cctx; case GNUNET_FS_STATUS_SEARCH_CONTINUED: return info->value.search.cctx; case GNUNET_FS_STATUS_SEARCH_RESULT_STOPPED: free_search_result (info->value.search.specifics.result_stopped.cctx); return NULL; case GNUNET_FS_STATUS_SEARCH_RESULT_SUSPEND: free_search_result (info->value.search.specifics.result_suspend.cctx); return NULL; case GNUNET_FS_STATUS_SEARCH_STOPPED: close_search_tab (info->value.search.cctx); return NULL; case GNUNET_FS_STATUS_UNINDEX_START: return info->value.unindex.cctx; case GNUNET_FS_STATUS_UNINDEX_RESUME: return GNUNET_FS_GTK_unindex_handle_resume_ (info->value.unindex.uc, info->value.unindex.filename, info->value.unindex.size, info->value.unindex.completed, info->value.unindex.specifics.resume.message); case GNUNET_FS_STATUS_UNINDEX_SUSPEND: GNUNET_FS_GTK_unindex_handle_stop_ (info->value.unindex.cctx); return NULL; case GNUNET_FS_STATUS_UNINDEX_PROGRESS: GNUNET_FS_GTK_unindex_handle_progress_ (info->value.unindex.cctx, info->value.unindex.completed); return info->value.unindex.cctx; case GNUNET_FS_STATUS_UNINDEX_ERROR: GNUNET_FS_GTK_unindex_handle_error_ (info->value.unindex.cctx, info->value.unindex.specifics.error.message); return info->value.unindex.cctx; case GNUNET_FS_STATUS_UNINDEX_COMPLETED: GNUNET_FS_GTK_unindex_handle_completed_ (info->value.unindex.cctx); return info->value.unindex.cctx; case GNUNET_FS_STATUS_UNINDEX_STOPPED: GNUNET_FS_GTK_unindex_handle_stop_ (info->value.unindex.cctx); return NULL; default: GNUNET_break (0); break; } return NULL; } /* end of gnunet-fs-gtk-event_handler.c */ gnunet-gtk-0.9.3/src/fs/Makefile.in0000644000175000017500000007267511753203102014006 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ bin_PROGRAMS = gnunet-fs-gtk$(EXEEXT) subdir = src/fs DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgcfgdir)" PROGRAMS = $(bin_PROGRAMS) am_gnunet_fs_gtk_OBJECTS = gnunet-fs-gtk.$(OBJEXT) \ gnunet-fs-gtk_about.$(OBJEXT) \ gnunet-fs-gtk_advertise-pseudonym.$(OBJEXT) \ gnunet-fs-gtk_anonymity-widgets.$(OBJEXT) \ gnunet-fs-gtk_common.$(OBJEXT) \ gnunet-fs-gtk_create-pseudonym.$(OBJEXT) \ gnunet-fs-gtk_download-save-as.$(OBJEXT) \ gnunet-fs-gtk_event-handler.$(OBJEXT) \ gnunet-fs-gtk_main-window-meta-data-context-menu.$(OBJEXT) \ gnunet-fs-gtk_main-window-namespace-dropdown.$(OBJEXT) \ gnunet-fs-gtk_main-window-search.$(OBJEXT) \ gnunet-fs-gtk_main-window-view-toggles.$(OBJEXT) \ gnunet-fs-gtk_open-directory.$(OBJEXT) \ gnunet-fs-gtk_open-uri.$(OBJEXT) \ gnunet-fs-gtk_unindex.$(OBJEXT) \ gnunet-fs-gtk_publish-dialog.$(OBJEXT) \ gnunet-fs-gtk_publish-edit-dialog.$(OBJEXT) \ gnunet-fs-gtk_namespace_manager.$(OBJEXT) gnunet_fs_gtk_OBJECTS = $(am_gnunet_fs_gtk_OBJECTS) am__DEPENDENCIES_1 = gnunet_fs_gtk_DEPENDENCIES = $(top_builddir)/src/lib/libgnunetgtk.la \ $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent gnunet_fs_gtk_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(gnunet_fs_gtk_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(gnunet_fs_gtk_SOURCES) DIST_SOURCES = $(gnunet_fs_gtk_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' DATA = $(pkgcfg_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLADE_CFLAGS = @GLADE_CFLAGS@ GLADE_LIBS = @GLADE_LIBS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNUNET_CFLAGS = @GNUNET_CFLAGS@ GNUNET_FS_APP = @GNUNET_FS_APP@ GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@ GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@ GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@ GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@ GNUNET_GNS_APP = @GNUNET_GNS_APP@ GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@ GNUNET_LIBS = @GNUNET_LIBS@ GNUNET_PEERINFO_APP = @GNUNET_PEERINFO_APP@ GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@ GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@ GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@ GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@ GNUNET_SETUP_APP = @GNUNET_SETUP_APP@ GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@ GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@ GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@ GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@ GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@ GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@ GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@ GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_DATA = @PACKAGE_DATA@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = . INCLUDES = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/src/include \ @GTK_CFLAGS@ \ @GNUNET_CFLAGS@ \ @GLADE_CFLAGS@ gnunet_fs_gtk_SOURCES = \ gnunet-fs-gtk.c gnunet-fs-gtk.h \ gnunet-fs-gtk_about.c \ gnunet-fs-gtk_advertise-pseudonym.c \ gnunet-fs-gtk_anonymity-widgets.c gnunet-fs-gtk_anonymity-widgets.h \ gnunet-fs-gtk_common.c gnunet-fs-gtk_common.h \ gnunet-fs-gtk_create-pseudonym.c \ gnunet-fs-gtk_download-save-as.c gnunet-fs-gtk_download-save-as.h \ gnunet-fs-gtk_event-handler.c gnunet-fs-gtk_event-handler.h \ gnunet-fs-gtk_main-window-meta-data-context-menu.c \ gnunet-fs-gtk_main-window-namespace-dropdown.c \ gnunet-fs-gtk_main-window-search.c \ gnunet-fs-gtk_main-window-view-toggles.c \ gnunet-fs-gtk_open-directory.c \ gnunet-fs-gtk_open-uri.c gnunet-fs-gtk_open-uri.h \ gnunet-fs-gtk_unindex.c gnunet-fs-gtk_unindex.h \ gnunet-fs-gtk_publish-dialog.c \ gnunet-fs-gtk_publish-edit-dialog.c gnunet-fs-gtk_publish-edit-dialog.h \ gnunet-fs-gtk_namespace_manager.c gnunet_fs_gtk_LDADD = \ $(top_builddir)/src/lib/libgnunetgtk.la \ @GTK_LIBS@ \ @GLADE_LIBS@ @GNUNET_LIBS@ \ -lextractor \ -lgnunetutil \ -lgnunetfs \ $(INTLLIBS) gnunet_fs_gtk_LDFLAGS = \ -export-dynamic pkgcfgdir = $(pkgdatadir)/config.d/ pkgcfg_DATA = \ gnunet-fs-gtk.conf EXTRA_DIST = metatypes.c \ $(pkgcfg_DATA) all: all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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/fs/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/fs/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 $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p || test -f $$p1; \ then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list gnunet-fs-gtk$(EXEEXT): $(gnunet_fs_gtk_OBJECTS) $(gnunet_fs_gtk_DEPENDENCIES) @rm -f gnunet-fs-gtk$(EXEEXT) $(AM_V_CCLD)$(gnunet_fs_gtk_LINK) $(gnunet_fs_gtk_OBJECTS) $(gnunet_fs_gtk_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_about.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_advertise-pseudonym.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_anonymity-widgets.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_common.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_create-pseudonym.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_download-save-as.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_event-handler.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_main-window-meta-data-context-menu.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_main-window-namespace-dropdown.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_main-window-search.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_main-window-view-toggles.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_namespace_manager.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_open-directory.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_open-uri.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_publish-dialog.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_publish-edit-dialog.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-fs-gtk_unindex.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-pkgcfgDATA: $(pkgcfg_DATA) @$(NORMAL_INSTALL) test -z "$(pkgcfgdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgcfgdir)" @list='$(pkgcfg_DATA)'; test -n "$(pkgcfgdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgcfgdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgcfgdir)" || exit $$?; \ done uninstall-pkgcfgDATA: @$(NORMAL_UNINSTALL) @list='$(pkgcfg_DATA)'; test -n "$(pkgcfgdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(pkgcfgdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(pkgcfgdir)" && rm -f $$files # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done 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: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ 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; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) 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)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__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 "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(PROGRAMS) $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgcfgdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive 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) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-recursive clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-pkgcfgDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-pkgcfgDATA .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-binPROGRAMS \ clean-generic clean-libtool ctags ctags-recursive distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-binPROGRAMS 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-pkgcfgDATA install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-binPROGRAMS uninstall-pkgcfgDATA # 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: gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_namespace_manager.c0000644000175000017500000010100411733610430020263 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_namespace_manager.c * @author LRN */ #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk.h" #include #include struct GNUNET_GTK_NamespaceManagerContext { GtkBuilder *builder; GtkWidget *known_ns; GtkWidget *ns_order; GtkWidget *ns_details; GtkTreeSelection *known_ns_sel; GtkTreeSelection *ns_order_sel; GtkTreeSelection *ns_details_sel; GtkListStore *ns_order_store; GtkListStore *known_ns_store; GtkListStore *ns_details_store; GtkWindow *namespace_manager; GtkTreeViewColumn *order_rank; GtkTreeViewColumn *order_name; GtkTreeViewColumn *order_id; GtkWidget *details_apply_button; GtkWidget *details_delete_button; int sort_direction; struct GNUNET_CONTAINER_MetaData *uneditable_md; struct GNUNET_GTK_MainWindowContext *main_ctx; }; #define GNUNET_GTK_KNOWN_NAMESPACES_IS_MINE_COLUMN 0 #define GNUNET_GTK_KNOWN_NAMESPACES_RANK_COLUMN 1 #define GNUNET_GTK_KNOWN_NAMESPACES_NAME_COLUMN 2 #define GNUNET_GTK_KNOWN_NAMESPACES_IDENTIFIER_COLUMN 3 #define GNUNET_GTK_KNOWN_NAMESPACES_IDENTIFIER_BIN_COLUMN 4 #define GNUNET_GTK_KNOWN_NAMESPACES_ORDER_ROW_REFERENCE_COLUMN 5 #define GNUNET_GTK_KNOWN_NAMESPACES_METADATA_COLUMN 6 #define GNUNET_GTK_KNOWN_NAMESPACES_NON_UNIQUE_NAME_COLUMN 7 #define GNUNET_GTK_NAMESPACE_ORDER_RANK_COLUMN 0 #define GNUNET_GTK_NAMESPACE_ORDER_NAME_COLUMN 1 #define GNUNET_GTK_NAMESPACE_ORDER_IDENTIFIER_COLUMN 2 #define GNUNET_GTK_NAMESPACE_ORDER_IDENTIFIER_BIN_COLUMN 3 #define GNUNET_GTK_NAMESPACE_ORDER_KNOWN_ROW_REFERENCE_COLUMN 4 #define GNUNET_GTK_NAMESPACE_DETAILS_PLUGIN_NAME_COLUMN 0 #define GNUNET_GTK_NAMESPACE_DETAILS_TYPE_BIN_COLUMN 1 #define GNUNET_GTK_NAMESPACE_DETAILS_TYPE_COLUMN 2 #define GNUNET_GTK_NAMESPACE_DETAILS_FORMAT_COLUMN 3 #define GNUNET_GTK_NAMESPACE_DETAILS_DATA_MIME_COLUMN 4 #define GNUNET_GTK_NAMESPACE_DETAILS_VALUE_COLUMN 5 static void sort_order_list (struct GNUNET_GTK_NamespaceManagerContext *ctx, int sort_column) { int sorted = GNUNET_NO; GtkTreeIter iter; gint i; gint row_count; gint *row_indices, *row_ints; gchar **row_strings; ctx->sort_direction = ctx->sort_direction <= 0 ? 1 : 0; row_count = gtk_tree_model_iter_n_children (GTK_TREE_MODEL ( ctx->ns_order_store), NULL); if (! gtk_tree_model_get_iter_first (GTK_TREE_MODEL ( ctx->ns_order_store), &iter)) return; row_indices = g_new0 (gint, row_count); row_ints = g_new0 (gint, row_count); row_strings = g_new0 (gchar *, row_count); for (i = 0; i < row_count; i++) { int an_int; char *a_string; row_indices[i] = i; switch (sort_column) { case GNUNET_GTK_NAMESPACE_ORDER_RANK_COLUMN: gtk_tree_model_get (GTK_TREE_MODEL (ctx->ns_order_store), &iter, sort_column, &an_int, -1); row_ints[i] = an_int; row_strings[i] = NULL; break; case GNUNET_GTK_NAMESPACE_ORDER_NAME_COLUMN: case GNUNET_GTK_NAMESPACE_ORDER_IDENTIFIER_COLUMN: gtk_tree_model_get (GTK_TREE_MODEL (ctx->ns_order_store), &iter, sort_column, &a_string, -1); row_strings[i] = a_string; break; default: row_strings[i] = NULL; break; } if (TRUE != gtk_tree_model_iter_next (GTK_TREE_MODEL ( ctx->ns_order_store), &iter)) break; } while (sorted != GNUNET_YES) { sorted = GNUNET_YES; for (i = 0; i < row_count - 1; i++) { int cmp_result; switch (sort_column) { case GNUNET_GTK_NAMESPACE_ORDER_RANK_COLUMN: cmp_result = row_ints[i] <= row_ints[i + 1] ? 0 : 1; break; case GNUNET_GTK_NAMESPACE_ORDER_NAME_COLUMN: case GNUNET_GTK_NAMESPACE_ORDER_IDENTIFIER_COLUMN: /* FIXME: name can be UTF-8-encoded, use UTF-8-aware comparison func */ cmp_result = strcmp (row_strings[i], row_strings[i + 1]); break; default: GNUNET_break (0); cmp_result = 0; break; } if (((ctx->sort_direction <= 0) && (cmp_result <= 0)) || ((ctx->sort_direction > 0) && (cmp_result > 0))) { int tmp_int, tmp_index; char *tmp_string; tmp_index = row_indices[i]; tmp_int = row_ints[i]; tmp_string = row_strings[i]; row_indices[i] = row_indices[i + 1]; row_ints[i] = row_ints[i + 1]; row_strings[i] = row_strings[i + 1]; row_ints[i + 1] = tmp_int; row_strings[i + 1] = tmp_string; row_indices[i + 1] = tmp_index; sorted = GNUNET_NO; } } } gtk_list_store_reorder (ctx->ns_order_store, row_indices); g_free (row_indices); for (i = 0; i < row_count; i++) g_free (row_strings[i]); g_free (row_strings); g_free (row_ints); } void GNUNET_GTK_namespace_manager_namespace_order_column_clicked_cb ( GtkTreeViewColumn *treeviewcolumn, gpointer user_data) { struct GNUNET_GTK_NamespaceManagerContext *ctx = user_data; if (treeviewcolumn == ctx->order_rank) { sort_order_list (ctx, GNUNET_GTK_NAMESPACE_ORDER_RANK_COLUMN); } else if (treeviewcolumn == ctx->order_name) { sort_order_list (ctx, GNUNET_GTK_NAMESPACE_ORDER_NAME_COLUMN); } else if (treeviewcolumn == ctx->order_id) { sort_order_list (ctx, GNUNET_GTK_NAMESPACE_ORDER_IDENTIFIER_COLUMN); } } void GNUNET_GTK_namespace_manager_known_namespaces_delete_button_clicked_cb ( GtkButton *button, gpointer user_data) { struct GNUNET_GTK_NamespaceManagerContext *ctx = user_data; GtkTreeIter iter; GNUNET_HashCode *nsid; GtkTreeRowReference *order_row, *known_row; struct GNUNET_CONTAINER_MetaData *md; if (FALSE == gtk_tree_selection_get_selected (ctx->known_ns_sel, NULL, &iter)) return; gtk_tree_model_get (GTK_TREE_MODEL (ctx->known_ns_store), &iter, GNUNET_GTK_KNOWN_NAMESPACES_IDENTIFIER_BIN_COLUMN, &nsid, GNUNET_GTK_KNOWN_NAMESPACES_ORDER_ROW_REFERENCE_COLUMN, &order_row, GNUNET_GTK_KNOWN_NAMESPACES_METADATA_COLUMN, &md, -1); GNUNET_CONTAINER_meta_data_destroy (md); gtk_list_store_remove (ctx->known_ns_store, &iter); if (order_row != NULL) { if (GNUNET_OK == GNUNET_GTK_get_iter_from_reference (order_row, &iter)) { gtk_tree_model_get (GTK_TREE_MODEL (ctx->ns_order_store), &iter, GNUNET_GTK_NAMESPACE_ORDER_KNOWN_ROW_REFERENCE_COLUMN, &known_row, -1); gtk_list_store_remove (ctx->ns_order_store, &iter); if (known_row != NULL) gtk_tree_row_reference_free (known_row); } gtk_tree_row_reference_free (order_row); } GNUNET_free (nsid); gtk_list_store_clear (ctx->ns_details_store); GNUNET_CONTAINER_meta_data_destroy (ctx->uneditable_md); ctx->uneditable_md = NULL; } void GNUNET_GTK_namespace_manager_known_namespaces_swap_rank_button_clicked_cb ( GtkButton *button, gpointer user_data) { struct GNUNET_GTK_NamespaceManagerContext *ctx = user_data; GtkTreeIter known_iter, order_iter; GNUNET_HashCode *nsid; int32_t old_rank, new_rank; GtkTreeRowReference *order_row, *known_row; if (FALSE == gtk_tree_selection_get_selected (ctx->known_ns_sel, NULL, &known_iter)) return; gtk_tree_model_get (GTK_TREE_MODEL (ctx->known_ns_store), &known_iter, GNUNET_GTK_KNOWN_NAMESPACES_IDENTIFIER_BIN_COLUMN, &nsid, GNUNET_GTK_KNOWN_NAMESPACES_RANK_COLUMN, &old_rank, GNUNET_GTK_KNOWN_NAMESPACES_ORDER_ROW_REFERENCE_COLUMN, &order_row, -1); if (old_rank == 0) new_rank = -1; else new_rank = -old_rank; gtk_list_store_set (ctx->known_ns_store, &known_iter, GNUNET_GTK_KNOWN_NAMESPACES_RANK_COLUMN, new_rank, GNUNET_GTK_KNOWN_NAMESPACES_ORDER_ROW_REFERENCE_COLUMN, NULL, -1); if (order_row != NULL) { if (new_rank < 0) { if (GNUNET_OK == GNUNET_GTK_get_iter_from_reference (order_row, &order_iter)) { gtk_tree_model_get (GTK_TREE_MODEL (ctx->ns_order_store), &order_iter, GNUNET_GTK_NAMESPACE_ORDER_KNOWN_ROW_REFERENCE_COLUMN, &known_row, -1); gtk_list_store_remove (ctx->ns_order_store, &order_iter); if (known_row != NULL) gtk_tree_row_reference_free (known_row); } } gtk_tree_row_reference_free (order_row); } if (new_rank >= 0) { char *name, *identifier; if (order_row != NULL) { /* This should not happen */ GNUNET_break (0); } gtk_tree_model_get (GTK_TREE_MODEL (ctx->known_ns_store), &known_iter, GNUNET_GTK_KNOWN_NAMESPACES_NAME_COLUMN, &name, GNUNET_GTK_KNOWN_NAMESPACES_IDENTIFIER_COLUMN, &identifier, -1); known_row = GNUNET_GTK_get_reference_from_iter (GTK_TREE_MODEL ( ctx->known_ns_store), &known_iter); gtk_list_store_insert_with_values (ctx->ns_order_store, &order_iter, G_MAXINT, GNUNET_GTK_NAMESPACE_ORDER_RANK_COLUMN, new_rank, GNUNET_GTK_NAMESPACE_ORDER_NAME_COLUMN, name, GNUNET_GTK_NAMESPACE_ORDER_IDENTIFIER_COLUMN, identifier, GNUNET_GTK_NAMESPACE_ORDER_IDENTIFIER_BIN_COLUMN, nsid, GNUNET_GTK_NAMESPACE_ORDER_KNOWN_ROW_REFERENCE_COLUMN, known_row, -1); g_free (name); g_free (identifier); order_row = GNUNET_GTK_get_reference_from_iter (GTK_TREE_MODEL (ctx->ns_order_store), &order_iter); gtk_list_store_set (ctx->known_ns_store, &known_iter, GNUNET_GTK_KNOWN_NAMESPACES_ORDER_ROW_REFERENCE_COLUMN, order_row, -1); } } void GNUNET_GTK_namespace_manager_namespace_order_apply_clicked_cb ( GtkButton *button, gpointer user_data) { struct GNUNET_GTK_NamespaceManagerContext *ctx = user_data; GtkTreeIter iter; gint i; gint row_count; GtkTreeRowReference *known_row; row_count = gtk_tree_model_iter_n_children (GTK_TREE_MODEL ( ctx->ns_order_store), NULL); if (! gtk_tree_model_get_iter_first (GTK_TREE_MODEL ( ctx->ns_order_store), &iter)) return; for (i = 0; i < row_count; i++) { gtk_list_store_set (ctx->ns_order_store, &iter, GNUNET_GTK_NAMESPACE_ORDER_RANK_COLUMN, i, -1); gtk_tree_model_get (GTK_TREE_MODEL (ctx->ns_order_store), &iter, GNUNET_GTK_NAMESPACE_ORDER_KNOWN_ROW_REFERENCE_COLUMN, &known_row, -1); if (known_row == NULL) { /* This is not supposed to happen. What to do? */ GNUNET_break (0); } else { GtkTreeIter known_iter; if (GNUNET_OK == GNUNET_GTK_get_iter_from_reference (known_row, &known_iter)) { gtk_list_store_set (ctx->known_ns_store, &known_iter, GNUNET_GTK_KNOWN_NAMESPACES_RANK_COLUMN, i, -1); } } if (TRUE != gtk_tree_model_iter_next (GTK_TREE_MODEL ( ctx->ns_order_store), &iter)) break; } } void GNUNET_GTK_namespace_manager_namespace_details_add_button_clicked_cb ( GtkButton *button, gpointer user_data) { /* FIXME: add a row to the details list. Disabled at the moment, since * metadata type selection is not implemented. */ } void GNUNET_GTK_namespace_manager_namespace_details_delete_button_clicked_cb ( GtkButton *button, gpointer user_data) { struct GNUNET_GTK_NamespaceManagerContext *ctx = user_data; GtkTreeIter iter; if (FALSE == gtk_tree_selection_get_selected (ctx->ns_details_sel, NULL, &iter)) return; gtk_list_store_remove (ctx->ns_details_store, &iter); gtk_widget_set_sensitive (ctx->details_apply_button, TRUE); } void GNUNET_GTK_namespace_manager_namespace_details_apply_button_clicked_cb ( GtkButton *button, gpointer user_data) { struct GNUNET_GTK_NamespaceManagerContext *ctx = user_data; GtkTreeIter iter, known_iter; gint i; gint row_count; struct GNUNET_CONTAINER_MetaData *md, *old_md; char *plugin_name; int type; char *type_name; int format; char *data_mime_type; char *data; row_count = gtk_tree_model_iter_n_children (GTK_TREE_MODEL ( ctx->ns_details_store), NULL); if ((row_count > 0) && (! gtk_tree_model_get_iter_first ( GTK_TREE_MODEL (ctx->ns_details_store), &iter))) { /* This should not happen */ return; } if (FALSE == gtk_tree_selection_get_selected (ctx->known_ns_sel, NULL, &known_iter)) { /* This should not happen */ return; } md = GNUNET_CONTAINER_meta_data_create (); for (i = 0; i < row_count; i++) { gtk_tree_model_get (GTK_TREE_MODEL (ctx->ns_details_store), &iter, GNUNET_GTK_NAMESPACE_DETAILS_PLUGIN_NAME_COLUMN, &plugin_name, GNUNET_GTK_NAMESPACE_DETAILS_TYPE_BIN_COLUMN, &type, GNUNET_GTK_NAMESPACE_DETAILS_TYPE_COLUMN, &type_name, GNUNET_GTK_NAMESPACE_DETAILS_FORMAT_COLUMN, &format, GNUNET_GTK_NAMESPACE_DETAILS_DATA_MIME_COLUMN, &data_mime_type, GNUNET_GTK_NAMESPACE_DETAILS_VALUE_COLUMN, &data, -1); GNUNET_CONTAINER_meta_data_insert (md, plugin_name, type, format, data_mime_type, data, strlen (data) + 1); g_free (plugin_name); g_free (type_name); g_free (data_mime_type); g_free (data); if (TRUE != gtk_tree_model_iter_next (GTK_TREE_MODEL ( ctx->ns_details_store), &iter)) break; } GNUNET_CONTAINER_meta_data_merge (md, (const struct GNUNET_CONTAINER_MetaData *) ctx->uneditable_md); gtk_tree_model_get (GTK_TREE_MODEL (ctx->known_ns_store), &known_iter, GNUNET_GTK_KNOWN_NAMESPACES_METADATA_COLUMN, &old_md, -1); GNUNET_CONTAINER_meta_data_destroy (old_md); gtk_list_store_set (ctx->known_ns_store, &known_iter, GNUNET_GTK_KNOWN_NAMESPACES_METADATA_COLUMN, md, -1); gtk_widget_set_sensitive (ctx->details_apply_button, FALSE); } void GNUNET_GTK_namespace_manager_name_text_editing_started_cb ( GtkCellRenderer *renderer, GtkCellEditable *editable, gchar *path, gpointer user_data) { struct GNUNET_GTK_NamespaceManagerContext *ctx = user_data; if (GTK_IS_ENTRY (editable)) { GtkTreePath *tree_path; GtkTreeIter iter; char *non_unique_name = NULL; GtkEntry *entry = GTK_ENTRY (editable); tree_path = gtk_tree_path_new_from_string (path); if (tree_path != NULL) { if (gtk_tree_model_get_iter (GTK_TREE_MODEL (ctx->known_ns_store), &iter, tree_path)) { gtk_tree_model_get (GTK_TREE_MODEL (ctx->known_ns_store), &iter, GNUNET_GTK_KNOWN_NAMESPACES_NON_UNIQUE_NAME_COLUMN, &non_unique_name, -1); } gtk_tree_path_free (tree_path); } if (non_unique_name == NULL) { gtk_cell_editable_editing_done (editable); return; } gtk_entry_set_text (entry, non_unique_name); g_free (non_unique_name); } } void GNUNET_GTK_namespace_manager_name_text_edited_cb ( GtkCellRendererText *renderer, gchar *path, gchar *new_text, gpointer user_data) { struct GNUNET_GTK_NamespaceManagerContext *ctx = user_data; char *unique_name; GtkTreeRowReference *order_row; if (strlen (new_text) == 0) return; GtkTreePath *tree_path; GtkTreeIter iter; tree_path = gtk_tree_path_new_from_string (path); if (tree_path != NULL) { if (gtk_tree_model_get_iter (GTK_TREE_MODEL (ctx->known_ns_store), &iter, tree_path)) { GNUNET_HashCode *nsid; gtk_tree_model_get (GTK_TREE_MODEL (ctx->known_ns_store), &iter, GNUNET_GTK_KNOWN_NAMESPACES_IDENTIFIER_BIN_COLUMN, &nsid, GNUNET_GTK_KNOWN_NAMESPACES_ORDER_ROW_REFERENCE_COLUMN, &order_row, -1); unique_name = GNUNET_PSEUDONYM_name_uniquify ( GNUNET_FS_GTK_get_configuration (), nsid, new_text, NULL); gtk_list_store_set (ctx->known_ns_store, &iter, GNUNET_GTK_KNOWN_NAMESPACES_NON_UNIQUE_NAME_COLUMN, new_text, GNUNET_GTK_KNOWN_NAMESPACES_NAME_COLUMN, unique_name, -1); if (order_row != NULL) { GtkTreeIter order_iter; if (GNUNET_OK == GNUNET_GTK_get_iter_from_reference (order_row, &order_iter)) { gtk_list_store_set (ctx->ns_order_store, &order_iter, GNUNET_GTK_NAMESPACE_ORDER_NAME_COLUMN, unique_name, -1); } } GNUNET_free (unique_name); } gtk_tree_path_free (tree_path); } } void GNUNET_GTK_namespace_manager_namespace_details_type_text_edited_cb ( GtkCellRendererText *renderer, gchar *path, gchar *new_text, gpointer user_data) { /* Changing metadata type is more difficult than simply entering a * new string, see publication editing dialog. So this is disabled * for now. In fact, it's not going to be a Text renderer when it's done. */ /* struct GNUNET_GTK_NamespaceManagerContext *ctx = cls; GtkTreeIter iter; if (gtk_tree_model_get_iter (GTK_TREE_MODEL (ctx->ns_details_store), &iter, path)) { gtk_list_store_set (ctx->ns_details_store, &iter, GNUNET_GTK_NAMESPACE_DETAILS_TYPE_COLUMN, new_text, -1); } */ } void GNUNET_GTK_namespace_manager_namespace_details_value_text_edited_cb ( GtkCellRendererText *renderer, gchar *path, gchar *new_text, gpointer user_data) { struct GNUNET_GTK_NamespaceManagerContext *ctx = user_data; GtkTreePath *tree_path; GtkTreeIter iter; tree_path = gtk_tree_path_new_from_string (path); if (tree_path != NULL) { if (gtk_tree_model_get_iter (GTK_TREE_MODEL (ctx->ns_details_store), &iter, tree_path)) { char *old_text; gtk_tree_model_get (GTK_TREE_MODEL (ctx->ns_details_store), &iter, GNUNET_GTK_NAMESPACE_DETAILS_VALUE_COLUMN, &old_text, -1); if (strcmp (old_text, new_text) != 0) { gtk_list_store_set (ctx->ns_details_store, &iter, GNUNET_GTK_NAMESPACE_DETAILS_VALUE_COLUMN, new_text, -1); gtk_widget_set_sensitive (ctx->details_apply_button, TRUE); } g_free (old_text); } gtk_tree_path_free (tree_path); } } /** * Iterator over all known pseudonyms. * Populate "known ns" and "ns order" lists. * * @param cls closure * @param pseudonym hash code of public key of pseudonym * @param md meta data known about the pseudonym * @param rating the local rating of the pseudonym * @return GNUNET_OK to continue iteration, GNUNET_SYSERR to abort */ static int populate_known_ns_list (void *cls, const GNUNET_HashCode *pseudonym, const char *name, const char *unique_name, const struct GNUNET_CONTAINER_MetaData *md, int rating) { struct GNUNET_GTK_NamespaceManagerContext *ctx = cls; GNUNET_HashCode *nsid; struct GNUNET_CRYPTO_HashAsciiEncoded identifier; GtkTreeIter known_iter, order_iter; struct GNUNET_CONTAINER_MetaData *md_copy; char *non_null_name, *non_null_unique_name; nsid = GNUNET_malloc (sizeof (GNUNET_HashCode)); *nsid = *pseudonym; GNUNET_CRYPTO_hash_to_enc (nsid, &identifier); GNUNET_PSEUDONYM_get_info (GNUNET_FS_GTK_get_configuration (), nsid, NULL, NULL, &non_null_name, NULL); non_null_unique_name = GNUNET_PSEUDONYM_name_uniquify ( GNUNET_FS_GTK_get_configuration (), nsid, non_null_name, NULL); md_copy = GNUNET_CONTAINER_meta_data_duplicate (md); gtk_list_store_insert_with_values (ctx->known_ns_store, &known_iter, G_MAXINT, GNUNET_GTK_KNOWN_NAMESPACES_IS_MINE_COLUMN, FALSE, GNUNET_GTK_KNOWN_NAMESPACES_RANK_COLUMN, rating, GNUNET_GTK_KNOWN_NAMESPACES_NAME_COLUMN, non_null_unique_name, GNUNET_GTK_KNOWN_NAMESPACES_IDENTIFIER_COLUMN, identifier.encoding, GNUNET_GTK_KNOWN_NAMESPACES_IDENTIFIER_BIN_COLUMN, nsid, GNUNET_GTK_KNOWN_NAMESPACES_ORDER_ROW_REFERENCE_COLUMN, NULL, GNUNET_GTK_KNOWN_NAMESPACES_METADATA_COLUMN, md_copy, GNUNET_GTK_KNOWN_NAMESPACES_NON_UNIQUE_NAME_COLUMN, non_null_name, -1); if (rating >= 0) { GtkTreeRowReference *rr = GNUNET_GTK_get_reference_from_iter (GTK_TREE_MODEL ( ctx->known_ns_store), &known_iter); gtk_list_store_insert_with_values (ctx->ns_order_store, &order_iter, G_MAXINT, GNUNET_GTK_NAMESPACE_ORDER_RANK_COLUMN, rating, GNUNET_GTK_NAMESPACE_ORDER_NAME_COLUMN, non_null_unique_name, GNUNET_GTK_NAMESPACE_ORDER_IDENTIFIER_COLUMN, identifier.encoding, GNUNET_GTK_NAMESPACE_ORDER_IDENTIFIER_BIN_COLUMN, nsid, GNUNET_GTK_NAMESPACE_ORDER_KNOWN_ROW_REFERENCE_COLUMN, rr, -1); rr = GNUNET_GTK_get_reference_from_iter (GTK_TREE_MODEL (ctx->ns_order_store), &order_iter); gtk_list_store_set (ctx->known_ns_store, &known_iter, GNUNET_GTK_KNOWN_NAMESPACES_ORDER_ROW_REFERENCE_COLUMN, rr, -1); } GNUNET_free (non_null_name); GNUNET_free (non_null_unique_name); return GNUNET_OK; } static void apply_known_ns_changes (struct GNUNET_GTK_NamespaceManagerContext *ctx) { GtkTreeIter iter; gint i; gint row_count; GNUNET_HashCode *nsid; char *name; int32_t rank; struct GNUNET_CONTAINER_MetaData *md; row_count = gtk_tree_model_iter_n_children (GTK_TREE_MODEL ( ctx->known_ns_store), NULL); if (! gtk_tree_model_get_iter_first (GTK_TREE_MODEL ( ctx->known_ns_store), &iter)) return; for (i = 0; i < row_count; i++) { gtk_tree_model_get (GTK_TREE_MODEL (ctx->known_ns_store), &iter, GNUNET_GTK_KNOWN_NAMESPACES_IDENTIFIER_BIN_COLUMN, &nsid, GNUNET_GTK_KNOWN_NAMESPACES_NON_UNIQUE_NAME_COLUMN, &name, GNUNET_GTK_KNOWN_NAMESPACES_METADATA_COLUMN, &md, GNUNET_GTK_KNOWN_NAMESPACES_RANK_COLUMN, &rank, -1); GNUNET_PSEUDONYM_set_info (GNUNET_FS_GTK_get_configuration (), nsid, name, md, rank); g_free (name); if (TRUE != gtk_tree_model_iter_next (GTK_TREE_MODEL ( ctx->known_ns_store), &iter)) break; } } static void free_lists_contents (struct GNUNET_GTK_NamespaceManagerContext *ctx) { GtkTreeIter iter; gint i; gint row_count; GNUNET_HashCode *nsid; GtkTreeRowReference *order_row; struct GNUNET_CONTAINER_MetaData *md; row_count = gtk_tree_model_iter_n_children (GTK_TREE_MODEL ( ctx->known_ns_store), NULL); if (! gtk_tree_model_get_iter_first (GTK_TREE_MODEL ( ctx->known_ns_store), &iter)) return; for (i = 0; i < row_count; i++) { gtk_tree_model_get (GTK_TREE_MODEL (ctx->known_ns_store), &iter, GNUNET_GTK_KNOWN_NAMESPACES_IDENTIFIER_BIN_COLUMN, &nsid, GNUNET_GTK_KNOWN_NAMESPACES_ORDER_ROW_REFERENCE_COLUMN, &order_row, GNUNET_GTK_KNOWN_NAMESPACES_METADATA_COLUMN, &md, -1); if (order_row != NULL) { GtkTreeIter order_iter; if (GNUNET_OK == GNUNET_GTK_get_iter_from_reference (order_row, &order_iter)) { GtkTreeRowReference *known_row; gtk_tree_model_get (GTK_TREE_MODEL (ctx->ns_order_store), &order_iter, GNUNET_GTK_NAMESPACE_ORDER_KNOWN_ROW_REFERENCE_COLUMN, &known_row, -1); if (known_row != NULL) gtk_tree_row_reference_free (known_row); } gtk_tree_row_reference_free (order_row); } GNUNET_CONTAINER_meta_data_destroy (md); GNUNET_free (nsid); if (TRUE != gtk_tree_model_iter_next (GTK_TREE_MODEL ( ctx->known_ns_store), &iter)) break; } gtk_list_store_clear (ctx->ns_order_store); gtk_list_store_clear (ctx->known_ns_store); gtk_list_store_clear (ctx->ns_details_store); if (ctx->uneditable_md != NULL) GNUNET_CONTAINER_meta_data_destroy (ctx->uneditable_md); } void GNUNET_GTK_namespace_manager_dialog_response_cb (GtkDialog *dialog, gint response_id, gpointer user_data) { struct GNUNET_GTK_NamespaceManagerContext *ctx = user_data; switch (response_id) { case GTK_RESPONSE_APPLY: case GTK_RESPONSE_OK: apply_known_ns_changes (ctx); GNUNET_GTK_main_window_refresh_ns_list (ctx->main_ctx); break; default: break; } switch (response_id) { case GTK_RESPONSE_APPLY: break; case GTK_RESPONSE_OK: case GTK_RESPONSE_CANCEL: default: free_lists_contents (ctx); gtk_widget_destroy (GTK_WIDGET (ctx->namespace_manager)); GNUNET_free (ctx); } } static gboolean mark_as_mine (GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, gpointer data) { const GNUNET_HashCode *mine_id = data; const GNUNET_HashCode *ns_id; gtk_tree_model_get (model, iter, GNUNET_GTK_KNOWN_NAMESPACES_IDENTIFIER_BIN_COLUMN, &ns_id, -1); if (memcmp (ns_id, mine_id, sizeof (GNUNET_HashCode)) != 0) return FALSE; gtk_list_store_set (GTK_LIST_STORE (model), iter, GNUNET_GTK_KNOWN_NAMESPACES_IS_MINE_COLUMN, TRUE, -1); return TRUE; } /** * Callback with information about local (!) namespaces. * Contains the names of the local namespace and the global * ID. * * @param cls closure * @param name human-readable identifier of the namespace * @param id hash identifier for the namespace */ static void mark_namespaces_as_mine (void *cls, const char *name, const GNUNET_HashCode * id) { struct GNUNET_GTK_NamespaceManagerContext *ctx = cls; gtk_tree_model_foreach (GTK_TREE_MODEL (ctx->known_ns_store), mark_as_mine, (gpointer) id); } /** * Type of a function that libextractor calls for each * meta data item found. * * @param cls closure (user-defined) * @param plugin_name name of the plugin that produced this value; * special values can be used (i.e. '<zlib>' for zlib being * used in the main libextractor library and yielding * meta data). * @param type libextractor-type describing the meta data * @param format basic format information about data * @param data_mime_type mime-type of data (not of the original file); * can be NULL (if mime-type is not known) * @param data actual meta-data found * @param data_len number of bytes in data * @return 0 to continue extracting, 1 to abort */ static int populate_details_list (void *cls, const char *plugin_name, enum EXTRACTOR_MetaType type, enum EXTRACTOR_MetaFormat format, const char *data_mime_type, const char *data, size_t data_len) { struct GNUNET_GTK_NamespaceManagerContext *ctx = cls; const char *type_name; char *data_utf8; if (format == EXTRACTOR_METAFORMAT_UTF8 || format == EXTRACTOR_METAFORMAT_C_STRING) { type_name = EXTRACTOR_metatype_to_string (type); /* TODO: translate type_name using dgettext? */ data_utf8 = GNUNET_FS_GTK_dubious_meta_to_utf8 (format, data, data_len); if (data != NULL) { gtk_list_store_insert_with_values (ctx->ns_details_store, NULL, G_MAXINT, GNUNET_GTK_NAMESPACE_DETAILS_PLUGIN_NAME_COLUMN, plugin_name, GNUNET_GTK_NAMESPACE_DETAILS_TYPE_BIN_COLUMN, type, GNUNET_GTK_NAMESPACE_DETAILS_TYPE_COLUMN, type_name, GNUNET_GTK_NAMESPACE_DETAILS_FORMAT_COLUMN, EXTRACTOR_METAFORMAT_UTF8, GNUNET_GTK_NAMESPACE_DETAILS_DATA_MIME_COLUMN, data_mime_type, GNUNET_GTK_NAMESPACE_DETAILS_VALUE_COLUMN, data_utf8, -1); GNUNET_free (data_utf8); return 0; } } GNUNET_CONTAINER_meta_data_insert (ctx->uneditable_md, plugin_name, type, format, data_mime_type, data, data_len); return 0; } static void ns_details_selection_changed (GtkTreeSelection *treeselection, gpointer user_data) { struct GNUNET_GTK_NamespaceManagerContext *ctx = user_data; GtkTreeIter iter; if (FALSE == gtk_tree_selection_get_selected (ctx->ns_details_sel, NULL, &iter)) { gtk_widget_set_sensitive (ctx->details_delete_button, FALSE); return; } gtk_widget_set_sensitive (ctx->details_delete_button, TRUE); } static void known_ns_selection_changed (GtkTreeSelection *treeselection, gpointer user_data) { struct GNUNET_GTK_NamespaceManagerContext *ctx = user_data; GtkTreeIter iter; const struct GNUNET_CONTAINER_MetaData *md; if (FALSE == gtk_tree_selection_get_selected (ctx->known_ns_sel, NULL, &iter)) return; gtk_tree_model_get (GTK_TREE_MODEL (ctx->known_ns_store), &iter, GNUNET_GTK_KNOWN_NAMESPACES_METADATA_COLUMN, &md, -1); if (ctx->uneditable_md != NULL) GNUNET_CONTAINER_meta_data_clear (ctx->uneditable_md); else ctx->uneditable_md = GNUNET_CONTAINER_meta_data_create (); gtk_list_store_clear (ctx->ns_details_store); gtk_widget_set_sensitive (ctx->details_apply_button, FALSE); GNUNET_CONTAINER_meta_data_iterate ((const struct GNUNET_CONTAINER_MetaData *) md, populate_details_list, ctx); gtk_widget_set_sensitive (ctx->details_apply_button, FALSE); } GtkWindow * GNUNET_GTK_namespace_manager_open (struct GNUNET_GTK_MainWindowContext *main_ctx) { struct GNUNET_GTK_NamespaceManagerContext *ctx; ctx = GNUNET_malloc (sizeof (struct GNUNET_GTK_NamespaceManagerContext)); ctx->builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_namespace_manager.glade", ctx); if (ctx->builder == NULL) { GNUNET_break (0); GNUNET_free (ctx); return NULL; } ctx->main_ctx = main_ctx; /* initialize widget references */ ctx->known_ns = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_namespace_manager_known_treeview")); ctx->ns_order = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_namespace_manager_namespace_order_treeview")); ctx->ns_details = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_namespace_manager_namespace_details_treeview")); ctx->known_ns_sel = gtk_tree_view_get_selection (GTK_TREE_VIEW ( ctx->known_ns)); ctx->ns_order_sel = gtk_tree_view_get_selection (GTK_TREE_VIEW ( ctx->ns_order)); ctx->ns_details_sel = gtk_tree_view_get_selection (GTK_TREE_VIEW ( ctx->ns_details)); ctx->ns_order_store = GTK_LIST_STORE (gtk_tree_view_get_model ( GTK_TREE_VIEW (ctx->ns_order))); ctx->known_ns_store = GTK_LIST_STORE (gtk_tree_view_get_model ( GTK_TREE_VIEW (ctx->known_ns))); ctx->ns_details_store = GTK_LIST_STORE (gtk_tree_view_get_model ( GTK_TREE_VIEW (ctx->ns_details))); ctx->namespace_manager = GTK_WINDOW (gtk_builder_get_object ( ctx->builder, "GNUNET_GTK_namespace_manager_dialog")); ctx->details_apply_button = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_namespace_manager_namespace_details_apply_button")); ctx->details_delete_button = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_namespace_manager_namespace_details_delete_button")); ctx->order_rank = gtk_tree_view_get_column (GTK_TREE_VIEW (ctx->ns_order), 0); ctx->order_name = gtk_tree_view_get_column (GTK_TREE_VIEW (ctx->ns_order), 1); ctx->order_id = gtk_tree_view_get_column (GTK_TREE_VIEW (ctx->ns_order), 2); /* connect signals; FIXME-GTK3: these could be connected with (modern) Glade */ g_signal_connect (G_OBJECT (ctx->known_ns_sel), "changed", G_CALLBACK (known_ns_selection_changed), ctx); g_signal_connect (G_OBJECT (ctx->ns_details_sel), "changed", G_CALLBACK (ns_details_selection_changed), ctx); /* populate namespace model */ (void) GNUNET_PSEUDONYM_list_all (GNUNET_FS_GTK_get_configuration (), populate_known_ns_list, ctx); /* mark our own namespaces as such */ GNUNET_FS_namespace_list (GNUNET_FS_GTK_get_fs_handle (), mark_namespaces_as_mine, ctx); /* sort namespace order list by rank (initially) */ sort_order_list (ctx, GNUNET_GTK_NAMESPACE_ORDER_RANK_COLUMN); gtk_widget_set_sensitive (ctx->details_apply_button, FALSE); /* show dialog */ gtk_window_present (ctx->namespace_manager); return ctx->namespace_manager; } void ns_manager_deleted (GtkWindow *object, gpointer user_data) { struct GNUNET_GTK_MainWindowContext *ctx = user_data; g_signal_handler_disconnect (object, ctx->ns_manager_delete_handler_id); g_object_unref (G_OBJECT (ctx->ns_manager)); ctx->ns_manager = NULL; ctx->ns_manager_delete_handler_id = 0; return; } void GNUNET_GTK_open_ns_manager (struct GNUNET_GTK_MainWindowContext *ctx) { if (ctx->ns_manager != NULL) { gtk_window_present (ctx->ns_manager); return; } ctx->ns_manager = GNUNET_GTK_namespace_manager_open (ctx); if (ctx->ns_manager == NULL) return; g_object_ref (G_OBJECT (ctx->ns_manager)); ctx->ns_manager_delete_handler_id = g_signal_connect (G_OBJECT (ctx->ns_manager), "destroy", G_CALLBACK (ns_manager_deleted), ctx); } void GNUNET_GTK_main_menu_file_manage_pseudonyms_activate_cb (GtkMenuItem *menuitem, gpointer user_data) { GNUNET_GTK_open_ns_manager (user_data); } void namespace_selector_manage_namespaces_button_clicked_cb (GtkButton *button, gpointer user_data) { GNUNET_GTK_open_ns_manager (user_data); } /* end of gnunet-fs-gtk_namespace_manager.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_open-uri.h0000644000175000017500000000260311727710230016407 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_open-uri.h * @author Christian Grothoff * @brief code for the 'Open URI' dialog. */ #ifndef GNUNET_FS_GTK_OPEN_URI_H #define GNUNET_FS_GTK_OPEN_URI_H /** * Handle a URI string by running the appropriate action. * * @param uris string we got * @param anonymity_level anonymity level to use * @return GNUNET_OK on success, GNUNET_NO if the URI type is not supported, GNUNET_SYSERR if we failed to * parse the URI */ int GNUNET_FS_GTK_handle_uri_string (const char *uris, guint anonymity_level); #endif gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_anonymity-widgets.c0000644000175000017500000001173211735332322020343 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_anonymtiy-widgets.c * @author Christian Grothoff * @brief operations to manage user's anonymity level selections */ #include "gnunet-fs-gtk.h" #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk_anonymity-widgets.h" #include /** * Spin button is changed, update its color. NOTE: This function will eventually * become obsolete as we migrate to the drop-down style of anonymity-level selection. * * @param w the spin button that changed * @param builder's closure, unused */ void GNUNET_GTK_anonymity_spin_button_value_changed_cb (GtkWidget * w, gpointer data) { #ifdef GdkRBGA GtkSpinButton *spin; gint val; GdkRGBA bcolor; GdkRGBA fcolor; spin = GTK_SPIN_BUTTON (w); if (spin == NULL) { GNUNET_break (0); return; } val = gtk_spin_button_get_value_as_int (spin); if (val == 0) { if ((TRUE == gdk_rgba_parse (&bcolor, "red")) && (TRUE == gdk_rgba_parse (&fcolor, "black"))) { gtk_widget_override_background_color (w, GTK_STATE_NORMAL, &bcolor); gtk_widget_override_color (w, GTK_STATE_NORMAL, &fcolor); } else { GNUNET_break (0); } } else { gtk_widget_override_background_color (w, GTK_STATE_NORMAL, NULL); gtk_widget_override_color (w, GTK_STATE_NORMAL, NULL); } #endif } /** * Obtain the numeric anonymity level selected by a GtkComboBox. * * @param builder builder for looking up widgets * @param combo_name name of the GtkComboBox with the anonymity selection * @param p_level where to store the anonymity level * @return TRUE on success, FALSE on failure */ gboolean GNUNET_GTK_get_selected_anonymity_level (GtkBuilder * builder, gchar * combo_name, guint * p_level) { GtkComboBox *combo; combo = GTK_COMBO_BOX (gtk_builder_get_object (builder, combo_name)); if (!combo) return FALSE; return GNUNET_GTK_get_selected_anonymity_combo_level (combo, p_level); } /** * Obtain the numeric anonymity level selected by a GtkComboBox. * * @param combo the GtkComboBox with the anonymity selection * @param p_level where to store the anonymity level * @return TRUE on success, FALSE on failure */ gboolean GNUNET_GTK_get_selected_anonymity_combo_level (GtkComboBox *combo, guint *p_level) { GtkTreeIter iter; GtkTreeModel *model; guint level; if (! gtk_combo_box_get_active_iter (combo, &iter)) return FALSE; model = gtk_combo_box_get_model (combo); if (!model) return FALSE; gtk_tree_model_get (model, &iter, GNUNET_GTK_FS_MAIN_WINDOW_ANONYMITY_LEVEL_MC_LEVEL, &level, -1); if (p_level) *p_level = level; return TRUE; } /** * Set the anonymity level displayed by a combo box. * * @param builder the builder of the combo box * @param combo_name name of the combo box * @param sel_level desired anonymity level * @return TRUE on success, FALSE on failure */ gboolean GNUNET_GTK_select_anonymity_level (GtkBuilder * builder, gchar * combo_name, guint sel_level) { GtkComboBox *combo; combo = GTK_COMBO_BOX (gtk_builder_get_object (builder, combo_name)); if (!combo) return FALSE; return GNUNET_GTK_select_anonymity_combo_level (combo, sel_level); } /** * Set the anonymity level displayed by a combo box. * * @param combo the combo box * @param sel_level desired anonymity level * @return TRUE on success, FALSE on failure */ gboolean GNUNET_GTK_select_anonymity_combo_level (GtkComboBox *combo, guint sel_level) { GtkTreeIter iter; GtkTreeModel *model; guint level; model = gtk_combo_box_get_model (combo); if (!model) return FALSE; if (! gtk_tree_model_get_iter_first (model, &iter)) return FALSE; do { gtk_tree_model_get (model, &iter, GNUNET_GTK_FS_MAIN_WINDOW_ANONYMITY_LEVEL_MC_LEVEL, &level, -1); if (level == sel_level) { gtk_combo_box_set_active_iter (combo, &iter); return TRUE; } } while (gtk_tree_model_iter_next (model, &iter)); return FALSE; } /* end of gnunet-fs-gtk-anonymtiy_spin_buttons.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_open-directory.c0000644000175000017500000001222311727710230017606 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_open-directory.c * @author Christian Grothoff */ #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk_event-handler.h" /** * Closure for 'add_child' function. */ struct AddChildContext { /** * Name of the directory file. */ const char *filename; /** * Reference to the directorie's search result. */ struct SearchResult *sr; }; /** * Function used to process entries in a directory. Adds each * entry to our tab. * * @param cls closure, our 'struct AddChildContext*' * @param filename name of the file in the directory * @param uri URI of the file * @param metadata metadata for the file; metadata for * the directory if everything else is NULL/zero * @param length length of the available data for the file * (of type size_t since data must certainly fit * into memory; if files are larger than size_t * permits, then they will certainly not be * embedded with the directory itself). * @param data data available for the file (length bytes) */ static void add_child (void *cls, const char *filename, const struct GNUNET_FS_Uri *uri, const struct GNUNET_CONTAINER_MetaData *meta, size_t length, const void *data) { struct AddChildContext *acc = cls; if (NULL == uri) { /* directory meta data itself, create parent entry */ struct GNUNET_CONTAINER_MetaData *dmeta; dmeta = GNUNET_CONTAINER_meta_data_duplicate (meta); GNUNET_CONTAINER_meta_data_insert (dmeta, "", EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME, EXTRACTOR_METAFORMAT_UTF8, "text/plain", acc->filename, strlen (acc->filename) + 1); acc->sr = GNUNET_GTK_add_to_uri_tab (dmeta, NULL); GNUNET_CONTAINER_meta_data_destroy (dmeta); return; } if (NULL == acc->sr) { GNUNET_break (0); return; } GNUNET_assert (NULL != GNUNET_GTK_add_search_result (acc->sr->tab, acc->sr->rr, uri, meta, NULL, 0)); } /** * Function called from the open-directory dialog upon completion. * * @param dialog the pseudonym selection dialog * @param response_id response code from the dialog * @param user_data the builder of the dialog */ void GNUNET_GTK_open_directory_dialog_response_cb (GtkDialog * dialog, gint response_id, gpointer user_data) { GtkBuilder *builder = GTK_BUILDER (user_data); char *filename; struct AddChildContext acc; if (GTK_RESPONSE_OK != response_id) { gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (builder)); return; } filename = GNUNET_GTK_filechooser_get_filename_utf8 (GTK_FILE_CHOOSER (dialog)); gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (builder)); acc.filename = filename; acc.sr = NULL; GNUNET_FS_GTK_mmap_and_scan (filename, &add_child, &acc); GNUNET_free (filename); } /** * User selected "Open directory" in menu. Display dialog, open * file and then display a new tab with its contents. * * @param dummy the menu entry * @param user_data the main dialog builder, unused */ void GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb (GtkWidget * dummy, gpointer data) { GtkWidget *ad; GtkBuilder *builder; GtkWidget *toplevel; GtkFileFilter *ff; builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_open_directory_dialog.glade", NULL); if (NULL == builder) { GNUNET_break (0); return; } ad = GTK_WIDGET (gtk_builder_get_object (builder, "GNUNET_GTK_open_directory_dialog")); ff = GTK_FILE_FILTER (gtk_builder_get_object (builder, "gnunet_directory_filter")); /* FIXME-FEATURE: some day, write a custom file filter for gnunet-directories... */ gtk_file_filter_add_pattern (ff, "*" GNUNET_FS_DIRECTORY_EXT); toplevel = gtk_widget_get_toplevel (dummy); if (GTK_IS_WINDOW (toplevel)) gtk_window_set_transient_for (GTK_WINDOW (ad), GTK_WINDOW (toplevel)); gtk_window_present (GTK_WINDOW (ad)); } /* end of gnunet-fs-gtk_open-directory.c */ gnunet-gtk-0.9.3/src/fs/gnunet-fs-gtk_publish-dialog.c0000644000175000017500000021043611735332322017555 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010, 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/fs/gnunet-fs-gtk_publish-dialog.c * @author Christian Grothoff */ #include "gnunet-fs-gtk_common.h" #include "gnunet-fs-gtk.h" #include "gnunet-fs-gtk_publish-edit-dialog.h" #include #include #define MARKER_DIR_FILE_SIZE "-" /** * Be very verbose when reporting progress (usually bad as it takes more time * to display this than to make progress). */ #define VERBOSE_PROGRESS GNUNET_NO /** * Columns in the publish model. */ enum PUBLISH_ModelColumns { /** * A gchararray. */ PUBLISH_MC_FILESIZE = 0, /** * A gboolean. */ PUBLISH_MC_DO_INDEX = 1, /** * A gchararray. */ PUBLISH_MC_FILENAME = 2, /** * A guint. */ PUBLISH_MC_ANONYMITY_LEVEL = 3, /** * A guint. */ PUBLISH_MC_PRIORITY = 4, /** * A gpointer. */ PUBLISH_MC_FILE_INFORMATION_STRUCT = 5, /** * A guint64. */ PUBLISH_MC_EXPIRATION_TIME_ABSOLUTE = 6, /** * A guint. */ PUBLISH_MC_REPLICATION_LEVEL = 7, }; /** * Columns in the pseudonym model. */ enum PSEUDONYM_ModelColumns { /** * A gchararray. */ PSEUDONYM_MC_LOCAL_NAME = 0, /** * A gpointer. */ PSEUDONYM_MC_NAMESPACE_HANDLE = 1, /** * A gchararray. */ PSEUDONYM_MC_LAST_ID = 2, /** * A gchararray. */ PSEUDONYM_MC_LAST_URI = 3, /** * A gpointer. */ PSEUDONYM_MC_LAST_META = 4, /** * A gchararray. */ PSEUDONYM_MC_NEXT_ID = 5, /** * A gchararray. */ PSEUDONYM_MC_LAST_DESCRIPTION_FROM_META = 6, /** * A gboolean. */ PSEUDONYM_MC_NEXT_ID_EDITABLE = 7, /** * A gboolean. */ PSEUDONYM_MC_CURRENT_ID_EDITABLE = 8, }; /** * Context we create when we are scanning a directory. */ struct AddDirClientContext; /** * Main handle of the dialog for a publish operation. */ struct MainPublishingDialogContext { /** * Main builder for the publishing dialog. */ GtkBuilder *builder; /** * Handle to the main window of the publishing dialog. */ GtkWindow *master_pubdialog; /** * Selected pseudonym. */ GtkTreeSelection *pseudonym_selection; /** * Model with the list of (our) pseudonyms. */ GtkTreeModel *pseudonym_treemodel; /** * Tree view listing files to be published. */ GtkTreeView *file_info_treeview; /** * Selected file in the 'file_info_treeview' */ GtkTreeSelection *file_info_selection; /** * Model with the list of files to be shared. */ GtkTreeModel *file_info_treemodel; /** * Button to move selected file upwards */ GtkWidget *up_button; /** * Button to move selected file downwards */ GtkWidget *down_button; /** * Button to move selected file left (make sibling of current parent) */ GtkWidget *left_button; /** * Button to move selected file right (make child of predecessor) */ GtkWidget *right_button; /** * Button to delete selected file from the list */ GtkWidget *delete_button; /** * Button to edit meta data of the selected file */ GtkWidget *edit_button; /** * Button to publish all files from the dialog */ GtkWidget *execute_button; /** * Button to abort the publishing operation */ GtkWidget *cancel_button; /** * Builder for the open directory dialog (non-NULL while the dialog is open) */ GtkBuilder *open_directory_builder; /** * Builder for the open file dialog (non-NULL while the dialog is open) */ GtkBuilder *open_file_builder; /** * Head of linked list of active open-directory operations. */ struct AddDirClientContext *adddir_head; /** * Tail of linked list of active open-directory operations. */ struct AddDirClientContext *adddir_tail; }; /** * Context we create when we are scanning a directory. */ struct AddDirClientContext { /** * This is a doubly-linked list. */ struct AddDirClientContext *next; /** * This is a doubly-linked list. */ struct AddDirClientContext *prev; /** * Handle of the master publish window. */ struct MainPublishingDialogContext *ctx; /** * Builder for the progress dialog that is displayed during the scan. */ GtkBuilder *progress_dialog_builder; /** * The progress dialog itself. */ GtkWidget *progress_dialog; /** * The progress bar of the progress dialog. */ GtkProgressBar *progress_dialog_bar; /** * Text view in the progress dialog (for error messages). */ GtkTextView *progress_dialog_textview; /** * Text buffer of the text view in the progress dialog. */ GtkTextBuffer *progress_dialog_textbuffer; /** * Adjustment (for scrolling) of the text view in the progress dialog. */ GtkAdjustment *textview_vertical_adjustment; /** * Handle to the active directory scanning operation. */ struct GNUNET_FS_DirScanner *ds; /** * Task scheduled to stop the scanner on errors. */ GNUNET_SCHEDULER_TaskIdentifier kill_task; /** * Default options to use for sharing when adding files during the scan. */ struct GNUNET_FS_BlockOptions directory_scan_bo; /** * Default "index" option to use for sharing when adding files during the scan. */ int directory_scan_do_index; /** * Number of files that have had their meta data extracted (once done==total * we're finished processing). */ unsigned int done; /** * Total number of files that we have found in the directory structure and that * will need to be processed. */ unsigned int total; }; /* ************************ editing operations inside the master dialog ********************* */ /** * Check if two GtkTreeIters refer to the same element. * * @param tm tree model of the iterators * @param i1 first iterator * @param i2 second iterator * @return GNUNET_YES if they are equal */ static int gtk_tree_iter_equals (GtkTreeModel * tm, GtkTreeIter * i1, GtkTreeIter * i2) { GtkTreePath *p1; GtkTreePath *p2; int ret; p1 = gtk_tree_model_get_path (tm, i1); p2 = gtk_tree_model_get_path (tm, i2); ret = gtk_tree_path_compare (p1, p2); gtk_tree_path_free (p1); gtk_tree_path_free (p2); return (0 == ret) ? GNUNET_YES : GNUNET_NO; } /** * Update selectivity of buttons (up/down/left/right/cancel/execute) in the master dialog. * * @param ctx master dialog to update selectivity for */ static void update_selectivity (struct MainPublishingDialogContext *ctx) { GtkTreeIter iter; GtkTreeIter parent; GtkTreeIter pred; int is_dir; struct GNUNET_FS_FileInformation *fip; int ns_ok; gchar *namespace_id; /* find out if a namespace was selected */ ns_ok = GNUNET_YES; if (gtk_tree_selection_get_selected (ctx->pseudonym_selection, NULL, &iter)) { gtk_tree_model_get (ctx->pseudonym_treemodel, &iter, PSEUDONYM_MC_LAST_ID, &namespace_id, -1); if (namespace_id == NULL) ns_ok = GNUNET_NO; else g_free (namespace_id); } /* Don't let the user close the dialog until all scanners are finished and their windows are closed */ if ( (gtk_tree_model_get_iter_first (ctx->file_info_treemodel, &iter)) && (ns_ok == GNUNET_YES) && (ctx->adddir_head == NULL) ) gtk_widget_set_sensitive (ctx->execute_button, TRUE); else gtk_widget_set_sensitive (ctx->execute_button, FALSE); /* if an 'edit' operation is open, don't even allow "cancel" */ if (ctx->adddir_head == NULL) gtk_widget_set_sensitive (ctx->cancel_button, TRUE); else gtk_widget_set_sensitive (ctx->cancel_button, FALSE); /* now for the editing buttons... */ if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)) { gtk_widget_set_sensitive (ctx->up_button, FALSE); gtk_widget_set_sensitive (ctx->down_button, FALSE); gtk_widget_set_sensitive (ctx->left_button, FALSE); gtk_widget_set_sensitive (ctx->right_button, FALSE); gtk_widget_set_sensitive (ctx->delete_button, FALSE); gtk_widget_set_sensitive (ctx->edit_button, FALSE); return; } gtk_widget_set_sensitive (ctx->delete_button, TRUE); gtk_widget_set_sensitive (ctx->edit_button, TRUE); /* figure out which move operations are currently legal */ GNUNET_assert (gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)); if (gtk_tree_model_iter_next (ctx->file_info_treemodel, &iter)) gtk_widget_set_sensitive (ctx->down_button, TRUE); else gtk_widget_set_sensitive (ctx->down_button, FALSE); GNUNET_assert (gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)); if (gtk_tree_model_iter_parent (ctx->file_info_treemodel, &parent, &iter)) { gtk_widget_set_sensitive (ctx->left_button, TRUE); GNUNET_assert (gtk_tree_model_iter_children (ctx->file_info_treemodel, &pred, &parent)); } else { gtk_widget_set_sensitive (ctx->left_button, FALSE); GNUNET_assert (gtk_tree_model_get_iter_first (ctx->file_info_treemodel, &pred)); } /* iterate over 'next' of pred to find out if our * predecessor is a directory! */ is_dir = GNUNET_SYSERR; while (GNUNET_YES != gtk_tree_iter_equals (ctx->file_info_treemodel, &pred, &iter)) { gtk_tree_model_get (ctx->file_info_treemodel, &pred, PUBLISH_MC_FILE_INFORMATION_STRUCT, &fip, -1); is_dir = GNUNET_FS_file_information_is_directory (fip); GNUNET_assert (gtk_tree_model_iter_next (ctx->file_info_treemodel, &pred)); } if (GNUNET_YES == is_dir) gtk_widget_set_sensitive (ctx->right_button, TRUE); else gtk_widget_set_sensitive (ctx->right_button, FALSE); if (GNUNET_SYSERR != is_dir) gtk_widget_set_sensitive (ctx->up_button, TRUE); else gtk_widget_set_sensitive (ctx->up_button, FALSE); } /** * The selection in the file list tree view changed; update the button sensitivity. * * @param ts the changed selection * @param user_data master publishing dialog context of our window */ static void selection_changed_cb (GtkTreeSelection * ts, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; update_selectivity (ctx); } /** * Add an empty directory to the tree model. * * @param ctx master publishing dialog context of our window * @param name name for the directory * @param bo block options * @param iter parent entry, or NULL for top-level addition * @param pos iterator to set to the location of the new element */ static void create_dir_at_iter (struct MainPublishingDialogContext *ctx, const char *name, const struct GNUNET_FS_BlockOptions *bo, GtkTreeIter * iter, GtkTreeIter * pos) { struct GNUNET_FS_FileInformation *fi; GtkTreeRowReference *row_reference; GtkTreePath *path; struct GNUNET_CONTAINER_MetaData *meta; meta = GNUNET_CONTAINER_meta_data_create (); GNUNET_FS_meta_data_make_directory (meta); GNUNET_CONTAINER_meta_data_insert (meta, "", EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME, EXTRACTOR_METAFORMAT_UTF8, "text/plain", name, strlen (name) + 1); gtk_tree_store_insert_before (GTK_TREE_STORE (ctx->file_info_treemodel), pos, iter, NULL); path = gtk_tree_model_get_path (ctx->file_info_treemodel, pos); row_reference = gtk_tree_row_reference_new (ctx->file_info_treemodel, path); gtk_tree_path_free (path); fi = GNUNET_FS_file_information_create_empty_directory (GNUNET_FS_GTK_get_fs_handle (), row_reference, NULL, meta, bo, name); GNUNET_CONTAINER_meta_data_destroy (meta); gtk_tree_store_set (GTK_TREE_STORE (ctx->file_info_treemodel), pos, PUBLISH_MC_FILESIZE, MARKER_DIR_FILE_SIZE, PUBLISH_MC_DO_INDEX, (gboolean) GNUNET_NO, PUBLISH_MC_FILENAME, name, PUBLISH_MC_ANONYMITY_LEVEL, (guint) bo->anonymity_level, PUBLISH_MC_PRIORITY, (guint) bo->content_priority, PUBLISH_MC_FILE_INFORMATION_STRUCT, fi, PUBLISH_MC_EXPIRATION_TIME_ABSOLUTE, (guint64) bo->expiration_time.abs_value, PUBLISH_MC_REPLICATION_LEVEL, (guint) bo->replication_level, -1); update_selectivity (ctx); } /** * Copy an entry in the tree from the 'old' position to the 'new' * position. All of the fields are copied, plain pointers will be * aliased (model will thus be inconsistent until the subtree remover * is called on the 'old' entry). * * @param ctx main publishing context * @param tm tree model for the move operation * @param old old position (source of the copy operation) * @param newpos destination of the copy operation * @param dsel GNUNET_YES for the top-level operation, * GNUNET_NO for the recursive calls; if GNUNET_YES, * we ensure that the tree view is expanded to cover * the element; the element is also then selected */ static void copy_entry (struct MainPublishingDialogContext *ctx, GtkTreeModel * tm, GtkTreeIter * old, GtkTreeIter * newpos, int dsel) { GtkTreePath *path; GtkTreeIter child; GtkTreeRowReference *rr; /* first, move the data */ { struct GNUNET_FS_FileInformation *fip; gint do_index; gchar *short_fn; guint anonymity_level; guint priority; guint replication_level; guint64 expiration_time_abs; char *fsf; gtk_tree_model_get (tm, old, PUBLISH_MC_FILESIZE, &fsf, PUBLISH_MC_DO_INDEX, &do_index, PUBLISH_MC_FILENAME, &short_fn, PUBLISH_MC_ANONYMITY_LEVEL, &anonymity_level, PUBLISH_MC_PRIORITY, &priority, PUBLISH_MC_FILE_INFORMATION_STRUCT, &fip, PUBLISH_MC_EXPIRATION_TIME_ABSOLUTE, &expiration_time_abs, PUBLISH_MC_REPLICATION_LEVEL, &replication_level, -1); gtk_tree_store_set (GTK_TREE_STORE (tm), newpos, PUBLISH_MC_FILESIZE, fsf, PUBLISH_MC_DO_INDEX, do_index, PUBLISH_MC_FILENAME, short_fn, PUBLISH_MC_ANONYMITY_LEVEL, anonymity_level, PUBLISH_MC_PRIORITY, priority, PUBLISH_MC_FILE_INFORMATION_STRUCT, fip, PUBLISH_MC_EXPIRATION_TIME_ABSOLUTE, expiration_time_abs, PUBLISH_MC_REPLICATION_LEVEL, replication_level, -1); g_free (short_fn); g_free (fsf); } /* remember our destination location if needed */ if (dsel == GNUNET_YES) { path = gtk_tree_model_get_path (tm, newpos); rr = gtk_tree_row_reference_new (tm, path); gtk_tree_path_free (path); } else { rr = NULL; } /* recursively move children */ if (gtk_tree_model_iter_children (tm, &child, old)) { do { GtkTreeRowReference *crr; GtkTreeIter cnewpos; path = gtk_tree_model_get_path (tm, &child); crr = gtk_tree_row_reference_new (tm, path); gtk_tree_path_free (path); gtk_tree_store_insert_before (GTK_TREE_STORE (tm), &cnewpos, newpos, NULL); copy_entry (ctx, tm, &child, &cnewpos, GNUNET_NO); path = gtk_tree_row_reference_get_path (crr); gtk_tree_row_reference_free (crr); GNUNET_assert (TRUE == gtk_tree_model_get_iter (tm, &child, path)); gtk_tree_path_free (path); } while (gtk_tree_model_iter_next (tm, &child)); } /* update selection, etc. if applicable */ if (dsel == GNUNET_YES) { path = gtk_tree_row_reference_get_path (rr); gtk_tree_row_reference_free (rr); gtk_tree_view_expand_to_path (ctx->file_info_treeview, path); GNUNET_assert (TRUE == gtk_tree_model_get_iter (tm, newpos, path)); gtk_tree_path_free (path); gtk_tree_selection_select_iter (ctx->file_info_selection, newpos); update_selectivity (ctx); } } /** * User has changed the "update" identifier for the content in * the GtkTreeView. Update the model. * * @param renderer pseudonym renderer that notified us about the edit * @param cpath where the edit happened * @param new_text the new value * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer_edited_cb (GtkCellRendererText * renderer, gchar * cpath, gchar * new_text, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; GtkTreeIter iter; if (! gtk_tree_model_get_iter_from_string (ctx->pseudonym_treemodel, &iter, cpath)) { GNUNET_break (0); return; } gtk_tree_store_set (GTK_TREE_STORE (ctx->pseudonym_treemodel), &iter, PSEUDONYM_MC_NEXT_ID, new_text, -1); update_selectivity (ctx); } /** * User has changed the "current" identifier for the content in * the GtkTreeView. Update the model. * * @param renderer pseudonym renderer that notified us about the edit * @param cpath where the edit happened * @param new_text the new value * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer_edited_cb (GtkCellRendererText * renderer, gchar * cpath, gchar * new_text, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; GtkTreeIter iter; if (! gtk_tree_model_get_iter_from_string (ctx->pseudonym_treemodel, &iter, cpath)) { GNUNET_break (0); return; } gtk_tree_store_set (GTK_TREE_STORE (ctx->pseudonym_treemodel), &iter, PSEUDONYM_MC_LAST_ID, new_text, -1); update_selectivity (ctx); } /** * User has clicked on the 'right' button to move files in the master * edit dialog tree view. Execute the move. * * @param dummy the button * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_right_button_clicked_cb (GtkWidget * dummy, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; GtkTreeIter iter; GtkTreeIter parent; GtkTreeIter pred; GtkTreeIter prev; GtkTreeIter pos; if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)) { GNUNET_break (0); return; } if (gtk_tree_model_iter_parent (ctx->file_info_treemodel, &parent, &iter)) GNUNET_assert (gtk_tree_model_iter_children (ctx->file_info_treemodel, &pred, &parent)); else if (! gtk_tree_model_get_iter_first (ctx->file_info_treemodel, &pred)) { GNUNET_break (0); return; } /* iterate over 'next' of pred to find out who our predecessor is! */ memset (&prev, 0, sizeof (GtkTreeIter)); while (GNUNET_YES != gtk_tree_iter_equals (ctx->file_info_treemodel, &pred, &iter)) { prev = pred; GNUNET_assert (gtk_tree_model_iter_next (ctx->file_info_treemodel, &pred)); } gtk_tree_store_insert_before (GTK_TREE_STORE (ctx->file_info_treemodel), &pos, &prev, NULL); if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)) { GNUNET_break (0); return; } copy_entry (ctx, ctx->file_info_treemodel, &iter, &pos, GNUNET_YES); GNUNET_FS_GTK_remove_treestore_subtree (GTK_TREE_STORE (ctx->file_info_treemodel), &iter); } /** * User has clicked on the 'left' button to move files in the master * edit dialog tree view. Execute the move. * * @param dummy the button * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_left_button_clicked_cb (GtkWidget * dummy, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; GtkTreeIter iter; GtkTreeIter parent; GtkTreeIter pos; if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)) { GNUNET_break (0); return; } if (! gtk_tree_model_iter_parent (ctx->file_info_treemodel, &parent, &iter)) { GNUNET_break (0); return; } gtk_tree_store_insert_after (GTK_TREE_STORE (ctx->file_info_treemodel), &pos, NULL, &parent); if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)) { GNUNET_break (0); return; } copy_entry (ctx, ctx->file_info_treemodel, &iter, &pos, GNUNET_YES); GNUNET_FS_GTK_remove_treestore_subtree (GTK_TREE_STORE (ctx->file_info_treemodel), &iter); } /** * User has clicked on the 'up' button to move files in the master * edit dialog tree view. Execute the move. * * @param dummy the button * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_up_button_clicked_cb (GtkWidget * dummy, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; GtkTreeIter iter; GtkTreeIter parent; GtkTreeIter pred; GtkTreeIter prev; GtkTreeIter *pprev; GtkTreeIter pos; if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)) { GNUNET_break (0); return; } if (! gtk_tree_model_iter_parent (ctx->file_info_treemodel, &parent, &iter)) { GNUNET_assert (TRUE == gtk_tree_model_iter_children (ctx->file_info_treemodel, &pred, &parent)); pprev = &parent; } else if (! gtk_tree_model_get_iter_first (ctx->file_info_treemodel, &pred)) { GNUNET_break (0); return; } else pprev = NULL; /* iterate over 'next' of pred to find out who our predecessor is! */ while (GNUNET_YES != gtk_tree_iter_equals (ctx->file_info_treemodel, &pred, &iter)) { prev = pred; pprev = &prev; GNUNET_assert (gtk_tree_model_iter_next (ctx->file_info_treemodel, &pred)); } gtk_tree_store_insert_before (GTK_TREE_STORE (ctx->file_info_treemodel), &pos, NULL, pprev); if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)) { GNUNET_break (0); return; } copy_entry (ctx, ctx->file_info_treemodel, &iter, &pos, GNUNET_YES); GNUNET_FS_GTK_remove_treestore_subtree (GTK_TREE_STORE (ctx->file_info_treemodel), &iter); } /** * User has clicked on the 'down' button to move files in the master * edit dialog tree view. Execute the move. * * @param dummy the button * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_down_button_clicked_cb (GtkWidget * dummy, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; GtkTreeIter iter; GtkTreeIter next; GtkTreeIter pos; if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)) { GNUNET_break (0); return; } if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &next)) { GNUNET_break (0); return; } GNUNET_assert (gtk_tree_model_iter_next (ctx->file_info_treemodel, &next)); gtk_tree_store_insert_after (GTK_TREE_STORE (ctx->file_info_treemodel), &pos, NULL, &next); if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)) { GNUNET_break (0); return; } copy_entry (ctx, ctx->file_info_treemodel, &iter, &pos, GNUNET_YES); GNUNET_FS_GTK_remove_treestore_subtree (GTK_TREE_STORE (ctx->file_info_treemodel), &iter); } /** * User has clicked on the 'new' button to add an empty directory in the master * edit dialog tree view. Add an empty directory. * * @param dummy the button * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_new_button_clicked_cb (GtkWidget * dummy, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; GtkTreeIter iter; GtkTreeIter pos; struct GNUNET_FS_BlockOptions bo; /* FIXME-FEATURE: consider opening a dialog to get anonymity, priority and expiration prior to calling this function (currently we use default values for those). Or getting these values from the configuration. */ bo.anonymity_level = 1; bo.content_priority = 1000; bo.expiration_time = GNUNET_TIME_relative_to_absolute (GNUNET_TIME_UNIT_YEARS); bo.replication_level = 1; if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)) create_dir_at_iter (ctx, "unnamed/", &bo, NULL, &pos); else create_dir_at_iter (ctx, "unnamed/", &bo, &iter, &pos); } /** * Free row reference stored in the file information's * client-info pointer. * * @param cls always NULL * @param fi the file information that is being destroyed, unused * @param length length of the file, unused * @param meta meta data, unused * @param uri keyword URI, unused * @param bo publishing options, unused * @param do_index indexing option, unused * @param client_info pointer to the GtkTreeRowReference, freed * @return GNUNET_OK to traverse entire subtree */ static int free_fi_row_reference (void *cls, struct GNUNET_FS_FileInformation *fi, uint64_t length, struct GNUNET_CONTAINER_MetaData *meta, struct GNUNET_FS_Uri **uri, struct GNUNET_FS_BlockOptions *bo, int *do_index, void **client_info) { GtkTreeRowReference *row = *client_info; if (row == NULL) { GNUNET_break (0); return GNUNET_OK; } gtk_tree_row_reference_free (row); *client_info = NULL; return GNUNET_OK; } /** * User has clicked on the 'delete' button to delete a file or directory in the master * edit dialog tree view. Delete the selected entry. * * @param dummy the button * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_delete_button_clicked_cb (GtkWidget * dummy, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; GtkTreeIter iter; struct GNUNET_FS_FileInformation *fip; GtkTreeRowReference *rr; GtkTreePath *path; /* initially, both 'iter' and 'next' point to the selected row */ if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)) { GNUNET_break (0); return; } path = gtk_tree_model_get_path (ctx->file_info_treemodel, &iter); if (gtk_tree_model_iter_next (ctx->file_info_treemodel, &iter)) gtk_tree_path_next (path); else { if (! gtk_tree_path_prev (path)) { if ( (1 == gtk_tree_path_get_depth (path) ) || (! gtk_tree_path_up (path) ) ) { gtk_tree_path_free (path); path = NULL; } } } if (NULL == path) { rr = NULL; } else { rr = gtk_tree_row_reference_new (ctx->file_info_treemodel, path); gtk_tree_path_free (path); } /* 'iter' might have again been clobbered, get it one more time... */ GNUNET_assert (gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)); /* now delete the subtree */ gtk_tree_model_get (ctx->file_info_treemodel, &iter, PUBLISH_MC_FILE_INFORMATION_STRUCT, &fip, -1); GNUNET_FS_file_information_destroy (fip, &free_fi_row_reference, NULL); GNUNET_FS_GTK_remove_treestore_subtree (GTK_TREE_STORE (ctx->file_info_treemodel), &iter); /* finally, select the item from 'rr' (if any) */ if (NULL != rr) { path = gtk_tree_row_reference_get_path (rr); gtk_tree_row_reference_free (rr); gtk_tree_selection_select_path (ctx->file_info_selection, path); gtk_tree_path_free (path); } /* and now, depending on the selection, update the sensitivity of buttons */ update_selectivity (ctx); } /* ******************** progress dialog / import of directories * ********************** */ /** * Close the progress dialog and free its handle. * * @param adcc context for the progress dialog to close */ static void destroy_progress_dialog (struct AddDirClientContext *adcc) { GNUNET_assert (NULL == adcc->ds); if (GNUNET_SCHEDULER_NO_TASK != adcc->kill_task) { GNUNET_SCHEDULER_cancel (adcc->kill_task); adcc->kill_task = GNUNET_SCHEDULER_NO_TASK; } gtk_widget_destroy (adcc->progress_dialog); g_object_unref (G_OBJECT (adcc->progress_dialog_builder)); GNUNET_CONTAINER_DLL_remove (adcc->ctx->adddir_head, adcc->ctx->adddir_tail, adcc); update_selectivity (adcc->ctx); GNUNET_free (adcc); } /** * User clicked on the 'cancel' button of the progress dialog. * Cancel the operation. * * @param button the cancel button * @param user_data progress dialog context of our window */ void GNUNET_FS_GTK_progress_dialog_cancel_button_clicked_cb (GtkButton *button, gpointer user_data) { struct AddDirClientContext *adcc = user_data; if (NULL == adcc->ds) { GNUNET_break (0); } else { /* signal the scanner to finish */ GNUNET_FS_directory_scan_abort (adcc->ds); adcc->ds = NULL; } destroy_progress_dialog (adcc); } /** * User attempted to close the progress dialog. Refuse. * * @param widget the widget emitting the event * @param event the event * @param user_data progress dialog context of our window * @return TRUE to refuse to close */ gboolean GNUNET_FS_GTK_progress_dialog_delete_event_cb (GtkWidget *widget, GdkEvent * event, void *cls) { /* Don't allow GTK to kill the window, until the scan is finished */ return TRUE; } /** * Display some additional information in the text area of the * progress dialog. * * @param adcc progress dialog context of our window * @param text text to add */ static void insert_progress_dialog_text (struct AddDirClientContext *adcc, const char *text) { gtk_text_buffer_insert_at_cursor (adcc->progress_dialog_textbuffer, text, -1); gtk_text_view_place_cursor_onscreen (adcc->progress_dialog_textview); gtk_adjustment_set_value (adcc->textview_vertical_adjustment, gtk_adjustment_get_upper (adcc->textview_vertical_adjustment)); } /** * Convert a single item from the scan to an entry in the tree view. * * @param adcc progress dialog context of our window * @param ts tree store to add an item to * @param item scanned item to add * @param parent of the item, can be NULL (for root) * @param sibling predecessor of the item, can be NULL (for first) * @param item_iter entry to set to the added item (OUT) */ static void add_item (struct AddDirClientContext *adcc, GtkTreeStore *ts, struct GNUNET_FS_ShareTreeItem *item, GtkTreeIter *parent, GtkTreeIter *sibling, GtkTreeIter *item_iter) { char *file_size_fancy; struct GNUNET_FS_FileInformation *fi; GtkTreeRowReference *row_reference; GtkTreePath *path; struct stat sbuf; uint64_t fsize; if (0 != stat (item->filename, &sbuf)) { GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "stat", item->filename); return; } if ((item->is_directory != GNUNET_YES) && (GNUNET_OK != GNUNET_DISK_file_size (item->filename, &fsize, GNUNET_YES, GNUNET_YES))) return; gtk_tree_store_insert_after (ts, item_iter, parent, sibling); path = gtk_tree_model_get_path (GTK_TREE_MODEL (ts), item_iter); row_reference = gtk_tree_row_reference_new (GTK_TREE_MODEL (ts), path); gtk_tree_path_free (path); if (item->is_directory == GNUNET_YES) { /* update meta data mime type (force to be GNUnet-directory) */ if (NULL != item->meta) GNUNET_CONTAINER_meta_data_delete (item->meta, EXTRACTOR_METATYPE_MIMETYPE, NULL, 0); else item->meta = GNUNET_CONTAINER_meta_data_create (); GNUNET_FS_meta_data_make_directory (item->meta); fi = GNUNET_FS_file_information_create_empty_directory (GNUNET_FS_GTK_get_fs_handle (), row_reference, item->ksk_uri, item->meta, &adcc->directory_scan_bo, item->filename); file_size_fancy = GNUNET_strdup (MARKER_DIR_FILE_SIZE); } else { fi = GNUNET_FS_file_information_create_from_file (GNUNET_FS_GTK_get_fs_handle (), row_reference, item->filename, item->ksk_uri, item->meta, adcc->directory_scan_do_index, &adcc->directory_scan_bo); file_size_fancy = GNUNET_STRINGS_byte_size_fancy (fsize); } gtk_tree_store_set (ts, item_iter, PUBLISH_MC_FILESIZE, file_size_fancy, PUBLISH_MC_DO_INDEX, (gboolean) adcc->directory_scan_do_index, PUBLISH_MC_FILENAME, item->short_filename, PUBLISH_MC_ANONYMITY_LEVEL, (guint) adcc->directory_scan_bo.anonymity_level, PUBLISH_MC_PRIORITY, (guint) adcc->directory_scan_bo.content_priority, PUBLISH_MC_FILE_INFORMATION_STRUCT, fi, PUBLISH_MC_EXPIRATION_TIME_ABSOLUTE, (guint64) adcc->directory_scan_bo.expiration_time.abs_value, PUBLISH_MC_REPLICATION_LEVEL, (guint) adcc->directory_scan_bo.replication_level, -1); GNUNET_free (file_size_fancy); } /** * Recursively traverse the share tree and add it to the tree store * * @param adcc progress dialog context of our window * @param toplevel root of the tree to add * @param parent_iter parent of the current entry to add */ static void add_share_items_to_treestore (struct AddDirClientContext *adcc, struct GNUNET_FS_ShareTreeItem *toplevel, GtkTreeIter *parent_iter) { struct MainPublishingDialogContext *ctx = adcc->ctx; GtkTreeStore *ts = GTK_TREE_STORE (ctx->file_info_treemodel); GtkTreeIter *sibling_iter; GtkTreeIter last_added; struct GNUNET_FS_ShareTreeItem *item; sibling_iter = NULL; for (item = toplevel; NULL != item; item = item->next) { add_item (adcc, ts, item, parent_iter, sibling_iter, &last_added); sibling_iter = &last_added; if (item->is_directory == GNUNET_YES) add_share_items_to_treestore (adcc, item->children_head, sibling_iter); } } /** * Function called when the scanner had some trouble and we * need to abort the scanning process (which we need to do * in a separate task). * * @param cls progress dialog context of our window * @param tc scheduler context, unused */ static void stop_scanner_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { struct AddDirClientContext *adcc = cls; adcc->kill_task = GNUNET_SCHEDULER_NO_TASK; GNUNET_FS_directory_scan_abort (adcc->ds); adcc->ds = NULL; } /** * Progress callback called from the directory scanner with * information about our progress scanning the hierarchy. * * @param cls progress dialog context of our window * @param filename filename this update is about, can be NULL * @param is_directory is this file a directory, SYSERR if not applicable * @param reason kind of progress that was made */ static void directory_scan_cb (void *cls, const char *filename, int is_directory, enum GNUNET_FS_DirScannerProgressUpdateReason reason) { struct AddDirClientContext *adcc = cls; static struct GNUNET_TIME_Absolute last_pulse; char *s; gdouble fraction; switch (reason) { case GNUNET_FS_DIRSCANNER_FILE_START: GNUNET_assert (NULL != filename); if (GNUNET_TIME_absolute_get_duration (last_pulse).rel_value > 100) { gtk_progress_bar_pulse (adcc->progress_dialog_bar); last_pulse = GNUNET_TIME_absolute_get (); } #if VERBOSE_PROGRESS if (is_directory == GNUNET_YES) { GNUNET_asprintf (&s, _("Scanning directory `%s'.\n"), filename); insert_progress_dialog_text (adcc, s); GNUNET_free (s); } else adcc->total++; #else if (is_directory != GNUNET_YES) adcc->total++; #endif break; case GNUNET_FS_DIRSCANNER_FILE_IGNORED: GNUNET_assert (NULL != filename); GNUNET_asprintf (&s, _("Failed to scan `%s' (access error). Skipping.\n"), filename); #if ! VERBOSE_PROGRESS gtk_widget_show (GTK_WIDGET (gtk_builder_get_object (adcc->progress_dialog_builder, "GNUNET_FS_GTK_progress_dialog_scrolled_window"))); #endif insert_progress_dialog_text (adcc, s); GNUNET_free (s); break; case GNUNET_FS_DIRSCANNER_ALL_COUNTED: fraction = (adcc->total == 0) ? 1.0 : (1.0 * adcc->done) / adcc->total; GNUNET_asprintf (&s, "%u/%u (%3f%%)", adcc->done, adcc->total, 100.0 * fraction); gtk_progress_bar_set_text (adcc->progress_dialog_bar, s); GNUNET_free (s); gtk_progress_bar_set_fraction (adcc->progress_dialog_bar, fraction); break; case GNUNET_FS_DIRSCANNER_EXTRACT_FINISHED: GNUNET_assert (NULL != filename); #if VERBOSE_PROGRESS GNUNET_asprintf (&s, _("Processed file `%s'.\n"), filename); insert_progress_dialog_text (adcc, s); GNUNET_free (s); #endif adcc->done++; GNUNET_assert (adcc->done <= adcc->total); fraction = (adcc->total == 0) ? 1.0 : (1.0 * adcc->done) / adcc->total; GNUNET_asprintf (&s, "%u/%u (%3f%%)", adcc->done, adcc->total, 100.0 * fraction); gtk_progress_bar_set_text (adcc->progress_dialog_bar, s); GNUNET_free (s); gtk_progress_bar_set_fraction (adcc->progress_dialog_bar, fraction); break; case GNUNET_FS_DIRSCANNER_INTERNAL_ERROR: insert_progress_dialog_text (adcc, _("Operation failed (press cancel)\n")); adcc->kill_task = GNUNET_SCHEDULER_add_now (&stop_scanner_task, adcc); break; case GNUNET_FS_DIRSCANNER_FINISHED: { struct GNUNET_FS_ShareTreeItem *directory_scan_result; insert_progress_dialog_text (adcc, _("Scanner has finished.\n")); directory_scan_result = GNUNET_FS_directory_scan_get_result (adcc->ds); adcc->ds = NULL; GNUNET_FS_share_tree_trim (directory_scan_result); add_share_items_to_treestore (adcc, directory_scan_result, NULL); GNUNET_FS_share_tree_free (directory_scan_result); update_selectivity (adcc->ctx); destroy_progress_dialog (adcc); } break; default: GNUNET_break (0); break; } } /** * Setup the context and progress dialog for scanning a file or * directory structure (for meta data) and importing it into * the tree view. * * @param ctx publishing context for the main publishing window * @param filename name of the file or directory to scan * @param bo options for the operation * @param do_index should we index or insert files (by default) */ static void scan_file_or_directory (struct MainPublishingDialogContext *ctx, gchar *filename, struct GNUNET_FS_BlockOptions *bo, int do_index) { struct AddDirClientContext *adcc; adcc = GNUNET_malloc (sizeof (struct AddDirClientContext)); adcc->ctx = ctx; GNUNET_CONTAINER_DLL_insert_tail (ctx->adddir_head, ctx->adddir_tail, adcc); adcc->directory_scan_bo = *bo; adcc->directory_scan_do_index = do_index; /* setup the dialog and get the widgets we need most */ adcc->progress_dialog_builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_progress_dialog.glade", adcc); adcc->progress_dialog = GTK_WIDGET (gtk_builder_get_object (adcc->progress_dialog_builder, "GNUNET_FS_GTK_progress_dialog")); adcc->progress_dialog_bar = GTK_PROGRESS_BAR (gtk_builder_get_object (adcc->progress_dialog_builder, "GNUNET_FS_GTK_progress_dialog_progressbar")); adcc->progress_dialog_textview = GTK_TEXT_VIEW (gtk_builder_get_object (adcc->progress_dialog_builder, "GNUNET_FS_GTK_progress_dialog_textview")); adcc->textview_vertical_adjustment = GTK_ADJUSTMENT (gtk_builder_get_object (adcc->progress_dialog_builder, "GNUNET_FS_GTK_progress_dialog_textview_vertical_adjustment")); adcc->progress_dialog_textbuffer = GTK_TEXT_BUFFER (gtk_builder_get_object (adcc->progress_dialog_builder, "GNUNET_FS_GTK_progress_dialog_textbuffer")); /* show the window */ gtk_window_set_transient_for (GTK_WINDOW (adcc->progress_dialog), adcc->ctx->master_pubdialog); gtk_window_set_title (GTK_WINDOW (adcc->progress_dialog), filename); gtk_window_present (GTK_WINDOW (adcc->progress_dialog)); /* actually start the scan */ adcc->ds = GNUNET_FS_directory_scan_start (filename, GNUNET_NO, NULL, &directory_scan_cb, adcc); /* disables 'cancel' button of the master dialog */ update_selectivity (ctx); } /** * Function called when the "open" (directory) dialog was closed. * * @param dialog the open dialog * @param response_id result of the dialog (GTK_RESPONSE_OK means to "run") * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_publish_directory_dialog_response_cb (GtkDialog * dialog, gint response_id, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; if (GTK_RESPONSE_OK == response_id) { char *filename; int do_index; struct GNUNET_FS_BlockOptions bo; filename = GNUNET_GTK_filechooser_get_filename_utf8 (GTK_FILE_CHOOSER (dialog)); if (! GNUNET_GTK_get_selected_anonymity_level (ctx->open_directory_builder, "GNUNET_GTK_publish_directory_dialog_anonymity_combobox", &bo.anonymity_level)) { GNUNET_break (0); bo.anonymity_level = 1; } bo.content_priority = gtk_spin_button_get_value (GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->open_directory_builder, "GNUNET_GTK_publish_directory_dialog_priority_spin_button"))); bo.replication_level = gtk_spin_button_get_value (GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->open_directory_builder, "GNUNET_GTK_publish_directory_dialog_replication_spin_button"))); { GtkSpinButton *sb; sb = GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->open_directory_builder, "GNUNET_GTK_publish_directory_dialog_expiration_year_spin_button")); bo.expiration_time = GNUNET_FS_GTK_get_expiration_time (sb); } do_index = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (gtk_builder_get_object (ctx->open_directory_builder, "GNUNET_GTK_publish_directory_dialog_do_index_checkbutton"))); scan_file_or_directory (ctx, filename, &bo, do_index); g_free (filename); } gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (ctx->open_directory_builder)); ctx->open_directory_builder = NULL; } /** * Function called when the "open" (file) dialog was closed. * * @param dialog the open dialog * @param response_id result of the dialog (GTK_RESPONSE_OK means to "run") * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_publish_file_dialog_response_cb (GtkDialog * dialog, gint response_id, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; if (GTK_RESPONSE_OK == response_id) { char *filename; struct GNUNET_FS_BlockOptions bo; int do_index; filename = GNUNET_GTK_filechooser_get_filename_utf8 (GTK_FILE_CHOOSER (dialog)); if (!GNUNET_GTK_get_selected_anonymity_level (ctx->open_file_builder, "GNUNET_GTK_publish_file_dialog_anonymity_combobox", &bo.anonymity_level)) { GNUNET_break (0); bo.anonymity_level = 1; } bo.content_priority = gtk_spin_button_get_value (GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->open_file_builder, "GNUNET_GTK_publish_file_dialog_priority_spin_button"))); { GtkSpinButton *sb; sb = GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->open_file_builder, "GNUNET_GTK_publish_file_dialog_expiration_year_spin_button")); bo.expiration_time = GNUNET_FS_GTK_get_expiration_time (sb); } bo.replication_level = gtk_spin_button_get_value (GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->open_file_builder, "GNUNET_GTK_publish_file_dialog_replication_spin_button"))); do_index = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (gtk_builder_get_object (ctx->open_file_builder, "GNUNET_GTK_publish_file_dialog_do_index_checkbutton"))); scan_file_or_directory (ctx, filename, &bo, do_index); g_free (filename); } gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (ctx->open_file_builder)); ctx->open_file_builder = NULL; } /** * User clicked on the 'add' button in the master publish dialog. * Create the dialog to allow the user to select a file to add. * * FIXME-UGLY: lots of code duplication between files & directories here... * * @param dummy the button that was pressed * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_add_button_clicked_cb (GtkWidget * dummy, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; ctx->open_file_builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_publish_file_dialog.glade", ctx); GNUNET_FS_GTK_setup_expiration_year_adjustment (ctx->open_file_builder); /* FIXME-FEATURE: Use some kind of adjustable defaults instead of 1000, 0 and TRUE */ gtk_spin_button_set_value (GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->open_file_builder, "GNUNET_GTK_publish_file_dialog_priority_spin_button")), 1000); gtk_spin_button_set_value (GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->open_file_builder, "GNUNET_GTK_publish_file_dialog_replication_spin_button")), 0); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (gtk_builder_get_object (ctx->open_file_builder, "GNUNET_GTK_publish_file_dialog_do_index_checkbutton")), TRUE); { GtkComboBox *combo; combo = GTK_COMBO_BOX (gtk_builder_get_object (ctx->open_file_builder, "GNUNET_GTK_publish_file_dialog_anonymity_combobox")); gtk_combo_box_set_model (combo, GNUNET_FS_GTK_get_anonymity_level_list_store ()); } /* show dialog */ { GtkWidget *ad; ad = GTK_WIDGET (gtk_builder_get_object (ctx->open_file_builder, "GNUNET_GTK_publish_file_dialog")); gtk_window_set_transient_for (GTK_WINDOW (ad), ctx->master_pubdialog); gtk_window_present (GTK_WINDOW (ad)); } } /** * User clicked on the 'open' button in the master publish dialog. * Create the dialog to allow the user to select a directory. * * FIXME-UGLY: lots of code duplication between files & directories here... * * @param dummy the button that was pressed * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_open_button_clicked_cb (GtkWidget * dummy, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; ctx->open_directory_builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_publish_directory_dialog.glade", ctx); GNUNET_FS_GTK_setup_expiration_year_adjustment (ctx->open_directory_builder); /* FIXME-FEATURE: Use some kind of adjustable defaults instead of 1000, 0 and TRUE */ gtk_spin_button_set_value (GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->open_directory_builder, "GNUNET_GTK_publish_directory_dialog_priority_spin_button")), 1000); gtk_spin_button_set_value (GTK_SPIN_BUTTON (gtk_builder_get_object (ctx->open_directory_builder, "GNUNET_GTK_publish_directory_dialog_replication_spin_button")), 0); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (gtk_builder_get_object (ctx->open_directory_builder, "GNUNET_GTK_publish_directory_dialog_do_index_checkbutton")), TRUE); { GtkComboBox *combo; combo = GTK_COMBO_BOX (gtk_builder_get_object (ctx->open_directory_builder, "GNUNET_GTK_publish_directory_dialog_anonymity_combobox")); gtk_combo_box_set_model (combo, GNUNET_FS_GTK_get_anonymity_level_list_store ()); } /* show dialog */ { GtkWidget *ad; ad = GTK_WIDGET (gtk_builder_get_object (ctx->open_directory_builder, "GNUNET_GTK_publish_directory_dialog")); gtk_window_set_transient_for (GTK_WINDOW (ad), ctx->master_pubdialog); gtk_window_present (GTK_WINDOW (ad)); } } /* ********************************* editing sub-dialog ****************************************** */ /** * Context we keep while an "edit" sub-dialog is open. */ struct EditPublishContext { /** * File information that is being edited */ struct GNUNET_FS_FileInformation *fip; /** * Tree model that is being edited (where to store the results afterwards). */ GtkTreeModel *tm; /** * Position in the tree that is being edited. */ GtkTreeIter iter; }; /** * Update tree view based on the information from the * GNUNET_FS_FileInformation publish-structure. * * @param cls closure, a 'struct EditPublishContext *' * @param fi the entry in the publish-structure * @param length length of the file or directory * @param meta metadata for the file or directory (can be modified) * @param uri pointer to the keywords that will be used for this entry (can be modified) * @param bo block options (can be modified) * @param do_index should we index (can be modified) * @param client_info pointer to client context set upon creation (can be modified) * @return GNUNET_OK to continue, GNUNET_NO to remove * this entry from the directory, GNUNET_SYSERR * to abort the iteration */ static int update_treeview_after_edit (void *cls, struct GNUNET_FS_FileInformation *fi, uint64_t length, struct GNUNET_CONTAINER_MetaData *meta, struct GNUNET_FS_Uri **uri, struct GNUNET_FS_BlockOptions *bo, int *do_index, void **client_info) { struct EditPublishContext *epc = cls; gtk_tree_store_set (GTK_TREE_STORE (epc->tm), &epc->iter, PUBLISH_MC_DO_INDEX, *do_index, PUBLISH_MC_ANONYMITY_LEVEL, (guint) bo->anonymity_level, PUBLISH_MC_PRIORITY, (guint) bo->content_priority, PUBLISH_MC_EXPIRATION_TIME_ABSOLUTE, (guint64) bo->expiration_time.abs_value, PUBLISH_MC_REPLICATION_LEVEL, (guint) bo->replication_level, -1); return GNUNET_SYSERR; } /** * Function called when the edit publish dialog has been closed. * * @param cls closure * @param ret GTK_RESPONSE_OK if the dialog was closed with "OK" * @param root unused (namespace root name) */ static void master_publish_edit_publish_dialog_cb (gpointer cls, gint ret, const char *root) { struct EditPublishContext *epc = cls; if (ret == GTK_RESPONSE_OK) GNUNET_FS_file_information_inspect (epc->fip, &update_treeview_after_edit, epc); GNUNET_free (epc); } /** * The user clicked on the "edit" button in the master dialog. Edit * the selected tree item. * * @param dummy the 'edit' button * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_edit_button_clicked_cb (GtkWidget * dummy, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; struct EditPublishContext *epc; epc = GNUNET_malloc (sizeof (struct EditPublishContext)); epc->tm = ctx->file_info_treemodel; if (! gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &epc->iter)) { GNUNET_break (0); GNUNET_free (epc); return; } gtk_tree_model_get (ctx->file_info_treemodel, &epc->iter, PUBLISH_MC_FILE_INFORMATION_STRUCT, &epc->fip, -1); GNUNET_FS_GTK_edit_publish_dialog (ctx->master_pubdialog, epc->fip, GNUNET_NO, &master_publish_edit_publish_dialog_cb, epc); } /* ******************** master edit dialog shutdown *********************** */ /** * Get the file information struct corresponding to the * given iter in the publish dialog tree model. Recursively * builds the file information struct from the subtree. * * @param tm model to grab fi from * @param iter position to grab fi from * @return file information from the given position (never NULL) */ static struct GNUNET_FS_FileInformation * get_file_information (GtkTreeModel * tm, GtkTreeIter * iter) { struct GNUNET_FS_FileInformation *fi; struct GNUNET_FS_FileInformation *fic; GtkTreeIter child; gtk_tree_model_get (tm, iter, PUBLISH_MC_FILE_INFORMATION_STRUCT, &fi, -1); gtk_tree_store_set (GTK_TREE_STORE (tm), iter, PUBLISH_MC_FILE_INFORMATION_STRUCT, NULL, -1); GNUNET_assert (fi != NULL); if (gtk_tree_model_iter_children (tm, &child, iter)) { GNUNET_break (GNUNET_YES == GNUNET_FS_file_information_is_directory (fi)); do { fic = get_file_information (tm, &child); GNUNET_break (GNUNET_OK == GNUNET_FS_file_information_add (fi, fic)); } while (gtk_tree_model_iter_next (tm, &child)); } return fi; } /** * (Recursively) clean up the tree store with the pseudonyms. * * @param tm tree model we are cleaning up * @param iter current position to clean up */ static void free_pseudonym_tree_store (GtkTreeModel * tm, GtkTreeIter * iter) { GtkTreeIter child; struct GNUNET_CONTAINER_MetaData *meta; struct GNUNET_FS_Namespace *ns; gtk_tree_model_get (tm, iter, PSEUDONYM_MC_NAMESPACE_HANDLE, &ns, PSEUDONYM_MC_LAST_META, &meta, -1); if (NULL != meta) GNUNET_CONTAINER_meta_data_destroy (meta); if (NULL != ns) GNUNET_FS_namespace_delete (ns, GNUNET_NO); /* recursively clean up children */ if (! gtk_tree_model_iter_children (tm, &child, iter)) return; do { free_pseudonym_tree_store (tm, &child); } while (gtk_tree_model_iter_next (tm, &child)); } /** * Recursively clean up the tree store with the file information in it. * * @param tm tree model we are cleaning up * @param iter current position to clean up */ static void free_file_information_tree_store (GtkTreeModel * tm, GtkTreeIter * iter) { GtkTreeIter child; struct GNUNET_FS_FileInformation *fip; gtk_tree_model_get (tm, iter, PUBLISH_MC_FILE_INFORMATION_STRUCT, &fip, -1); if (NULL != fip) GNUNET_FS_file_information_destroy (fip, NULL, NULL); /* recursively clean up children */ if (gtk_tree_model_iter_children (tm, &child, iter)) { do { free_file_information_tree_store (tm, &child); } while (gtk_tree_model_iter_next (tm, &child)); } } /** * Close the master publish dialog. If the response code was OK, starts * the publishing operation. Otherwise, this function just cleans up the * memory and the window itself. * * @param ctx master dialog context * @return GNUNET_NO if we cannot clean up right now (sub-windows are still open) */ static int close_master_publish_dialog (struct MainPublishingDialogContext *ctx) { GtkTreeIter iter; /* Refuse to close until all scanners are finished */ if (NULL != ctx->adddir_head) return GNUNET_NO; /* free state from 'ptm' */ if (gtk_tree_model_get_iter_first (ctx->pseudonym_treemodel, &iter)) do { free_pseudonym_tree_store (ctx->pseudonym_treemodel, &iter); } while (gtk_tree_model_iter_next (ctx->pseudonym_treemodel, &iter)); gtk_tree_store_clear (GTK_TREE_STORE (ctx->pseudonym_treemodel)); /* free state from 'tm' */ if (gtk_tree_model_get_iter_first (ctx->file_info_treemodel, &iter)) do { free_file_information_tree_store (ctx->file_info_treemodel, &iter); } while (gtk_tree_model_iter_next (ctx->file_info_treemodel, &iter)); gtk_tree_store_clear (GTK_TREE_STORE (ctx->file_info_treemodel)); gtk_widget_destroy (GTK_WIDGET (ctx->master_pubdialog)); g_object_unref (G_OBJECT (ctx->builder)); GNUNET_free (ctx); return GNUNET_YES; } /** * The user pushed the 'execute' button. Start the publishing * operation and clean up the memory and the window itself. * * @param button the button that was clicked * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_execute_button_clicked_cb (GtkButton * button, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; gpointer namespace; gchar *namespace_id; gchar *namespace_uid; struct GNUNET_FS_FileInformation *fi; GtkTreeIter iter; if (NULL != ctx->adddir_head) { GNUNET_break (0); return; } if (TRUE == gtk_tree_selection_get_selected (ctx->pseudonym_selection, NULL, &iter)) { gtk_tree_model_get (ctx->pseudonym_treemodel, &iter, PSEUDONYM_MC_NAMESPACE_HANDLE, &namespace, PSEUDONYM_MC_LAST_ID, &namespace_id, PSEUDONYM_MC_NEXT_ID, &namespace_uid, -1); } else { namespace = NULL; namespace_id = NULL; namespace_uid = NULL; } if (gtk_tree_model_get_iter_first (ctx->file_info_treemodel, &iter)) do { fi = get_file_information (ctx->file_info_treemodel, &iter); /* FIXME-FEATURE-BUG-MINOR: should we convert namespace id and uid from UTF8? */ GNUNET_FS_publish_start (GNUNET_FS_GTK_get_fs_handle (), fi, namespace, namespace_id, namespace_uid, GNUNET_FS_PUBLISH_OPTION_NONE); } while (gtk_tree_model_iter_next (ctx->file_info_treemodel, &iter)); g_free (namespace_id); g_free (namespace_uid); GNUNET_break (GNUNET_YES == close_master_publish_dialog (ctx)); } /** * The user pushed the 'cancel' button. Close the master publish dialog. * * @param button the button that was clicked * @param user_data master publishing dialog context of our window */ void GNUNET_GTK_master_publish_dialog_cancel_button_clicked_cb (GtkButton * button, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; GNUNET_break (GNUNET_YES == close_master_publish_dialog (ctx)); } /** * The user attempted to close the publish window. Check if this is * allowed and if so, close it. * * @param widget the widget that generated the close event * @param even the close event * @param user_data master publishing dialog context of our window * @return TRUE to refuse to close (stops other handlers from being invoked) * FALSE to allow closing the window */ gboolean GNUNET_GTK_master_publish_dialog_delete_event_cb (GtkWidget * widget, GdkEvent * event, gpointer user_data) { struct MainPublishingDialogContext *ctx = user_data; if (GNUNET_NO == close_master_publish_dialog (ctx)) return TRUE; return FALSE; } /* ******************** master edit dialog initialization *********************** */ /** * Closure for 'add_updateable_to_ts'. */ struct UpdateableContext { /** * Parent of current insertion. */ GtkTreeIter *parent; /** * Tree store we are modifying. */ GtkTreeStore *ts; /** * Name of the namespace. */ const char *namespace_name; /** * Handle to the namespace. */ struct GNUNET_FS_Namespace *ns; /** * Hash codes of identifiers already added to tree store. */ struct GNUNET_CONTAINER_MultiHashMap *seen; /** * Did the iterator get called? */ int update_called; }; /** * Add updateable entries to the tree view. * * @param cls closure * @param last_id ID to add * @param last_uri associated URI * @param last_meta associate meta data * @param next_id ID for future updates */ static void add_updateable_to_ts (void *cls, const char *last_id, const struct GNUNET_FS_Uri *last_uri, const struct GNUNET_CONTAINER_MetaData *last_meta, const char *next_id) { struct UpdateableContext *uc = cls; struct UpdateableContext sc; GtkTreeIter iter; GtkTreeIter titer; char *desc; int desc_is_a_dup; GNUNET_HashCode hc; uc->update_called = GNUNET_YES; GNUNET_CRYPTO_hash (last_id, strlen (last_id), &hc); if (NULL != GNUNET_CONTAINER_multihashmap_get (uc->seen, &hc)) return; GNUNET_CONTAINER_multihashmap_put (uc->seen, &hc, "dummy", GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_FAST); /* FIXME-BUG-MAYBE: what if this put fails? Not convinced it cannot... */ desc = GNUNET_FS_GTK_get_description_from_metadata (last_meta, &desc_is_a_dup); gtk_tree_store_insert_with_values (uc->ts, &iter, uc->parent, G_MAXINT, PSEUDONYM_MC_LOCAL_NAME, uc->namespace_name, PSEUDONYM_MC_NAMESPACE_HANDLE, GNUNET_FS_namespace_dup (uc->ns), PSEUDONYM_MC_LAST_ID, last_id, PSEUDONYM_MC_LAST_URI, GNUNET_FS_uri_dup (last_uri), PSEUDONYM_MC_LAST_META, GNUNET_CONTAINER_meta_data_duplicate (last_meta), PSEUDONYM_MC_NEXT_ID, "", PSEUDONYM_MC_LAST_DESCRIPTION_FROM_META, desc, PSEUDONYM_MC_NEXT_ID_EDITABLE, TRUE /* update editable (always) */ , PSEUDONYM_MC_CURRENT_ID_EDITABLE, FALSE /* current not editable (only for top-level) */ , -1); GNUNET_free_non_null (desc); sc.parent = &iter; sc.ts = uc->ts; sc.namespace_name = uc->namespace_name; sc.ns = uc->ns; sc.seen = uc->seen; sc.update_called = GNUNET_NO; GNUNET_FS_namespace_list_updateable (uc->ns, next_id, &add_updateable_to_ts, &sc); if ((sc.update_called == GNUNET_NO) && (next_id != NULL) && (strlen (next_id) > 0)) { /* add leaf */ gtk_tree_store_insert_with_values (uc->ts, &titer, &iter, G_MAXINT, PSEUDONYM_MC_LOCAL_NAME, uc->namespace_name, PSEUDONYM_MC_NAMESPACE_HANDLE, GNUNET_FS_namespace_dup (uc->ns), PSEUDONYM_MC_LAST_ID, next_id, PSEUDONYM_MC_LAST_URI, NULL, PSEUDONYM_MC_LAST_META, NULL, PSEUDONYM_MC_NEXT_ID, "", PSEUDONYM_MC_LAST_DESCRIPTION_FROM_META, "", PSEUDONYM_MC_NEXT_ID_EDITABLE, TRUE /* update editable (always) */ , PSEUDONYM_MC_CURRENT_ID_EDITABLE, FALSE /* current not editable (only for top-level) */ , -1); } } /** * Add all updateable entries of the current namespace to the * tree store. * * @param cls the 'GtkTreeStore' to update * @param name name of the namespace to add * @param id identity of the namespace to add */ static void add_namespace_to_ts (void *cls, const char *name, const GNUNET_HashCode * id) { GtkTreeStore *ts = cls; struct UpdateableContext uc; GtkTreeIter iter; uc.parent = &iter; uc.namespace_name = name; uc.ts = ts; uc.ns = GNUNET_FS_namespace_create (GNUNET_FS_GTK_get_fs_handle (), name); uc.update_called = GNUNET_NO; gtk_tree_store_insert_with_values (ts, &iter, NULL, G_MAXINT, PSEUDONYM_MC_LOCAL_NAME, name, PSEUDONYM_MC_NAMESPACE_HANDLE, uc.ns, PSEUDONYM_MC_LAST_ID, NULL, PSEUDONYM_MC_LAST_URI, NULL, PSEUDONYM_MC_LAST_META, NULL, PSEUDONYM_MC_NEXT_ID, NULL, PSEUDONYM_MC_LAST_DESCRIPTION_FROM_META, NULL, PSEUDONYM_MC_NEXT_ID_EDITABLE, TRUE, PSEUDONYM_MC_CURRENT_ID_EDITABLE, TRUE, -1); uc.seen = GNUNET_CONTAINER_multihashmap_create (128); GNUNET_FS_namespace_list_updateable (uc.ns, NULL, &add_updateable_to_ts, &uc); GNUNET_CONTAINER_multihashmap_destroy (uc.seen); } /** * Run the file-publishing operation (by opening the master publishing dialog). * * @param dummy widget that triggered the action * @param user_data builder of the main window */ void GNUNET_GTK_main_menu_file_publish_activate_cb (GtkWidget * dummy, gpointer user_data) { struct MainPublishingDialogContext *ctx; GtkTreeView *pseudonym_treeview; ctx = GNUNET_malloc (sizeof (struct MainPublishingDialogContext)); ctx->builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_publish_dialog.glade", ctx); if (ctx->builder == NULL) { GNUNET_break (0); GNUNET_free (ctx); return; } /* initialize widget references */ ctx->up_button = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_master_publish_dialog_up_button")); ctx->down_button = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_master_publish_dialog_down_button")); ctx->left_button = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_master_publish_dialog_left_button")); ctx->right_button = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_master_publish_dialog_right_button")); ctx->delete_button = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_master_publish_dialog_delete_button")); ctx->edit_button = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_master_publish_dialog_edit_button")); ctx->execute_button = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_master_publish_dialog_execute_button")); ctx->cancel_button = GTK_WIDGET (gtk_builder_get_object (ctx->builder , "GNUNET_GTK_master_publish_dialog_cancel_button")); ctx->file_info_treeview = GTK_TREE_VIEW (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_master_publish_dialog_file_information_tree_view")); ctx->file_info_selection = gtk_tree_view_get_selection (ctx->file_info_treeview); ctx->file_info_treemodel = gtk_tree_view_get_model (ctx->file_info_treeview); ctx->master_pubdialog = GTK_WINDOW (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_master_publish_dialog")); pseudonym_treeview = GTK_TREE_VIEW (gtk_builder_get_object (ctx->builder, "GNUNET_GTK_master_publish_dialog_pseudonym_tree_view")); ctx->pseudonym_selection = gtk_tree_view_get_selection (pseudonym_treeview); ctx->pseudonym_treemodel = gtk_tree_view_get_model (pseudonym_treeview); /* connect signals; FIXME-GTK3: these could be connected with (modern) Glade */ g_signal_connect (G_OBJECT (ctx->file_info_selection), "changed", G_CALLBACK (selection_changed_cb), ctx); g_signal_connect (G_OBJECT (ctx->pseudonym_selection), "changed", G_CALLBACK (selection_changed_cb), ctx); /* populate namespace model */ GNUNET_FS_namespace_list (GNUNET_FS_GTK_get_fs_handle (), &add_namespace_to_ts, GTK_TREE_STORE (ctx->pseudonym_treemodel)); /* show dialog */ gtk_window_present (GTK_WINDOW (ctx->master_pubdialog)); } /* end of gnunet-fs-gtk_publish-dialog.c */ gnunet-gtk-0.9.3/src/lib/0000755000175000017500000000000011762217327012154 500000000000000gnunet-gtk-0.9.3/src/lib/Makefile.am0000644000175000017500000000101011722750526014117 00000000000000INCLUDES = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/src/include \ @GTK_CFLAGS@ \ @GNUNET_CFLAGS@ \ @GLADE_CFLAGS@ if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols endif lib_LTLIBRARIES = libgnunetgtk.la libgnunetgtk_la_SOURCES = \ about.c \ eventloop.c \ glade.c \ nls.c \ os_installation.c \ trayicon.c libgnunetgtk_la_LIBADD = \ -lgnunetutil $(XLIB) \ @GTK_LIBS@ @GNUNET_LIBS@ @GLADE_LIBS@ $(INTLLIBS) libgnunetgtk_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ -version-info 2:0:1 gnunet-gtk-0.9.3/src/lib/about.c0000644000175000017500000001015111711004177013337 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/lib/about.c * @brief code to display an about dialog * @author Christian Grothoff * @author Igor Wronsky */ #include "gnunet_gtk.h" struct AboutDialogContext { GtkBuilder *builder; GtkWidget *ad; GtkWidget *about_credits_notebook; GtkWidget *about_license_scroller; GtkTextBuffer *license_contents; }; static void destroy_about_dialog (struct AboutDialogContext *ctx) { gtk_widget_destroy (ctx->ad); g_object_unref (G_OBJECT (ctx->builder)); GNUNET_free (ctx); } static void about_window_show_exclusively (struct AboutDialogContext *ctx, gchar * name) { if (name == NULL) { gtk_widget_hide (ctx->about_credits_notebook); gtk_widget_hide (ctx->about_license_scroller); } else if (strcmp ("about_credits_notebook", name) == 0) { gtk_widget_show (ctx->about_credits_notebook); gtk_widget_hide (ctx->about_license_scroller); } else if (strcmp ("about_license_scroller", name) == 0) { gtk_widget_show (ctx->about_license_scroller); gtk_widget_hide (ctx->about_credits_notebook); } } G_MODULE_EXPORT void GNUNET_GTK_about_window_realized (GtkWidget * widget, struct AboutDialogContext *ctx) { gchar *license = NULL; const char *path; char *license_path; path = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_DOCDIR); if (path != NULL) GNUNET_asprintf (&license_path, "%s%s", path, "COPYING"); else license_path = GNUNET_strdup ("COPYING"); if (g_file_get_contents (license_path, &license, NULL, NULL) && (license != NULL)) { gtk_text_buffer_set_text (ctx->license_contents, license, -1); g_free (license); } GNUNET_free_non_null (license_path); } G_MODULE_EXPORT void GNUNET_GTK_about_close_button_clicked (GtkButton * widget, struct AboutDialogContext *ctx) { destroy_about_dialog (ctx); } G_MODULE_EXPORT gboolean GNUNET_GTK_about_window_got_delete_event (GtkWidget * widget, GdkEvent * event, struct AboutDialogContext *ctx) { destroy_about_dialog (ctx); return FALSE; } G_MODULE_EXPORT void GNUNET_GTK_about_credits_button_clicked (GtkButton * widget, struct AboutDialogContext *ctx) { about_window_show_exclusively (ctx, "about_credits_notebook"); } G_MODULE_EXPORT void GNUNET_GTK_about_license_button_clicked (GtkButton * widget, struct AboutDialogContext *ctx) { about_window_show_exclusively (ctx, "about_license_scroller"); } /** * This displays an about dialog. * * @param dialogfile name of the glade file containing the dialog * @param dialogname name of the about dialog in the file */ void GNUNET_GTK_display_about (const char *dialogfile) { struct AboutDialogContext *ctx; ctx = GNUNET_malloc (sizeof (struct AboutDialogContext)); ctx->builder = GNUNET_GTK_get_new_builder (dialogfile, ctx); if (ctx->builder == NULL) { GNUNET_free (ctx); return; } ctx->about_credits_notebook = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "about_credits_notebook")); ctx->about_license_scroller = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "about_license_scroller")); ctx->ad = GTK_WIDGET (gtk_builder_get_object (ctx->builder, "about_window")); ctx->license_contents = GTK_TEXT_BUFFER (gtk_builder_get_object (ctx->builder, "license_contents")); gtk_widget_show (ctx->ad); } /* end of about.c */ gnunet-gtk-0.9.3/src/lib/os_installation.c0000644000175000017500000002334111715023402015430 00000000000000/* This file is part of GNUnet. (C) 2006, 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/lib/os_installation.c * @brief get paths used by the program; this code is almost the * same as src/util/os_installation.c in libgnunetutil; however, * it contains sublte changes to detect the installation path * of gnunet-gtk (which may be different from the path for * GNUnet itself) and also needs to be replicated anyway since * some of the methods try to find the location of the binary * of the test-code itself, which would never yield the * correct result for gnunet-gtk if the code lives in libgnunetutil. * @author Milan * @author Christian Grothoff */ #include "gnunet_gtk.h" #if DARWIN #include #include #endif #if LINUX /** * Try to determine path by reading /proc/PID/exe */ static char * get_path_from_proc_maps () { char fn[64]; char line[1024]; char dir[1024]; FILE *f; char *lgu; GNUNET_snprintf (fn, sizeof (fn), "/proc/%u/maps", getpid ()); f = fopen (fn, "r"); if (f == NULL) return NULL; while (NULL != fgets (line, sizeof (line), f)) { if ((1 == sscanf (line, "%*x-%*x %*c%*c%*c%*c %*x %*2u:%*2u %*u%*[ ]%s", dir)) && (NULL != (lgu = strstr (dir, "libgnunetgtk.so")))) { lgu[0] = '\0'; fclose (f); return GNUNET_strdup (dir); } } fclose (f); return NULL; } /** * Try to determine path by reading /proc/PID/exe */ static char * get_path_from_proc_exe () { char fn[64]; char lnk[1024]; ssize_t size; GNUNET_snprintf (fn, sizeof (fn), "/proc/%u/exe", getpid ()); size = readlink (fn, lnk, sizeof (lnk) - 1); if (size <= 0) { GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "readlink", fn); return NULL; } GNUNET_assert (size < sizeof (lnk)); lnk[size] = '\0'; while ((lnk[size] != '/') && (size > 0)) size--; if ((size < 4) || (lnk[size - 4] != '/')) { /* not installed in "/bin/" -- binary path probably useless */ return NULL; } lnk[size] = '\0'; return GNUNET_strdup (lnk); } #endif #if WINDOWS /** * Try to determine path with win32-specific function */ static char * get_path_from_module_filename () { char path[4097]; char *idx; GetModuleFileName (NULL, path, sizeof (path) - 1); idx = path + strlen (path); while ((idx > path) && (*idx != '\\') && (*idx != '/')) idx--; *idx = '\0'; return GNUNET_strdup (path); } #endif #if DARWIN typedef int (*MyNSGetExecutablePathProto) (char *buf, size_t * bufsize); static char * get_path_from_NSGetExecutablePath () { static char zero = '\0'; char *path; size_t len; MyNSGetExecutablePathProto func; int ret; path = NULL; func = (MyNSGetExecutablePathProto) dlsym (RTLD_DEFAULT, "_NSGetExecutablePath"); if (!func) return NULL; path = &zero; len = 0; /* get the path len, including the trailing \0 */ func (path, &len); if (len == 0) return NULL; path = GNUNET_malloc (len); ret = func (path, &len); if (ret != 0) { GNUNET_free (path); return NULL; } len = strlen (path); while ((path[len] != '/') && (len > 0)) len--; path[len] = '\0'; return path; } static char * get_path_from_dyld_image () { const char *path; char *p, *s; int i; int c; p = NULL; c = _dyld_image_count (); for (i = 0; i < c; i++) { if (_dyld_get_image_header (i) == &_mh_dylib_header) { path = _dyld_get_image_name (i); if (path != NULL && strlen (path) > 0) { p = strdup (path); s = p + strlen (p); while ((s > p) && (*s != '/')) s--; s++; *s = '\0'; } break; } } return p; } #endif static char * get_path_from_PATH () { char *path; char *pos; char *end; char *buf; const char *p; p = getenv ("PATH"); if (p == NULL) return NULL; path = GNUNET_strdup (p); /* because we write on it */ buf = GNUNET_malloc (strlen (path) + 20); pos = path; while (NULL != (end = strchr (pos, ':'))) { *end = '\0'; sprintf (buf, "%s/%s", pos, "gnunet-fs-gtk"); if (GNUNET_DISK_file_test (buf) == GNUNET_YES) { pos = GNUNET_strdup (pos); GNUNET_free (buf); GNUNET_free (path); return pos; } pos = end + 1; } sprintf (buf, "%s/%s", pos, "gnunet-fs-gtk"); if (GNUNET_DISK_file_test (buf) == GNUNET_YES) { pos = GNUNET_strdup (pos); GNUNET_free (buf); GNUNET_free (path); return pos; } GNUNET_free (buf); GNUNET_free (path); return NULL; } static char * get_path_from_GNUNET_PREFIX () { const char *p; p = getenv ("GNUNET_GTK_PREFIX"); if (p != NULL) return GNUNET_strdup (p); return NULL; } /* * @brief get the path to GNUnet bin/ or lib/, prefering the lib/ path * @author Milan * * @return a pointer to the executable path, or NULL on error */ static char * os_get_gnunet_path () { char *ret; ret = get_path_from_GNUNET_PREFIX (); if (ret != NULL) return ret; #if LINUX ret = get_path_from_proc_maps (); if (ret != NULL) return ret; ret = get_path_from_proc_exe (); if (ret != NULL) return ret; #endif #if WINDOWS ret = get_path_from_module_filename (); if (ret != NULL) return ret; #endif #if DARWIN ret = get_path_from_dyld_image (); if (ret != NULL) return ret; ret = get_path_from_NSGetExecutablePath (); if (ret != NULL) return ret; #endif ret = get_path_from_PATH (); if (ret != NULL) return ret; /* other attempts here */ GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _ ("Could not determine installation path for %s. Set `%s' environment variable.\n"), "gnunet-gtk", "GNUNET_GTK_PREFIX"); return NULL; } /* * @brief get the path to current app's bin/ * @author Milan * * @return a pointer to the executable path, or NULL on error */ static char * os_get_exec_path () { char *ret; ret = NULL; #if LINUX ret = get_path_from_proc_exe (); if (ret != NULL) return ret; #endif #if WINDOWS ret = get_path_from_module_filename (); if (ret != NULL) return ret; #endif #if DARWIN ret = get_path_from_NSGetExecutablePath (); if (ret != NULL) return ret; #endif /* other attempts here */ return ret; } /** * @brief get the path to a specific GNUnet installation directory or, * with GNUNET_IPK_SELF_PREFIX, the current running apps installation directory * @author Milan * @return a pointer to the dir path (to be freed by the caller) */ char * GNUNET_GTK_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind) { size_t n; const char *dirname; char *execpath = NULL; char *tmp; int isbasedir; /* if wanted, try to get the current app's bin/ */ if (dirkind == GNUNET_OS_IPK_SELF_PREFIX) execpath = os_get_exec_path (); /* try to get GNUnet's bin/ or lib/, or if previous was unsuccessful some * guess for the current app */ if (execpath == NULL) execpath = os_get_gnunet_path (); if (execpath == NULL) return NULL; n = strlen (execpath); if (n == 0) { /* should never happen, but better safe than sorry */ GNUNET_free (execpath); return NULL; } /* remove filename itself */ while ((n > 1) && (execpath[n - 1] == DIR_SEPARATOR)) execpath[--n] = '\0'; isbasedir = 1; if ((n > 5) && ((0 == strcasecmp (&execpath[n - 5], "lib32")) || (0 == strcasecmp (&execpath[n - 5], "lib64")))) { if (dirkind != GNUNET_OS_IPK_LIBDIR) { /* strip '/lib32' or '/lib64' */ execpath[n - 5] = '\0'; n -= 5; } else isbasedir = 0; } else if ((n > 3) && ((0 == strcasecmp (&execpath[n - 3], "bin")) || (0 == strcasecmp (&execpath[n - 3], "lib")))) { /* strip '/bin' or '/lib' */ execpath[n - 3] = '\0'; n -= 3; } /* in case this was a directory named foo-bin, remove "foo-" */ while ((n > 1) && (execpath[n - 1] == DIR_SEPARATOR)) execpath[--n] = '\0'; switch (dirkind) { case GNUNET_OS_IPK_PREFIX: case GNUNET_OS_IPK_SELF_PREFIX: dirname = DIR_SEPARATOR_STR; break; case GNUNET_OS_IPK_BINDIR: dirname = DIR_SEPARATOR_STR "bin" DIR_SEPARATOR_STR; break; case GNUNET_OS_IPK_LIBDIR: if (isbasedir) dirname = DIR_SEPARATOR_STR "lib" DIR_SEPARATOR_STR "gnunet-gtk" DIR_SEPARATOR_STR; else dirname = DIR_SEPARATOR_STR "gnunet-gtk" DIR_SEPARATOR_STR; break; case GNUNET_OS_IPK_DATADIR: dirname = DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "gnunet-gtk" DIR_SEPARATOR_STR; break; case GNUNET_OS_IPK_ICONDIR: dirname = DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "icons" DIR_SEPARATOR_STR; break; case GNUNET_OS_IPK_LOCALEDIR: dirname = DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "locale" DIR_SEPARATOR_STR; break; default: GNUNET_free (execpath); return NULL; } tmp = GNUNET_malloc (strlen (execpath) + strlen (dirname) + 1); sprintf (tmp, "%s%s", execpath, dirname); GNUNET_free (execpath); return tmp; } /* end of os_installation.c */ gnunet-gtk-0.9.3/src/lib/glade.c0000644000175000017500000000735311712614050013311 00000000000000/* This file is part of GNUnet. (C) 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/lib/glade.c * @brief code for integration with glade * @author Christian Grothoff */ #include "gnunet_gtk_config.h" #include "gnunet_gtk.h" /** * Initialize GTK search path for icons. */ void GNUNET_GTK_set_icon_search_path () { char *buf; buf = GNUNET_GTK_installation_get_path (GNUNET_OS_IPK_ICONDIR); gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), buf); GNUNET_free (buf); } /** * Get the name of the directory where all of our package * data is stored ($PREFIX/share/) * * @return name of the data directory */ const char * GNUNET_GTK_get_data_dir () { static char *dd; if (dd == NULL) dd = GNUNET_GTK_installation_get_path (GNUNET_OS_IPK_DATADIR); return dd; } /** * Obtain a string from a GtkTreeView's model. * * @param treeview treeview to inspect * @param treepath path that identifies the item * @param column number of the column with the string * @param value where to store the string * @return TRUE on success, FALSE on errors */ gboolean GNUNET_GTK_get_tree_string (GtkTreeView * treeview, GtkTreePath * treepath, guint column, gchar ** value) { gboolean ok; GtkTreeModel *model; model = gtk_tree_view_get_model (treeview); if (!model) return FALSE; GtkTreeIter iter; ok = gtk_tree_model_get_iter (model, &iter, treepath); if (!ok) return FALSE; *value = NULL; gtk_tree_model_get (model, &iter, column, value, -1); if (*value == NULL) return FALSE; return TRUE; } /** * Create an initialize a new builder based on the * GNUnet-GTK glade file. * * @param filename name of the resource file to load * @param user_data user_data to pass to signal handlers, * use "NULL" to pass the GtkBuilder itself. * @return NULL on error */ GtkBuilder * GNUNET_GTK_get_new_builder (const char *filename, void *user_data) { char *glade_path; GtkBuilder *ret; GError *error; ret = gtk_builder_new (); gtk_builder_set_translation_domain (ret, "gnunet-gtk"); GNUNET_asprintf (&glade_path, "%s%s", GNUNET_GTK_get_data_dir (), filename); error = NULL; if (0 == gtk_builder_add_from_file (ret, glade_path, &error)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Failed to load `%s': %s\n"), glade_path, error->message); g_error_free (error); GNUNET_free (glade_path); return NULL; } gtk_builder_connect_signals (ret, (user_data == NULL) ? ret : user_data); GNUNET_free (glade_path); return ret; } /** * Remove the given entry and all of its children from the tree store. * * @param ts tree store to change * @param root root of the subtree to remove */ void GNUNET_FS_GTK_remove_treestore_subtree (GtkTreeStore * ts, GtkTreeIter * root) { GtkTreeIter child; while (gtk_tree_model_iter_children (GTK_TREE_MODEL (ts), &child, root)) GNUNET_FS_GTK_remove_treestore_subtree (ts, &child); gtk_tree_store_remove (ts, root); } /* end of glade.c */ gnunet-gtk-0.9.3/src/lib/eventloop.c0000644000175000017500000007044611731702726014264 00000000000000/* This file is part of GNUnet. (C) 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/lib/eventloop.c * @brief code for merging GNUnet scheduler and Gtk Main Loop event loops * @author Christian Grothoff */ #include "gnunet_gtk.h" /** * Initial size of our poll array cache. * * TODO: get some statistics, find the maximum number of fds ever * polled during normal gnunet-gtk operation, and set this to that number. */ #define INITIAL_POLL_ARRAY_SIZE 30 /** * Main context for our event loop. */ struct GNUNET_GTK_MainLoop { /** * Our configuration (includes defaults from gnunet-gtk/config.d/ and gnunet/config.d/) */ struct GNUNET_CONFIGURATION_Handle *cfg; /** * Name of the glade file for the main window */ const char *main_window_file; /** * Initial task to run to setup the system. */ GNUNET_SCHEDULER_Task main_task; /** * Builder for the main window. */ GtkBuilder *builder; /** * Gib's Main loop. */ GMainLoop *gml; /** * GTK's main context. */ GMainContext *gmc; /** * Read set. */ struct GNUNET_NETWORK_FDSet *rs; /** * Write set. */ struct GNUNET_NETWORK_FDSet *ws; /** * Recycled array of polling descriptors. */ GPollFD *cached_poll_array; /** * Name of the configuration file. */ char *cfgfile; /** * Size of the 'cached_poll_array'. */ guint cached_poll_array_size; /** * Task we keep around just to keep the event loop running. */ GNUNET_SCHEDULER_TaskIdentifier dummy_task; #if WINDOWS /** * Array to hold pipe handles during a select() call */ struct GNUNET_DISK_FileHandle **read_array; /** * Allocated length of read_array */ int read_array_length; /** * Event to fire when a socket is ready for reading */ HANDLE hEventRead; /** * Event to fire when a socket is ready for writing */ HANDLE hEventWrite; /** * Event to fire when a socket had an error */ HANDLE hEventException; /** * Event that is permanently enabled and is used to signal a pipe * that is ready for writing (asynchronous pipes are always writable) */ HANDLE hEventPipeWrite; /** * Event that is permanently enabled and is used to signal a pipe * that is ready for reading (used to wake up early on a pipe that * is known to be readable) */ HANDLE hEventReadReady; /** * A list to hold file handles that are ready for reading */ struct GNUNET_CONTAINER_SList *handles_read; /** * A list to hold file handles that are ready for writing */ struct GNUNET_CONTAINER_SList *handles_write; /** * A list to hold file handles that are broken */ struct GNUNET_CONTAINER_SList *handles_except; #endif }; /** * Get the configuration. * * @param ml handle to the main loop * @return handle to the configuration, never NULL */ const struct GNUNET_CONFIGURATION_Handle * GNUNET_GTK_main_loop_get_configuration (struct GNUNET_GTK_MainLoop *ml) { return ml->cfg; } /** * Trigger shutdown of the GUI and exit the main loop. * * @param ml handle to the main loop */ void GNUNET_GTK_main_loop_quit (struct GNUNET_GTK_MainLoop *ml) { g_main_loop_quit (ml->gml); ml->gml = NULL; if (GNUNET_SCHEDULER_NO_TASK != ml->dummy_task) { GNUNET_SCHEDULER_cancel (ml->dummy_task); ml->dummy_task = GNUNET_SCHEDULER_NO_TASK; } } /** * Get the builder from the main window. * * @param ml handle to the main loop * @return NULL on error, otherwise the builder */ GtkBuilder * GNUNET_GTK_main_loop_get_builder (struct GNUNET_GTK_MainLoop *ml) { return ml->builder; } int GNUNET_GTK_main_loop_build_window (struct GNUNET_GTK_MainLoop *ml, gpointer data) { ml->builder = GNUNET_GTK_get_new_builder (ml->main_window_file, data); if (ml->builder == NULL) { GNUNET_GTK_main_loop_quit (ml); return GNUNET_SYSERR; } return GNUNET_OK; } /** * Obtain the name of the configuration file that is being used. * * @param ml handle to the main loop * @return name of configuration file */ const char * GNUNET_GTK_main_loop_get_configuration_file (struct GNUNET_GTK_MainLoop *ml) { return ml->cfgfile; } /** * Get an object from the main window. * * @param ml handle to the main loop * @param name name of the object * @return NULL on error, otherwise the object */ GObject * GNUNET_GTK_main_loop_get_object (struct GNUNET_GTK_MainLoop * ml, const char *name) { return gtk_builder_get_object (ml->builder, name); } /** * Task to run Gtk events (within a GNUnet scheduler task). * * @param cls the main loop handle * @param tc scheduler context */ static void dispatch_gtk_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { struct GNUNET_GTK_MainLoop *ml = cls; g_main_context_dispatch (ml->gmc); } /** * Change the size of the cached poll array to the given value. * * @param ml main loop context with the cached poll array * @param new_size desired size of the cached poll array */ static void resize_cached_poll_array (struct GNUNET_GTK_MainLoop *ml, guint new_size) { if (NULL == ml->cached_poll_array) ml->cached_poll_array = g_new (GPollFD, new_size); else ml->cached_poll_array = g_renew (GPollFD, ml->cached_poll_array, new_size); ml->cached_poll_array_size = new_size; } /** * Dummy task to keep our scheduler running. */ static void keepalive_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { struct GNUNET_GTK_MainLoop *ml = cls; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Dummy task was scheduled\n"); ml->dummy_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, &keepalive_task, ml); } #ifndef FD_COPY #define FD_COPY(s, d) (memcpy ((d), (s), sizeof (fd_set))) #endif /** * Replacement for the GNUnet scheduler's "select" that integrates the * Gtk event loop. We merge Gtk's events with those from GNUnet's * scheduler and then use 'g_poll' on both. Then we process the Gtk * events (by adding a task to do so to the GNUnet scheduler), and, if * applicable, return the GNUnet-scheduler events back to GNUnet. * * @param cls the 'struct GNUNET_GTK_MainLoop' * @param rfds set of sockets to be checked for readability * @param wfds set of sockets to be checked for writability * @param efds set of sockets to be checked for exceptions * @param timeout relative value when to return * @return number of selected sockets, GNUNET_SYSERR on error */ static int gnunet_gtk_select (void *cls, struct GNUNET_NETWORK_FDSet *rfds, struct GNUNET_NETWORK_FDSet *wfds, struct GNUNET_NETWORK_FDSet *efds, const struct GNUNET_TIME_Relative timeout) { struct GNUNET_GTK_MainLoop *ml = cls; int max_nfds; gint poll_result; gint delay = INT_MAX; int i; guint ui; guint fd_counter; guint need_gfds = 0; fd_set aread; fd_set awrite; fd_set aexcept; int result = 0; gint max_priority; #if WINDOWS int pre_ret = 0; int sock_read = 0; int sock_write = 0; int sock_err = 0; int socks; int always_ready_write_fd = -1; int select_ret = 0; int read_handles = 0; DWORD waitstatus; #endif if (ml->gml == NULL || TRUE != g_main_loop_is_running (ml->gml)) return GNUNET_NETWORK_socket_select (rfds, wfds, efds, timeout); if (NULL != rfds) FD_COPY (&rfds->sds, &aread); else FD_ZERO (&aread); if (NULL != wfds) FD_COPY (&wfds->sds, &awrite); else FD_ZERO (&awrite); if (NULL != efds) FD_COPY (&efds->sds, &aexcept); else FD_ZERO (&aexcept); #if WINDOWS ResetEvent (ml->hEventRead); ResetEvent (ml->hEventWrite); ResetEvent (ml->hEventException); GNUNET_CONTAINER_slist_clear (ml->handles_read); GNUNET_CONTAINER_slist_clear (ml->handles_write); GNUNET_CONTAINER_slist_clear (ml->handles_except); #endif max_nfds = -1; if (rfds != NULL) max_nfds = GNUNET_MAX (max_nfds, rfds->nsds); if (wfds != NULL) max_nfds = GNUNET_MAX (max_nfds, wfds->nsds); if (efds != NULL) max_nfds = GNUNET_MAX (max_nfds, efds->nsds); if (ml->cached_poll_array_size == 0) resize_cached_poll_array (ml, INITIAL_POLL_ARRAY_SIZE); #if !WINDOWS fd_counter = 0; for (i = 0; i < max_nfds; i++) { int isset[3]; isset[0] = (rfds == NULL) ? 0 : FD_ISSET (i, &rfds->sds); isset[1] = (wfds == NULL) ? 0 : FD_ISSET (i, &wfds->sds); isset[2] = (efds == NULL) ? 0 : FD_ISSET (i, &efds->sds); if ((!isset[0]) && (!isset[1]) && (!isset[2])) continue; if (fd_counter >= ml->cached_poll_array_size) resize_cached_poll_array (ml, ml->cached_poll_array_size * 2); ml->cached_poll_array[fd_counter].fd = i; ml->cached_poll_array[fd_counter].events = (isset[0] ? G_IO_IN | G_IO_HUP | G_IO_ERR : 0) | (isset[1] ? G_IO_OUT | G_IO_ERR : 0) | (isset[2] ? G_IO_ERR : 0); fd_counter++; } #else { struct GNUNET_CONTAINER_SList_Iterator t; fd_counter = 0; /* We might overshoot a little, but that won't hurt very much */ int need_nfds = (rfds->sds.fd_count + rfds->sds.fd_count + rfds->sds.fd_count > 0 ? 3 : 0) + (rfds == NULL ? 0 : GNUNET_CONTAINER_slist_count (rfds-> handles)) + (wfds == NULL ? 0 : 1) + 1; if (need_nfds >= ml->cached_poll_array_size) resize_cached_poll_array (ml, need_nfds * 2); /* Since there are also gmainloop's own fds, just need_nfds won't be * enough, so make it twice as long. */ if (ml->read_array_length < GNUNET_CONTAINER_slist_count (rfds->handles)) { ml->read_array = GNUNET_realloc (ml->read_array, GNUNET_CONTAINER_slist_count (rfds->handles) * sizeof (struct GNUNET_DISK_FileHandle *)); ml->read_array_length = GNUNET_CONTAINER_slist_count (rfds->handles); } if (rfds != NULL) { for (t = GNUNET_CONTAINER_slist_begin (rfds->handles), i = 0; GNUNET_CONTAINER_slist_end (&t) != GNUNET_YES; GNUNET_CONTAINER_slist_next (&t), i += 1) { struct GNUNET_DISK_FileHandle *fh = GNUNET_CONTAINER_slist_get (&t, NULL); if (fh->type == GNUNET_PIPE) { if (!ReadFile (fh->h, NULL, 0, NULL, fh->oOverlapRead)) { DWORD error_code = GetLastError (); if (error_code == ERROR_IO_PENDING) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Adding the pipe's 0x%x overlapped event to the array as %d\n", fh->h, fd_counter); ml->cached_poll_array[fd_counter].fd = (intptr_t) fh->oOverlapRead->hEvent; /* On W32 .events makes no sense - g_poll will just OR its * contents into .revents when the .fd event fires. * So we'll use it in the way that suits us the best. */ ml->cached_poll_array[fd_counter].events = G_IO_IN; fd_counter += 1; ml->read_array[read_handles] = fh; read_handles += 1; } else { ml->cached_poll_array[fd_counter].fd = (intptr_t) ml->hEventReadReady; ml->cached_poll_array[fd_counter].events = G_IO_HUP; fd_counter += 1; ml->read_array[read_handles] = fh; read_handles += 1; } } else { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Adding the read ready event to the array as %d\n", fd_counter); ml->cached_poll_array[fd_counter].fd = (intptr_t) ml->hEventReadReady; ml->cached_poll_array[fd_counter].events = G_IO_IN; fd_counter += 1; ml->read_array[read_handles] = fh; read_handles += 1; } } else { GNUNET_CONTAINER_slist_add (ml->handles_read, GNUNET_CONTAINER_SLIST_DISPOSITION_TRANSIENT, fh, sizeof (struct GNUNET_DISK_FileHandle)); pre_ret++; } } } if ((wfds != NULL) && (GNUNET_CONTAINER_slist_count (wfds->handles) > 0)) { ml->cached_poll_array[fd_counter].fd = (intptr_t) ml->hEventPipeWrite; ml->cached_poll_array[fd_counter].events = G_IO_OUT; always_ready_write_fd = fd_counter; fd_counter += 1; } if (efds != NULL) { for (t = GNUNET_CONTAINER_slist_begin (efds->handles), i = 0; GNUNET_CONTAINER_slist_end (&t) != GNUNET_YES; GNUNET_CONTAINER_slist_next (&t), i += 1) { struct GNUNET_DISK_FileHandle *fh = GNUNET_CONTAINER_slist_get (&t, NULL); DWORD dwBytes; if (fh->type == GNUNET_PIPE) { if (!PeekNamedPipe (fh->h, NULL, 0, NULL, &dwBytes, NULL)) { GNUNET_CONTAINER_slist_add (ml->handles_except, GNUNET_CONTAINER_SLIST_DISPOSITION_TRANSIENT, fh, sizeof (struct GNUNET_DISK_FileHandle)); pre_ret++; } } } } if ((rfds != NULL) && (rfds->sds.fd_count > 0)) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Adding the socket read event to the array as %d\n", fd_counter); ml->cached_poll_array[fd_counter].fd = (intptr_t) ml->hEventRead; ml->cached_poll_array[fd_counter].events = G_IO_IN; for (i = 0; i < rfds->sds.fd_count; i++) WSAEventSelect (rfds->sds.fd_array[i], ml->hEventRead, FD_ACCEPT | FD_READ | FD_CLOSE); fd_counter += 1; sock_read = rfds->sds.fd_count; } if ((wfds != NULL) && (wfds->sds.fd_count > 0)) { int wakeup = 0; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Adding the socket write event to the array as %d\n", fd_counter); ml->cached_poll_array[fd_counter].fd = (intptr_t) ml->hEventWrite; ml->cached_poll_array[fd_counter].events = G_IO_OUT; for (ui = 0; ui < wfds->sds.fd_count; ui++) { DWORD error; int status; status = send (wfds->sds.fd_array[ui], NULL, 0, 0); error = GetLastError (); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "pre-send to the socket %u returned %d (%u)\n", ui, status, error); if (status == 0 || (error != WSAEWOULDBLOCK && error != WSAENOTCONN)) wakeup = 1; WSAEventSelect (wfds->sds.fd_array[ui], ml->hEventWrite, FD_WRITE | FD_CONNECT | FD_CLOSE); } if (wakeup) SetEvent (ml->hEventWrite); fd_counter += 1; sock_write = wfds->sds.fd_count; } if ((efds != NULL) && (efds->sds.fd_count > 0)) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Adding the socket error event to the array as %d\n", fd_counter); ml->cached_poll_array[fd_counter].fd = (intptr_t) ml->hEventException; ml->cached_poll_array[fd_counter].events = G_IO_ERR; for (ui = 0; ui < efds->sds.fd_count; ui++) WSAEventSelect (efds->sds.fd_array[ui], ml->hEventException, FD_OOB | FD_CLOSE); fd_counter++; sock_err = efds->sds.fd_count; } } socks = sock_read + sock_write + sock_err; #endif /* combine with Gtk events */ if (NULL != ml->gmc) { g_main_context_prepare (ml->gmc, &max_priority); while (1) { need_gfds = g_main_context_query (ml->gmc, max_priority, &delay, &ml->cached_poll_array[fd_counter], ml->cached_poll_array_size - fd_counter); if (ml->cached_poll_array_size >= need_gfds + fd_counter) break; resize_cached_poll_array (ml, fd_counter + need_gfds); } } if (timeout.rel_value != GNUNET_TIME_UNIT_FOREVER_REL.rel_value) { if (delay >= 0) delay = GNUNET_MIN (timeout.rel_value / GNUNET_TIME_UNIT_MILLISECONDS.rel_value, delay); else delay = timeout.rel_value / GNUNET_TIME_UNIT_MILLISECONDS.rel_value; } #if WINDOWS if (pre_ret > 0) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "pre_ret is %d, setting delay to 0\n", pre_ret); delay = 0; } #endif GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "We have %d of our FDs and %d of GMC ones, going to wait %6dms\n", fd_counter, need_gfds, delay); poll_result = g_poll (ml->cached_poll_array, fd_counter + need_gfds, delay); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "g_poll returned : %d\n", poll_result); if (-1 == poll_result) return GNUNET_SYSERR; /* Take care of GUI events. * Dispatching the events here will eventually crash the scheduler, must do this * from within a task (currently we're not in a task, but in a select() call, remember) * Startup reason is used to pass the scheduler sanity check. */ if (NULL != ml->gmc) { if (TRUE == g_main_context_check (ml->gmc, max_priority, &ml->cached_poll_array[fd_counter], need_gfds)) GNUNET_SCHEDULER_add_continuation_with_priority (&dispatch_gtk_task, ml, GNUNET_SCHEDULER_REASON_STARTUP, GNUNET_SCHEDULER_PRIORITY_UI); } /* Now map back GNUnet scheduler events ... */ #if !WINDOWS if (NULL != rfds) GNUNET_NETWORK_fdset_zero (rfds); if (NULL != wfds) GNUNET_NETWORK_fdset_zero (wfds); if (NULL != efds) GNUNET_NETWORK_fdset_zero (efds); for (ui = 0; ui < fd_counter; ui++) { int set = 0; if ((NULL != rfds) && (set |= (FD_ISSET (ml->cached_poll_array[ui].fd, &aread) && (0 != (ml->cached_poll_array[ui]. revents & (G_IO_IN | G_IO_HUP | G_IO_ERR)))))) GNUNET_NETWORK_fdset_set_native (rfds, ml->cached_poll_array[ui].fd); if ((NULL != wfds) && (set |= (FD_ISSET (ml->cached_poll_array[ui].fd, &awrite) && (0 != (ml->cached_poll_array[ui].revents & (G_IO_OUT | G_IO_ERR)))))) GNUNET_NETWORK_fdset_set_native (wfds, ml->cached_poll_array[ui].fd); if ((NULL != efds) && (set |= (FD_ISSET (ml->cached_poll_array[ui].fd, &aexcept) && (0 != (ml->cached_poll_array[ui].revents & G_IO_ERR))))) GNUNET_NETWORK_fdset_set_native (efds, ml->cached_poll_array[ui].fd); if (set) result++; } #else if (socks > 0) { struct timeval tvslice; tvslice.tv_sec = 0; tvslice.tv_usec = 0; select_ret = select (max_nfds, &aread, &awrite, &aexcept, &tvslice); if (select_ret == -1) select_ret = 0; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "select() returned %d\n", select_ret); } if (always_ready_write_fd >= 0 && ml->cached_poll_array[always_ready_write_fd].revents & G_IO_OUT) { GNUNET_CONTAINER_slist_append (ml->handles_write, wfds->handles); result += GNUNET_CONTAINER_slist_count (ml->handles_write); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Added write pipe\n"); } for (i = 0; i < read_handles; i++) { DWORD error; BOOL bret; if (!(ml->cached_poll_array[i].revents & (G_IO_IN | G_IO_HUP | G_IO_ERR))) continue; SetLastError (0); waitstatus = 0; bret = PeekNamedPipe (ml->read_array[i]->h, NULL, 0, NULL, &waitstatus, NULL); error = GetLastError (); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peek at read pipe %d (0x%x) returned %d (%d bytes available) GLE %u\n", i, ml->read_array[i]->h, bret, waitstatus, error); if (bret == 0 || (ml->cached_poll_array[i].revents & G_IO_ERR)) { if (efds != NULL) { struct GNUNET_CONTAINER_SList_Iterator t; for (t = GNUNET_CONTAINER_slist_begin (efds->handles), i = 0; GNUNET_CONTAINER_slist_end (&t) != GNUNET_YES; GNUNET_CONTAINER_slist_next (&t), i += 1) { struct GNUNET_DISK_FileHandle *fh = GNUNET_CONTAINER_slist_get (&t, NULL); if (fh == ml->read_array[i]) { GNUNET_CONTAINER_slist_add (ml->handles_except, GNUNET_CONTAINER_SLIST_DISPOSITION_TRANSIENT, fh, sizeof (struct GNUNET_DISK_FileHandle)); break; } } } } else if (waitstatus <= 0) continue; GNUNET_CONTAINER_slist_add (ml->handles_read, GNUNET_CONTAINER_SLIST_DISPOSITION_TRANSIENT, ml->read_array[i], sizeof (struct GNUNET_DISK_FileHandle)); result += 1; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Added read Pipe 0x%x (0x%x)\n", ml->read_array[i], ml->read_array[i]->h); } waitstatus = WaitForSingleObject (ml->hEventWrite, 0); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Wait for the write event returned %d\n", waitstatus); if (waitstatus == WAIT_OBJECT_0) { for (ui = 0; ui < wfds->sds.fd_count; ui++) { DWORD error; int status; int so_error = 0; int sizeof_so_error = sizeof (so_error); int gso_result = getsockopt (wfds->sds.fd_array[ui], SOL_SOCKET, SO_ERROR, (char *) &so_error, &sizeof_so_error); status = send (wfds->sds.fd_array[ui], NULL, 0, 0); error = GetLastError (); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "send to the socket %u returned %d (%u)\n", ui, status, error); if (status == 0 || (error != WSAEWOULDBLOCK && error != WSAENOTCONN) || (status == -1 && gso_result == 0 && error == WSAENOTCONN && so_error == WSAECONNREFUSED)) { FD_SET (wfds->sds.fd_array[ui], &awrite); result += 1; } } } if (rfds) { struct GNUNET_CONTAINER_SList_Iterator t; for (ui = 0; ui < rfds->sds.fd_count; ui++) WSAEventSelect (rfds->sds.fd_array[ui], ml->hEventRead, 0); for (t = GNUNET_CONTAINER_slist_begin (rfds->handles); GNUNET_CONTAINER_slist_end (&t) != GNUNET_YES; GNUNET_CONTAINER_slist_next (&t)) { struct GNUNET_DISK_FileHandle *fh = GNUNET_CONTAINER_slist_get (&t, NULL); if (fh->type == GNUNET_PIPE) CancelIo (fh->h); } GNUNET_NETWORK_fdset_zero (rfds); if (select_ret != -1 && socks > 0) GNUNET_NETWORK_fdset_copy_native (rfds, &aread, select_ret); GNUNET_CONTAINER_slist_append (rfds->handles, ml->handles_read); } if (wfds) { for (ui = 0; ui < wfds->sds.fd_count; ui++) WSAEventSelect (wfds->sds.fd_array[ui], ml->hEventWrite, 0); GNUNET_NETWORK_fdset_zero (wfds); if (select_ret != -1 && socks > 0) GNUNET_NETWORK_fdset_copy_native (wfds, &awrite, select_ret); GNUNET_CONTAINER_slist_append (wfds->handles, ml->handles_write); } if (efds) { for (ui = 0; ui < efds->sds.fd_count; ui++) WSAEventSelect (efds->sds.fd_array[ui], ml->hEventException, 0); GNUNET_NETWORK_fdset_zero (efds); if (select_ret != -1 && socks > 0) GNUNET_NETWORK_fdset_copy_native (efds, &aexcept, select_ret); GNUNET_CONTAINER_slist_append (efds->handles, ml->handles_except); result += GNUNET_CONTAINER_slist_count (ml->handles_except); } if (fd_counter > 0) /* This is not accurate (select_ret counts write-ready sockets, * and result does as well. Anything out there actually cares * about this? */ result = select_ret + result; else result = 0; #endif return result; } /** * Actual main function run right after GNUnet's scheduler * is initialized. Initializes up GTK and Glade and starts the * combined event loop. * * @param cls the 'struct GNUNET_GTK_MainLoop' * @param args leftover command line arguments (go to gtk) * @param cfgfile name of the configuration file * @param cfg handle to the configuration */ static void run_main_loop (void *cls, char *const *args, const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *cfg) { struct GNUNET_GTK_MainLoop *ml = cls; struct GNUNET_CONFIGURATION_Handle *gcfg; char *baseconfig; char *ipath; int argc; /* command-line processing for Gtk arguments */ argc = 0; while (args[argc] != NULL) argc++; gtk_init (&argc, (char ***) &args); gcfg = GNUNET_CONFIGURATION_create (); ipath = GNUNET_GTK_installation_get_path (GNUNET_OS_IPK_DATADIR); if (ipath == NULL) { GNUNET_break (0); return; } GNUNET_asprintf (&baseconfig, "%s%s", ipath, "config.d"); GNUNET_free (ipath); (void) GNUNET_CONFIGURATION_load_from (gcfg, baseconfig); GNUNET_free (baseconfig); (void) GNUNET_CONFIGURATION_load (gcfg, cfgfile); ml->rs = GNUNET_NETWORK_fdset_create (); ml->ws = GNUNET_NETWORK_fdset_create (); ml->gml = g_main_loop_new (NULL, TRUE); ml->gmc = g_main_loop_get_context (ml->gml); ml->cfg = gcfg; ml->cfgfile = GNUNET_strdup (cfgfile); #if WINDOWS ml->hEventRead = CreateEvent (NULL, TRUE, FALSE, NULL); ml->hEventReadReady = CreateEvent (NULL, TRUE, TRUE, NULL); ml->hEventWrite = CreateEvent (NULL, TRUE, FALSE, NULL); ml->hEventException = CreateEvent (NULL, TRUE, FALSE, NULL); ml->hEventPipeWrite = CreateEvent (NULL, TRUE, TRUE, NULL); ml->handles_read = GNUNET_CONTAINER_slist_create (); ml->handles_write = GNUNET_CONTAINER_slist_create (); ml->handles_except = GNUNET_CONTAINER_slist_create (); ml->read_array = NULL; ml->read_array_length = 0; #endif /* run main task of the application */ GNUNET_SCHEDULER_add_continuation (ml->main_task, ml, GNUNET_SCHEDULER_REASON_STARTUP); /* start the Gtk event loop */ GNUNET_assert (TRUE == g_main_context_acquire (ml->gmc)); GNUNET_SCHEDULER_set_select (&gnunet_gtk_select, ml); /* keep Gtk event loop running even if there are no GNUnet tasks */ ml->dummy_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, &keepalive_task, ml); } /** * Initialize the main loop. * * @param binary_name binary name * @param binary_help help text for the binary * @param argc number of command line options * @param argv command line options * @param options allowed command line options * @param main_window_file glade file for the main window * @param main_task first task to run, closure will be set to the 'struct GNUNET_GTK_MainLoop' * @return GNUNET_OK on success, GNUNET_SYSERR on error (i.e. bad command-line options, etc) */ int GNUNET_GTK_main_loop_start (const char *binary_name, const char *binary_help, int argc, char *const *argv, struct GNUNET_GETOPT_CommandLineOption *options, const char *main_window_file, GNUNET_SCHEDULER_Task main_task) { struct GNUNET_GTK_MainLoop ml; int ret; memset (&ml, 0, sizeof (ml)); ml.main_window_file = main_window_file; ml.main_task = main_task; ret = GNUNET_PROGRAM_run (argc, argv, binary_name, binary_help, options, &run_main_loop, &ml); if (NULL != ml.cached_poll_array) g_free (ml.cached_poll_array); if (NULL != ml.rs) GNUNET_NETWORK_fdset_destroy (ml.rs); if (NULL != ml.ws) GNUNET_NETWORK_fdset_destroy (ml.ws); if (NULL != ml.builder) g_object_unref (G_OBJECT (ml.builder)); if (NULL != ml.gml) g_main_loop_unref (ml.gml); GNUNET_CONFIGURATION_destroy (ml.cfg); ml.cfg = NULL; GNUNET_free_non_null (ml.cfgfile); return ret; } /* end of eventloop.c */ gnunet-gtk-0.9.3/src/lib/nls.c0000644000175000017500000000702711711004177013031 00000000000000/* This file is part of GNUnet. (C) 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/lib/nls.c * @brief natural language support * @author Christian Grothoff */ #include "gnunet_gtk.h" #if ENABLE_NLS #include #endif /** * Initialize GNU gettext for message translation. */ void GNUNET_GTK_setup_nls () { #if ENABLE_NLS char *path; setlocale (LC_ALL, ""); GNUNET_asprintf (&path, "%s/%s/locale/", GNUNET_GTK_get_data_dir (), PACKAGE_NAME); bindtextdomain ("gnunet-gtk", path); textdomain ("gnunet-gtk"); bind_textdomain_codeset ("GNUnet", "UTF-8"); bind_textdomain_codeset ("gnunet-gtk", "UTF-8"); GNUNET_free (path); #else fprintf (stderr, "WARNING: gnunet-gtk was compiled without i18n support (did CFLAGS contain -Werror?).\n"); #endif } /* This is copied from GLib */ /** * Obtain character set used for filenames on this system. * * @param filename_charset set to the character set used for filenames * @return TRUE if the locale is utf-8 */ static gboolean get_filename_charset (const gchar ** filename_charset) { const gchar **charsets; gboolean is_utf8; is_utf8 = g_get_filename_charsets (&charsets); if (filename_charset) *filename_charset = charsets[0]; return is_utf8; } /** * Convert a string from the current locale to UTF-8. * * @param str_loc string in current locale * @return string in UTF-8, NULL if str_loc was NULL */ char * GNUNET_GTK_from_loc_to_utf8 (const char * str_loc) { char *str_utf8; const char *loc_charset; gboolean is_UTF8; if (NULL == str_loc) return NULL; is_UTF8 = g_get_charset (&loc_charset); if (is_UTF8) str_utf8 = GNUNET_strdup (str_loc); else str_utf8 = GNUNET_STRINGS_to_utf8 (str_loc, strlen (str_loc), loc_charset); return str_utf8; } /** * Convert from locale used for filenames to UTF-8. * * @param filename filename in locale encoding * @return filename in utf-8 encoding */ static char * from_filename_to_utf8 (gchar * filename) { char *str_utf8; const char *filename_charset; gboolean is_UTF8; if (NULL == filename) return NULL; is_UTF8 = get_filename_charset (&filename_charset); if (is_UTF8) str_utf8 = GNUNET_strdup (filename); else str_utf8 = GNUNET_STRINGS_to_utf8 (filename, strlen (filename), filename_charset); return str_utf8; } /** * Returns filename form filechooser, encoded in UTF-8. * * @param fc file chooser to inspect * @return selected filename as UTF-8, NULL on errors */ char * GNUNET_GTK_filechooser_get_filename_utf8 (GtkFileChooser * fc) { char *filename_utf8; gchar *filename = gtk_file_chooser_get_filename (fc); if (NULL == filename) return NULL; filename_utf8 = from_filename_to_utf8 (filename); g_free (filename); return filename_utf8; } /* end of nls.c */ gnunet-gtk-0.9.3/src/lib/Makefile.in0000644000175000017500000004747711753203103014147 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ subdir = src/lib DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libgnunetgtk_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_libgnunetgtk_la_OBJECTS = about.lo eventloop.lo glade.lo nls.lo \ os_installation.lo trayicon.lo libgnunetgtk_la_OBJECTS = $(am_libgnunetgtk_la_OBJECTS) AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent libgnunetgtk_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(libgnunetgtk_la_LDFLAGS) $(LDFLAGS) \ -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgnunetgtk_la_SOURCES) DIST_SOURCES = $(libgnunetgtk_la_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLADE_CFLAGS = @GLADE_CFLAGS@ GLADE_LIBS = @GLADE_LIBS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNUNET_CFLAGS = @GNUNET_CFLAGS@ GNUNET_FS_APP = @GNUNET_FS_APP@ GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@ GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@ GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@ GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@ GNUNET_GNS_APP = @GNUNET_GNS_APP@ GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@ GNUNET_LIBS = @GNUNET_LIBS@ GNUNET_PEERINFO_APP = @GNUNET_PEERINFO_APP@ GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@ GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@ GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@ GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@ GNUNET_SETUP_APP = @GNUNET_SETUP_APP@ GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@ GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@ GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@ GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@ GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@ GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@ GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@ GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_DATA = @PACKAGE_DATA@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ INCLUDES = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/src/include \ @GTK_CFLAGS@ \ @GNUNET_CFLAGS@ \ @GLADE_CFLAGS@ @MINGW_TRUE@WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols lib_LTLIBRARIES = libgnunetgtk.la libgnunetgtk_la_SOURCES = \ about.c \ eventloop.c \ glade.c \ nls.c \ os_installation.c \ trayicon.c libgnunetgtk_la_LIBADD = \ -lgnunetutil $(XLIB) \ @GTK_LIBS@ @GNUNET_LIBS@ @GLADE_LIBS@ $(INTLLIBS) libgnunetgtk_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ -version-info 2:0:1 all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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/lib/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/lib/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 $(am__aclocal_m4_deps): install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_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 libgnunetgtk.la: $(libgnunetgtk_la_OBJECTS) $(libgnunetgtk_la_DEPENDENCIES) $(AM_V_CCLD)$(libgnunetgtk_la_LINK) -rpath $(libdir) $(libgnunetgtk_la_OBJECTS) $(libgnunetgtk_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/about.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eventloop.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glade.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nls.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_installation.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trayicon.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 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) set x; \ 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; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) 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)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__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 "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$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: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done 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) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-libLTLIBRARIES clean-libtool \ 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 html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am 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: uninstall-libLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool 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-libLTLIBRARIES 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 uninstall-libLTLIBRARIES # 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: gnunet-gtk-0.9.3/src/lib/trayicon.c0000644000175000017500000000634511711004177014067 00000000000000/* This file is part of GNUnet. (C) 2010, 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/lib/trayicon.c * @brief trayicon support * @author Christian Grothoff */ #include "gnunet_gtk_config.h" #include "gnunet_gtk.h" /** * Our tray icon. */ static GtkStatusIcon *tray_icon; /** * The main window. */ static GtkWindow *main_window; /** * We got a click on our tray icon. Toggle visibility of the main * window. */ static void tray_icon_on_click (GtkStatusIcon * status_icon, gpointer user_data) { if (gtk_window_is_active (main_window)) gtk_widget_hide (GTK_WIDGET (main_window)); else gtk_window_present (main_window); } /** * We got a right-click on the tray icon. Display the context * menu (which should have a 'quit' button). */ static int tray_icon_on_menu (GtkWidget * widget, GdkEvent * event, gpointer user_data) { GtkMenu *tray_menu; GdkEventButton *event_button; GtkBuilder *builder; if (event->type == GDK_BUTTON_PRESS) { event_button = (GdkEventButton *) event; if (event_button->button == 3) { builder = GNUNET_GTK_get_new_builder ("gnunet_gtk_status_bar_menu.glade", NULL); tray_menu = GTK_MENU (gtk_builder_get_object (builder, "GNUNET_GTK_status_bar_popup_menu")); gtk_menu_popup (tray_menu, NULL, NULL, NULL, NULL, event_button->button, event_button->time); g_object_unref (builder); } } return FALSE; } /** * Create our tray icon. * * @param main handle to the main window (show or hide) * @param icon_name name of the tray icon file * @param tooltip tooltip for the tray icon */ void GNUNET_GTK_tray_icon_create (GtkWindow * main, const char *icon_name, const char *tooltip) { if (NULL != tray_icon) { GNUNET_break (0); return; } main_window = main; tray_icon = gtk_status_icon_new (); g_signal_connect (G_OBJECT (tray_icon), "activate", G_CALLBACK (tray_icon_on_click), NULL); g_signal_connect (G_OBJECT (tray_icon), "button_press_event", G_CALLBACK (tray_icon_on_menu), tray_icon); gtk_status_icon_set_from_icon_name (tray_icon, icon_name); gtk_status_icon_set_tooltip_text (tray_icon, tooltip); gtk_status_icon_set_visible (tray_icon, TRUE); } /** * Destroy the tray icon. */ void GNUNET_GTK_tray_icon_destroy () { if (tray_icon == NULL) return; g_object_unref (G_OBJECT (tray_icon)); tray_icon = NULL; main_window = NULL; } /* end of trayicon.c */ gnunet-gtk-0.9.3/src/gns/0000755000175000017500000000000011762217327012175 500000000000000gnunet-gtk-0.9.3/src/gns/Makefile.am0000644000175000017500000000075511753203302014144 00000000000000SUBDIRS = . INCLUDES = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/src/include \ @GTK_CFLAGS@ \ @GNUNET_CFLAGS@ \ @GLADE_CFLAGS@ bin_PROGRAMS = gnunet-gns-gtk gnunet_gns_gtk_SOURCES = \ gnunet-gns-gtk.c gnunet-gns-gtk.h \ gnunet-gns-gtk_about.c \ gnunet-gns-gtk_zone.c gnunet_gns_gtk_LDADD = \ $(top_builddir)/src/lib/libgnunetgtk.la \ @GTK_LIBS@ \ @GLADE_LIBS@ @GNUNET_LIBS@ \ -lgnunetutil -lgnunetnamestore \ $(INTLLIBS) gnunet_gns_gtk_LDFLAGS = \ -export-dynamic gnunet-gtk-0.9.3/src/gns/gnunet-gns-gtk.c0000644000175000017500000004154611761753145015145 00000000000000/* This file is part of GNUnet. (C) 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/gns/gnunet-gns-gtk.c * @brief Main function of gnunet-gns-gtk * @author Christian Grothoff */ #include "gnunet_gtk.h" #include "gnunet-gns-gtk.h" #include /** * Columns in the gns model. */ enum GNS_ModelColumns { /** * A gchararray */ GNS_MC_NAME = 0, /** * A gboolean */ GNS_MC_IS_PUBLIC = 1, /** * A guint */ GNS_MC_RECORD_TYPE = 2, /** * A gchararray */ GNS_MC_RECORD_TYPE_AS_STRING = 3, /** * A guint64 */ GNS_MC_EXPIRATION_TIME = 4, /** * A gboolean */ GNS_MC_EXPIRATION_TIME_IS_RELATIVE = 5, /** * A gchararray */ GNS_MC_EXPIRATION_TIME_AS_STRING = 6, /** * A gchararray */ GNS_MC_VALUE_AS_STRING = 7, /** * A gchararray */ GNS_MC_VALUE_COLOR = 8, }; /** * Columns in the gns type model. */ enum GNS_TypeModelColumns { /** * A guint */ GNS_TYPE_MC_TYPE = 0, /** * A gchararray */ GNS_TYPE_MC_TYPENAME = 1, }; /** * Handle to our main loop. */ static struct GNUNET_GTK_MainLoop *ml; /** * Should gnunet-gns-gtk start in tray mode? */ static int tray_only; /** * Name of our zone as a string. */ static char *zone_as_string; /** * Default directory of zone files as a string. */ static char *zonekey_directory; /** * Get cfg. */ static const struct GNUNET_CONFIGURATION_Handle * get_configuration () { return GNUNET_GTK_main_loop_get_configuration (ml); } /** * Get an object from the main window. * * @param name name of the object * @return NULL on error */ static GObject * get_object (const char *name) { return GNUNET_GTK_main_loop_get_object (ml, name); } void pseu_change_cont (void *cls, int32_t success, const char *emsg) { struct GNUNET_GNS_Context *gns = cls; GtkWidget *dialog; if (GNUNET_SYSERR == success) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("New Pseudonym could not be set: `%s'\n"), emsg); dialog = gtk_message_dialog_new (GTK_WINDOW (gns->main_window), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _("New Pseudonym could not be set: `%s'\n"), emsg); g_signal_connect_swapped (dialog, "response", G_CALLBACK (gtk_widget_destroy), dialog); gtk_widget_show_all (dialog); } } /** * Task run on shutdown. * * @param cls unused * @param tc scheduler context, unused */ static void shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { struct GNUNET_GNS_Context *gns = cls; if (NULL == gns) return; if (NULL != gns->ns) { GNUNET_NAMESTORE_disconnect (gns->ns, GNUNET_NO); gns->ns = NULL; } if (NULL != gns->pkey) { GNUNET_CRYPTO_rsa_key_free (gns->pkey); gns->pkey = NULL; } if (NULL != zonekey_directory) { GNUNET_free (zonekey_directory); zonekey_directory = NULL; } GNUNET_free (gns); } void GNUNET_GNS_GTK_shutdown (struct GNUNET_GNS_Context *gns) { GNUNET_GTK_tray_icon_destroy (); GNUNET_GTK_main_loop_quit (ml); GNUNET_SCHEDULER_add_now (&shutdown_task, gns); } gboolean GNUNET_GNS_GTK_pseu_entry_enter_cb (GtkWidget *widget, GdkEvent *event, gpointer user_data) { const gchar * pseu; pseu = gtk_entry_get_text (GTK_ENTRY(widget)); if ((pseu == NULL) || (0 == strcmp (pseu, ""))) { //gtk_entry_set_text (GTK_ENTRY(widget), PSEU_EMPTY_STR); } return FALSE; } /** * The user edited the preferred name (PSEU) of this namespace. * Push the update to the namestore. * * @param editable the edited widget * @param user_data unused */ void GNUNET_GNS_GTK_pseu_entry_changed_cb (GtkEditable *editable, gpointer user_data) { struct GNUNET_GNS_Context *gns = user_data; struct GNUNET_NAMESTORE_RecordData rd; const gchar * pseu; pseu = gtk_entry_get_text (GTK_ENTRY(editable)); if ((pseu != NULL) && (0 != strcmp (pseu, PSEU_EMPTY_STR)) && (0 != strcmp ("", pseu)) && (GNUNET_NO == gns->iteration)) { rd.record_type = GNUNET_NAMESTORE_TYPE_PSEU; rd.expiration = GNUNET_TIME_UNIT_FOREVER_ABS; rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY; rd.data_size = strlen (pseu) + 1; rd.data = strdup (pseu); GNUNET_NAMESTORE_record_create(gns->ns, gns->pkey, "+", &rd, pseu_change_cont, gns); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "New Pseudonym is `%s' %u\n", (char *) rd.data, rd.data_size); } else if ((0 != strcmp (pseu, PSEU_EMPTY_STR)) && ((pseu == NULL) || (0 == strcmp ("", pseu)))) { gtk_entry_set_text (GTK_ENTRY(editable), PSEU_EMPTY_STR); } } /** * The user toggled the 'autoshort' option. Update the configuration. * * @param checkmenuitem the menu item * @param user_data unused */ void GNUNET_GNS_GTK_autoshort_imagemenuitem_toggled_cb (GtkCheckMenuItem *checkmenuitem, gpointer user_data) { struct GNUNET_GNS_Context *gns = user_data; GtkWidget *dialog; struct GNUNET_CONFIGURATION_Handle *cfg = (struct GNUNET_CONFIGURATION_Handle *) get_configuration(); gboolean state = gtk_check_menu_item_get_active (gns->shorten_menu); if (TRUE == state) GNUNET_CONFIGURATION_set_value_string(cfg,"gns", "AUTO_IMPORT_PKEY","YES"); else GNUNET_CONFIGURATION_set_value_string(cfg,"gns", "AUTO_IMPORT_PKEY","NO"); char * cfgfile = strdup (GNUNET_GTK_main_loop_get_configuration_file(ml)); if (GNUNET_SYSERR == GNUNET_CONFIGURATION_write(cfg, cfgfile)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Changes to autoshorten could not be written to configuration file: `%s'\n"), cfgfile); dialog = gtk_message_dialog_new (GTK_WINDOW (gns->main_window), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _("Changes to autoshorten option could not be written to configuration file: `%s'\n"), cfgfile); g_signal_connect_swapped (dialog, "response", G_CALLBACK (gtk_widget_destroy), dialog); gtk_widget_show_all (dialog); } GNUNET_free (cfgfile); } /** * The user selected 'NEW' in the menu. Open a dialog to enter a filename * to create a new zone (for editing). * * @param checkmenuitem the menu item * @param user_data unused */ void GNUNET_GNS_GTK_new_imagemenuitem_activate_cb (GtkMenuItem *menuitem, gpointer user_data) { GNUNET_break (0); // FIXME, not implemented } /** * Function called from the open-directory dialog upon completion. * * @param dialog the pseudonym selection dialog * @param response_id response code from the dialog * @param user_data the builder of the dialog */ void GNUNET_GNS_GTK_zone_open_dialog_response_cb (GtkDialog * dialog, gint response_id, gpointer user_data) { char *filename; if (GTK_RESPONSE_OK != response_id) { gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (dialog)); return; } filename = GNUNET_GTK_filechooser_get_filename_utf8 (GTK_FILE_CHOOSER (dialog)); gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (dialog)); /* FIXME: move to new zone 'filename' */ fprintf (stderr, "Got zone `%s'\n", filename); GNUNET_free (filename); } /** * The user selected 'OPEN' in the menu. Open a dialog to select * a different zonefile (for editing). * * @param checkmenuitem the menu item * @param user_data unused */ void GNUNET_GNS_GTK_open_imagemenuitem_activate_cb (GtkMenuItem *menuitem, gpointer user_data) { GtkWidget *ad; GtkBuilder *builder; GtkWidget *toplevel; GtkFileFilter *ff; GtkFileChooser *fc; builder = GNUNET_GTK_get_new_builder ("gnunet_gns_gtk_zone_open.glade", NULL); if (NULL == builder) { GNUNET_break (0); return; } /* This file filter could be set with glade if we use gtk3 * With gtk2 we have to set it manually */ ff = GTK_FILE_FILTER (gtk_builder_get_object (builder, "GNUNET_GNS_GTK_zone_open_filefilter")); gtk_file_filter_add_pattern (ff, "*.zkey"); ad = GTK_WIDGET (gtk_builder_get_object (builder, "GNUNET_GNS_GTK_zone_open_filechooserdialog")); if (GTK_IS_FILE_CHOOSER(ad)) { fc = GTK_FILE_CHOOSER(ad); if (NULL != fc) gtk_file_chooser_set_current_folder(fc, zonekey_directory); } toplevel = gtk_widget_get_toplevel (GTK_WIDGET (menuitem)); if (GTK_IS_WINDOW (toplevel)) gtk_window_set_transient_for (GTK_WINDOW (ad), GTK_WINDOW (toplevel)); gtk_window_present (GTK_WINDOW (ad)); } /** * The user clicked on the 'copy' button. Copy the full string * with the hash of our public key to the clipboard. * * @param button the button that was clicked * @param user_data unused */ void GNUNET_GNS_GTK_public_key_copy_button_clicked_cb (GtkButton *button, gpointer user_data) { GtkClipboard *cb; cb = gtk_clipboard_get (GDK_SELECTION_CLIPBOARD); gtk_clipboard_set_text (cb, zone_as_string, -1); } /** * Callback invoked if the application is supposed to exit (via menu). * * @param menuitem the quit menu * @param user_data unused */ void GNUNET_GNS_GTK_quit_imagemenuitem_activate_cb (GtkMenuItem *menuitem, gpointer user_data) { GNUNET_GTK_tray_icon_destroy (); GNUNET_GTK_main_loop_quit (ml); GNUNET_SCHEDULER_add_now (&shutdown_task, user_data); } /** * Callback invoked if the application is supposed to exit (via window-close). * * @param widget the main window * @param event deletion event * @param user_data unused */ void GNUNET_GNS_GTK_main_window_delete_event_cb (GtkWidget *widget, GdkEvent *event, gpointer user_data) { GNUNET_GTK_tray_icon_destroy (); GNUNET_GTK_main_loop_quit (ml); GNUNET_SCHEDULER_add_now (&shutdown_task, user_data); } void close_error_box (GtkDialog *dialog, gint response_id, gpointer user_data) { gtk_widget_destroy (GTK_WIDGET(dialog)); GNUNET_GNS_GTK_shutdown (user_data); } static void namestore_service_check (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { struct GNUNET_GNS_Context *gns = NULL; struct GNUNET_CRYPTO_ShortHashAsciiEncoded shenc; GtkWidget *dialog; char *label; char *keyfile; char *servicehome; gns = GNUNET_malloc (sizeof (struct GNUNET_GNS_Context)); if ((tc->reason & GNUNET_SCHEDULER_REASON_TIMEOUT) != 0) { char * message = _("Namestore service is not running!\n"); GNUNET_log (GNUNET_ERROR_TYPE_ERROR, message); dialog = gtk_message_dialog_new (GTK_WINDOW (gns->main_window), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", message); g_signal_connect (dialog, "response", G_CALLBACK(close_error_box), gns); gtk_widget_show_all (dialog); return; } if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_filename (get_configuration (), "PATHS", "SERVICEHOME", &servicehome)) { GNUNET_asprintf(&zonekey_directory, ""); } else { GNUNET_asprintf(&zonekey_directory, "%s%s%s",servicehome, DIR_SEPARATOR_STR, "gns"); GNUNET_free (servicehome); } /* setup crypto keys */ if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_filename (get_configuration (), "gns", "ZONEKEY", &keyfile)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Option `%s' missing in section `%s'\n"), "ZONEKEY", "gns"); return; } else GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Using `%s'\n", keyfile); gns->pkey = GNUNET_CRYPTO_rsa_key_create_from_file (keyfile); GNUNET_free (keyfile); keyfile = NULL; if (NULL == gns->pkey) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Failed to read or create private zone key\n")); return; } GNUNET_CRYPTO_rsa_key_get_public (gns->pkey, &gns->pubkey); GNUNET_CRYPTO_short_hash (&gns->pubkey, sizeof (struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded), &gns->zone); GNUNET_CRYPTO_short_hash_to_enc(&gns->zone, &shenc); /* connect to namestore */ gns->ns = GNUNET_NAMESTORE_connect (get_configuration ()); if (NULL == gns->ns) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Failed to connect to namestore\n")); GNUNET_SCHEDULER_add_now (&shutdown_task, gns); return; } /* setup gui */ if (GNUNET_OK != GNUNET_GTK_main_loop_build_window (ml, gns)) { GNUNET_break (0); GNUNET_SCHEDULER_add_now (&shutdown_task, gns); return; } gns->builder = GNUNET_GTK_main_loop_get_builder(ml); gns->main_window = GTK_WIDGET (get_object ("GNUNET_GNS_GTK_main_window")); gns->ts = GTK_TREE_STORE (gtk_builder_get_object (gns->builder, "GNUNET_GNS_GTK_treestore")); gns->ls = GTK_LIST_STORE (gtk_builder_get_object (gns->builder, "GNUNET_GNS_GTK_type_liststore")); gns->tv = GTK_TREE_VIEW (gtk_builder_get_object (gns->builder, "GNUNET_GNS_GTK_main_treeview")); gns->tm = GTK_TREE_MODEL(gns->ts); gns->shorten_menu = GTK_CHECK_MENU_ITEM(gtk_builder_get_object (gns->builder, "GNUNET_GNS_GTK_autoshort_imagemenuitem")); if (GNUNET_YES == GNUNET_CONFIGURATION_get_value_yesno (get_configuration (), "gns", "AUTO_IMPORT_PKEY")) gtk_check_menu_item_set_active (gns->shorten_menu, TRUE); else gtk_check_menu_item_set_active (gns->shorten_menu, FALSE); /* TODO: implements menus */ gtk_widget_set_visible (GTK_WIDGET (gtk_builder_get_object (gns->builder, "GNUNET_GNS_GTK_new_imagemenuitem")), FALSE); gtk_widget_set_visible (GTK_WIDGET (gtk_builder_get_object (gns->builder, "GNUNET_GNS_GTK_open_imagemenuitem")), FALSE); zone_as_string = GNUNET_strdup ((char *) &shenc); label = g_markup_printf_escaped (_("Editing zone %s"), zone_as_string); gtk_label_set_markup (GTK_LABEL (get_object ("GNUNET_GNS_GTK_zone_label")), label); g_free (label); GNUNET_GTK_set_icon_search_path (); GNUNET_GTK_setup_nls (); /* setup main window */ GNUNET_GTK_tray_icon_create (GTK_WINDOW (gns->main_window), "gnunet-gtk" /* FIXME: different icon? */ , "gnunet-gns-gtk"); /* make GUI visible */ if (!tray_only) { gtk_widget_show (gns->main_window); gtk_window_present (GTK_WINDOW (gns->main_window)); } } /** * Actual main function run right after GNUnet's scheduler * is initialized. Initializes up GTK and Glade. * * @param cls the 'struct GNUNET_GTK_MainLoop' * @param tc scheduler context */ static void run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { ml = cls; GNUNET_CLIENT_service_test("namestore", get_configuration(), GNUNET_TIME_UNIT_SECONDS, &namestore_service_check, NULL); } int main (int argc, char *const *argv) { static struct GNUNET_GETOPT_CommandLineOption options[] = { {'t', "tray", NULL, gettext_noop ("start in tray mode"), 0, &GNUNET_GETOPT_set_one, &tray_only}, GNUNET_GETOPT_OPTION_END }; if (GNUNET_OK != GNUNET_GTK_main_loop_start ("gnunet-gns-gtk", "GTK GUI for editing our zone", argc, argv, options, "gnunet_gns_gtk_main_window.glade", &run)) return 1; return 0; } /* end of gnunet-gns-gtk.c */ gnunet-gtk-0.9.3/src/gns/gnunet-gns-gtk_zone.c0000644000175000017500000010355011761753145016172 00000000000000/* This file is part of GNUnet (C) 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/gns/gnunet-gns-gtk_zone.c * @author Christian Grothoff * @brief everything releated to the zone tree view */ #include "gnunet_gtk.h" #include "gnunet-gns-gtk.h" enum TREESTORE_COLUMNS { TREE_COL_NAME = 0, TREE_COL_IS_PUBLIC, TREE_COL_RECORD_TYPE, TREE_COL_RECORD_TYPE_AS_STR, TREE_COL_EXP_TIME, TREE_COL_EXP_TIME_IS_REL, TREE_COL_EXP_TIME_AS_STR, TREE_COL_VAL_AS_STR, TREE_COL_VAL_COLOR, TREE_COL_NAME_IS_VISIBLE, TREE_COL_IS_RECORD_ROW, TREE_COL_NOT_DUMMY_ROW, TREE_COL_EXP_TIME_COLOR, TREE_COL_NAME_COLOR }; enum LIST_COLUMNS { TYPE_LIST_TYPE = 0, TYPE_LIST_TYPENAME }; struct UpdateContext { struct GNUNET_GNS_Context *gns; struct GNUNET_NAMESTORE_RecordData *rd; unsigned int rd_count; char * name; }; static void check_name_validity_and_commit_remove_proc (void *cls, int32_t success, const char *emsg) { struct UpdateContext * uc = cls; unsigned int c; if ((GNUNET_OK == success) || (GNUNET_NO == success)) { for (c = 0; c < uc->rd_count; c++) { GNUNET_NAMESTORE_record_create(uc->gns->ns, uc->gns->pkey, uc->name, &uc->rd[c],NULL, NULL); GNUNET_free ((void *) uc->rd[c].data); } GNUNET_free (uc->rd); GNUNET_free (uc->name); GNUNET_free (uc); } else if (GNUNET_SYSERR == success) { for (c = 0; c < uc->rd_count; c++) GNUNET_free ((void *) uc->rd[c].data); GNUNET_free (uc->rd); GNUNET_free (uc->name); GNUNET_free (uc); } else { GNUNET_break (0); GNUNET_free (uc); } } static void check_name_validity_and_commit (struct GNUNET_GNS_Context *gns, gchar *path, char * oldname) { GtkTreeIter it; GtkTreeIter parent; int records; int children; int append_pseu; int c; int valid = GNUNET_YES; char * name; void * data; size_t data_size; const gchar * pseu; char *n_name; int n_type; gboolean n_public; char *n_exp_color; guint64 n_exp_time; char *n_exp_str; gboolean n_is_relative; char *n_value; char *n_value_color; gtk_tree_model_get_iter_from_string(gns->tm, &it, path); if (FALSE == gtk_tree_model_iter_parent (gns->tm, &parent, &it)) parent = it; children = gtk_tree_model_iter_n_children (gns->tm, &parent); if (children < 1) { return; } gtk_tree_model_get(gns->tm, &parent, TREE_COL_NAME, &name, -1); if (0 == strcmp (name, ROOT_STR)) { /* We have to append PSEU RECORD */ append_pseu = GNUNET_YES; records = children + 1; } else { append_pseu = GNUNET_NO; records = children; } struct GNUNET_NAMESTORE_RecordData *rd = GNUNET_malloc (records * sizeof (struct GNUNET_NAMESTORE_RecordData)); if (FALSE == gtk_tree_model_iter_children (gns->tm, &it, &parent)) return; for (c = 0; c < children; c++) { gtk_tree_model_get(gns->tm, &it, TREE_COL_NAME, &n_name, TREE_COL_RECORD_TYPE, &n_type, TREE_COL_IS_PUBLIC, &n_public, TREE_COL_EXP_TIME_COLOR, &n_exp_color, TREE_COL_EXP_TIME, &n_exp_time, TREE_COL_EXP_TIME_IS_REL, &n_is_relative, TREE_COL_EXP_TIME_AS_STR, &n_exp_str, TREE_COL_VAL_AS_STR, &n_value, TREE_COL_VAL_COLOR, &n_value_color, -1); /* valid name */ if (NULL == n_name) valid = GNUNET_NO; else { if (GNUNET_SYSERR == GNUNET_NAMESTORE_check_name (n_name)) valid = GNUNET_NO; } /* valid record type */ if (0 == n_type) valid = GNUNET_NO; /* valid expiration */ if ((n_exp_color != NULL) || (NULL == n_exp_str) || (0 == n_exp_time)) valid = GNUNET_NO; /* valid value */ if ((n_value_color != NULL) || (NULL == n_value)) valid = GNUNET_NO; if (NULL != n_value) { if (GNUNET_OK != GNUNET_NAMESTORE_string_to_value(n_type, n_value, &data, &data_size)) valid = GNUNET_NO; } if (GNUNET_YES == valid) { if (FALSE == n_public) rd[c].flags = GNUNET_NAMESTORE_RF_AUTHORITY | GNUNET_NAMESTORE_RF_PRIVATE; else rd[c].flags = GNUNET_NAMESTORE_RF_AUTHORITY | GNUNET_NAMESTORE_RF_NONE; rd[c].record_type = n_type; rd[c].expiration.abs_value = n_exp_time; rd[c].data_size = data_size; rd[c].data = GNUNET_malloc(data_size); memcpy ((void *) rd[c].data, data, data_size); } g_free (n_name); g_free (n_exp_color); g_free (n_exp_str); g_free (n_value); g_free (n_value_color); if (FALSE == gtk_tree_model_iter_next (gns->tm, &it)) break; } if (GNUNET_NO == valid) { for (c = 0; c < children; c++) GNUNET_free_non_null ((void *) rd[c].data); GNUNET_free_non_null (rd); } else { if (GNUNET_YES == append_pseu) { GNUNET_assert (children == (records -1)); /* Append PSEU record */ GtkEntry * entry = GTK_ENTRY (gtk_builder_get_object (gns->builder, "GNUNET_GNS_GTK_pseu_entry")); pseu = gtk_entry_get_text (GTK_ENTRY(entry)); if ((NULL != pseu) && (0 != strcmp (PSEU_EMPTY_STR, pseu)) && (0 != strcmp ("", pseu))) { if (GNUNET_OK != GNUNET_NAMESTORE_string_to_value(GNUNET_NAMESTORE_TYPE_PSEU, pseu, (void **) &rd[records - 1].data, &rd[records - 1].data_size)) { GNUNET_break (0); for (c = 0; c < records; c++) GNUNET_free_non_null ((void *) rd[c].data); GNUNET_free_non_null (rd); } rd[records - 1].record_type = GNUNET_NAMESTORE_TYPE_PSEU; rd[records - 1].expiration = GNUNET_TIME_UNIT_FOREVER_ABS; rd[records - 1].flags = GNUNET_NAMESTORE_RF_AUTHORITY | GNUNET_NAMESTORE_RF_NONE; } else { GNUNET_break (0); } } /* Remove old entries */ struct UpdateContext * uc = GNUNET_malloc (sizeof (struct UpdateContext)); uc->gns = gns; uc->rd = rd; uc->rd_count = records; uc->name = strdup (name); if (oldname != NULL) GNUNET_NAMESTORE_record_remove(gns->ns, gns->pkey, oldname, NULL, &check_name_validity_and_commit_remove_proc, uc); else GNUNET_NAMESTORE_record_remove(gns->ns, gns->pkey, name, NULL, &check_name_validity_and_commit_remove_proc, uc); g_free (name); } } struct Remove_Context { struct GNUNET_GNS_Context *gns; char *path; }; void check_name_validity_and_remove_proc (void *cls, int32_t success, const char *emsg) { struct Remove_Context *rcc = cls; GtkDialog *dialog; GtkTreeIter it; if (GNUNET_SYSERR == success) { char * message = _("Record could not be deleted:"); dialog = GTK_DIALOG(gtk_message_dialog_new (GTK_WINDOW (rcc->gns->main_window), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _("%s\n%s\n"), message, emsg)); g_signal_connect (dialog, "response", G_CALLBACK (gtk_widget_destroy), rcc->gns); gtk_widget_show_all (GTK_WIDGET(dialog)); } else { gtk_tree_model_get_iter_from_string(rcc->gns->tm, &it, rcc->path); gtk_tree_store_remove (rcc->gns->ts, &it); } GNUNET_free (rcc->path); GNUNET_free (rcc); } void check_name_validity_and_remove (struct GNUNET_GNS_Context *gns, gchar *path) { GtkTreeIter it; GtkTreeIter parent; char *name; int valid = GNUNET_YES; struct GNUNET_NAMESTORE_RecordData rd; struct Remove_Context *rcc; char *n_name; int n_type; gboolean n_public; char *n_exp_color; guint64 n_exp_time; char *n_exp_str; gboolean n_is_relative; char *n_value; char *n_value_color; gtk_tree_model_get_iter_from_string(gns->tm, &it, path); gtk_tree_model_get(gns->tm, &it, TREE_COL_NAME, &name, -1); if (TRUE == gtk_tree_model_iter_parent (gns->tm, &parent, &it)) { /* Removing a single record */ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Removing single record for name `%s'\n", name); gtk_tree_model_get(gns->tm, &it, TREE_COL_NAME, &n_name, TREE_COL_RECORD_TYPE, &n_type, TREE_COL_IS_PUBLIC, &n_public, TREE_COL_EXP_TIME_COLOR, &n_exp_color, TREE_COL_EXP_TIME, &n_exp_time, TREE_COL_EXP_TIME_IS_REL, &n_is_relative, TREE_COL_EXP_TIME_AS_STR, &n_exp_str, TREE_COL_VAL_AS_STR, &n_value, TREE_COL_VAL_COLOR, &n_value_color, -1); /* valid name */ if (NULL == n_name) valid = GNUNET_NO; /* valid record type */ if (0 == n_type) valid = GNUNET_NO; /* valid expiration */ if ((n_exp_color != NULL) || (NULL == n_exp_str) || (0 == n_exp_time)) valid = GNUNET_NO; /* valid value */ if ((n_value_color != NULL) || (NULL == n_value)) valid = GNUNET_NO; if (GNUNET_YES == valid) { if (FALSE == n_public) rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY | GNUNET_NAMESTORE_RF_PRIVATE; else rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY | GNUNET_NAMESTORE_RF_NONE; rd.record_type = n_type; rd.expiration.abs_value = n_exp_time; rd.data_size = strlen (n_value) + 1; rd.data = GNUNET_malloc(rd.data_size); memcpy ((void *) rd.data, n_value, rd.data_size); rcc = GNUNET_malloc(sizeof (struct Remove_Context)); rcc->gns = gns; rcc->path = strdup (path); GNUNET_NAMESTORE_record_remove(gns->ns, gns->pkey, name, &rd, &check_name_validity_and_remove_proc, rcc); GNUNET_free ((void *) rd.data); } else { gtk_tree_model_get_iter_from_string(gns->tm, &it, path); gtk_tree_store_remove (gns->ts, &it); } g_free (n_name); g_free (n_exp_color); g_free (n_exp_str); g_free (n_value); g_free (n_value_color); } else if (0 != strcmp (name, ROOT_STR)) { /* Removing the whole name record */ rcc = GNUNET_malloc(sizeof (struct Remove_Context)); rcc->gns = gns; rcc->path = strdup (path); GNUNET_NAMESTORE_record_remove(gns->ns, gns->pkey, name, NULL, &check_name_validity_and_remove_proc, rcc); } g_free (name); } /** * The user has selected a new record type. Update the * model, possibly invalidating (marking 'red') the existing * value. * * @param renderer updated renderer * @param path the path identifying the edited cell * @param new_iter selected cell in the combo's model (with the record type) * @param user_data unused */ void GNUNET_GNS_GTK_type_cellrenderercombo_changed_cb (GtkCellRendererCombo *combo, gchar *path, GtkTreeIter *new_iter, gpointer user_data) { struct GNUNET_GNS_Context *gns = user_data; GtkTreeIter it; GtkTreeIter child; guint type; int record_row; char *type_str; char *value_str; char *name_str; void *data; size_t data_size; gtk_tree_model_get(GTK_TREE_MODEL(gns->ls), new_iter, 0, &type, -1); gtk_tree_model_get(GTK_TREE_MODEL(gns->ls), new_iter, TYPE_LIST_TYPENAME, &type_str, -1); /* check if this is a new record */ gtk_tree_model_get_iter_from_string(gns->tm, &it, path); gtk_tree_model_get(gns->tm, &it, TREE_COL_IS_RECORD_ROW, &record_row, -1); gtk_tree_model_get(gns->tm, &it, TREE_COL_NAME, &name_str, -1); if (GNUNET_YES == record_row) { /* Updating an existing record */ gtk_tree_store_set(gns->ts, &it, TREE_COL_RECORD_TYPE, type, TREE_COL_RECORD_TYPE_AS_STR, type_str, -1); } else if ((NULL != name_str) && (0 != strcmp (NEW_NAME_STR, name_str))) { /* Adding a new record */ gtk_tree_store_insert_with_values(gns->ts, &child , &it, 0, TREE_COL_NAME, name_str, TREE_COL_NAME_IS_VISIBLE, FALSE, TREE_COL_RECORD_TYPE, type, TREE_COL_RECORD_TYPE_AS_STR, type_str, TREE_COL_EXP_TIME_AS_STR, EXPIRE_NEVER_STRING, TREE_COL_EXP_TIME, GNUNET_TIME_UNIT_FOREVER_ABS, TREE_COL_EXP_TIME_IS_REL, FALSE, TREE_COL_IS_RECORD_ROW, GNUNET_YES, TREE_COL_NOT_DUMMY_ROW, GNUNET_YES, -1); gtk_tree_view_expand_row (gns->tv, gtk_tree_model_get_path(gns->tm, &it), 0); } GNUNET_free (type_str); /* check if value is still valid */ gtk_tree_model_get(gns->tm, &it, TREE_COL_VAL_AS_STR, &value_str, -1); if (NULL != value_str) { if (GNUNET_OK != GNUNET_NAMESTORE_string_to_value (type, value_str, &data, &data_size)) gtk_tree_store_set (gns->ts, &it, TREE_COL_VAL_COLOR, "red", -1); else gtk_tree_store_set (gns->ts, &it, TREE_COL_VAL_COLOR, NULL, -1); GNUNET_free (value_str); } else if (NULL == value_str) { /* Empty value field */ if (GNUNET_YES == record_row) gtk_tree_store_set (gns->ts, &it, TREE_COL_VAL_COLOR, "red", -1); else gtk_tree_store_set (gns->ts, &child, TREE_COL_VAL_COLOR, "red", -1); } check_name_validity_and_commit (gns, path, NULL); GNUNET_free_non_null (name_str); } /** * The user has toggled the 'public' checkmark of a cell. Update the * model. * * @param renderer updated renderer * @param path the path identifying the edited cell * @param user_data unused */ void GNUNET_GNS_GTK_ispublic_cellrenderertoggle_toggled_cb (GtkCellRendererToggle *cell_renderer, gchar *path, gpointer user_data) { struct GNUNET_GNS_Context *gns = user_data; GtkTreeIter it; gboolean value; gtk_tree_model_get_iter_from_string(gns->tm, &it, path); gtk_tree_model_get(gns->tm, &it, TREE_COL_IS_PUBLIC, &value, -1); gtk_tree_store_set(gns->ts, &it, TREE_COL_IS_PUBLIC, !value, -1); check_name_validity_and_commit (gns, path, NULL); } static char * convert_time_to_string (struct GNUNET_TIME_Absolute t) { time_t tt; struct tm *time; char *ret; if (t.abs_value == GNUNET_TIME_UNIT_FOREVER_ABS.abs_value) return GNUNET_strdup (_(EXPIRE_NEVER_STRING)); if (t.abs_value == GNUNET_TIME_UNIT_ZERO_ABS.abs_value) return GNUNET_strdup (_(EXPIRE_INVALID_STRING)); tt = t.abs_value / 1000; time = localtime (&tt); GNUNET_asprintf(&ret, "%02u/%02u/%04u %02u:%02u",time->tm_mon, time->tm_mday, 1900 + time->tm_year, time->tm_hour, time->tm_min); return ret; } static int check_time (const char * text) { unsigned int t_mon; unsigned int t_day; unsigned int t_year; unsigned int t_hrs; unsigned int t_min; int count = SSCANF (text, "%02u/%02u/%04u %02u:%02u", &t_mon, &t_day, &t_year, &t_hrs, &t_min); if ((EOF == count) || (5 != count)) return GNUNET_SYSERR; if (t_mon > 12) return GNUNET_SYSERR; if (t_day > 31) return GNUNET_SYSERR; if (t_hrs > 24) return GNUNET_SYSERR; if (t_min > 59) return GNUNET_SYSERR; return GNUNET_OK; } static const struct GNUNET_TIME_Absolute convert_string_to_abs_time (const char * text) { static struct GNUNET_TIME_Absolute abs_t; struct tm time; time_t t; int t_mon; int t_day; int t_year; int t_hrs; int t_min; GNUNET_assert (NULL != text); if (0 == strcmp(text, EXPIRE_NEVER_STRING)) return GNUNET_TIME_UNIT_FOREVER_ABS; memset (&time, '\0', sizeof (struct tm)); if (GNUNET_SYSERR == check_time(text)) { GNUNET_break (0); return GNUNET_TIME_UNIT_ZERO_ABS; } int count = SSCANF (text, "%02d/%02d/%04d %02d:%02d", &t_mon, &t_day, &t_year, &t_hrs, &t_min); if ((EOF == count) || (5 != count)) return GNUNET_TIME_UNIT_ZERO_ABS; time.tm_mon = (t_mon - 1); time.tm_mday = t_day; time.tm_year = t_year - 1900; time.tm_hour = (t_hrs); time.tm_min = t_min; t = mktime (&time); if (-1 == t) return GNUNET_TIME_UNIT_ZERO_ABS; abs_t.abs_value = t * 1000; return abs_t; } /** * The user has edited a 'expiration' cell. Update the model. * * @param renderer updated renderer * @param path the path identifying the edited cell * @param new_text the new expiration time * @param user_data unused */ void GNUNET_GNS_GTK_expiration_cellrenderertext_edited_cb (GtkCellRendererText *renderer, gchar *path, gchar *new_text, gpointer user_data) { struct GNUNET_GNS_Context * gns = user_data; GtkTreeIter it; struct GNUNET_TIME_Absolute abstime; gboolean is_rel; char *old_text; if ((NULL != new_text)) { gtk_tree_model_get_iter_from_string(gns->tm, &it, path); gtk_tree_model_get(gns->tm, &it, TREE_COL_EXP_TIME_AS_STR, &old_text, TREE_COL_EXP_TIME_IS_REL, &is_rel, -1); if (0 == strcmp(new_text, old_text)) return; if ((0 == strcmp(new_text,"")) || (0 == strcmp(new_text,EXPIRE_NEVER_STRING))) { new_text = EXPIRE_NEVER_STRING; abstime = GNUNET_TIME_UNIT_FOREVER_ABS; } else { if (GNUNET_SYSERR == check_time(new_text)) { gtk_tree_store_set (gns->ts, &it, TREE_COL_EXP_TIME_AS_STR, new_text, TREE_COL_EXP_TIME_COLOR, "red", TREE_COL_EXP_TIME, 0, -1); abstime = GNUNET_TIME_UNIT_ZERO_ABS; return; } /* TODO: fix this when we have relative time */ if (TRUE == is_rel) { abstime = convert_string_to_abs_time(new_text); } else { abstime = convert_string_to_abs_time(new_text); } } gtk_tree_store_set (gns->ts, &it, TREE_COL_EXP_TIME_AS_STR, new_text, TREE_COL_EXP_TIME, abstime.abs_value, TREE_COL_EXP_TIME_COLOR, NULL, -1); check_name_validity_and_commit (gns, path, NULL); } } /** * The user has edited a 'value' cell. Update the model, * including the status on the consistency of the value with * the type. * * @param renderer updated renderer * @param path the path identifying the edited cell * @param new_text the new value * @param user_data unused */ void GNUNET_GNS_GTK_value_cellrenderertext_edited_cb (GtkCellRendererText *renderer, gchar *path, gchar *new_text, gpointer user_data) { struct GNUNET_GNS_Context *gns = user_data; GtkTreeModel *tm = GTK_TREE_MODEL(gns->ts); GtkTreeIter it; size_t data_size; void * data; int type; gchar * old_value; if (0 != strcmp(new_text,"")) { gtk_tree_model_get_iter_from_string(tm, &it, path); gtk_tree_model_get(tm, &it, TREE_COL_RECORD_TYPE, &type, TREE_COL_VAL_AS_STR, &old_value, -1); if (old_value != NULL) { if (0 == strcmp(new_text, old_value)) { GNUNET_free (old_value); return; } GNUNET_free (old_value); } if (GNUNET_OK == GNUNET_NAMESTORE_string_to_value (type, new_text, &data, &data_size)) { gtk_tree_store_set (gns->ts, &it, TREE_COL_VAL_COLOR, NULL, -1); gtk_tree_store_set (gns->ts, &it, TREE_COL_VAL_AS_STR, new_text, -1); check_name_validity_and_commit (gns, path, NULL); } else { gtk_tree_store_set (gns->ts, &it, TREE_COL_VAL_COLOR, "red", -1); gtk_tree_store_set (gns->ts, &it, TREE_COL_VAL_AS_STR, new_text, -1); } } } /** * The user has edited a 'name' cell. Update the model (and if needed * create another fresh line for additional records). * * @param renderer updated renderer * @param path the path identifying the edited cell * @param new_text the new name * @param user_data unused */ void GNUNET_GNS_GTK_name_cellrenderertext_edited_cb (GtkCellRendererText *renderer, gchar *path, gchar *new_text, gpointer user_data) { struct GNUNET_GNS_Context *gns = user_data; GtkTreeIter it; GtkTreeIter child; GtkTreeModel *tm = GTK_TREE_MODEL(gns->ts); int not_dummy; char *name; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "New text for `%s' is `%s'\n", path, new_text); if ((0 == strcmp (new_text, NEW_NAME_STR)) || (0 == strcmp (new_text, ""))) return; gtk_tree_model_get_iter_from_string(tm, &it, path); gtk_tree_model_get(tm, &it, TREE_COL_NOT_DUMMY_ROW, ¬_dummy, -1); gtk_tree_model_get(tm, &it, TREE_COL_NAME, &name, -1); if (not_dummy == GNUNET_NO) { /* update name */ gtk_tree_store_set (gns->ts, &it, TREE_COL_NAME, new_text, TREE_COL_RECORD_TYPE, 0, TREE_COL_RECORD_TYPE_AS_STR, _(NEW_RECORD_STR), TREE_COL_NOT_DUMMY_ROW, GNUNET_YES, -1); check_name_validity_and_commit (gns, gtk_tree_model_get_string_from_iter(gns->tm, &it), name); /* add a new dummy line */ gtk_tree_store_insert_with_values (gns->ts, &it,NULL, 0, TREE_COL_NAME, _(NEW_NAME_STR), TREE_COL_NAME_IS_VISIBLE, TRUE, TREE_COL_RECORD_TYPE, 1, TREE_COL_NOT_DUMMY_ROW, GNUNET_NO, TREE_COL_IS_RECORD_ROW, GNUNET_NO, -1); } else { /* update name */ gtk_tree_store_set (gns->ts, &it, TREE_COL_NAME, new_text, -1); if (TRUE == gtk_tree_model_iter_children (gns->tm, &child, &it)) { do { gtk_tree_store_set (gns->ts, &child, TREE_COL_NAME, &new_text, -1); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "New text for `%s' is `%s'\n", path, new_text); } while (TRUE == gtk_tree_model_iter_next (gns->tm, &child)); } check_name_validity_and_commit (gns, gtk_tree_model_get_string_from_iter(gns->tm, &it), name); } if (GNUNET_SYSERR == GNUNET_NAMESTORE_check_name (new_text)) { gtk_tree_store_set (gns->ts, &it, TREE_COL_NAME_COLOR, "red", -1); } else { gtk_tree_store_set (gns->ts, &it, TREE_COL_NAME_COLOR, NULL, -1); } } /** * The zone treeview pop up menu is supposed to be created. * (Note: this is not the only method that might need to be * written to handle events to create pop up menus; right-clicks * might need to be managed separately). * * @param widget the widget * @param user_data unused * @return TRUE if a menu was activated */ gboolean GNUNET_GNS_GTK_main_treeview_popup_menu_cb (GtkWidget *widget, gpointer user_data) { struct GNUNET_GNS_Context *gns = user_data; GtkTreeModel *tm; GtkTreeIter it; GtkMenu *popup; GtkTreeSelection * ts; int not_dummy; ts = gtk_tree_view_get_selection(gns->tv); if (! gtk_tree_selection_get_selected (ts, &tm, &it)) return TRUE; gtk_tree_model_get(gns->tm, &it, TREE_COL_NOT_DUMMY_ROW, ¬_dummy, -1); if (GNUNET_NO == not_dummy) return TRUE; popup = GTK_MENU(gtk_builder_get_object (gns->builder, "GNUNET_GNS_GTK_delete_popup_menu")); gtk_widget_show_all (GTK_WIDGET(popup)); gtk_menu_popup(popup, NULL, NULL, NULL, NULL, 0, 0); return TRUE; } static void set_relative_expiration_time (struct GNUNET_GNS_Context *gns, struct GNUNET_TIME_Relative reltime) { GtkTreeIter it; GtkTreeIter parent; GtkCellRendererText *renderer; GtkTreeModel *tm; GtkTreeSelection * ts = gtk_tree_view_get_selection(gns->tv); gboolean has_parent; struct GNUNET_TIME_Absolute abstime; char *path; int not_dummy; if (! gtk_tree_selection_get_selected (ts, &tm, &it)) return; gtk_tree_model_get(tm, &it, TREE_COL_NOT_DUMMY_ROW, ¬_dummy, -1); if (GNUNET_NO == not_dummy) return; /* Has parent? */ has_parent = gtk_tree_model_iter_parent (tm, &parent, &it); if (FALSE == has_parent) return; abstime = GNUNET_TIME_absolute_add(GNUNET_TIME_absolute_get(), reltime); /* this is a single record */ renderer = GTK_CELL_RENDERER_TEXT((gtk_builder_get_object (gns->builder, "GNUNET_GNS_GTK_name_cellrenderertext"))); path = gtk_tree_model_get_string_from_iter (tm, &it); GNUNET_GNS_GTK_expiration_cellrenderertext_edited_cb (renderer, path, convert_time_to_string (abstime), gns); } gboolean GNUNET_GNS_GTK_main_treeview_popup_menu_exp1d_cb (GtkWidget *widget, gpointer user_data) { set_relative_expiration_time (user_data, GNUNET_TIME_UNIT_DAYS); return TRUE; } gboolean GNUNET_GNS_GTK_main_treeview_popup_menu_exp1w_cb (GtkWidget *widget, gpointer user_data) { set_relative_expiration_time (user_data, GNUNET_TIME_UNIT_WEEKS); return TRUE; } gboolean GNUNET_GNS_GTK_main_treeview_popup_menu_exp1y_cb (GtkWidget *widget, gpointer user_data) { set_relative_expiration_time (user_data, GNUNET_TIME_UNIT_YEARS); return TRUE; } gboolean GNUNET_GNS_GTK_main_treeview_popup_menu_expinf_cb (GtkWidget *widget, gpointer user_data) { set_relative_expiration_time (user_data, GNUNET_TIME_UNIT_FOREVER_REL); return TRUE; } gboolean GNUNET_GNS_GTK_main_treeview_button_press_popup_menu_cb (GtkWidget *widget, GdkEventButton *event, gpointer user_data) { /* Check for right click*/ if (NULL == widget) return FALSE; if (event->type == GDK_BUTTON_PRESS && event->button == 3) GNUNET_GNS_GTK_main_treeview_popup_menu_cb (widget, user_data); return FALSE; } gboolean GNUNET_GNS_GTK_main_treeview_key_press_popup_menu_cb (GtkWidget *widget, GdkEventKey *event, gpointer user_data) { /* Check for delete key */ if ((event->type == GDK_KEY_PRESS) && (GDK_KEY_Delete == event->keyval)) GNUNET_GNS_GTK_main_treeview_popup_menu_cb (widget, user_data); return FALSE; } struct ZoneIteration_Context { struct GNUNET_GNS_Context *gns; struct GNUNET_CRYPTO_ShortHashCode zone; struct GNUNET_NAMESTORE_ZoneIterator * it; char *label; }; void GNUNET_GNS_GTK_delete_popup_menu_delete_cb (GtkMenuItem *menuitem, gpointer user_data) { struct GNUNET_GNS_Context *gns = user_data; GtkTreeIter it; GtkTreeModel *tm; GtkTreeSelection * ts; int not_dummy; char *path; ts = gtk_tree_view_get_selection(gns->tv); if (gtk_tree_selection_get_selected (ts, &tm, &it)) { gtk_tree_model_get(tm, &it, TREE_COL_NOT_DUMMY_ROW, ¬_dummy, -1); if (GNUNET_NO == not_dummy) return; /* do not delete the dummy line */ path = gtk_tree_model_get_string_from_iter (gns->tm, &it); check_name_validity_and_remove(gns, path); g_free (path); } } static void zone_iteration_proc (void *cls, const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key, struct GNUNET_TIME_Absolute expire, const char *name, unsigned int rd_count, const struct GNUNET_NAMESTORE_RecordData *rd, const struct GNUNET_CRYPTO_RsaSignature *signature) { struct ZoneIteration_Context * zc_ctx = cls; GtkTreeIter iter_name; GtkTreeIter iter_record; GtkEntry *pseu_entry; int c; int time_is_relative; char *exp; char *val; char * type_str; int public; guint64 exp_t; GNUNET_assert (zc_ctx != NULL); if ((NULL == zone_key) && (NULL == name)) { struct GNUNET_CRYPTO_ShortHashAsciiEncoded shenc; GNUNET_CRYPTO_short_hash_to_enc(&zc_ctx->zone, &shenc); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Zone `%s 'iteration done\n", &shenc); pseu_entry = GTK_ENTRY((gtk_builder_get_object (zc_ctx->gns->builder, "GNUNET_GNS_GTK_pseu_entry"))); if (zc_ctx->label == NULL) GNUNET_asprintf(&zc_ctx->label, "%s", PSEU_EMPTY_STR); gtk_entry_set_text (pseu_entry, zc_ctx->label); zc_ctx->gns->iteration = GNUNET_NO; GNUNET_free (zc_ctx->label); GNUNET_free (zc_ctx); return; } struct GNUNET_CRYPTO_ShortHashAsciiEncoded shenc; GNUNET_CRYPTO_short_hash_to_enc(&zc_ctx->zone, &shenc); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Zone `%s' iteration result `%s', %u records\n", &shenc, name, rd_count); GNUNET_assert(GTK_IS_TREE_STORE(zc_ctx->gns->ts)); gtk_tree_store_append(zc_ctx->gns->ts, &iter_name, NULL); gtk_tree_store_set(zc_ctx->gns->ts, &iter_name, TREE_COL_NAME, name, TREE_COL_NAME_IS_VISIBLE, TRUE, TREE_COL_RECORD_TYPE, 0, TREE_COL_RECORD_TYPE_AS_STR, _(NEW_RECORD_STR), TREE_COL_IS_RECORD_ROW, GNUNET_NO, TREE_COL_NOT_DUMMY_ROW, GNUNET_YES, -1); if (GNUNET_SYSERR == GNUNET_NAMESTORE_check_name (name)) { gtk_tree_store_set (zc_ctx->gns->ts, &iter_name, TREE_COL_NAME_COLOR, "red", -1); } /* Append elements for records */ for (c = 0; c < rd_count; c ++) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Record %u: type %u flags %u expiration %llu data_size %u\n", c, rd[c].record_type, rd[c].flags, rd[c].expiration, rd[c].data_size); /* Set public toggle */ if ((rd[c].flags & GNUNET_NAMESTORE_RF_PRIVATE) == GNUNET_NAMESTORE_RF_PRIVATE) { public = GNUNET_NO; } else { public = GNUNET_YES; } /* Expiration time */ time_is_relative = GNUNET_NO; if (GNUNET_YES == time_is_relative) { /* TODO: FIX THIS WHEN WE HAVE RELATIVE TIME */ struct GNUNET_TIME_Relative rel_time = GNUNET_TIME_UNIT_ZERO; struct GNUNET_TIME_Absolute exp_abs; exp_abs = GNUNET_TIME_absolute_add(GNUNET_TIME_absolute_get(), rel_time); exp_t = exp_abs.abs_value; exp = convert_time_to_string (exp_abs); } else { struct GNUNET_TIME_Absolute exp_abs = rd[c].expiration; exp_t = exp_abs.abs_value; exp = convert_time_to_string (exp_abs); } /* value */ val = GNUNET_NAMESTORE_value_to_string (rd[c].record_type, rd[c].data, rd[c].data_size); if (NULL == val) GNUNET_asprintf(&val, "%s", EXPIRE_INVALID_STRING); if (NULL != GNUNET_NAMESTORE_number_to_typename(rd[c].record_type)) type_str = strdup (GNUNET_NAMESTORE_number_to_typename(rd[c].record_type)); else GNUNET_asprintf(&type_str, "%s", EXPIRE_INVALID_STRING); if ((0 ==strcmp (name, ROOT_STR)) && (GNUNET_NAMESTORE_TYPE_PSEU == rd[c].record_type)) { zc_ctx->label = strdup(val); zc_ctx->gns->iteration = GNUNET_YES; } else { gtk_tree_store_insert_with_values(zc_ctx->gns->ts, &iter_record , &iter_name, 0, TREE_COL_NAME, name, TREE_COL_NAME_IS_VISIBLE, FALSE, TREE_COL_RECORD_TYPE, rd[c].record_type, TREE_COL_RECORD_TYPE_AS_STR, type_str, TREE_COL_IS_PUBLIC, public, TREE_COL_EXP_TIME, exp_t, TREE_COL_EXP_TIME_AS_STR, exp, TREE_COL_EXP_TIME_IS_REL, time_is_relative, TREE_COL_VAL_AS_STR, val, TREE_COL_IS_RECORD_ROW, GNUNET_YES, TREE_COL_NOT_DUMMY_ROW, GNUNET_YES, -1); } GNUNET_free (type_str); GNUNET_free (exp); GNUNET_free (val); } GNUNET_NAMESTORE_zone_iterator_next(zc_ctx->it); } /** * The zone treeview was realized. Setup the model. * * @param widget the widget * @param user_data unused */ void GNUNET_GNS_GTK_main_treeview_realize_cb (GtkWidget *widget, gpointer user_data) { struct GNUNET_GNS_Context *gns = user_data; struct ZoneIteration_Context *zc_ctx; GtkTreeIter toplevel; /* Append a top level row and leave it empty */ gtk_tree_store_insert_with_values(gns->ts, &toplevel, NULL, 0, TREE_COL_NAME, _(NEW_NAME_STR), TREE_COL_NAME_IS_VISIBLE, TRUE, TREE_COL_RECORD_TYPE, 1, TREE_COL_IS_RECORD_ROW, GNUNET_NO, TREE_COL_NOT_DUMMY_ROW, GNUNET_NO, -1); zc_ctx = GNUNET_malloc (sizeof (struct ZoneIteration_Context)); zc_ctx->gns = user_data; zc_ctx->zone = gns->zone; zc_ctx->it = GNUNET_NAMESTORE_zone_iteration_start(gns->ns, &gns->zone, GNUNET_NAMESTORE_RF_NONE, GNUNET_NAMESTORE_RF_NONE, &zone_iteration_proc, zc_ctx); } /* end of gnunet-gns-gtk_zone.c */ gnunet-gtk-0.9.3/src/gns/gnunet-gns-gtk_about.c0000644000175000017500000000235311725471017016323 00000000000000/* This file is part of GNUnet (C) 2005, 2006, 2010 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/gns/gnunet-gns-gtk_about.c * @author Christian Grothoff * @author Igor Wronsky * * This file contains the about dialog. */ #include "gnunet_gtk.h" /** * This displays an about window */ void GNUNET_GNS_GTK_about_imagemenuitem_activate_cb (GtkWidget * dummy, gpointer data) { GNUNET_GTK_display_about ("gnunet_gns_gtk_about_window.glade"); } /* end of gnunet-gns-gtk_about.c */ gnunet-gtk-0.9.3/src/gns/Makefile.in0000644000175000017500000006121611753203341014157 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ bin_PROGRAMS = gnunet-gns-gtk$(EXEEXT) subdir = src/gns DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) am_gnunet_gns_gtk_OBJECTS = gnunet-gns-gtk.$(OBJEXT) \ gnunet-gns-gtk_about.$(OBJEXT) gnunet-gns-gtk_zone.$(OBJEXT) gnunet_gns_gtk_OBJECTS = $(am_gnunet_gns_gtk_OBJECTS) am__DEPENDENCIES_1 = gnunet_gns_gtk_DEPENDENCIES = $(top_builddir)/src/lib/libgnunetgtk.la \ $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent gnunet_gns_gtk_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(gnunet_gns_gtk_LDFLAGS) $(LDFLAGS) -o \ $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(gnunet_gns_gtk_SOURCES) DIST_SOURCES = $(gnunet_gns_gtk_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLADE_CFLAGS = @GLADE_CFLAGS@ GLADE_LIBS = @GLADE_LIBS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNUNET_CFLAGS = @GNUNET_CFLAGS@ GNUNET_FS_APP = @GNUNET_FS_APP@ GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@ GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@ GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@ GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@ GNUNET_GNS_APP = @GNUNET_GNS_APP@ GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@ GNUNET_LIBS = @GNUNET_LIBS@ GNUNET_PEERINFO_APP = @GNUNET_PEERINFO_APP@ GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@ GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@ GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@ GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@ GNUNET_SETUP_APP = @GNUNET_SETUP_APP@ GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@ GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@ GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@ GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@ GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@ GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@ GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@ GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_DATA = @PACKAGE_DATA@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = . INCLUDES = \ -I$(top_srcdir)/ \ -I$(top_srcdir)/src/include \ @GTK_CFLAGS@ \ @GNUNET_CFLAGS@ \ @GLADE_CFLAGS@ gnunet_gns_gtk_SOURCES = \ gnunet-gns-gtk.c gnunet-gns-gtk.h \ gnunet-gns-gtk_about.c \ gnunet-gns-gtk_zone.c gnunet_gns_gtk_LDADD = \ $(top_builddir)/src/lib/libgnunetgtk.la \ @GTK_LIBS@ \ @GLADE_LIBS@ @GNUNET_LIBS@ \ -lgnunetutil -lgnunetnamestore \ $(INTLLIBS) gnunet_gns_gtk_LDFLAGS = \ -export-dynamic all: all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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/gns/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/gns/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 $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p || test -f $$p1; \ then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list gnunet-gns-gtk$(EXEEXT): $(gnunet_gns_gtk_OBJECTS) $(gnunet_gns_gtk_DEPENDENCIES) @rm -f gnunet-gns-gtk$(EXEEXT) $(AM_V_CCLD)$(gnunet_gns_gtk_LINK) $(gnunet_gns_gtk_OBJECTS) $(gnunet_gns_gtk_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-gns-gtk.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-gns-gtk_about.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-gns-gtk_zone.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done 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: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ 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; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) 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)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__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 "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(PROGRAMS) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive 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) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-recursive clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-binPROGRAMS .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-binPROGRAMS \ clean-generic clean-libtool ctags ctags-recursive distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-binPROGRAMS 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 installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-recursive uninstall uninstall-am \ uninstall-binPROGRAMS # 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: gnunet-gtk-0.9.3/src/gns/gnunet-gns-gtk.h0000644000175000017500000000325211736522673015144 00000000000000/* This file is part of GNUnet. (C) 2012 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/gns/gnunet-gns-gtk.h * @brief Main function header of gnunet-gns-gtk * @author Christian Grothoff */ #include "gnunet_gtk.h" #include #define NEW_NAME_STR "" #define NEW_RECORD_STR "" #define ROOT_STR "+" #define EXPIRE_NEVER_STRING "never" #define EXPIRE_INVALID_STRING "invalid" #define PSEU_EMPTY_STR "" struct GNUNET_GNS_Context { /** * Handle to the namestore. */ struct GNUNET_NAMESTORE_Handle *ns; GtkCheckMenuItem *shorten_menu; GtkBuilder *builder; GtkWidget *main_window; GtkTreeStore *ts; GtkListStore *ls; GtkTreeModel *tm; GtkTreeView *tv; struct GNUNET_CRYPTO_RsaPrivateKey *pkey; struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pubkey; struct GNUNET_CRYPTO_ShortHashCode zone; int iteration; }; /* end of gnunet-gns-gtk.h */ gnunet-gtk-0.9.3/src/Makefile.in0000644000175000017500000004534511753203102013370 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ subdir = src DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLADE_CFLAGS = @GLADE_CFLAGS@ GLADE_LIBS = @GLADE_LIBS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNUNET_CFLAGS = @GNUNET_CFLAGS@ GNUNET_FS_APP = @GNUNET_FS_APP@ GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@ GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@ GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@ GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@ GNUNET_GNS_APP = @GNUNET_GNS_APP@ GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@ GNUNET_LIBS = @GNUNET_LIBS@ GNUNET_PEERINFO_APP = @GNUNET_PEERINFO_APP@ GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@ GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@ GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@ GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@ GNUNET_SETUP_APP = @GNUNET_SETUP_APP@ GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@ GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@ GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@ GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@ GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@ GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@ GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@ GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_DATA = @PACKAGE_DATA@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = . include lib $(GNUNET_FS_APP) $(GNUNET_GNS_APP) $(GNUNET_SETUP_APP) $(GNUNET_PEERINFO_APP) statistics all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/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 $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done 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: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ 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; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) 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)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__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 "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive 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) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ ctags ctags-recursive distclean 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 installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 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: gnunet-gtk-0.9.3/src/include/0000755000175000017500000000000011762217327013031 500000000000000gnunet-gtk-0.9.3/src/include/gnunet_gtk.h0000644000175000017500000001474011731702726015273 00000000000000/* This file is part of GNUnet. (C) 2011 Christian Grothoff (and other contributing authors) GNUnet 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, or (at your option) any later version. GNUnet 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 GNUnet; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * @file src/include/gnunet_gtk.h * @brief Helper library for Gtk user interfaces to GNUnet * @author Christian Grothoff */ #ifndef GNUNET_GTK_H #define GNUNET_GTK_H #ifndef HAVE_USED_CONFIG_H #define HAVE_USED_CONFIG_H #if HAVE_CONFIG_H #include "gnunet_gtk_config.h" #endif #endif #include #include #include #include #include #include #include #ifndef GDK_KEY_Return #define GDK_KEY_Return GDK_Return #endif #ifndef GDK_KEY_Delete #define GDK_KEY_Delete GDK_Delete #endif /* ****************** Initialization *************** */ /** * Initialize natural language support. */ void GNUNET_GTK_setup_nls (void); /** * Initialize GTK search path for icons. */ void GNUNET_GTK_set_icon_search_path (void); /** * Get the name of the directory where all of our package * data is stored ($PREFIX/share/) * * @return name of the data directory */ const char * GNUNET_GTK_get_data_dir (void); /** * @brief get the path to a specific GNUnet installation directory or, * with GNUNET_IPK_SELF_PREFIX, the current running apps installation directory * @author Milan * @return a pointer to the dir path (to be freed by the caller) */ char * GNUNET_GTK_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind); /* **************** Glade/Gtk helpers *************** */ /** * Create an initialize a new builder based on the GNUnet-GTK glade * file. * * @param filename name of the resource file to load * @param user_data user_data to pass to signal handlers, * use "NULL" to pass the GtkBuilder itself. * @return NULL on error */ GtkBuilder * GNUNET_GTK_get_new_builder (const char *filename, void *user_data); /** * This displays an about dialog. * * @param dialogfile name of the glade file containing the dialog */ void GNUNET_GTK_display_about (const char *dialogfile); /** * Obtain a string from a GtkTreeView's model. * * @param treeview treeview to inspect * @param treepath path that identifies the item * @param column number of the column with the string * @param value where to store the string * @return TRUE on success, FALSE on errors */ gboolean GNUNET_GTK_get_tree_string (GtkTreeView *treeview, GtkTreePath *treepath, guint column, gchar ** value); /** * Create our tray icon. * * @param main handle to the main window (show or hide) * @param icon_name name of the tray icon file * @param tooltip tooltip for the tray icon */ void GNUNET_GTK_tray_icon_create (GtkWindow * main, const char *icon_name, const char *tooltip); /** * Destroy the tray icon. */ void GNUNET_GTK_tray_icon_destroy (void); /** * Convert a string from the current locale to UTF-8. * * @param str_loc string in current locale * @return string in UTF-8, NULL if str_loc was NULL */ char * GNUNET_GTK_from_loc_to_utf8 (const char * str_loc); /** * Returns filename form filechooser, encoded in UTF-8. * * @param fc file chooser to inspect * @return selected filename as UTF-8, NULL on errors */ char * GNUNET_GTK_filechooser_get_filename_utf8 (GtkFileChooser * fc); /** * Remove the given entry and all of its children from the tree store. * * @param ts tree store to change * @param root root of the subtree to remove */ void GNUNET_FS_GTK_remove_treestore_subtree (GtkTreeStore * ts, GtkTreeIter * root); /* ******************* main loop ***************** */ /** * Handle for our main loop. */ struct GNUNET_GTK_MainLoop; /** * Initialize the main loop. * * @param binary_name binary name * @param binary_help help text for the binary * @param argc number of command line options * @param argv command line options * @param options allowed command line options * @param main_window_file glade file for the main window * @param main_task first task to run, closure will be set to the 'struct GNUNET_GTK_MainLoop' * @return GNUNET_OK on success, GNUNET_SYSERR on error (i.e. bad command-line options, etc) */ int GNUNET_GTK_main_loop_start (const char *binary_name, const char *binary_help, int argc, char *const *argv, struct GNUNET_GETOPT_CommandLineOption *options, const char *main_window_file, GNUNET_SCHEDULER_Task main_task); /** * Get an object from the main window. * * @param ml handle to the main loop * @param name name of the object * @return NULL on error, otherwise the object */ GObject * GNUNET_GTK_main_loop_get_object (struct GNUNET_GTK_MainLoop *ml, const char *name); /** * Get the builder from the main window. * * @param ml handle to the main loop * @return NULL on error, otherwise the builder */ GtkBuilder * GNUNET_GTK_main_loop_get_builder (struct GNUNET_GTK_MainLoop *ml); int GNUNET_GTK_main_loop_build_window (struct GNUNET_GTK_MainLoop *ml, gpointer data); /** * Obtain the name of the configuration file that is being used. * * @param ml handle to the main loop * @return name of configuration file */ const char * GNUNET_GTK_main_loop_get_configuration_file (struct GNUNET_GTK_MainLoop *ml); /** * Get the configuration. * * @param ml handle to the main loop * @return handle to the configuration, never NULL */ const struct GNUNET_CONFIGURATION_Handle * GNUNET_GTK_main_loop_get_configuration (struct GNUNET_GTK_MainLoop *ml); /** * Trigger shutdown of the GUI and exit the main loop. * * @param ml handle to the main loop */ void GNUNET_GTK_main_loop_quit (struct GNUNET_GTK_MainLoop *ml); #endif /* end of gnunet_gtk.h */ gnunet-gtk-0.9.3/src/include/Makefile.am0000644000175000017500000000015211622271661014777 00000000000000SUBDIRS = . gnunetgtkincludedir = $(includedir)/gnunet-gtk gnunetgtkinclude_HEADERS = \ gnunet_gtk.h gnunet-gtk-0.9.3/src/include/Makefile.in0000644000175000017500000005170711753203103015013 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ subdir = src/include DIST_COMMON = $(gnunetgtkinclude_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(gnunetgtkincludedir)" HEADERS = $(gnunetgtkinclude_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLADE_CFLAGS = @GLADE_CFLAGS@ GLADE_LIBS = @GLADE_LIBS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNUNET_CFLAGS = @GNUNET_CFLAGS@ GNUNET_FS_APP = @GNUNET_FS_APP@ GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@ GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@ GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@ GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@ GNUNET_GNS_APP = @GNUNET_GNS_APP@ GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@ GNUNET_LIBS = @GNUNET_LIBS@ GNUNET_PEERINFO_APP = @GNUNET_PEERINFO_APP@ GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@ GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@ GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@ GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@ GNUNET_SETUP_APP = @GNUNET_SETUP_APP@ GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@ GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@ GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@ GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@ GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@ GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@ GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@ GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_DATA = @PACKAGE_DATA@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = . gnunetgtkincludedir = $(includedir)/gnunet-gtk gnunetgtkinclude_HEADERS = \ gnunet_gtk.h all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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/include/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/include/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 $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-gnunetgtkincludeHEADERS: $(gnunetgtkinclude_HEADERS) @$(NORMAL_INSTALL) test -z "$(gnunetgtkincludedir)" || $(MKDIR_P) "$(DESTDIR)$(gnunetgtkincludedir)" @list='$(gnunetgtkinclude_HEADERS)'; test -n "$(gnunetgtkincludedir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(gnunetgtkincludedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(gnunetgtkincludedir)" || exit $$?; \ done uninstall-gnunetgtkincludeHEADERS: @$(NORMAL_UNINSTALL) @list='$(gnunetgtkinclude_HEADERS)'; test -n "$(gnunetgtkincludedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(gnunetgtkincludedir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(gnunetgtkincludedir)" && rm -f $$files # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done 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: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ 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; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) 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)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__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 "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(HEADERS) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(gnunetgtkincludedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive 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) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-gnunetgtkincludeHEADERS install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-gnunetgtkincludeHEADERS .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ ctags ctags-recursive distclean 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-gnunetgtkincludeHEADERS 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 \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-gnunetgtkincludeHEADERS # 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: