annotate gaim-uninstalled.pc.in @ 21621:b2aa68cdc8b9

I had used memcpy to copy the struct tm to where the caller wants it, but this assumes all callers provide their own allocated struct, which is not necessarily always the case. If callers want to keep the values of this struct tm across multiple calls to purple_str_to_time, they had better copy it themselves. (which is essentially the same as it was before when we were returning the pointer to the struct as returned by localtime(), which is also statically allocated)
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 23 Nov 2007 19:41:44 +0000
parents dde5bebd5fb4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15600
023030b74a15 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@wiktel.com>
parents:
diff changeset
1 prefix=@prefix@
023030b74a15 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@wiktel.com>
parents:
diff changeset
2 exec_prefix=@exec_prefix@
023030b74a15 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@wiktel.com>
parents:
diff changeset
3 libdir=@libdir@
023030b74a15 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@wiktel.com>
parents:
diff changeset
4 includedir=@includedir@
023030b74a15 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@wiktel.com>
parents:
diff changeset
5 datarootdir=@datarootdir@
023030b74a15 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@wiktel.com>
parents:
diff changeset
6 datadir=@datadir@
023030b74a15 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@wiktel.com>
parents:
diff changeset
7 sysconfdir=@sysconfdir@
023030b74a15 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@wiktel.com>
parents:
diff changeset
8
16181
dde5bebd5fb4 I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Richard Laager <rlaager@wiktel.com>
parents: 15600
diff changeset
9 Name: Pidgin (Gaim compatibility)
dde5bebd5fb4 I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Richard Laager <rlaager@wiktel.com>
parents: 15600
diff changeset
10 Description: Pidgin is a GTK2-based instant messenger application.
15600
023030b74a15 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@wiktel.com>
parents:
diff changeset
11 Version: @VERSION@
023030b74a15 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@wiktel.com>
parents:
diff changeset
12 Requires: glib-2.0
023030b74a15 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@wiktel.com>
parents:
diff changeset
13 Cflags: -I${pc_top_builddir}/${pcfiledir}/libpurple -I${pc_top_builddir}/${pcfiledir}/pidgin
023030b74a15 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@wiktel.com>
parents:
diff changeset
14 Libs: ${pc_top_builddir}/${pcfiledir}/libpurple/libpurple.la