Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / dmake / msdos / sysintf.h
blob9b7b45cdaab4dd7c947a3eadcff25cb26f8f12d5
1 /* RCS $Id: sysintf.h,v 1.2 2007-01-18 09:34:40 vg 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.
25 #define DMSTAT stat
26 #define VOID_LCACHE(l,m)
27 #define GETPID _psp
29 extern char * tempnam();
30 extern char * getcwd();
33 ** standard C items
37 ** DOS interface standard items
39 #define chdir(p) dchdir(p)
42 ** make parameters
44 #ifdef _POSIX_NAME_MAX
45 #undef _POSIX_NAME_MAX
46 #endif
47 #define _POSIX_NAME_MAX 12
49 #ifdef _POSIX_PATH_MAX
50 #undef _POSIX_PATH_MAX
51 #endif
52 #define _POSIX_PATH_MAX 64