gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce
[bpt/emacs.git] / src / s / ms-w32.h
CommitLineData
95ed0025 1/* System description file for Windows NT.
7490175b 2
acaf905b 3Copyright (C) 1993-1995, 2001-2012 Free Software Foundation, Inc.
95ed0025
RS
4
5This file is part of GNU Emacs.
6
4b158629 7GNU Emacs is free software: you can redistribute it and/or modify
95ed0025 8it under the terms of the GNU General Public License as published by
4b158629
GM
9the Free Software Foundation, either version 3 of the License, or
10(at your option) any later version.
95ed0025
RS
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
4b158629 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
95ed0025 19
e05aebe9
GM
20/* Define symbols to identify the version of Unix this is.
21 Define all the symbols that apply correctly. */
95ed0025 22
95ed0025
RS
23#ifndef WINDOWSNT
24#define WINDOWSNT
25#endif
26#ifndef DOS_NT
27#define DOS_NT /* MSDOS or WINDOWSNT */
28#endif
29
f247498e
JB
30/* #undef const */
31
3360970a 32/* If you are compiling with a non-C calling convention but need to
e05aebe9 33 declare vararg routines differently, put it here. */
3360970a
KH
34#define _VARARGS_ __cdecl
35
36/* If you are providing a function to something that will call the
37 function back (like a signal handler and signal, or main) its calling
e05aebe9 38 convention must be whatever standard the libraries expect. */
3360970a
KH
39#define _CALLBACK_ __cdecl
40
e05aebe9
GM
41/* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
42 Look in <sys/time.h> for a timeval structure. */
124abc74 43#define HAVE_TIMEVAL 1
95ed0025 44
69fd7dbf
KS
45/* But our select implementation doesn't allow us to make non-blocking
46 connects. So until that is fixed, this is necessary: */
69fd7dbf
KS
47#define BROKEN_NON_BLOCKING_CONNECT 1
48
401ea527
KS
49/* And the select implementation does 1-byte read-ahead waiting
50 for received packets, so datagrams are broken too. */
401ea527
KS
51#define BROKEN_DATAGRAM_SOCKETS 1
52
124abc74 53#define MAIL_USE_SYSTEM_LOCK 1
95ed0025 54
95ed0025
RS
55/* If the character used to separate elements of the executable path
56 is not ':', #define this to be the appropriate character constant. */
57#define SEPCHAR ';'
58
ef099b57
JB
59/* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
60#ifdef __GNUC__
61#define HAVE_ATTRIBUTE_ALIGNED 1
62#endif
63
64/* Define to 1 if strtold conforms to C99. */
65#ifdef __GNUC__
66#define HAVE_C99_STRTOLD 1
67#endif
68
69#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8))
70#define HAVE___BUILTIN_UNWIND_INIT 1
71#endif
72
95ed0025
RS
73/* ============================================================ */
74
e05aebe9
GM
75/* Here, add any special hacks needed to make Emacs work on this
76 system. For example, you might define certain system call names
77 that don't exist on your system, or that do different things on
78 your system and must be used only through an encapsulation (which
79 you should place, by convention, in sysdep.c). */
95ed0025 80
e05aebe9 81/* Define this to be the separator between devices and paths. */
95ed0025
RS
82#define DEVICE_SEP ':'
83
84/* We'll support either convention on NT. */
85#define IS_DIRECTORY_SEP(_c_) ((_c_) == '/' || (_c_) == '\\')
86#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_) || IS_DEVICE_SEP (_c_))
87
f247498e
JB
88#ifdef __GNUC__
89#ifndef __cplusplus
90#undef inline
91#endif
92#else /* MSVC */
93#define inline __inline
94#endif
95
96#ifdef __GNUC__
97# define restrict __restrict__
98#else
99# define restrict
100#endif
101
102/* `mode_t' is not defined for MSVC. Define. */
103#ifdef _MSC_VER
104typedef unsigned short mode_t;
105#endif
106
107/* A va_copy replacement for MSVC. */
108#ifdef _MSC_VER
109# ifdef _WIN64
110# ifndef va_copy /* Need to be checked (?) */
111# define va_copy(d,s) ((d) = (s))
112# endif
113# else /* not _WIN64 */
114# define va_copy(d,s) ((d) = (s))
115# endif /* not _WIN64 */
116#endif /* _MSC_VER */
117
118#ifndef WINDOWSNT
119/* Some of the files of Emacs which are intended for use with other
120 programs assume that if you have a config.h file, you must declare
121 the type of getenv. */
122extern char *getenv ();
123#endif
124
125#ifdef HAVE_STRINGS_H
126#include "strings.h"
127#endif
d6dae14b 128#include <sys/types.h>
a6fc3b5c
EZ
129
130#ifdef _MSC_VER
131typedef unsigned long sigset_t;
132typedef int ssize_t;
133#endif
134
d6dae14b
EZ
135struct sigaction {
136 int sa_flags;
137 void (*sa_handler)(int);
138 sigset_t sa_mask;
139};
140#define SIG_BLOCK 1
141#define SIG_SETMASK 2
142#define SIG_UNBLOCK 3
143
e05aebe9 144/* The null device on Windows NT. */
95ed0025 145#define NULL_DEVICE "NUL:"
95ed0025
RS
146
147#ifndef MAXPATHLEN
148#define MAXPATHLEN _MAX_PATH
149#endif
150
4a1ba222 151#ifdef HAVE_NTGUI
124abc74 152#define HAVE_WINDOW_SYSTEM 1
124abc74 153#define HAVE_MENUS 1
4a1ba222
GV
154#endif
155
e05aebe9 156/* Get some redefinitions in place. */
4e36126c 157
124abc74
AI
158#ifdef emacs
159
a6fc3b5c
EZ
160#ifdef _MSC_VER
161#include <sys/timeb.h>
162#include <sys/stat.h>
163#include <signal.h>
3ad924ba
EZ
164
165/* MSVC gets link-time errors without these redirections. */
166#define fstat(a, b) sys_fstat(a, b)
167#define stat(a, b) sys_stat(a, b)
168#define utime sys_utime
a6fc3b5c
EZ
169#endif
170
e05aebe9 171/* Calls that are emulated or shadowed. */
7f470eff 172#undef access
4e36126c 173#define access sys_access
7f470eff 174#undef chdir
4e36126c 175#define chdir sys_chdir
7f470eff 176#undef chmod
4e36126c 177#define chmod sys_chmod
0e20b3a3 178#define chown sys_chown
7f470eff 179#undef close
4e36126c 180#define close sys_close
7f470eff 181#undef creat
4e36126c
GV
182#define creat sys_creat
183#define ctime sys_ctime
7f470eff 184#undef dup
4e36126c 185#define dup sys_dup
7f470eff 186#undef dup2
4e36126c
GV
187#define dup2 sys_dup2
188#define fopen sys_fopen
189#define link sys_link
97a93095 190#define localtime sys_localtime
4e36126c 191#define mkdir sys_mkdir
7f470eff 192#undef mktemp
4e36126c 193#define mktemp sys_mktemp
7f470eff 194#undef open
4e36126c
GV
195#define open sys_open
196#define pipe sys_pipe
7f470eff 197#undef read
4e36126c
GV
198#define read sys_read
199#define rename sys_rename
200#define rmdir sys_rmdir
201#define select sys_select
c9240d7a 202#define pselect sys_select
4e36126c 203#define sleep sys_sleep
a14724c8 204#define strerror sys_strerror
7f470eff 205#undef unlink
4e36126c 206#define unlink sys_unlink
7f470eff 207#undef write
4e36126c
GV
208#define write sys_write
209
e05aebe9 210/* Subprocess calls that are emulated. */
4e36126c
GV
211#define spawnve sys_spawnve
212#define wait sys_wait
213#define kill sys_kill
214#define signal sys_signal
215
e05aebe9 216/* termcap.c calls that are emulated. */
91eac4bb
JB
217#define tputs sys_tputs
218#define tgetstr sys_tgetstr
219
e05aebe9 220/* cm.c calls that are emulated. */
91eac4bb
JB
221#define chcheckmagic sys_chcheckmagic
222#define cmcostinit sys_cmcostinit
223#define cmgoto sys_cmgoto
224#define cmputc sys_cmputc
225#define Wcm_clear sys_Wcm_clear
226
124abc74
AI
227#endif /* emacs */
228
e05aebe9 229/* Map to MSVC names. */
4e36126c
GV
230#define execlp _execlp
231#define execvp _execvp
4e36126c 232#define fdopen _fdopen
23bf9efb 233#ifndef fileno
4e36126c 234#define fileno _fileno
23bf9efb 235#endif
a5a7d30f
AI
236#define fsync _commit
237#define ftruncate _chsize
4e36126c 238#define getpid _getpid
9b67f3aa
EZ
239#ifdef _MSC_VER
240typedef int pid_t;
8c9afb46
EZ
241#define snprintf _snprintf
242#define strtoll _strtoi64
9b67f3aa 243#endif
4e36126c
GV
244#define isatty _isatty
245#define logb _logb
246#define _longjmp longjmp
247#define lseek _lseek
248#define popen _popen
249#define pclose _pclose
4e36126c 250#define umask _umask
8c9afb46 251#ifndef _MSC_VER
719072f5 252#define utimbuf _utimbuf
8c9afb46 253#endif
bfba227f
AI
254#define strdup _strdup
255#define strupr _strupr
256#define strnicmp _strnicmp
257#define stricmp _stricmp
258#define tzset _tzset
e37b3faf 259
8a0c01dd
EZ
260/* Include time.h before redirecting tzname, since MSVC's time.h
261 defines _tzname to call a function, but also declares tzname a
262 2-element array. Having the redirection before including the
263 header thus has the effect of declaring a function that returns an
264 array, and triggers an error message. */
265#include <time.h>
bfba227f 266#define tzname _tzname
8c9afb46 267#if !defined (_MSC_VER) || (_MSC_VER < 1400)
3ad924ba 268#undef utime
bc5f466c 269#define utime _utime
e37b3faf 270#endif
95ed0025 271
696056c2
EZ
272/* 'struct timespec' is used by time-related functions in lib/ and
273 elsewhere, but we don't use lib/time.h where the structure is
274 defined. */
275struct timespec
276{
277 time_t tv_sec; /* seconds */
278 long int tv_nsec; /* nanoseconds */
279};
280
e05aebe9
GM
281/* This is hacky, but is necessary to avoid warnings about macro
282 redefinitions using the SDK compilers. */
7f470eff
GV
283#ifndef __STDC__
284#define __STDC__ 1
285#define MUST_UNDEF__STDC__
286#endif
287#include <direct.h>
288#include <io.h>
289#include <stdio.h>
290#ifdef MUST_UNDEF__STDC__
291#undef __STDC__
292#undef MUST_UNDEF__STDC__
293#endif
294
e05aebe9 295/* Defines that we need that aren't in the standard signal.h. */
95ed0025
RS
296#define SIGHUP 1 /* Hang up */
297#define SIGQUIT 3 /* Quit process */
298#define SIGTRAP 5 /* Trace trap */
299#define SIGKILL 9 /* Die, die die */
300#define SIGPIPE 13 /* Write on pipe with no readers */
301#define SIGALRM 14 /* Alarm */
302#define SIGCHLD 18 /* Death of child */
303
bfba227f
AI
304#ifndef NSIG
305#define NSIG 23
306#endif
307
95ed0025
RS
308/* For integration with MSDOS support. */
309#define getdisk() (_getdrive () - 1)
445f44d2
RS
310#ifdef emacs
311#define getdefdir(_drv, _buf) ((_buf[0] = (_drv + 'A' - 1), _buf[1] = ':', _buf[2] = '/', _buf[3] = 0), 1)
312#else
95ed0025 313#define getdefdir(_drv, _buf) _getdcwd (_drv, _buf, MAXPATHLEN)
445f44d2 314#endif
95ed0025 315
bfba227f
AI
316extern char *get_emacs_configuration (void);
317extern char *get_emacs_configuration_options (void);
3360970a 318#define EMACS_CONFIGURATION get_emacs_configuration ()
bfba227f 319#define EMACS_CONFIG_OPTIONS get_emacs_configuration_options ()
3360970a 320
4e36126c
GV
321/* Define this so that winsock.h definitions don't get included with
322 windows.h. For this to have proper effect, config.h must always be
323 included before windows.h. */
95ed0025 324#define _WINSOCKAPI_ 1
bfba227f 325#define _WINSOCK_H
95ed0025 326
f247498e
JB
327/* Prevent accidental use of features unavailable in
328 older Windows versions we still support. */
329#define _WIN32_WINNT 0x0400
330
331/* Make a leaner executable. */
332#define WIN32_LEAN_AND_MEAN 1
333
1cd47f14 334/* Defines size_t and alloca (). */
8c9afb46 335#ifdef emacs
bfba227f
AI
336#define malloc e_malloc
337#define free e_free
338#define realloc e_realloc
339#define calloc e_calloc
340#endif
a6fc3b5c
EZ
341#ifdef _MSC_VER
342#define alloca _alloca
343#else
1cd47f14 344#include <malloc.h>
a6fc3b5c 345#endif
1cd47f14 346
f247498e
JB
347/* stdlib.h must be included after redefining malloc & friends, but
348 before redefining abort. Isn't library redefinition funny? */
349#include <stdlib.h>
350
351/* Redefine abort. */
352#ifdef HAVE_NTGUI
353#define abort w32_abort
354extern _Noreturn void w32_abort (void);
355#endif
356
3360970a 357#include <sys/stat.h>
3360970a 358
e05aebe9 359/* Define for those source files that do not include enough NT system files. */
3360970a
KH
360#ifndef NULL
361#ifdef __cplusplus
362#define NULL 0
363#else
364#define NULL ((void *)0)
365#endif
366#endif
896c0d8b 367
4a1ba222 368/* For proper declaration of environ. */
bfba227f
AI
369#ifndef sys_nerr
370#define sys_nerr _sys_nerr
371#endif
4a1ba222 372
eef5ce6e
EZ
373extern int getloadavg (double *, int);
374
f247498e
JB
375#if defined (__MINGW32__) || _MSC_VER >= 1400
376
377/* Define to 1 if the system has the type `long long int'. */
378# define HAVE_LONG_LONG_INT 1
379
380/* Define to 1 if the system has the type `unsigned long long int'. */
381# define HAVE_UNSIGNED_LONG_LONG_INT 1
382
383#elif _MSC_VER >= 1200
384
385/* Temporarily disable wider-than-pointer integers until they're tested more.
386 Build with CFLAGS='-DWIDE_EMACS_INT' to try them out. */
387
388# ifdef WIDE_EMACS_INT
389
390/* Use pre-C99-style 64-bit integers. */
391# define EMACS_INT __int64
392# define EMACS_INT_MAX _I64_MAX
393# define pI "I64"
394
395# endif
396
397#endif
398
517d7b9f 399/* We need a little extra space, see ../../lisp/loadup.el. */
ff709c3a 400#define SYSTEM_PURESIZE_EXTRA 50000
e3be3bfd 401
34374650
PE
402#define DATA_START get_data_start ()
403
7f470eff
GV
404/* For unexec to work on Alpha systems, we need to put Emacs'
405 initialized data into a separate section from the CRT initialized
406 data (because the Alpha linker freely reorders data variables, even
407 across libraries, so our data and the CRT data get intermingled).
408
409 Starting with MSVC 5.0, we must also place the uninitialized data
410 into its own section. VC5 intermingles uninitialized data from the CRT
411 between Emacs' static uninitialized data and its public uninitialized
412 data. A separate .bss section for Emacs groups both static and
517d7b9f 413 public uninitialized together.
7f470eff 414
517d7b9f 415 Note that unexw32.c relies on this fact, and must be modified
7f470eff
GV
416 accordingly if this section name is changed, or if this pragma is
417 removed. Also, obviously, all files that define initialized data
418 must include config.h to pick up this pragma. */
419
e05aebe9 420/* Names must be < 8 bytes. */
52c7f9ee 421#ifdef _MSC_VER
7f470eff
GV
422#pragma data_seg("EMDATA")
423#pragma bss_seg("EMBSS")
52c7f9ee 424#endif
7f470eff
GV
425
426/* #define FULL_DEBUG */
427/* #define EMACSDEBUG */
428
429#ifdef EMACSDEBUG
430extern void _DebPrint (const char *fmt, ...);
431#define DebPrint(stuff) _DebPrint stuff
432#else
433#define DebPrint(stuff)
434#endif
435
3360970a 436/* ============================================================ */