]> git.eshelyaron.com Git - emacs.git/commit
Add kqueue support
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 9 Nov 2015 09:00:56 +0000 (10:00 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Nov 2015 11:10:48 +0000 (12:10 +0100)
commit662ee733257d573deaadd2e217894b70265fb5fe
tree31a343154a51e310bee1ae3d840dd8aec13c4d3f
parentef75c3b56b8ff034eb47e0c69328227127cc93fa
Add kqueue support

* configure.ac (--with-file-notification): Add kqueue.
(top): Remove special test for "${HAVE_NS}" and
${with_file_notification}, this is handled inside gfilenotify
tests.  Add kqueue tests.  Use NOTIFY_CFLAGS and NOTIFY_LIBS
instead of library specific variables.

* src/Makefile.in: Use NOTIFY_CFLAGS and NOTIFY_LIBS.

* src/emacs.c (main): Call globals_of_kqueue and syms_of_kqueue.

* src/kqueue.c: New file.

* src/lisp.h: Declare extern globals_of_kqueue and syms_of_kqueue.
configure.ac
src/Makefile.in
src/emacs.c
src/kqueue.c [new file with mode: 0644]
src/lisp.h