Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / dmake / unix / sysintf.h
blob85bd198529e8c11bcd472a8d94fc0718f169c65e
1 /* RCS $Id: sysintf.h,v 1.4 2007-10-15 15:53:38 ihi Exp $
2 --
3 -- SYNOPSIS
4 -- Interfaces for sysintf.c
5 --
6 -- DESCRIPTION
7 -- Abstractions of functions in sysintf.c
8 --
9 -- AUTHOR
10 -- Dennis Vadura, dvadura@dmake.wticorp.com
12 -- WWW
13 -- http://dmake.wticorp.com/
15 -- COPYRIGHT
16 -- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
18 -- This program is NOT free software; you can redistribute it and/or
19 -- modify it under the terms of the Software License Agreement Provided
20 -- in the file <distribution-root>/readme/license.txt.
22 -- LOG
23 -- Use cvs log to obtain detailed change logs.
26 #define DMSTAT stat
27 #define VOID_LCACHE(l,m) (void) void_lcache(l,m)
28 #define Hook_std_writes(A)
29 #define GETPID getpid()
31 #ifndef S_IFDIR
32 #define S_IFDIR 0040000
33 #endif
35 #ifndef S_IFMT
36 #define S_IFMT 0170000
37 #endif
40 ** standard C items
44 ** DOS interface standard items
46 #define getswitchar() '-'
49 ** Make parameters