FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
35 lines
915 B
C
35 lines
915 B
C
--- config.h.in.orig 2007-11-30 20:43:35.000000000 -0500
|
|
+++ config.h.in 2007-12-24 14:47:06.000000000 -0500
|
|
@@ -24,6 +24,18 @@
|
|
/* Define to 1 if you have the `getgrouplist' function. */
|
|
#undef HAVE_GETGROUPLIST
|
|
|
|
+/* Define to 1 if you have the `clearenv' function. */
|
|
+#undef HAVE_CLEARENV
|
|
+
|
|
+/* Define to 1 if you have the `strndup' function. */
|
|
+#undef HAVE_STRNDUP
|
|
+
|
|
+/* Define to 1 if you have the `readdir64' function. */
|
|
+#undef HAVE_READDIR64
|
|
+
|
|
+/* Define to 1 if you have the `getline' function. */
|
|
+#undef HAVE_GETLINE
|
|
+
|
|
/* Define if the GNU gettext() function is already present or preinstalled. */
|
|
#undef HAVE_GETTEXT
|
|
|
|
@@ -117,6 +129,12 @@
|
|
/* Define if pam_strerror takes two arguments */
|
|
#undef PAM_STRERROR_TWO_ARGS
|
|
|
|
+/* Enable Linux inotify() usage */
|
|
+#undef HAVE_INOTIFY
|
|
+
|
|
+/* Enable BSD kqueue() usage */
|
|
+#undef HAVE_KQUEUE
|
|
+
|
|
/* Authorization Database to use */
|
|
#undef POLKIT_AUTHDB
|
|
|