diff options
author | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 10:46:55 +0200 |
---|---|---|
committer | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 10:46:55 +0200 |
commit | fcb250efba23ae522c4c8cb03c47dd40edcf9603 (patch) | |
tree | 3756bd1748842a3f1049d857e8412f148a8741b9 /flx/flx_fcntl.h | |
parent | Initial commit (diff) | |
download | flxutils-fcb250efba23ae522c4c8cb03c47dd40edcf9603.tar.xz |
[RELEASE] flxutils-0.1.4.2v0.1.4.2
Diffstat (limited to 'flx/flx_fcntl.h')
-rw-r--r-- | flx/flx_fcntl.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/flx/flx_fcntl.h b/flx/flx_fcntl.h new file mode 100644 index 0000000..f1b6f73 --- /dev/null +++ b/flx/flx_fcntl.h @@ -0,0 +1,14 @@ +#ifndef __FLX_FCNTL_H__ +#define __FLX_FCNTL_H__ + +#define O_READ 0x0001 +#define O_WRITE 0x0002 +#define O_SORTED 0x0004 + + +#define INPUT_SORTED 0x0001 +#define OUTPUT_SORTED 0x0002 + +#define IS_SORTED 0x0001 + +#endif /* __FLX_FCNTL_H__ */ |