XEmacs 21.2.36 "Notos"
[chise/xemacs-chise.git.1] / src / s / cygwin32.h
1 /* system description file for cygwin32.
2    Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
3
4 This file is part of GNU Emacs.
5
6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 GNU Emacs is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with XEmacs; see the file COPYING.  If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.  */
20
21 /* Building under cygwin
22  *
23  * The approach I have taken with this port is to use primarily the
24  * UNIX code base adding stuff that is MS-Windows specific. This works
25  * quite well, and is in keeping with my perception of the cygwin
26  * philosophy.  Note that if you make changes to this file you do NOT
27  * want to define WIN32_NATIVE (formerly "WINDOWSNT"), I repeat - do
28  * not define this, it will break everything horribly. What does get
29  * defined is HAVE_MS_WINDOWS, but this is done by configure and only
30  * applies to the window system.
31  *
32  * When building make sure your HOME path is unix style - i.e. without
33  * a drive letter.
34  *
35  * once you have done this, configure and make.
36  *
37  * windows '95 - I haven't tested this under '95, it will probably
38  * build but I konw there are some limitations with cygwin under 95 so
39  * YMMV. I build with NT4 SP3.
40  *
41  * Andy Piper <andy@xemacs.org> 8/1/98 
42  * http://www.xemacs.freeserve.co.uk/ */
43
44 /* Identify ourselves */
45 #define CYGWIN
46
47 /* cheesy way to determine cygwin version */
48 #ifndef NOT_C_CODE
49 # include <signal.h>
50 # ifdef HAVE_CYGWIN_VERSION_H
51 #  include <cygwin/version.h>
52 # else
53 #  ifdef SIGIO
54 #   define CYGWIN_VERSION_DLL_MAJOR 19
55 #   define CYGWIN_VERSION_DLL_MINOR 0
56 #   define CYGWIN_B19
57 #  else
58 #   define CYGWIN_VERSION_DLL_MAJOR 18
59 #   define CYGWIN_VERSION_DLL_MINOR 0
60 #   define BROKEN_CYGWIN
61 #  endif
62 # endif
63
64 # if CYGWIN_VERSION_DLL_MAJOR < 20
65
66 void cygwin32_win32_to_posix_path_list (const char*, char*);
67 int cygwin32_win32_to_posix_path_list_buf_size (const char*);
68 void cygwin32_posix_to_win32_path_list (const char*, char*);
69 int cygwin32_posix_to_win32_path_list_buf_size (const char*);
70
71 #define cygwin_win32_to_posix_path_list cygwin32_win32_to_posix_path_list
72 #define cygwin_win32_to_posix_path_list_buf_size \
73   cygwin32_win32_to_posix_path_list_buf_size
74 #define cygwin_posix_to_win32_path_list cygwin32_posix_to_win32_path_list
75 #define cygwin_posix_to_win32_path_list_buf_size \
76   cygwin32_posix_to_win32_path_list_buf_size
77
78 struct timeval;
79 struct timezone;
80 struct itimerval;
81 struct stat;
82 int gettimeofday (struct timeval *tp, struct timezone *tzp);
83 int gethostname (char* name, int namelen);
84 char*   mktemp (char *);
85 double  logb (double);
86 void    sync (void);
87 int     ioctl (int, int, ...);
88                         /* sys/stat.h */
89 int lstat (const char *path, struct stat *buf);
90                         /* unistd.h */
91 int readlink (const char *path, void *buf, unsigned int bufsiz);
92 int symlink (const char *name1, const char *name2);
93                         /* sys/time.h */
94 int setitimer (int which, const struct itimerval *value,
95               struct itimerval *ovalue);
96 int utimes (char *file, struct timeval *tvp);
97
98 int srandom (unsigned seed);
99 long random (void);
100
101 # else /* not CYGWIN_VERSION_DLL_MAJOR < 20 */
102
103 void cygwin_win32_to_posix_path_list (const char*, char*);
104 int cygwin_win32_to_posix_path_list_buf_size (const char*);
105 void cygwin_posix_to_win32_path_list (const char*, char*);
106 int cygwin_posix_to_win32_path_list_buf_size (const char*);
107
108 # endif /* CYGWIN_VERSION_DLL_MAJOR < 20 */
109
110 # if CYGWIN_VERSION_DLL_MAJOR <= 20
111 char *getpass (const char *prompt);
112 double logb (double);
113 # endif /* CYGWIN_VERSION_DLL_MAJOR <= 20 */
114
115 /* Still left out of 1.1! */
116 double  logb (double);
117
118 #endif
119
120 #ifndef ORDINARY_LINK
121 #define ORDINARY_LINK
122 #endif
123
124 #define C_SWITCH_SYSTEM -Wno-sign-compare -fno-caller-saves
125 #define LIBS_SYSTEM -lwinmm
126 #define WIN32_LEAN_AND_MEAN
127
128 #define TEXT_START -1
129 #define TEXT_END -1
130 #define DATA_END -1
131 #define HEAP_IN_DATA
132 #define NO_LIM_DATA
133 #define UNEXEC "unexcw.o"
134
135 #ifdef CYGWIN_VERSION_DLL_MAJOR
136 #if 0
137 /* #### FIXME: although defining BROKEN_SIGIO is correct for proper ^G
138    behavior, bugs in cygwin mean that xemacs locks up frequently if
139    this is defined.  */
140 #define BROKEN_SIGIO
141 #endif
142 #else
143 #define PROCESS_IO_BLOCKING
144 #endif
145 #define strnicmp strncasecmp
146 #ifndef HAVE_SOCKETS
147 #define HAVE_SOCKETS
148 #endif
149 #define OBJECTS_SYSTEM  ntplay.o
150
151 #undef MAIL_USE_SYSTEM_LOCK
152
153 /* Do not define LOAD_AVE_TYPE or LOAD_AVE_CVT
154    since there is no load average available. */
155
156 /* Define VIRT_ADDR_VARIES if the virtual addresses of
157    pure and impure space as loaded can vary, and even their
158    relative order cannot be relied on.
159
160    Otherwise Emacs assumes that text space precedes data space,
161    numerically.  */
162
163 /* Text does precede data space, but this is never a safe assumption.  */
164 #define VIRT_ADDR_VARIES
165
166 /* If you are compiling with a non-C calling convention but need to
167    declare vararg routines differently, put it here */
168 #define _VARARGS_ __cdecl
169
170 /* If you are providing a function to something that will call the
171    function back (like a signal handler and signal, or main) its calling
172    convention must be whatever standard the libraries expect */
173 #define _CALLBACK_ __cdecl
174
175 /* SYSTEM_TYPE should indicate the kind of system you are using.
176  It sets the Lisp variable system-type.  */
177
178 #define SYSTEM_TYPE "cygwin32"
179
180 #define NO_MATHERR
181
182 /* define MAIL_USE_FLOCK if the mailer uses flock
183    to interlock access to /usr/spool/mail/$USER.
184    The alternative is that a lock file named
185    /usr/spool/mail/$USER.lock.  */
186
187 /* If the character used to separate elements of the executable path
188    is not ':', #define this to be the appropriate character constant.  */
189 #define SEPCHAR ':'
190
191 /* ============================================================ */
192
193 /* Here, add any special hacks needed
194    to make Emacs work on this system.  For example,
195    you might define certain system call names that don't
196    exist on your system, or that do different things on
197    your system and must be used only through an encapsulation
198    (Which you should place, by convention, in sysdep.c).  */
199
200 /* Define this to be the separator between path elements */
201 /* #define DIRECTORY_SEP XINT (Vdirectory_sep_char) */
202
203 /* Define this to be the separator between devices and paths */
204 #define DEVICE_SEP ':'
205
206 /* We'll support either convention on NT.  */
207 #define IS_DIRECTORY_SEP(_c_) ((_c_) == '/' || (_c_) == '\\')
208 #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_) || IS_DEVICE_SEP (_c_))
209 #define EXEC_SUFFIXES   ".exe:.com:.bat:.cmd:"
210
211 /* We need a little extra space, see ../../lisp/loadup.el */
212 #define SYSTEM_PURESIZE_EXTRA 15000
213
214 #define CYGWIN_CONV_PATH(src, dst) \
215 dst = alloca (cygwin_win32_to_posix_path_list_buf_size(src)); \
216 cygwin_win32_to_posix_path_list(src, dst)
217 #define CYGWIN_WIN32_PATH(src, dst) \
218 dst = alloca (cygwin_posix_to_win32_path_list_buf_size(src)); \
219 cygwin_posix_to_win32_path_list(src, dst)