[glib/wip/desrt/gfilemonitor: 50/52] fen: remove Solaris file monitor support
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/desrt/gfilemonitor: 50/52] fen: remove Solaris file monitor support
- Date: Tue, 10 Mar 2015 15:24:37 +0000 (UTC)
commit e852b4648b56b5bc3bf854b338502d5ff5ef3b5d
Author: Ryan Lortie <desrt desrt ca>
Date: Fri Jan 16 20:25:38 2015 -0500
fen: remove Solaris file monitor support
This code is unmaintained and we have no way to port it to the new file
monitoring API.
configure.ac | 17 -
gio/Makefile.am | 7 -
gio/fen/Makefile.am | 27 --
gio/fen/fen-dump.c | 74 -----
gio/fen/fen-dump.h | 27 --
gio/fen/fen-helper.c | 193 ------------
gio/fen/fen-helper.h | 31 --
gio/fen/fen-kernel.c | 550 ----------------------------------
gio/fen/fen-kernel.h | 41 ---
gio/fen/fen-node.c | 638 ----------------------------------------
gio/fen/fen-node.h | 102 -------
gio/fen/gfendirectorymonitor.c | 140 ---------
gio/fen/gfendirectorymonitor.h | 56 ----
gio/fen/gfenfilemonitor.c | 140 ---------
gio/fen/gfenfilemonitor.h | 57 ----
15 files changed, 0 insertions(+), 2100 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b13cfb9..d0e0743 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1677,22 +1677,6 @@ AC_CHECK_HEADERS([sys/event.h],
AM_CONDITIONAL(HAVE_KQUEUE, [test "$kqueue_support" = "yes"])
-dnl *********************************
-dnl ** Check for Solaris FEN (GIO) **
-dnl *********************************
-fen_support=no
-AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
-#include <port.h>
-#ifndef PORT_SOURCE_FILE
-#error "Please upgrade to Nevada 72 or above to suppoert FEN"
-#endif
-int main() { return 0; } ]])],
-[
- fen_support=yes
-],)
-
-AM_CONDITIONAL(HAVE_FEN, [test "$fen_support" = "yes"])
-
dnl ****************************
dnl *** Checks for FAM (GIO) ***
dnl ****************************
@@ -3616,7 +3600,6 @@ gio/gnetworking.h
gio/xdgmime/Makefile
gio/inotify/Makefile
gio/kqueue/Makefile
-gio/fen/Makefile
gio/fam/Makefile
gio/win32/Makefile
gio/tests/Makefile
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 8d9febb..a84830b 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -227,13 +227,6 @@ platform_libadd += kqueue/libkqueue.la
platform_deps += kqueue/libkqueue.la
endif
-if HAVE_FEN
-AM_CPPFLAGS += -DHAVE_FEN
-SUBDIRS += fen
-platform_libadd += fen/libfen.la
-platform_deps += fen/libfen.la
-endif
-
if OS_WIN32
SUBDIRS += win32
platform_libadd += win32/libgiowin32.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]