pike.git/
src/
modules/
FSEvents/
fsevents.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2012-07-01
2012-07-01 16:19:41 by Arne Goedeke <el@laramies.com>
3ee17c83cffb6d0cc6453ec4ff20347e4a9911c9 (
53
lines) (+
27
/-
26
)
[
Show
|
Annotate
]
Branch:
7.9
FSEvents: fixed tests for AC_CHECK_DECLS defines
510:
/*! @decl constant kFSEventStreamEventIdSinceNow */
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGNONE
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGNONE
ADD_ICONST(kFSEventStreamEventFlagNone); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTMUSTSCANSUBDIRS
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTMUSTSCANSUBDIRS
ADD_ICONST(kFSEventStreamEventFlagMustScanSubDirs); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGUSERDROPPED
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGUSERDROPPED
ADD_ICONST(kFSEventStreamEventFlagUserDropped); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGKERNELDROPPED
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGKERNELDROPPED
ADD_ICONST(kFSEventStreamEventFlagKernelDropped); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGEVENTIDSWRAPPED
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGEVENTIDSWRAPPED
ADD_ICONST(kFSEventStreamEventFlagEventIdsWrapped); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGHISTORYDONE
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGHISTORYDONE
ADD_ICONST(kFSEventStreamEventFlagHistoryDone); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGROOTCHANGED
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGROOTCHANGED
ADD_ICONST(kFSEventStreamEventFlagRootChanged); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGMOUNT
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGMOUNT
ADD_ICONST(kFSEventStreamEventFlagMount); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGUNMOUNT
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGUNMOUNT
ADD_ICONST(kFSEventStreamEventFlagUnmount); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMCREATED
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMCREATED
ADD_ICONST(kFSEventStreamEventFlagItemCreated); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMREMOVED
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMREMOVED
ADD_ICONST(kFSEventStreamEventFlagItemRemoved); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGINODEMETAMOD
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGINODEMETAMOD
ADD_ICONST(kFSEventStreamEventFlagItemInodeMetaMod); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMRENAMED
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMRENAMED
ADD_ICONST(kFSEventStreamEventFlagItemRenamed); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMMODIFIED
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMMODIFIED
ADD_ICONST(kFSEventStreamEventFlagItemModified); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGFINDERINFOMOD
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGFINDERINFOMOD
ADD_ICONST(kFSEventStreamEventFlagItemFinderInfoMod); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMCHANGEOWNER
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMCHANGEOWNER
ADD_ICONST(kFSEventStreamEventFlagItemChangeOwner); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMXATTRMOD
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMXATTRMOD
ADD_ICONST(kFSEventStreamEventFlagItemXattrMod); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMISFILE
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMISFILE
ADD_ICONST(kFSEventStreamEventFlagItemIsFile); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMISDIR
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMISDIR
ADD_ICONST(kFSEventStreamEventFlagItemIsDir); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMISSYMLINK
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTFLAGITEMISSYMLINK
ADD_ICONST(kFSEventStreamEventFlagItemIsSymlink); #endif
594:
* flags for the stream creation */
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMCREATEFLAGFILEEVENTS
+
#
if
HAVE_DECL_KFSEVENTSTREAMCREATEFLAGFILEEVENTS
ADD_ICONST(kFSEventStreamCreateFlagFileEvents); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMCREATEFLAGIGNORESELF
+
#
if
HAVE_DECL_KFSEVENTSTREAMCREATEFLAGIGNORESELF
ADD_ICONST(kFSEventStreamCreateFlagIgnoreSelf); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMCREATEFLAGWATCHROOT
+
#
if
HAVE_DECL_KFSEVENTSTREAMCREATEFLAGWATCHROOT
ADD_ICONST(kFSEventStreamCreateFlagWatchRoot); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMCREATEFLAGNODEFER
+
#
if
HAVE_DECL_KFSEVENTSTREAMCREATEFLAGNODEFER
ADD_ICONST(kFSEventStreamCreateFlagNoDefer); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMCREATEFLAGNONE
+
#
if
HAVE_DECL_KFSEVENTSTREAMCREATEFLAGNONE
ADD_ICONST(kFSEventStreamCreateFlagNone); #endif
-
#
ifdef
HAVE_DECL_KFSEVENTSTREAMEVENTIDSINCENOW
+
#
if
HAVE_DECL_KFSEVENTSTREAMEVENTIDSINCENOW
ADD_ICONST(kFSEventStreamEventIdSinceNow); #endif