2002-04-11 23:54:01 +02:00
|
|
|
/* include/config.h.in. Generated from configure.ac by autoheader. */
|
1996-07-17 22:02:21 +02:00
|
|
|
|
2002-02-14 20:47:29 +01:00
|
|
|
#define __WINE_CONFIG_H
|
1996-07-17 22:02:21 +02:00
|
|
|
|
2004-03-02 03:23:26 +01:00
|
|
|
/* Specifies the compiler flag that forces a short wchar_t */
|
|
|
|
#undef CC_FLAG_SHORT_WCHAR
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
|
|
|
systems. This function is required for `alloca.c' support on those systems.
|
|
|
|
*/
|
1999-05-08 17:47:44 +02:00
|
|
|
#undef CRAY_STACKSEG_END
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if using `alloca.c'. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef C_ALLOCA
|
1999-05-08 17:47:44 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have `alloca', as a function or macro. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_ALLOCA
|
1999-04-26 16:58:58 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
|
|
|
*/
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_ALLOCA_H
|
1996-07-17 22:02:21 +02:00
|
|
|
|
2005-01-10 14:26:33 +01:00
|
|
|
/* Define if you have ALSA 1.x including devel headers */
|
2002-06-28 20:31:01 +02:00
|
|
|
#undef HAVE_ALSA
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <alsa/asoundlib.h> header file. */
|
2002-08-29 03:51:31 +02:00
|
|
|
#undef HAVE_ALSA_ASOUNDLIB_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_ARPA_INET_H
|
1999-05-08 17:47:44 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <arpa/nameser.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_ARPA_NAMESER_H
|
1996-07-17 22:02:21 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have ARTS sound server */
|
2002-03-21 02:38:19 +01:00
|
|
|
#undef HAVE_ARTS
|
|
|
|
|
2004-06-18 21:36:26 +02:00
|
|
|
/* Define if the assembler keyword .size is accepted */
|
|
|
|
#undef HAVE_ASM_DOT_SIZE
|
|
|
|
|
2005-04-27 11:46:25 +02:00
|
|
|
/* Define to 1 if you have the <asm/types.h> header file. */
|
|
|
|
#undef HAVE_ASM_TYPES_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <audio/audiolib.h> header file. */
|
2002-07-30 04:44:19 +02:00
|
|
|
#undef HAVE_AUDIO_AUDIOLIB_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <audio/soundlib.h> header file. */
|
2002-07-30 04:44:19 +02:00
|
|
|
#undef HAVE_AUDIO_SOUNDLIB_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <capi20.h> header file. */
|
2003-11-06 01:26:43 +01:00
|
|
|
#undef HAVE_CAPI20_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have capi4linux libs and headers */
|
2003-11-06 01:26:43 +01:00
|
|
|
#undef HAVE_CAPI4LINUX
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `chsize' function. */
|
2002-05-05 23:03:44 +02:00
|
|
|
#undef HAVE_CHSIZE
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `clone' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_CLONE
|
Release 961201
Sat Nov 30 19:21:17 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
* [configure]
Re-generated with autoconf 2.11. Let me know if you have
problems.
* [controls/listbox.c] [controls/oldlbox.c]
Listboxes rewritten from scratch. Moved old code still used by
comboboxes to oldlbox.c
* [misc/registry.c]
Use temporary file when saving registry.
* [windows/dialog.c]
Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
* [windows/winproc.c]
Added translation for listbox Win32 messages.
Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
* [controls/widgets.c] [controls/button.c]
Fixed some incompatibilities with CTL3D DLL.
* [windows/dialog.c]
Made dialog windows fit into the desktop.
* [misc/winsock.c] [misc/winsock_async.c]
New Winsock engine.
* [windows/message.c]
GetMessage() fixes.
* [windows/queue.c] [windows/hook.c] [windows/win.c]
SetMessageQueue() fixes.
Fri Nov 29 10:25:12 1996 Slaven Rezic <eserte@cs.tu-berlin.de>
* [objects/text.c]
DrawText16(): Fixed return value.
Tue Nov 26 14:47:09 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
* [files/profile.c] [*/*]
Added Win32 profile functions, updated to new naming standard.
* [objects/font.c] [if1632/thunk.c] [include/windows.h]
Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
structures.
* [misc/ole2nls.c] [if1632/thunk.c]
Added EnumSystemLocales() (winhelp.exe).
* [misc/registry.c]
Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
* [win32/file.c]
Partially fixed CreateFileMapping(), added UnmapViewOfFile().
Sat Nov 23 23:36:05 1996 Ronan Waide <waider@waider.ie>
* [misc/shell.c]
Fixed some FIXMEs relating to ShellExec() and FindExecutable().
* [misc/main.c]
Implemented a few more of the SystemParametersInfo() cases.
Tue Nov 19 01:24:34 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
* [include/keyboard.h]
New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
* [include/windows.h]
New [VK_A, VK_Z] and [VK_0, VK9] macros.
* [misc/keyboard.c]
Fixes in KeyTable and ToAscii.
* [objects/font.c]
FONT_init : Give default value for MSWIN "system" font.
FONT_MatchFont : Do not try every size of a font family if the
family does not exist.
* [windows/event.c]
lastEventChar hack removed.
KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
and QueueKeyStateTable (maintained in message.c).
EVENT_key : Corrections to the extended bit setting.
* [windows/message.c] [windows/keyboard.c]
Implementation of a new QueueKeyStateTable : table of key states
valid when messages are retrieved by GetMessage or PeekMessage,
and valid for TranslateMessage.
TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
and ToAscii.
Mon Nov 18 16:59:01 1996 Robert Pouliot <krynos@clic.net>
* [graphics/Makefile.in] [graphics/wing.c]
[if1632/wing.spec]
Some functions for WinG support, mostly empty stubs.
* [misc/crtdll.c] [if1632/crtdll.spec]
Many functions added to CRTDLL, mostly calls to Unix C library.
1996-12-01 18:17:47 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `connect' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_CONNECT
|
1998-03-15 21:29:56 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if we have linux/input.h AND it contains the INPUT event API */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_CORRECT_LINUXINPUT_H
|
2000-04-29 18:44:19 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <cups/cups.h> header file. */
|
2002-11-12 03:22:24 +01:00
|
|
|
#undef HAVE_CUPS_CUPS_H
|
1999-04-18 15:19:56 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <curses.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_CURSES_H
|
Release 980104
Sat Jan 3 17:15:56 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [debugger/db_disasm.c]
Added cpuid and cmpxchg instructions.
* [if1632/builtin.c] [relay32/builtin32.c]
Fixed broken -dll option with Win32 DLLs.
* [include/heap.h]
Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
* [configure.in] [misc/lstr.c]
Added check for wctype.h.
Commented out --enable-ipc option (IPC code has been broken for a
long time anyway).
* [scheduler/critsection.c] [scheduler/event.c]
[scheduler/mutex.c] [scheduler/semaphore.c]
Implemented Win32 synchronization objects.
* [scheduler/synchro.c]
Implemented WaitForMultipleObjects and related functions.
* [scheduler/thread.c]
If possible, use clone() in CreateThread().
* [scheduler/thread.c] [scheduler/process.c]
Made thread and process waitable objects.
Thread and process id values are now different from the pointers
they represent.
* [win32/k32obj.c]
Moved to scheduler directory.
Added function table for waiting operations on objects.
* [files/file.c] [memory/virtual.c]
Added new K32OBJ function table.
Sun Jan 1 16:48:23 1997 Andreas Mohr <100.30936@germany.net>
* [files/file.c]
Fixed my patch for GetTempFileName16() as needed.
It was ...Name32A() that didn't work properly, not ...Name16().
* [graphics/x11drv/brush.c]
Fixed a BadMatch error.
* [msdos/int21.c]
Fixed INT21_FindNextFCB() to get correct volume labels e.g.
in "file open" dialog.
* [multimedia/joystick.c] [relay32/winmm.spec]
Stub JoyGetPosEx().
* [scheduler/process.c] [relay32/kernel32.spec]
Implemented RegisterServiceProcess().
Wed Dec 31 11:14:43 1997 Lawson Whitney <lawson_whitney@juno.com>
* [if1632/kernel.spec] [if1632/relay.c]
Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
CallProc32W.
* [loader/module.c]
Take a shot at defining FreeLibrary32W.
Sun Dec 28 12:44:04 1997 Kai Morich <kai.morich@rhein-neckar.netsurf.de>
* [controls/menu.c]
Menu modification from WM_INITMENUPOPUP message fixed.
Menu items now can have different wID and hSubMenu (Win95 behavior).
* [misc/cpu.c]
Improved IsProcessorFeaturePresent.
Sun Dec 28 03:21:08 1997 Ove Kaaven <ovek@main.arcticnet.no>
* [include/winsock.h] [misc/winsock.c]
Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
empty fd_sets if timeout.
* [objects/palette.c]
AnimatePalette() bailed out if entire palette is animated. Fixed.
* [objects/dib.c]
Added some code to SetDIBitsToDevice() and its helpers to fix
some offseting problems.
* [objects/cursoricon.c]
Made CreateCursor32() convert the instance handle properly. Made
DestroyCursor() return correct success status.
Wed Dec 24 17:56:34 1997 Dimitrie O. Paun <dimi@cs.toronto.edu>
* [windows/syscolor.c]
Added definition of GetSysColorPen16/32. This function does not
exist in the Win32 API but is a very close (and natural) relative
to GetSysColorBrush function. Moreover, it is *very* much used
within Wine since there are a lot of places where we need to draw
lines with the standard colors.
* [controls/button.c] [controls/combo.c] [controls/icontitle.c]
[controls/menu.c] [controls/progress.c] [controls/scroll.c]
[controls/updown.c] [graphics/painting.c] [misc/tweak.c]
[windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
Replaced references to sysColorObjects with the appropriate
call to GetSysColorBrush32/GetSysColorPen32. There is no need to
expose the implementation of these functions, even within Wine.
This makes the code easier to understand, debug, maintain.
* [controls/uitools.c]
Modified most of the functions in this file to use the now
standard pens (i.e. GetSysColorPen32). These functions made
*heavy* use of standard pens so I expect a lot less
CreatePen/DeleteObject calls can do only good...:)
Plus some minor modifications (*no* functional changes though).
* [controls/updown.c]
Used the new DrawFrameControl32 function to paint the control.
I also deleted UDDOWN_DrawArrow since it was no longer required.
Tue Dec 23 00:03:33 1997 Steinar Hamre <steinarh@stud.fim.ntnu.no>
* [configure.in]
Added check for -lw.
* [include/wintypes.h] [tools/build.c]
Changes to make the assembly understandable for even sun as.
".ascii" -> ".string", "call %foo" -> "call *%foo",
"pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
* [memory/ldt.c]
#ifdef added so <sys/seg.h> will not be included on Solaris.
Mon Dec 22 18:55:19 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
* [configure.in]
Added XF86DGA check.
* [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
Started DirectSound. Only stubs for now.
* [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
Started to implement DirectDraw. Mostly stubs, some
testcases work. Requires the XF86DGA extension to XFree86.
(check demo/blizdemo.exe from the Diablo CD-ROM).
* [files/drive.c]
Return correct "CDFS" fsname so Diablo is a bit happier.
Sun Dec 21 21:45:48 1997 Kevin Cozens <kcozens@interlog.com>
* [misc/registry.c]
Fixed bugs in the routines which read the Windows '95 registry
files. Added extra information regarding the format of the Windows
'95 registry files.
1998-01-04 18:49:09 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <direct.h> header file. */
|
2002-03-11 06:08:14 +01:00
|
|
|
#undef HAVE_DIRECT_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_DLFCN_H
|
1999-04-18 15:19:56 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have dlopen */
|
1999-04-24 14:02:14 +02:00
|
|
|
#undef HAVE_DLOPEN
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <elf.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_ELF_H
|
|
|
|
|
2004-09-23 06:48:24 +02:00
|
|
|
/* Define to 1 if you have the `epoll_create' function. */
|
|
|
|
#undef HAVE_EPOLL_CREATE
|
|
|
|
|
2004-10-20 01:53:26 +02:00
|
|
|
/* Define to 1 if you have the `ffs' function. */
|
|
|
|
#undef HAVE_FFS
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `finite' function. */
|
2000-11-27 02:37:28 +01:00
|
|
|
#undef HAVE_FINITE
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <float.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_FLOAT_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <fontconfig/fontconfig.h> header file. */
|
2003-11-09 01:30:13 +01:00
|
|
|
#undef HAVE_FONTCONFIG_FONTCONFIG_H
|
|
|
|
|
2004-10-14 05:08:57 +02:00
|
|
|
/* Define to 1 if you have the `fork' function. */
|
|
|
|
#undef HAVE_FORK
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `fpclass' function. */
|
2000-11-27 02:37:28 +01:00
|
|
|
#undef HAVE_FPCLASS
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if FreeType 2 is installed */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_FREETYPE
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <freetype/freetype.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_FREETYPE_FREETYPE_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <freetype/ftglyph.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_FREETYPE_FTGLYPH_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <freetype/ftnames.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_FREETYPE_FTNAMES_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <freetype/ftoutln.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_FREETYPE_FTOUTLN_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <freetype/ftsnames.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_FREETYPE_FTSNAMES_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have the <freetype/fttrigon.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_FREETYPE_FTTRIGON_H
|
|
|
|
|
2004-06-16 22:06:26 +02:00
|
|
|
/* Define to 1 if you have the <freetype/ftwinfnt.h> header file. */
|
|
|
|
#undef HAVE_FREETYPE_FTWINFNT_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <freetype/internal/sfnt.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_FREETYPE_INTERNAL_SFNT_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <freetype/ttnameid.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_FREETYPE_TTNAMEID_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <freetype/tttables.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_FREETYPE_TTTABLES_H
|
|
|
|
|
2004-03-05 22:03:46 +01:00
|
|
|
/* Define to 1 if the system has the type `fsblkcnt_t'. */
|
|
|
|
#undef HAVE_FSBLKCNT_T
|
|
|
|
|
|
|
|
/* Define to 1 if the system has the type `fsfilcnt_t'. */
|
|
|
|
#undef HAVE_FSFILCNT_T
|
|
|
|
|
2004-04-06 05:33:25 +02:00
|
|
|
/* Define to 1 if you have the `fstatfs' function. */
|
|
|
|
#undef HAVE_FSTATFS
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `fstatvfs' function. */
|
|
|
|
#undef HAVE_FSTATVFS
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <ft2build.h> header file. */
|
2003-11-19 03:18:13 +01:00
|
|
|
#undef HAVE_FT2BUILD_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `ftruncate' function. */
|
2002-05-05 23:03:44 +02:00
|
|
|
#undef HAVE_FTRUNCATE
|
|
|
|
|
2004-03-27 02:48:52 +01:00
|
|
|
/* Define to 1 if you have the `futimes' function. */
|
|
|
|
#undef HAVE_FUTIMES
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `gethostbyname' function. */
|
1998-11-01 17:22:07 +01:00
|
|
|
#undef HAVE_GETHOSTBYNAME
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `getnetbyname' function. */
|
1999-11-13 23:23:35 +01:00
|
|
|
#undef HAVE_GETNETBYNAME
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <getopt.h> header file. */
|
2002-12-10 20:16:24 +01:00
|
|
|
#undef HAVE_GETOPT_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `getopt_long' function. */
|
2002-12-10 20:16:24 +01:00
|
|
|
#undef HAVE_GETOPT_LONG
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `getpagesize' function. */
|
1998-04-13 14:21:30 +02:00
|
|
|
#undef HAVE_GETPAGESIZE
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `getprotobyname' function. */
|
1999-11-13 23:23:35 +01:00
|
|
|
#undef HAVE_GETPROTOBYNAME
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `getprotobynumber' function. */
|
1999-11-13 23:23:35 +01:00
|
|
|
#undef HAVE_GETPROTOBYNUMBER
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `getpwuid' function. */
|
2002-07-01 20:17:30 +02:00
|
|
|
#undef HAVE_GETPWUID
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `getservbyport' function. */
|
1999-11-13 23:23:35 +01:00
|
|
|
#undef HAVE_GETSERVBYPORT
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `gettid' function. */
|
2003-11-12 04:16:00 +01:00
|
|
|
#undef HAVE_GETTID
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
2003-03-23 21:11:45 +01:00
|
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
|
2004-10-04 22:45:49 +02:00
|
|
|
/* Define to 1 if you have the `getuid' function. */
|
|
|
|
#undef HAVE_GETUID
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <gif_lib.h> header file. */
|
2003-01-09 07:04:33 +01:00
|
|
|
#undef HAVE_GIF_LIB_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <GL/glext.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_GL_GLEXT_H
|
2001-05-14 22:09:37 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <GL/glx.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_GL_GLX_H
|
2000-11-29 18:48:06 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <GL/gl.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_GL_GL_H
|
1996-07-17 22:02:21 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if the ICU libraries are installed */
|
2003-06-20 23:38:10 +02:00
|
|
|
#undef HAVE_ICU
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <ieeefp.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_IEEEFP_H
|
2000-11-26 00:54:12 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `inet_aton' function. */
|
2002-04-03 22:24:44 +02:00
|
|
|
#undef HAVE_INET_ATON
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `inet_network' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_INET_NETWORK
|
1999-12-06 00:06:40 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_INTTYPES_H
|
2002-01-07 22:00:27 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <io.h> header file. */
|
2002-03-11 06:08:14 +01:00
|
|
|
#undef HAVE_IO_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if IPX should use netipx/ipx.h from libc */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_IPX_GNU
|
2002-01-07 22:00:27 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if IPX includes are taken from Linux kernel */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_IPX_LINUX
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `iswalnum' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_ISWALNUM
|
1999-04-11 17:20:29 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <jack/jack.h> header file. */
|
2002-12-13 03:26:18 +01:00
|
|
|
#undef HAVE_JACK_JACK_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <jpeglib.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_JPEGLIB_H
|
1999-11-13 23:23:35 +01:00
|
|
|
|
2004-09-22 06:08:38 +02:00
|
|
|
/* Define to 1 if you have the <lcms.h> header file. */
|
|
|
|
#undef HAVE_LCMS_H
|
|
|
|
|
2004-11-23 18:33:55 +01:00
|
|
|
/* Define to 1 if you have the <lcms/lcms.h> header file. */
|
|
|
|
#undef HAVE_LCMS_LCMS_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have libaudioIO */
|
2002-08-01 20:22:38 +02:00
|
|
|
#undef HAVE_LIBAUDIOIO
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <libaudioio.h> header file. */
|
2002-08-01 20:22:38 +02:00
|
|
|
#undef HAVE_LIBAUDIOIO_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have the curses library (-lcurses) */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LIBCURSES
|
Release 980809
Sat Aug 8 19:11:46 1998 Marcus Meissner <marcus@jet.franken.de>
* [*/*]
Added some missing WINAPI and some missing prototypes for
functions.
* [controls/static.c]
Got rid of the MODULE32_LookupHMODULE error showing up for every
message box.
* [windows/winproc.c]
WM_NOTIFY 16->32 mapping (AOL Instant Messenger or however it is called).
* [misc/winsock.c]
hostent/servent/protoent should not use the same static buffers.
(has broken nt3.15 finger.exe which does hp=gethostbyname(), then
getservbyname("finger","tcp") and the references hp->h_addr_list[0]).
Sat Aug 8 13:21:24 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [include/server.h] [tools/make_requests] [server/request.c]
[server/trace.c]
Automated part of the client/server request code generation.
Added tracing of client/server communication.
* [scheduler/*.c] [server/process.c]
Added support for server-side handles.
* [scheduler/thread.c]
Added DLL_THREAD_ATTACH/DETACH notifications.
* [configure.in]
Added check for -lsocket.
* [windows/winproc.c]
Return the thunk address in WINPROC_GetProc if the function types
don't match.
Sat Aug 8 02:44:04 1998 Douglas Ridgway <ridgway@winehq.com>
* [windows/winproc.c][windows/win.c][windows/message.c]
Documentation for CallWindowProc, SetWindowLong, DispatchMessage,
WaitMessage, GetMessage, and PeekMessage.
Sat Aug 8 01:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
* [controls/commctrl.c][controls/widgets.c][include/builtin32.h]
[include/commctrl.h][relay32/builtin32.c][relay32/comctl32.spec]
[tools/build.c] [relay32/shell32.spec]
Added the functionality of the LibMain function. The common
controls are properly initialized now.
* [controls/treeview.c][memory/atom.c][scheduler/thread.c][windows/class.c]
[windows/msgbox.c][windows/win.c]
Put TRACE in, put SetLastError() in.
* [include/interfaces.h]
Added IClassFactory::LockServer.
* [include/ole2.h]
Added struct for LPOLEMENUGROUPWIDTHS32, HOLEMENU32.
* [include/shell.h][include/shlobj.h][misc/shell.c][ole/folders.c]
Reorganized and many structs and classes (IShellBrowser,IShellView)
added. shell32.dll should work in many cases now.
Started SHGetFileInfoA implementeation, rewrote SHGetPathFromIDList32A.
New Shell32LibMain started ShellIconCache Implementation.
* [misc/shellord.c]
Rewrote ILCombine, ILGetSize
New stubs SHFind_InitMenuPopup, FileMenu_Create, ShellExecuteEx,
SHSetInstanceExplorer, SHGetInstanceExplorer, SHFreeUnusedLibraries.
* [include/winerror.h]
Class and window related error codes added.
* [memory/heap.c]
Changed lstrlen32A to strlen to get rid of milions of TRACE lines.
* [misc/ddeml.c]
First lines for DdeCreateStringHandle32A / DdeFreeStringHandle32.
* [misc/network.c][relay32/mpr.spec]
Fixed some bugs, changed ordinals.
* [windows/class.c]
Workarounds for incorrect hInstance handling. Fixes parts of
MSWord95/Excel95 and Money95.
Thu Aug 6 21:05:35 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
* [windows/nonclient.c][misc/tweak.c][include/tweak.h]
[documentation/win95look]
Removed some tweak variables. They are no longer needed.
* [files/dos_fs.c]
Added check for null pointer in DOSFS_GetDevice().
* [controls/tooltips.c][include/commctrl.h]
Improved tooltips.
* [controls/status.c][include/commctrl.h]
Cleaned up code and added tooltip support.
* [controls/toolbar.c][include/commctrl.h]
Added tooltip support.
* [documentation/common_controls]
Updated.
Thu Aug 6 00:05:22 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
* [include/ver.h] [misc/ver.c]
Write VIF_BUFFTOOSMALL, not VIF_BUFTOSMALL.
* [debugger/hash.c] [debugger/stabs.c]
Make debug output more friendly for posting.
* [files/file.c]
Partial implementation of OF_SHARE_EXCLUSIVE.
Needed for Quicklogic/QuickChip (InstallShield).
* [files/profile.c]
When a cached-only entry is found, return it.
* [graphics/x11drv/xfont.c]
Accept a space as delimiter for a fontname and inhibit overrun
(Make xplasim.ex from the Phillips Coolrunner CPLD suite proceed).
* [miscemu/main.c]
Delay setting IF1632_CallLargeStack after loading the executables.
Stops fpgaexp.exe from the Viewlogic FPGA suite from crashing when
showing the Blinker error Message Box.
* [misc/network.c]
Make WNetGetConnection16 recognise a CDROM as a local drive.
* [multimedia/mmsystem.c]
Preliminary check for MCI_ALL_DEVICE_ID in MCI_Close by a FIXME.
Tue Aug 4 21:15:23 1998 James Juran <jrj120@psu.edu>
* [ole/ole2nls.c]
Fixed bug in CompareString32A. strcmp() doesn't necessarily
return -1, 0, or 1, which the previous code depended on.
Changed name of is_punctuation to OLE2NLS_isPunctuation.
Made NORM_IGNOREWIDTH not print a FIXME message in
LCMapString32A.
Other debugging messages, documentation, and code cleanups.
* [objects/font.c] [relay32/gdi32.spec] [include/winerror.h]
Added stub for GetFontData32, and added GDI_ERROR constant
to winerror.h.
Tue Aug 4 07:44:43 1998 Ove Kaaven <ovek@arcticnet.no>
* [multimedia/mmio.c]
Implemented mmioSetBuffer, mmioAdvance, mmioAscend, and
mmioCreateChunk to the best of my knowledge. But watch out,
there's bound to be bugs in there...
* [include/mmsystem.h] [multimedia/mmsystem.c]
Hacked in support for 32-bit multimedia function callbacks.
* [AUTHORS] [misc/shell.c]
Selfishly credited my authorship. Hopefully I'm excused.
* [include/dosexe.h] [include/module.h] [loader/dos/*]
[loader/module.c] [loader/task.c] [Makefile.in]
[configure.in] [Makefile.in]
Added DOS EXE (MZ) loader and virtual machine. Task
structure integration thanks to Ulrich Weigand.
* [files/dos_fs.c]
Work around a null pointer dereference if ioctlGetDeviceInfo-ing
a FILE_DupUnixHandle'd file (i.e. GetStdHandle'd).
* [include/miscemu.h] [include/winnt.h] [loader/main.c]
[memory/global.c] [msdos/dpmi.c] [msdos/dosmem.c]
Added support for DOS memory images, and added
DOSMEM_ResizeBlock() and DOSMEM_Available().
* [msdos/int21.c]
Added support for the DOS virtual machine, tweaked handle
assignment to avoid stdio clashes, forced INT21_FindNext to exit
wildcardless searches after finding one entry, added AH=7, 8, 9,
C, 48, 49, 4A, and 7160 CL=1 (Get Short Filename), and made the
long filename calls only respond if running with with -winver
win95.
* [objects/cursoricon.c]
DestroyCursor32 and DestroyIcon32 should now free the objects
(hopefully) correctly.
Sun Aug 2 21:42:09 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
* [graphics/psdrv/*] [include/psdrv.h]
Added PPD file parsing - at the moment it reads a file called
default.ppd from the directory in which you start Wine. Page sizes
other than A4 should now work (landscape may not). All fonts that are
present on your printer (according to the PPD) should be available,
providing you have the AFM files. Fonts should now be the correct size.
Graphics is still basically lines only. See graphics/psdrv/README .
* [misc/printdrv.c]
Yet more Drv[Get/Set]PrinterData fixes.
Fri Jul 31 21:33:22 1998 Per Lindstrm <pelinstr@algonet.se>
* [relay32/crtdll.spec] [misc/crtdll.c]
Added stub for freopen, _findfirst, _findnext, _fstat and _read.
* [files/directory.c]
Modified warning message.
Wed Jul 29 11:25:28 1998 Luiz Otavio L. Zorzella <zorzella@nr.conexware.com>
* [objects/font.c]
Added stub for GetFontData.
* [multimedia/msvideo.c]
Created this file to hold the msvideo.dll calls (and maybe also
msvfw32.dll).
* [objects/cursoricon.c]
Added search in Global Heap for cursor when trying to destroy it
with DestroyCursor16. This test should be done in many (all?)
other functions that use FreeResource.
* [controls/treeview.c] [include/commctrl.h]
Minor correction in name and addition of many placeholders for TVM
messages in TREEVIEW_WindowProc.
* [msdos/dpmi.c]
Fixed a bug in DPMI_xrealloc where in a copy of a memory region
"A" of size "a" to a region "B" of size "b", "b" bytes were being
copied, instead of "a", as the new version does. This both
increases speed, as well as avoids segfaults.
1998-08-09 14:47:43 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `i386' library (-li386). */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LIBI386
|
1999-11-13 23:23:35 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have the ncurses library (-lncurses) */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LIBNCURSES
|
Release 980601
Sun May 31 13:40:13 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [if1632/signal.c]
Added display of exception name.
* [loader/task.c]
Yet another attempt at fixing SwitchStackTo/SwitchStackBack.
* [memory/selector.c] [relay32/builtin32.c] [tools/build.c]
[win32/kernel32.c]
Generate an assembly stub for Win32 register functions to make
their names available at link time.
* [programs/*/Makefile.in]
Added hacks to support old resource compiler.
Fri May 29 16:27:14 1998 Marcus Meissner <marcus@jet.franken.de>
* [tools/testrun]
Merge of my testscripts at home into one single perl program
(tested with perl5). Works only on Linux due to 'ps' and 'ipcs'
magic.
* [controls/menu.c]
Added some DefaultMenuItem stubs.
* [debugger/stabs.c]
Fixed stabs loading, now supports (int,int) typeinfo format used
by gcc-2.8 and egcs-1. If it still crashes, please mail me.
* [if1632/][relay32/]
Added msvideo.dll (stubs only)
Replaced some ptr by str for stringcases
Added some new stubs (VxDCall, FindCloseNotif....)
* [misc/network.c]
Some argument fixes.
* [misc/registry.c][misc/cpu.c]
Registry initialization partially rewritten and enhanced.
* [scheduler/*.c]
Some additions so we don't do kill(0,SIGUSR1) (kill processgroup
instead of targeted thread)
Added SetThreadContext.
Thu May 28 23:59:59 1998 Bertho Stultiens <bertho@akhphd.au.dk>
* [tools/wrc/*]
New resource compiler version 1.0.0 (28-May-1998)
* [Make.rules.in] [Makefile.in]
Changed and added rc rules to point to tools/wrc/wrc.
* [configure.in] [include/config.h.in]
Added check for function 'stricmp'.
* [include/resource.h]
Commented out the old resource structure to catch references.
It also includes wrc_rsc.h.
* [include/wrc_rsc.h]
New file. Definitions for the resources generated with wrc.
* [include/windows.h]
Added #ifdef RC_INVOKED to exclude stdarg.h.
Added SS_NOTIFY flag.
* [include/winnls.h]
Added SUBLANG_* definitions and corrected some defaults.
* [loader/libres.c]
Changed the sysres load functions to support wrc generated
resources.
* [resource/sysres_*.rc]
Added #include <windows.h>
* [resource/sysres.c]
Changed declarations to match wrc's output
* [resource/Makefile.in]
Changed rules to work with wrc.
* [tools/makedep.c]
Changed generation of .rc file dependencies to .s target.
Thu May 28 22:28:39 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
* [files/file.c][include/windows.c][relay32/kernel32.spec]
Implemented GetFileAttributesEx32A/W.
* [misc/imagelist.h][include/commctrl.h][relay32/comctl32.spec]
Added ImageList_Read and ImageList_Write stubs.
Added ImageList_AddIcon function.
Added ImageList_LoadImage. It is the same as ImageList_LoadImage32A.
* [controls/header.c]
Fixed bitmap drawing bug.
Added full bitmap support.
* [include/commctrl.h]
Added missing header macros.
* [controls/toolbar.c][include/toolbar.h][include/commctrl.h]
[controls/commctrl.c] [relay32/comctl32.spec]
First implementation of toolbar control.
Implemented CreateToolbar, CreateToolbarEx and CreateMappedBitmap.
* [controls/progress.c][controls/status.c]
Some code cleanup.
* [controls/commctrl.c][include/commctrl.h][relay32/comctl32.spec]
Removed CreateStatusWindow16 and DrawStatusText16.
CreateStatusWindow is the same as CreateStatusWindow32A.
DrawStatusText is the same as DrawStatusText32A.
Thu May 28 16:01:28 1998 Matthew J. Francis <asbel@dial.pipex.com>
* [objects/bitmap.c] [objects/bitmap.h] [objects/oembitmap.c]
[objects/dc.c] [graphics/x11drv/bitblt.c]
Added partial implementation of CreateDIBSection, with great thanks
to Ulrich Weigand <weigand@informatik.uni-erlangen.de> for
contributing the bulk of the patch.
Wed May 27 19:04:31 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* [win32/kernel32.c] [if1632/thunk.c] [include/flatthunk.h]
ThunkConnect16 and related functions moved to emulator.
* [loader/ne/segment.c]
Call DllEntryPoint with correct arguments.
* [relay32/builtin32.c]
Bugfix: Relay debugging did not work for multiple processes.
* [controls/menu.c]
Bugfix: dwItemData was not set for MF_OWNERDRAW menus.
* [if1632/relay.c] [relay32/relay386.c]
Relay messages converted to use DPRINTF.
* [controls/desktop.c] [relay32/user32.spec]
Implemented PaintDesktop.
* [files/profile.c] [if1632/kernel.spec] [misc/network.c]
[misc/printdrv.c] [relay32/winspool.spec]
[win32/ordinals.c] [relay32/kernel32.spec]
Some stubs added.
* [relay32/mpr.spec]
All ordinals were off by one.
Tue May 26 13:32:57 1998 Bill Hawes <whawes@star.net>
* [misc/lstr.c] [include/casemap.h] [tools/unimap.pl]
Added Unicode case conversion routines towupper/towlower,
with mapping tables casemap.h created by tools/unimap.pl.
* [misc/ntdll.c] [include/winnls.h] [relay32/ntdll.spec]
[relay32/advapi.spec]
Minimal implementation of IsTextUnicode, just enough to get
NT4 notepad to open ascii/unicode files.
* [Make.rules.in] [resources/sysres_En.rc]
Added include file dlgs.h for building resource files, so that
resources can refer to defined values (e.g. pshHelp).
* [misc/crtdll.c] [relay32/crtdll.spec]
Use towupper/towlower for 32W case conversions.
* [memory/string.c]
Use towupper for 32W case conversions.
* [ole/ole2nls.c]
Use towupper for 32W case conversions; fix mem leak; minor cleanup
* [controls/edit.c]
Added soft break flag to edit state. Print unknown action values
for WM_VSCROLL (action 190 occurs when running NT4 notepad.)
Mon May 25 22:42:40 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
* [files/file.c]
Care for a pathological case in SetFilePointer.
* [graphics/x11drv/xfont.c]
Handle longer Font names in LFD_ComposeLFD and try to catch errors.
* [loader/pe_image.c]
Unload Dummymodule when PE_LoadLibraryEx32A fails with
PE_LoadImage (makes Encarta 98 installer proceed).
* [misc/registry.c]
Move a check for a special case in RegCreateKeyEx32W after the
check for existence.
Tue May 25 20:18:26 1998 Matthew Becker <mbecker@glasscity.net>
* [misc/ntdll.c]
Added some stubs, just guessing at the size of their param lists.
* [misc/registry.c]
Added stubs for RegUnLoadKey, RegSetKeySecurity, RegSaveKey,
RegRestoreKey, and RegReplaceKey
* [programs/regtest/regtest.c]
Updated registry testing program.
Sun May 24 18:11:40 1998 Alex Priem <alexp@sci.kun.nl>
* [file/profile.c]
Added flag 'return_values' to PROFILE_GetSection.
Sun May 24 13:41:10 1998 James Juran <jrj120@psu.edu>
* [misc/shell.c] [files/directory.c]
Documentation/debugging info additions.
* [*/*.c] [include/*.h]
Moved many extern function definitions to appropriate header files.
Cleaned up a few compile warnings.
If #include "debug.h" is present, removed #include <stdio.h>.
debug.h includes stdio.h, so it is not necessary to include both.
* [graphics/*.c] [if1632/signal.c] [ipc/*.c] [scheduler/*.c]
[win32/*.c] [windows/*.c]
Final patch to convert fprintf statements to new debugging interface.
Some fprintfs are still left, especially in the debugger/ directory.
However, IMHO, it's not worth the effort to change the rest.
Fri May 22 21:58:35 1998 Morten Welinder <terra@diku.dk>
* [windows/keyboard.c]
Correct handling of keys "`-=[]\;',./".
Fri May 22 12:06:00 1998 Per Lindstrm <pelinstr@algonet.se>
* [include/windows.h] [relay32/kernel32.spec] [win32/console.c]
Added stub for ReadConsoleOutputCharacter32A.
Thu May 21 16:45:48 1998 Pascal Cuoq <pcuoq@ens-lyon.fr>
* [ole/ole2nls.c]
Began better implementation of LCMapString32A.
Not very well tested yet, and still need improvements.
* [controls/scroll.c]
Documented functions.
Wed May 20 21:37:56 1998 Peter Hunnisett <hunnise@nortel.ca>
* [include/windows.h][misc/main.c]
Change SystemParameterInfo to support SPI_GETHIGHCONTRAST. Also
include some missing SPI_ definitions.
* [include/dsound.h][multimedia/dsound.c][relay32/dplayx.spec]
Added stubs for DirectPlayLobbyCreate[AW]. Not sure if these
should go into a new files dplayx.c? Anyone care?
* [include/winnls.h]
Added two missing flags for the CompareString32 functions.
1998-06-01 12:44:35 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `nsl' library (-lnsl). */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LIBNSL
|
1996-07-17 22:02:21 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `ossaudio' library (-lossaudio). */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LIBOSSAUDIO
|
1998-03-15 21:29:56 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `poll' library (-lpoll). */
|
2003-11-25 04:31:26 +01:00
|
|
|
#undef HAVE_LIBPOLL
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `resolv' library (-lresolv). */
|
2002-04-01 23:05:15 +02:00
|
|
|
#undef HAVE_LIBRESOLV
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `socket' library (-lsocket). */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LIBSOCKET
|
1997-03-05 09:22:35 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `w' library (-lw). */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LIBW
|
1997-03-05 09:22:35 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `xpg4' library (-lxpg4). */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LIBXPG4
|
Release 980104
Sat Jan 3 17:15:56 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [debugger/db_disasm.c]
Added cpuid and cmpxchg instructions.
* [if1632/builtin.c] [relay32/builtin32.c]
Fixed broken -dll option with Win32 DLLs.
* [include/heap.h]
Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
* [configure.in] [misc/lstr.c]
Added check for wctype.h.
Commented out --enable-ipc option (IPC code has been broken for a
long time anyway).
* [scheduler/critsection.c] [scheduler/event.c]
[scheduler/mutex.c] [scheduler/semaphore.c]
Implemented Win32 synchronization objects.
* [scheduler/synchro.c]
Implemented WaitForMultipleObjects and related functions.
* [scheduler/thread.c]
If possible, use clone() in CreateThread().
* [scheduler/thread.c] [scheduler/process.c]
Made thread and process waitable objects.
Thread and process id values are now different from the pointers
they represent.
* [win32/k32obj.c]
Moved to scheduler directory.
Added function table for waiting operations on objects.
* [files/file.c] [memory/virtual.c]
Added new K32OBJ function table.
Sun Jan 1 16:48:23 1997 Andreas Mohr <100.30936@germany.net>
* [files/file.c]
Fixed my patch for GetTempFileName16() as needed.
It was ...Name32A() that didn't work properly, not ...Name16().
* [graphics/x11drv/brush.c]
Fixed a BadMatch error.
* [msdos/int21.c]
Fixed INT21_FindNextFCB() to get correct volume labels e.g.
in "file open" dialog.
* [multimedia/joystick.c] [relay32/winmm.spec]
Stub JoyGetPosEx().
* [scheduler/process.c] [relay32/kernel32.spec]
Implemented RegisterServiceProcess().
Wed Dec 31 11:14:43 1997 Lawson Whitney <lawson_whitney@juno.com>
* [if1632/kernel.spec] [if1632/relay.c]
Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
CallProc32W.
* [loader/module.c]
Take a shot at defining FreeLibrary32W.
Sun Dec 28 12:44:04 1997 Kai Morich <kai.morich@rhein-neckar.netsurf.de>
* [controls/menu.c]
Menu modification from WM_INITMENUPOPUP message fixed.
Menu items now can have different wID and hSubMenu (Win95 behavior).
* [misc/cpu.c]
Improved IsProcessorFeaturePresent.
Sun Dec 28 03:21:08 1997 Ove Kaaven <ovek@main.arcticnet.no>
* [include/winsock.h] [misc/winsock.c]
Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
empty fd_sets if timeout.
* [objects/palette.c]
AnimatePalette() bailed out if entire palette is animated. Fixed.
* [objects/dib.c]
Added some code to SetDIBitsToDevice() and its helpers to fix
some offseting problems.
* [objects/cursoricon.c]
Made CreateCursor32() convert the instance handle properly. Made
DestroyCursor() return correct success status.
Wed Dec 24 17:56:34 1997 Dimitrie O. Paun <dimi@cs.toronto.edu>
* [windows/syscolor.c]
Added definition of GetSysColorPen16/32. This function does not
exist in the Win32 API but is a very close (and natural) relative
to GetSysColorBrush function. Moreover, it is *very* much used
within Wine since there are a lot of places where we need to draw
lines with the standard colors.
* [controls/button.c] [controls/combo.c] [controls/icontitle.c]
[controls/menu.c] [controls/progress.c] [controls/scroll.c]
[controls/updown.c] [graphics/painting.c] [misc/tweak.c]
[windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
Replaced references to sysColorObjects with the appropriate
call to GetSysColorBrush32/GetSysColorPen32. There is no need to
expose the implementation of these functions, even within Wine.
This makes the code easier to understand, debug, maintain.
* [controls/uitools.c]
Modified most of the functions in this file to use the now
standard pens (i.e. GetSysColorPen32). These functions made
*heavy* use of standard pens so I expect a lot less
CreatePen/DeleteObject calls can do only good...:)
Plus some minor modifications (*no* functional changes though).
* [controls/updown.c]
Used the new DrawFrameControl32 function to paint the control.
I also deleted UDDOWN_DrawArrow since it was no longer required.
Tue Dec 23 00:03:33 1997 Steinar Hamre <steinarh@stud.fim.ntnu.no>
* [configure.in]
Added check for -lw.
* [include/wintypes.h] [tools/build.c]
Changes to make the assembly understandable for even sun as.
".ascii" -> ".string", "call %foo" -> "call *%foo",
"pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
* [memory/ldt.c]
#ifdef added so <sys/seg.h> will not be included on Solaris.
Mon Dec 22 18:55:19 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
* [configure.in]
Added XF86DGA check.
* [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
Started DirectSound. Only stubs for now.
* [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
Started to implement DirectDraw. Mostly stubs, some
testcases work. Requires the XF86DGA extension to XFree86.
(check demo/blizdemo.exe from the Diablo CD-ROM).
* [files/drive.c]
Return correct "CDFS" fsname so Diablo is a bit happier.
Sun Dec 21 21:45:48 1997 Kevin Cozens <kcozens@interlog.com>
* [misc/registry.c]
Fixed bugs in the routines which read the Windows '95 registry
files. Added extra information regarding the format of the Windows
'95 registry files.
1998-01-04 18:49:09 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have the Xrandr library */
|
2003-10-15 05:28:04 +02:00
|
|
|
#undef HAVE_LIBXRANDR
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have the X Shape extension */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LIBXSHAPE
|
2000-05-12 22:18:14 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have the Xxf86dga library version 2 */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LIBXXF86DGA2
|
2001-01-02 23:39:14 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have the Xxf86vm library */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LIBXXF86VM
|
1999-02-04 11:09:54 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have the X Shm extension */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LIBXXSHM
|
1999-02-04 11:09:54 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <link.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LINK_H
|
2001-09-14 03:04:25 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if <linux/joystick.h> defines the Linux 2.2 joystick API */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LINUX_22_JOYSTICK_API
|
2000-09-06 21:46:59 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <linux/capi.h> header file. */
|
2003-11-06 01:26:43 +01:00
|
|
|
#undef HAVE_LINUX_CAPI_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <linux/cdrom.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LINUX_CDROM_H
|
2000-07-29 01:04:54 +02:00
|
|
|
|
2004-09-08 00:44:34 +02:00
|
|
|
/* Define to 1 if you have the <linux/compiler.h> header file. */
|
|
|
|
#undef HAVE_LINUX_COMPILER_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if Linux-style gethostbyname_r and gethostbyaddr_r are available */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LINUX_GETHOSTBYNAME_R_6
|
1999-02-04 11:09:54 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <linux/hdreg.h> header file. */
|
2002-05-02 00:25:41 +02:00
|
|
|
#undef HAVE_LINUX_HDREG_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <linux/input.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LINUX_INPUT_H
|
1999-02-04 11:09:54 +01:00
|
|
|
|
2004-03-01 22:32:02 +01:00
|
|
|
/* Define to 1 if you have the <linux/ioctl.h> header file. */
|
|
|
|
#undef HAVE_LINUX_IOCTL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <linux/joystick.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LINUX_JOYSTICK_H
|
1999-10-25 00:13:47 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <linux/major.h> header file. */
|
2002-05-02 00:25:41 +02:00
|
|
|
#undef HAVE_LINUX_MAJOR_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <linux/param.h> header file. */
|
2002-05-02 00:01:30 +02:00
|
|
|
#undef HAVE_LINUX_PARAM_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <linux/serial.h> header file. */
|
2002-02-19 19:41:56 +01:00
|
|
|
#undef HAVE_LINUX_SERIAL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <linux/ucdrom.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LINUX_UCDROM_H
|
1999-02-28 12:23:44 +01:00
|
|
|
|
2005-04-27 11:46:25 +02:00
|
|
|
/* Define to 1 if you have the <linux/videodev.h> header file. */
|
|
|
|
#undef HAVE_LINUX_VIDEODEV_H
|
|
|
|
|
2004-03-02 03:23:26 +01:00
|
|
|
/* Define to 1 if the system has the type `long long'. */
|
|
|
|
#undef HAVE_LONG_LONG
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `lstat' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_LSTAT
|
1998-10-11 13:10:27 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <machine/cpu.h> header file. */
|
2003-05-20 19:48:40 +02:00
|
|
|
#undef HAVE_MACHINE_CPU_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <machine/soundcard.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_MACHINE_SOUNDCARD_H
|
1999-01-20 15:18:55 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `memmove' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_MEMMOVE
|
1998-04-13 14:21:30 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_MEMORY_H
|
2001-06-06 23:05:23 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `mmap' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_MMAP
|
2001-06-06 23:05:23 +02:00
|
|
|
|
2004-04-29 22:04:48 +02:00
|
|
|
/* Define to 1 if you have the <mntent.h> header file. */
|
|
|
|
#undef HAVE_MNTENT_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if the system has the type `mode_t'. */
|
2002-04-26 21:05:15 +02:00
|
|
|
#undef HAVE_MODE_T
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have NAS including devel headers */
|
2002-07-30 04:44:19 +02:00
|
|
|
#undef HAVE_NAS
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <ncurses.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_NCURSES_H
|
2001-09-12 22:21:06 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <netdb.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_NETDB_H
|
2001-06-06 23:05:23 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <netinet/in.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_NETINET_IN_H
|
2001-10-23 22:06:32 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <netinet/in_systm.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_NETINET_IN_SYSTM_H
|
2001-06-06 23:05:23 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <netinet/tcp_fsm.h> header file. */
|
2003-05-13 05:32:20 +02:00
|
|
|
#undef HAVE_NETINET_TCP_FSM_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <netinet/tcp.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_NETINET_TCP_H
|
2000-12-27 19:49:08 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <net/if_arp.h> header file. */
|
2003-05-13 05:32:20 +02:00
|
|
|
#undef HAVE_NET_IF_ARP_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <net/if_dl.h> header file. */
|
2003-05-13 05:32:20 +02:00
|
|
|
#undef HAVE_NET_IF_DL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <net/if.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_NET_IF_H
|
2001-08-06 20:52:14 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <net/if_types.h> header file. */
|
2003-05-13 05:32:20 +02:00
|
|
|
#undef HAVE_NET_IF_TYPES_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <net/route.h> header file. */
|
2003-05-13 05:32:20 +02:00
|
|
|
#undef HAVE_NET_ROUTE_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if the system has the type `off_t'. */
|
2002-04-26 21:05:15 +02:00
|
|
|
#undef HAVE_OFF_T
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if OpenGL is present on the system */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_OPENGL
|
1999-01-20 15:18:55 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <openssl/ssl.h> header file. */
|
2003-06-21 01:26:56 +02:00
|
|
|
#undef HAVE_OPENSSL_SSL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have the Open Sound system */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_OSS
|
1999-10-25 00:13:47 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have the Open Sound system (MIDI interface) */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_OSS_MIDI
|
1998-04-13 14:21:30 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `pclose' function. */
|
2002-03-11 06:08:14 +01:00
|
|
|
#undef HAVE_PCLOSE
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if the system has the type `pid_t'. */
|
2002-04-26 21:05:15 +02:00
|
|
|
#undef HAVE_PID_T
|
|
|
|
|
2005-03-04 13:38:36 +01:00
|
|
|
/* Define to 1 if you have the <poll.h> header file. */
|
|
|
|
#undef HAVE_POLL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `popen' function. */
|
2002-03-11 06:08:14 +01:00
|
|
|
#undef HAVE_POPEN
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if we can use ppdev.h for parallel port access */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_PPDEV
|
2000-12-12 01:38:58 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `pread' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_PREAD
|
1999-08-04 17:07:56 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <process.h> header file. */
|
2003-10-14 07:27:43 +02:00
|
|
|
#undef HAVE_PROCESS_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `pthread_getattr_np' function. */
|
2003-11-12 23:44:56 +01:00
|
|
|
#undef HAVE_PTHREAD_GETATTR_NP
|
|
|
|
|
2004-07-21 05:06:03 +02:00
|
|
|
/* Define to 1 if you have the `pthread_get_stackaddr_np' function. */
|
|
|
|
#undef HAVE_PTHREAD_GET_STACKADDR_NP
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `pthread_get_stacksize_np' function. */
|
|
|
|
#undef HAVE_PTHREAD_GET_STACKSIZE_NP
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <pthread.h> header file. */
|
2003-10-14 03:27:31 +02:00
|
|
|
#undef HAVE_PTHREAD_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if the system has the type `pthread_rwlockattr_t'. */
|
2003-09-03 02:26:08 +02:00
|
|
|
#undef HAVE_PTHREAD_RWLOCKATTR_T
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if the system has the type `pthread_rwlock_t'. */
|
2003-09-03 02:26:08 +02:00
|
|
|
#undef HAVE_PTHREAD_RWLOCK_T
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <pwd.h> header file. */
|
2002-06-25 01:00:25 +02:00
|
|
|
#undef HAVE_PWD_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `pwrite' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_PWRITE
|
1998-04-13 14:21:30 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `readlink' function. */
|
2004-01-08 06:07:05 +01:00
|
|
|
#undef HAVE_READLINK
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <regex.h> header file. */
|
2003-01-13 19:41:40 +01:00
|
|
|
#undef HAVE_REGEX_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <resolv.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_RESOLV_H
|
1998-11-08 14:36:39 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `rfork' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_RFORK
|
2000-11-26 05:00:53 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if we have SANE development environment */
|
2002-03-21 03:58:39 +01:00
|
|
|
#undef HAVE_SANE
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sched.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_SCHED_H
|
1998-11-08 14:36:39 +01:00
|
|
|
|
2004-10-09 04:26:29 +02:00
|
|
|
/* Define to 1 if you have the `sched_yield' function. */
|
|
|
|
#undef HAVE_SCHED_YIELD
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <scsi/scsi.h> header file. */
|
2003-10-08 00:49:22 +02:00
|
|
|
#undef HAVE_SCSI_SCSI_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <scsi/scsi_ioctl.h> header file. */
|
2003-10-03 06:31:49 +02:00
|
|
|
#undef HAVE_SCSI_SCSI_IOCTL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <scsi/sg.h> header file. */
|
2002-05-02 00:25:41 +02:00
|
|
|
#undef HAVE_SCSI_SG_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `select' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_SELECT
|
2000-12-02 00:53:46 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `sendmsg' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_SENDMSG
|
2000-12-02 00:53:46 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `settimeofday' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_SETTIMEOFDAY
|
1999-10-25 00:13:47 +02:00
|
|
|
|
2004-12-07 18:19:54 +01:00
|
|
|
/* Define if sigaddset is supported */
|
|
|
|
#undef HAVE_SIGADDSET
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `sigaltstack' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_SIGALTSTACK
|
1999-12-06 00:06:40 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if `si_fd' is member of `siginfo_t'. */
|
2003-03-28 01:36:12 +01:00
|
|
|
#undef HAVE_SIGINFO_T_SI_FD
|
|
|
|
|
2004-12-07 18:19:54 +01:00
|
|
|
/* Define to 1 if you have the `sigprocmask' function. */
|
|
|
|
#undef HAVE_SIGPROCMASK
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the sigsetjmp (and siglongjmp) function */
|
2003-11-12 04:16:00 +01:00
|
|
|
#undef HAVE_SIGSETJMP
|
|
|
|
|
2004-12-07 18:19:54 +01:00
|
|
|
/* Define to 1 if the system has the type `sigset_t'. */
|
|
|
|
#undef HAVE_SIGSET_T
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if the system has the type `size_t'. */
|
2002-04-26 21:05:15 +02:00
|
|
|
#undef HAVE_SIZE_T
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `snprintf' function. */
|
2002-05-10 03:33:40 +02:00
|
|
|
#undef HAVE_SNPRINTF
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <soundcard.h> header file. */
|
1998-12-15 18:49:02 +01:00
|
|
|
#undef HAVE_SOUNDCARD_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `spawnvp' function. */
|
2003-09-24 20:54:40 +02:00
|
|
|
#undef HAVE_SPAWNVP
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if the system has the type `ssize_t'. */
|
2002-04-26 21:05:15 +02:00
|
|
|
#undef HAVE_SSIZE_T
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `statfs' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_STATFS
|
|
|
|
|
2004-03-05 22:03:46 +01:00
|
|
|
/* Define to 1 if you have the `statvfs' function. */
|
|
|
|
#undef HAVE_STATVFS
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
2001-12-14 23:47:19 +01:00
|
|
|
#undef HAVE_STDINT_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_STDLIB_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `strcasecmp' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_STRCASECMP
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `strerror' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_STRERROR
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
Release 980614
Sun Jun 15 10:30:35 1998 Andreas Mohr <100.30936@germany.net>
* [files/dos_fs.c] [files/file.c] [if1632/wprocs.spec]
[misc/aspi.c]
Added support for scanners that need Adaptec's ASPI2DOS.
* [graphics/env.c] [misc/printerdrv.c] [graphics/win16drv/init.c]
[if1632/gdi.spec] [include/gdi.h]
Enhanced printer support (especially Win95):
Drv[GS]etPrinterData, [GS]etEnvironment; added AbortProc handling.
* [misc/tapi32.c] [relay32/tapi32.spec]
Added some stubs.
* [configure.in] [graphics/fontengine.c] [include/windows.h]
[misc/comm.c] [misc/w32skrnl.c] [misc/win32s16.c]
Made Wine compile on HP-UX (just for fun ;)
* [controls/menu.c] [include/windows.h]
Complete rewrite of EnableMenuItem32.
Free Agent 32 still doesn't work :(
* [misc/version.c] [if1632/kernel.spec] [include/winbase.h]
Implemented GetVersionEx16.
* [misc/network.c] [if1632/user.spec]
Fixed arguments of WNetGetPropertyText.
* [misc/version.c] [relay32/comctl32.spec] [relay32/oleaut32.spec]
Implemented COMCTL32_DllGetVersion, OaBuildVersion.
* [win32/file.c]
Fixed UNC handling of CreateFile32.
Sat Jun 13 22:35:12 1998 Douglas Ridgway <ridgway@winehq.com>
* [Makefile.in] [Make.rules.in]
Added pattern for CVS merge files to 'make clean'
* [ole/olecli.c] [windows/scroll.c] [windows/grahics.c]
Add some DC handle unlocking. (When hdc's are always unlocked,
they can be made moveable.)
* [documentation/wine.texinfo]
Started a Wine Design chapter with discussion of
graphics driver model.
Sat Jun 13 11:19:25 1998 David Luyer <luyer@ucs.uwa.edu.au>
* [misc/main.c] [relay32/relay386.c]
Added new option -debugmsg +relay=.... or -debugmsg -relay=...
Fri Jun 12 22:56:09 1998 Marcus Meissner <marcus@jet.franken.de>
* [relay32/snoop.c][relay32/builtin.c][loader/pe_image.c]
Added inter win32 dll snooping. Use -debugmsg +snoop.
Number of arguments and string references are autodetected.
Some small bugfixes in the PE loader.
* [misc/system.c]
Disabled SystemTimers. They do not work with the current
%fs handling in the 32->16 relaycode. (helps labview)
* [msdos/dpmi.c][msdos/int2f.c][files/drive.c]
Added a monoton linear increasing memory allocator for DPMI (required
for LabView, HAFAS, ...)
mscdex handling in emulated realmode interrupts (for mcicda.drv)
allocate logical drives only once. (helps Myst)
* [files/profile.c]
Handle ^Z as space. Found on CDROMS (helps Myst Installer).
* [multimedia/mmio.c]
mmio* partially updated to win32. No funny additions.
* [windows/driver.c]
Added win32 driver handling (will be used for win32 multimedia/
msvideo drivers).
* [win32/device.c]
Added device handling (K32OBJ_DEVICE_IOCTL). Implemented
VTDAPI.5 (used by win95' WINMM.timeGetTime())
Fri Jun 12 18:01:18 1998 Rein Klazes <rklazes@casema.net>
* [ole/compobj.c relay32/ole32.spec]
Add a stub for CoLockObjectExternal32.
* [objects/clipping.c]
Fix in IntersectClipRect(), when there is no initial clipping
region.
* [graphics/x11drv/graphics.c]
Corrected several "one-off" errors for the Ellipse, Rectangle
and RoundRectangle (especially small ones) draw routines.
Arc and friends still have to be done.
Fri Jun 12 06:23:19 1998 Matthew Becker <mbecker@glasscity.net>
* [misc/ntdll.c]
Fixed some of the parameter counts.
* [misc/registry.c]
General cleanup, documentation.
Standard keys are allowed to be 'closed' and succeed.
* [misc/shell.c]
Check for correct return values from Reg* functions.
* [win32/newfns.c]
Added stubs for OpenDesktopA, SetThreadDesktop, and
SetUserObjectInformationA.
Wed Jun 10 20:28:08 1998 James Juran <jrj120@psu.edu>
* [debugger/break.c]
Fixed bug introduced in 980503 that broke the -debug command
line option for PE executable files.
* [configure.in] [include/acconfig.h] [include/debugtools.h]
[documentation/debug-msgs]
Added 'configure' options to compile out debugging messages.
Use --disable-debug to disable all debugging messages, and
--disable-trace to just disable TRACE messages. This results
in a stripped executable that is 15-20% smaller. This option
is very much untested--don't expect it to work.
* [documentation/debug-msgs] [documentation/debugging]
Minor updates.
* [*/*.c]
Fixed some compile warnings. This also includes the
compile_warnings_trivial patch from WineHQ.
Tue Jun 10 22:00:18 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
* [windows/sysmetrics.c][include/sysmetrics.h]
Fixed some Win95 values.
* [windows/nonclient.c][include/windows.h]
Fixed some Win95 drawing bugs.
Added extended window style flags (WS_EX_xxx).
* [misc/printdrv.c][relay32/winspool.spec]
Added stubs for DeletePrinterDriver32A, DeleteMonitor32A
and DeletePort32A.
* [windows/mdi.c][include/windows.h][relay32/user32.spec]
Added stubs for CascadeWindows and TileWindows.
* [controls/toolbar.c][include/toolbar.h]
Fixed a few bugs and implemented new features.
* [misc/shellord.c][relay32/shell32.spec]
Added stubs for SHELL32_60, SHELL32_61 and SHELL32_184.
* [controls/comctl32undoc.c][relay32/comctl32.spec]
New file comctl32undoc.c. Contains undocumented functions
of COMCTL32.DLL. These functions are needed to run EXPLORER.EXE
IEXPLORE.EXE and TASKMAN.EXE.
* [controls/status.c]
Added text alignment.
Tue Jun 8 22:00:00 1998 Bertho Stultiens <bertho@akhphd.au.dk>
* [programs/*/Makefile.in]
Changed the rules to use wrc as resource compiler but
passing the source through gcc first for macro expansion.
* [programs/*/*.rc]
Added #include "windows.h" for the resource compiler in the
appropriate files.
* [tools/wrc/wrc.[ch]] [tools/wrc/writeres.c]
Added commandline option -A for autoregister code.
Corrected the underscore problem by checking the proper define
from config.h.
Sun Jun 7 22:09:29 1998 Pascal Cuoq <pcuoq@ens-lyon.fr>
* [ole/ole2nls.c] [memory/string.c]
Improved LCMapString32A, and changed CompareString32A,
lstrcmp, lstrcmpi to use it.
Sat Jun 6 19:00:50 1998 Martin Strmberg <ams@ludd.luth.se>
* [include/winnt.h]
Added typedefs for security and tokens.
Sat Jun 6 12:26:31 1998 Morten Welinder <terra@diku.dk>
* [objects/text.c]
Use debugstr_an in DrawText16.
* [loader/resource.c]
Use debugres_w in FindResourceEx32W. Avoid crashing during
debug when wm is NULL.
* [if1632/relay.c]
In RELAY_DebugCallTo16, send output to the right place and
avoid side effects in macro arguments.
Wed Jun 3 20:56:03 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
* [controls/scroll.c] [windows/nonclient.c]
Fix several off by one errors in scrollbar painting.
Tue Jun 2 23:58:59 1998 Insomnia (Stea Greene) <insomnia@core.binghamton.edu>
* [graphics/dsound.c]
Rewrote mixer code to handle panning and volume for 16->16, 16->8,
8->16, and 8->8 bit mixes. Conforms to DirectX's "logarithmic
hearing scale" as specified in M$VC docs. Still does not handle
mixing of different frequencies (I am still working on that).
Tested 16->16 extensively with StarCraft. Other mixing combinations
untested but should work fine. Still kind of a work in progress,
so be warned.
Tue Jun 2 03:31:33 1998 Alexander V. Lukyanov <lav@long.yar.ru>
* [tools/wrc/utils.c]
dup_basename: fix to strip directory.
Mon Jun 1 20:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
* [include/windows.h] [objects/cursoricon.c] [relay32/user32.spec]
Added stubs LoadCursorFromFileW and LoadCursorFromFileA.
1998-06-14 17:24:15 +02:00
|
|
|
#undef HAVE_STRINGS_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_STRING_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `strncasecmp' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_STRNCASECMP
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if `msg_accrights' is member of `struct msghdr'. */
|
2003-03-28 01:36:12 +01:00
|
|
|
#undef HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if `name' is member of `struct option'. */
|
2003-04-20 04:56:14 +02:00
|
|
|
#undef HAVE_STRUCT_OPTION_NAME
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if `sa_len' is member of `struct sockaddr'. */
|
2003-03-28 01:36:12 +01:00
|
|
|
#undef HAVE_STRUCT_SOCKADDR_SA_LEN
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if `sun_len' is member of `struct sockaddr_un'. */
|
2003-03-28 01:36:12 +01:00
|
|
|
#undef HAVE_STRUCT_SOCKADDR_UN_SUN_LEN
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if `f_bavail' is member of `struct statfs'. */
|
2003-03-28 01:36:12 +01:00
|
|
|
#undef HAVE_STRUCT_STATFS_F_BAVAIL
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if `f_bfree' is member of `struct statfs'. */
|
2003-03-28 01:36:12 +01:00
|
|
|
#undef HAVE_STRUCT_STATFS_F_BFREE
|
|
|
|
|
2004-03-05 22:03:46 +01:00
|
|
|
/* Define to 1 if `f_favail' is member of `struct statfs'. */
|
|
|
|
#undef HAVE_STRUCT_STATFS_F_FAVAIL
|
|
|
|
|
|
|
|
/* Define to 1 if `f_ffree' is member of `struct statfs'. */
|
|
|
|
#undef HAVE_STRUCT_STATFS_F_FFREE
|
|
|
|
|
|
|
|
/* Define to 1 if `f_frsize' is member of `struct statfs'. */
|
|
|
|
#undef HAVE_STRUCT_STATFS_F_FRSIZE
|
|
|
|
|
2004-03-07 04:16:43 +01:00
|
|
|
/* Define to 1 if `f_namelen' is member of `struct statfs'. */
|
|
|
|
#undef HAVE_STRUCT_STATFS_F_NAMELEN
|
|
|
|
|
2004-03-05 22:03:46 +01:00
|
|
|
/* Define to 1 if `f_blocks' is member of `struct statvfs'. */
|
|
|
|
#undef HAVE_STRUCT_STATVFS_F_BLOCKS
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if `st_blocks' is member of `struct stat'. */
|
2003-10-03 05:28:40 +02:00
|
|
|
#undef HAVE_STRUCT_STAT_ST_BLOCKS
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <syscall.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_SYSCALL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/asoundlib.h> header file. */
|
2002-06-28 20:31:01 +02:00
|
|
|
#undef HAVE_SYS_ASOUNDLIB_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/cdio.h> header file. */
|
1998-04-13 14:21:30 +02:00
|
|
|
#undef HAVE_SYS_CDIO_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/elf32.h> header file. */
|
|
|
|
#undef HAVE_SYS_ELF32_H
|
|
|
|
|
2004-09-23 06:48:24 +02:00
|
|
|
/* Define to 1 if you have the <sys/epoll.h> header file. */
|
|
|
|
#undef HAVE_SYS_EPOLL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/errno.h> header file. */
|
1999-07-10 15:16:29 +02:00
|
|
|
#undef HAVE_SYS_ERRNO_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/exec_elf.h> header file. */
|
|
|
|
#undef HAVE_SYS_EXEC_ELF_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/filio.h> header file. */
|
1998-04-13 14:21:30 +02:00
|
|
|
#undef HAVE_SYS_FILIO_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
2002-05-15 01:18:23 +02:00
|
|
|
#undef HAVE_SYS_IOCTL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/ipc.h> header file. */
|
1999-10-25 00:13:47 +02:00
|
|
|
#undef HAVE_SYS_IPC_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/link.h> header file. */
|
2001-08-11 00:29:21 +02:00
|
|
|
#undef HAVE_SYS_LINK_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/lwp.h> header file. */
|
1999-04-18 15:19:56 +02:00
|
|
|
#undef HAVE_SYS_LWP_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/mman.h> header file. */
|
1999-07-10 15:16:29 +02:00
|
|
|
#undef HAVE_SYS_MMAN_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/modem.h> header file. */
|
Release 980614
Sun Jun 15 10:30:35 1998 Andreas Mohr <100.30936@germany.net>
* [files/dos_fs.c] [files/file.c] [if1632/wprocs.spec]
[misc/aspi.c]
Added support for scanners that need Adaptec's ASPI2DOS.
* [graphics/env.c] [misc/printerdrv.c] [graphics/win16drv/init.c]
[if1632/gdi.spec] [include/gdi.h]
Enhanced printer support (especially Win95):
Drv[GS]etPrinterData, [GS]etEnvironment; added AbortProc handling.
* [misc/tapi32.c] [relay32/tapi32.spec]
Added some stubs.
* [configure.in] [graphics/fontengine.c] [include/windows.h]
[misc/comm.c] [misc/w32skrnl.c] [misc/win32s16.c]
Made Wine compile on HP-UX (just for fun ;)
* [controls/menu.c] [include/windows.h]
Complete rewrite of EnableMenuItem32.
Free Agent 32 still doesn't work :(
* [misc/version.c] [if1632/kernel.spec] [include/winbase.h]
Implemented GetVersionEx16.
* [misc/network.c] [if1632/user.spec]
Fixed arguments of WNetGetPropertyText.
* [misc/version.c] [relay32/comctl32.spec] [relay32/oleaut32.spec]
Implemented COMCTL32_DllGetVersion, OaBuildVersion.
* [win32/file.c]
Fixed UNC handling of CreateFile32.
Sat Jun 13 22:35:12 1998 Douglas Ridgway <ridgway@winehq.com>
* [Makefile.in] [Make.rules.in]
Added pattern for CVS merge files to 'make clean'
* [ole/olecli.c] [windows/scroll.c] [windows/grahics.c]
Add some DC handle unlocking. (When hdc's are always unlocked,
they can be made moveable.)
* [documentation/wine.texinfo]
Started a Wine Design chapter with discussion of
graphics driver model.
Sat Jun 13 11:19:25 1998 David Luyer <luyer@ucs.uwa.edu.au>
* [misc/main.c] [relay32/relay386.c]
Added new option -debugmsg +relay=.... or -debugmsg -relay=...
Fri Jun 12 22:56:09 1998 Marcus Meissner <marcus@jet.franken.de>
* [relay32/snoop.c][relay32/builtin.c][loader/pe_image.c]
Added inter win32 dll snooping. Use -debugmsg +snoop.
Number of arguments and string references are autodetected.
Some small bugfixes in the PE loader.
* [misc/system.c]
Disabled SystemTimers. They do not work with the current
%fs handling in the 32->16 relaycode. (helps labview)
* [msdos/dpmi.c][msdos/int2f.c][files/drive.c]
Added a monoton linear increasing memory allocator for DPMI (required
for LabView, HAFAS, ...)
mscdex handling in emulated realmode interrupts (for mcicda.drv)
allocate logical drives only once. (helps Myst)
* [files/profile.c]
Handle ^Z as space. Found on CDROMS (helps Myst Installer).
* [multimedia/mmio.c]
mmio* partially updated to win32. No funny additions.
* [windows/driver.c]
Added win32 driver handling (will be used for win32 multimedia/
msvideo drivers).
* [win32/device.c]
Added device handling (K32OBJ_DEVICE_IOCTL). Implemented
VTDAPI.5 (used by win95' WINMM.timeGetTime())
Fri Jun 12 18:01:18 1998 Rein Klazes <rklazes@casema.net>
* [ole/compobj.c relay32/ole32.spec]
Add a stub for CoLockObjectExternal32.
* [objects/clipping.c]
Fix in IntersectClipRect(), when there is no initial clipping
region.
* [graphics/x11drv/graphics.c]
Corrected several "one-off" errors for the Ellipse, Rectangle
and RoundRectangle (especially small ones) draw routines.
Arc and friends still have to be done.
Fri Jun 12 06:23:19 1998 Matthew Becker <mbecker@glasscity.net>
* [misc/ntdll.c]
Fixed some of the parameter counts.
* [misc/registry.c]
General cleanup, documentation.
Standard keys are allowed to be 'closed' and succeed.
* [misc/shell.c]
Check for correct return values from Reg* functions.
* [win32/newfns.c]
Added stubs for OpenDesktopA, SetThreadDesktop, and
SetUserObjectInformationA.
Wed Jun 10 20:28:08 1998 James Juran <jrj120@psu.edu>
* [debugger/break.c]
Fixed bug introduced in 980503 that broke the -debug command
line option for PE executable files.
* [configure.in] [include/acconfig.h] [include/debugtools.h]
[documentation/debug-msgs]
Added 'configure' options to compile out debugging messages.
Use --disable-debug to disable all debugging messages, and
--disable-trace to just disable TRACE messages. This results
in a stripped executable that is 15-20% smaller. This option
is very much untested--don't expect it to work.
* [documentation/debug-msgs] [documentation/debugging]
Minor updates.
* [*/*.c]
Fixed some compile warnings. This also includes the
compile_warnings_trivial patch from WineHQ.
Tue Jun 10 22:00:18 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
* [windows/sysmetrics.c][include/sysmetrics.h]
Fixed some Win95 values.
* [windows/nonclient.c][include/windows.h]
Fixed some Win95 drawing bugs.
Added extended window style flags (WS_EX_xxx).
* [misc/printdrv.c][relay32/winspool.spec]
Added stubs for DeletePrinterDriver32A, DeleteMonitor32A
and DeletePort32A.
* [windows/mdi.c][include/windows.h][relay32/user32.spec]
Added stubs for CascadeWindows and TileWindows.
* [controls/toolbar.c][include/toolbar.h]
Fixed a few bugs and implemented new features.
* [misc/shellord.c][relay32/shell32.spec]
Added stubs for SHELL32_60, SHELL32_61 and SHELL32_184.
* [controls/comctl32undoc.c][relay32/comctl32.spec]
New file comctl32undoc.c. Contains undocumented functions
of COMCTL32.DLL. These functions are needed to run EXPLORER.EXE
IEXPLORE.EXE and TASKMAN.EXE.
* [controls/status.c]
Added text alignment.
Tue Jun 8 22:00:00 1998 Bertho Stultiens <bertho@akhphd.au.dk>
* [programs/*/Makefile.in]
Changed the rules to use wrc as resource compiler but
passing the source through gcc first for macro expansion.
* [programs/*/*.rc]
Added #include "windows.h" for the resource compiler in the
appropriate files.
* [tools/wrc/wrc.[ch]] [tools/wrc/writeres.c]
Added commandline option -A for autoregister code.
Corrected the underscore problem by checking the proper define
from config.h.
Sun Jun 7 22:09:29 1998 Pascal Cuoq <pcuoq@ens-lyon.fr>
* [ole/ole2nls.c] [memory/string.c]
Improved LCMapString32A, and changed CompareString32A,
lstrcmp, lstrcmpi to use it.
Sat Jun 6 19:00:50 1998 Martin Strmberg <ams@ludd.luth.se>
* [include/winnt.h]
Added typedefs for security and tokens.
Sat Jun 6 12:26:31 1998 Morten Welinder <terra@diku.dk>
* [objects/text.c]
Use debugstr_an in DrawText16.
* [loader/resource.c]
Use debugres_w in FindResourceEx32W. Avoid crashing during
debug when wm is NULL.
* [if1632/relay.c]
In RELAY_DebugCallTo16, send output to the right place and
avoid side effects in macro arguments.
Wed Jun 3 20:56:03 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
* [controls/scroll.c] [windows/nonclient.c]
Fix several off by one errors in scrollbar painting.
Tue Jun 2 23:58:59 1998 Insomnia (Stea Greene) <insomnia@core.binghamton.edu>
* [graphics/dsound.c]
Rewrote mixer code to handle panning and volume for 16->16, 16->8,
8->16, and 8->8 bit mixes. Conforms to DirectX's "logarithmic
hearing scale" as specified in M$VC docs. Still does not handle
mixing of different frequencies (I am still working on that).
Tested 16->16 extensively with StarCraft. Other mixing combinations
untested but should work fine. Still kind of a work in progress,
so be warned.
Tue Jun 2 03:31:33 1998 Alexander V. Lukyanov <lav@long.yar.ru>
* [tools/wrc/utils.c]
dup_basename: fix to strip directory.
Mon Jun 1 20:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
* [include/windows.h] [objects/cursoricon.c] [relay32/user32.spec]
Added stubs LoadCursorFromFileW and LoadCursorFromFileA.
1998-06-14 17:24:15 +02:00
|
|
|
#undef HAVE_SYS_MODEM_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/mount.h> header file. */
|
1998-04-13 14:21:30 +02:00
|
|
|
#undef HAVE_SYS_MOUNT_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/msg.h> header file. */
|
1999-10-25 00:13:47 +02:00
|
|
|
#undef HAVE_SYS_MSG_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
1998-04-13 14:21:30 +02:00
|
|
|
#undef HAVE_SYS_PARAM_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/poll.h> header file. */
|
2002-08-26 23:53:24 +02:00
|
|
|
#undef HAVE_SYS_POLL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/ptrace.h> header file. */
|
2000-11-29 21:04:09 +01:00
|
|
|
#undef HAVE_SYS_PTRACE_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/reg.h> header file. */
|
2000-01-30 23:22:22 +01:00
|
|
|
#undef HAVE_SYS_REG_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/scsiio.h> header file. */
|
2003-05-19 23:46:09 +02:00
|
|
|
#undef HAVE_SYS_SCSIIO_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/shm.h> header file. */
|
1999-10-25 00:13:47 +02:00
|
|
|
#undef HAVE_SYS_SHM_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/signal.h> header file. */
|
1999-07-10 15:16:29 +02:00
|
|
|
#undef HAVE_SYS_SIGNAL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
1999-10-25 00:13:47 +02:00
|
|
|
#undef HAVE_SYS_SOCKET_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/sockio.h> header file. */
|
1998-11-08 14:36:39 +01:00
|
|
|
#undef HAVE_SYS_SOCKIO_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/soundcard.h> header file. */
|
1998-04-13 14:21:30 +02:00
|
|
|
#undef HAVE_SYS_SOUNDCARD_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/statfs.h> header file. */
|
1998-04-13 14:21:30 +02:00
|
|
|
#undef HAVE_SYS_STATFS_H
|
|
|
|
|
2004-03-05 22:03:46 +01:00
|
|
|
/* Define to 1 if you have the <sys/statvfs.h> header file. */
|
|
|
|
#undef HAVE_SYS_STATVFS_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_SYS_STAT_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/strtio.h> header file. */
|
Release 980614
Sun Jun 15 10:30:35 1998 Andreas Mohr <100.30936@germany.net>
* [files/dos_fs.c] [files/file.c] [if1632/wprocs.spec]
[misc/aspi.c]
Added support for scanners that need Adaptec's ASPI2DOS.
* [graphics/env.c] [misc/printerdrv.c] [graphics/win16drv/init.c]
[if1632/gdi.spec] [include/gdi.h]
Enhanced printer support (especially Win95):
Drv[GS]etPrinterData, [GS]etEnvironment; added AbortProc handling.
* [misc/tapi32.c] [relay32/tapi32.spec]
Added some stubs.
* [configure.in] [graphics/fontengine.c] [include/windows.h]
[misc/comm.c] [misc/w32skrnl.c] [misc/win32s16.c]
Made Wine compile on HP-UX (just for fun ;)
* [controls/menu.c] [include/windows.h]
Complete rewrite of EnableMenuItem32.
Free Agent 32 still doesn't work :(
* [misc/version.c] [if1632/kernel.spec] [include/winbase.h]
Implemented GetVersionEx16.
* [misc/network.c] [if1632/user.spec]
Fixed arguments of WNetGetPropertyText.
* [misc/version.c] [relay32/comctl32.spec] [relay32/oleaut32.spec]
Implemented COMCTL32_DllGetVersion, OaBuildVersion.
* [win32/file.c]
Fixed UNC handling of CreateFile32.
Sat Jun 13 22:35:12 1998 Douglas Ridgway <ridgway@winehq.com>
* [Makefile.in] [Make.rules.in]
Added pattern for CVS merge files to 'make clean'
* [ole/olecli.c] [windows/scroll.c] [windows/grahics.c]
Add some DC handle unlocking. (When hdc's are always unlocked,
they can be made moveable.)
* [documentation/wine.texinfo]
Started a Wine Design chapter with discussion of
graphics driver model.
Sat Jun 13 11:19:25 1998 David Luyer <luyer@ucs.uwa.edu.au>
* [misc/main.c] [relay32/relay386.c]
Added new option -debugmsg +relay=.... or -debugmsg -relay=...
Fri Jun 12 22:56:09 1998 Marcus Meissner <marcus@jet.franken.de>
* [relay32/snoop.c][relay32/builtin.c][loader/pe_image.c]
Added inter win32 dll snooping. Use -debugmsg +snoop.
Number of arguments and string references are autodetected.
Some small bugfixes in the PE loader.
* [misc/system.c]
Disabled SystemTimers. They do not work with the current
%fs handling in the 32->16 relaycode. (helps labview)
* [msdos/dpmi.c][msdos/int2f.c][files/drive.c]
Added a monoton linear increasing memory allocator for DPMI (required
for LabView, HAFAS, ...)
mscdex handling in emulated realmode interrupts (for mcicda.drv)
allocate logical drives only once. (helps Myst)
* [files/profile.c]
Handle ^Z as space. Found on CDROMS (helps Myst Installer).
* [multimedia/mmio.c]
mmio* partially updated to win32. No funny additions.
* [windows/driver.c]
Added win32 driver handling (will be used for win32 multimedia/
msvideo drivers).
* [win32/device.c]
Added device handling (K32OBJ_DEVICE_IOCTL). Implemented
VTDAPI.5 (used by win95' WINMM.timeGetTime())
Fri Jun 12 18:01:18 1998 Rein Klazes <rklazes@casema.net>
* [ole/compobj.c relay32/ole32.spec]
Add a stub for CoLockObjectExternal32.
* [objects/clipping.c]
Fix in IntersectClipRect(), when there is no initial clipping
region.
* [graphics/x11drv/graphics.c]
Corrected several "one-off" errors for the Ellipse, Rectangle
and RoundRectangle (especially small ones) draw routines.
Arc and friends still have to be done.
Fri Jun 12 06:23:19 1998 Matthew Becker <mbecker@glasscity.net>
* [misc/ntdll.c]
Fixed some of the parameter counts.
* [misc/registry.c]
General cleanup, documentation.
Standard keys are allowed to be 'closed' and succeed.
* [misc/shell.c]
Check for correct return values from Reg* functions.
* [win32/newfns.c]
Added stubs for OpenDesktopA, SetThreadDesktop, and
SetUserObjectInformationA.
Wed Jun 10 20:28:08 1998 James Juran <jrj120@psu.edu>
* [debugger/break.c]
Fixed bug introduced in 980503 that broke the -debug command
line option for PE executable files.
* [configure.in] [include/acconfig.h] [include/debugtools.h]
[documentation/debug-msgs]
Added 'configure' options to compile out debugging messages.
Use --disable-debug to disable all debugging messages, and
--disable-trace to just disable TRACE messages. This results
in a stripped executable that is 15-20% smaller. This option
is very much untested--don't expect it to work.
* [documentation/debug-msgs] [documentation/debugging]
Minor updates.
* [*/*.c]
Fixed some compile warnings. This also includes the
compile_warnings_trivial patch from WineHQ.
Tue Jun 10 22:00:18 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
* [windows/sysmetrics.c][include/sysmetrics.h]
Fixed some Win95 values.
* [windows/nonclient.c][include/windows.h]
Fixed some Win95 drawing bugs.
Added extended window style flags (WS_EX_xxx).
* [misc/printdrv.c][relay32/winspool.spec]
Added stubs for DeletePrinterDriver32A, DeleteMonitor32A
and DeletePort32A.
* [windows/mdi.c][include/windows.h][relay32/user32.spec]
Added stubs for CascadeWindows and TileWindows.
* [controls/toolbar.c][include/toolbar.h]
Fixed a few bugs and implemented new features.
* [misc/shellord.c][relay32/shell32.spec]
Added stubs for SHELL32_60, SHELL32_61 and SHELL32_184.
* [controls/comctl32undoc.c][relay32/comctl32.spec]
New file comctl32undoc.c. Contains undocumented functions
of COMCTL32.DLL. These functions are needed to run EXPLORER.EXE
IEXPLORE.EXE and TASKMAN.EXE.
* [controls/status.c]
Added text alignment.
Tue Jun 8 22:00:00 1998 Bertho Stultiens <bertho@akhphd.au.dk>
* [programs/*/Makefile.in]
Changed the rules to use wrc as resource compiler but
passing the source through gcc first for macro expansion.
* [programs/*/*.rc]
Added #include "windows.h" for the resource compiler in the
appropriate files.
* [tools/wrc/wrc.[ch]] [tools/wrc/writeres.c]
Added commandline option -A for autoregister code.
Corrected the underscore problem by checking the proper define
from config.h.
Sun Jun 7 22:09:29 1998 Pascal Cuoq <pcuoq@ens-lyon.fr>
* [ole/ole2nls.c] [memory/string.c]
Improved LCMapString32A, and changed CompareString32A,
lstrcmp, lstrcmpi to use it.
Sat Jun 6 19:00:50 1998 Martin Strmberg <ams@ludd.luth.se>
* [include/winnt.h]
Added typedefs for security and tokens.
Sat Jun 6 12:26:31 1998 Morten Welinder <terra@diku.dk>
* [objects/text.c]
Use debugstr_an in DrawText16.
* [loader/resource.c]
Use debugres_w in FindResourceEx32W. Avoid crashing during
debug when wm is NULL.
* [if1632/relay.c]
In RELAY_DebugCallTo16, send output to the right place and
avoid side effects in macro arguments.
Wed Jun 3 20:56:03 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
* [controls/scroll.c] [windows/nonclient.c]
Fix several off by one errors in scrollbar painting.
Tue Jun 2 23:58:59 1998 Insomnia (Stea Greene) <insomnia@core.binghamton.edu>
* [graphics/dsound.c]
Rewrote mixer code to handle panning and volume for 16->16, 16->8,
8->16, and 8->8 bit mixes. Conforms to DirectX's "logarithmic
hearing scale" as specified in M$VC docs. Still does not handle
mixing of different frequencies (I am still working on that).
Tested 16->16 extensively with StarCraft. Other mixing combinations
untested but should work fine. Still kind of a work in progress,
so be warned.
Tue Jun 2 03:31:33 1998 Alexander V. Lukyanov <lav@long.yar.ru>
* [tools/wrc/utils.c]
dup_basename: fix to strip directory.
Mon Jun 1 20:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
* [include/windows.h] [objects/cursoricon.c] [relay32/user32.spec]
Added stubs LoadCursorFromFileW and LoadCursorFromFileA.
1998-06-14 17:24:15 +02:00
|
|
|
#undef HAVE_SYS_STRTIO_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/syscall.h> header file. */
|
1998-04-13 14:21:30 +02:00
|
|
|
#undef HAVE_SYS_SYSCALL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/sysctl.h> header file. */
|
2002-05-07 03:51:30 +02:00
|
|
|
#undef HAVE_SYS_SYSCTL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/times.h> header file. */
|
2002-08-26 23:53:24 +02:00
|
|
|
#undef HAVE_SYS_TIMES_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
2002-03-11 06:08:14 +01:00
|
|
|
#undef HAVE_SYS_TIME_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_SYS_TYPES_H
|
2000-11-29 21:04:09 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/uio.h> header file. */
|
2002-10-31 04:41:56 +01:00
|
|
|
#undef HAVE_SYS_UIO_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/un.h> header file. */
|
2002-10-31 04:41:56 +01:00
|
|
|
#undef HAVE_SYS_UN_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/user.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_SYS_USER_H
|
1999-10-25 00:13:47 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/vfs.h> header file. */
|
1998-04-13 14:21:30 +02:00
|
|
|
#undef HAVE_SYS_VFS_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/vm86.h> header file. */
|
1999-10-25 00:13:47 +02:00
|
|
|
#undef HAVE_SYS_VM86_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/wait.h> header file. */
|
1999-10-25 00:13:47 +02:00
|
|
|
#undef HAVE_SYS_WAIT_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `tcgetattr' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_TCGETATTR
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <termios.h> header file. */
|
2002-05-15 01:18:23 +02:00
|
|
|
#undef HAVE_TERMIOS_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `timegm' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_TIMEGM
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <ucontext.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_UCONTEXT_H
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <unicode/ubidi.h> header file. */
|
2003-06-20 23:38:10 +02:00
|
|
|
#undef HAVE_UNICODE_UBIDI_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_UNISTD_H
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `usleep' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_USLEEP
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <utime.h> header file. */
|
2002-08-26 23:53:24 +02:00
|
|
|
#undef HAVE_UTIME_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <valgrind/memcheck.h> header file. */
|
2003-04-02 03:42:06 +02:00
|
|
|
#undef HAVE_VALGRIND_MEMCHECK_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if we have va_copy */
|
2002-08-09 21:49:31 +02:00
|
|
|
#undef HAVE_VA_COPY
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `vsnprintf' function. */
|
2003-01-14 20:35:03 +01:00
|
|
|
#undef HAVE_VSNPRINTF
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `wait4' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_WAIT4
|
2001-09-14 03:04:25 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `waitpid' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_WAITPID
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <X11/extensions/shape.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_X11_EXTENSIONS_SHAPE_H
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <X11/extensions/xf86dga.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_X11_EXTENSIONS_XF86DGA_H
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <X11/extensions/xf86vmode.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_X11_EXTENSIONS_XF86VMODE_H
|
2001-12-27 00:08:31 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <X11/extensions/XInput.h> header file. */
|
2004-01-09 01:03:00 +01:00
|
|
|
#undef HAVE_X11_EXTENSIONS_XINPUT_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <X11/extensions/Xrandr.h> header file. */
|
2003-10-15 05:28:04 +02:00
|
|
|
#undef HAVE_X11_EXTENSIONS_XRANDR_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <X11/extensions/Xrender.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_X11_EXTENSIONS_XRENDER_H
|
2001-12-27 00:08:31 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <X11/extensions/XShm.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_X11_EXTENSIONS_XSHM_H
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <X11/XKBlib.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_X11_XKBLIB_H
|
2002-01-29 18:09:28 +01:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <X11/Xlib.h> header file. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_X11_XLIB_H
|
2001-06-26 23:06:07 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the <X11/Xutil.h> header file. */
|
2002-07-19 05:16:51 +02:00
|
|
|
#undef HAVE_X11_XUTIL_H
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if you have the XKB extension */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE_XKB
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-10-27 02:43:50 +02:00
|
|
|
/* Define if Xrender has the XRenderSetPictureTransform function */
|
|
|
|
#undef HAVE_XRENDERSETPICTURETRANSFORM
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `_lwp_create' function. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef HAVE__LWP_CREATE
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `_lwp_self' function. */
|
2003-04-01 06:39:35 +02:00
|
|
|
#undef HAVE__LWP_SELF
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `_pclose' function. */
|
2002-03-11 06:08:14 +01:00
|
|
|
#undef HAVE__PCLOSE
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `_popen' function. */
|
2002-03-11 06:08:14 +01:00
|
|
|
#undef HAVE__POPEN
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `_snprintf' function. */
|
2002-05-10 03:33:40 +02:00
|
|
|
#undef HAVE__SNPRINTF
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `_spawnvp' function. */
|
2003-04-01 02:12:02 +02:00
|
|
|
#undef HAVE__SPAWNVP
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `_stricmp' function. */
|
2002-03-11 06:08:14 +01:00
|
|
|
#undef HAVE__STRICMP
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `_strnicmp' function. */
|
2002-03-11 06:08:14 +01:00
|
|
|
#undef HAVE__STRNICMP
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the `_vsnprintf' function. */
|
2003-01-14 20:35:03 +01:00
|
|
|
#undef HAVE__VSNPRINTF
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if we have __va_copy */
|
2002-08-09 21:49:31 +02:00
|
|
|
#undef HAVE___VA_COPY
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
2002-04-11 23:54:01 +02:00
|
|
|
#undef PACKAGE_BUGREPORT
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the full name of this package. */
|
2002-04-11 23:54:01 +02:00
|
|
|
#undef PACKAGE_NAME
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the full name and version of this package. */
|
2002-04-11 23:54:01 +02:00
|
|
|
#undef PACKAGE_STRING
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the one symbol short name of this package. */
|
2002-04-11 23:54:01 +02:00
|
|
|
#undef PACKAGE_TARNAME
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the version of this package. */
|
2002-04-11 23:54:01 +02:00
|
|
|
#undef PACKAGE_VERSION
|
|
|
|
|
2005-01-07 16:33:02 +01:00
|
|
|
/* Define to the soname of the libcapi20 library. */
|
|
|
|
#undef SONAME_LIBCAPI20
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libcrypto library. */
|
2003-06-21 01:26:56 +02:00
|
|
|
#undef SONAME_LIBCRYPTO
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libcups library. */
|
2002-11-12 03:22:24 +01:00
|
|
|
#undef SONAME_LIBCUPS
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libcurses library. */
|
2003-08-20 06:19:01 +02:00
|
|
|
#undef SONAME_LIBCURSES
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libfontconfig library. */
|
2003-11-09 01:30:13 +01:00
|
|
|
#undef SONAME_LIBFONTCONFIG
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libfreetype library. */
|
2002-05-20 20:29:58 +02:00
|
|
|
#undef SONAME_LIBFREETYPE
|
|
|
|
|
2004-09-14 21:27:58 +02:00
|
|
|
/* Define to the soname of the libgif library. */
|
|
|
|
#undef SONAME_LIBGIF
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libGL library. */
|
2002-11-15 05:16:38 +01:00
|
|
|
#undef SONAME_LIBGL
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libjack library. */
|
2002-12-13 03:26:18 +01:00
|
|
|
#undef SONAME_LIBJACK
|
|
|
|
|
2004-08-04 21:10:26 +02:00
|
|
|
/* Define to the soname of the libjpeg library. */
|
|
|
|
#undef SONAME_LIBJPEG
|
|
|
|
|
2004-10-07 21:12:41 +02:00
|
|
|
/* Define to the soname of the liblcms library. */
|
|
|
|
#undef SONAME_LIBLCMS
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libncurses library. */
|
2003-08-20 06:19:01 +02:00
|
|
|
#undef SONAME_LIBNCURSES
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libssl library. */
|
2003-06-21 01:26:56 +02:00
|
|
|
#undef SONAME_LIBSSL
|
|
|
|
|
2004-07-30 20:54:32 +02:00
|
|
|
/* Define to the soname of the libtxc_dxtn library. */
|
|
|
|
#undef SONAME_LIBTXC_DXTN
|
|
|
|
|
2004-08-04 21:10:26 +02:00
|
|
|
/* Define to the soname of the libungif library. */
|
|
|
|
#undef SONAME_LIBUNGIF
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libX11 library. */
|
2002-05-20 20:29:58 +02:00
|
|
|
#undef SONAME_LIBX11
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libXext library. */
|
2002-05-20 20:29:58 +02:00
|
|
|
#undef SONAME_LIBXEXT
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libXi library. */
|
2004-01-09 01:03:00 +01:00
|
|
|
#undef SONAME_LIBXI
|
|
|
|
|
2004-04-07 05:57:35 +02:00
|
|
|
/* Define to the soname of the libXrandr library. */
|
|
|
|
#undef SONAME_LIBXRANDR
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the soname of the libXrender library. */
|
2002-05-20 20:29:58 +02:00
|
|
|
#undef SONAME_LIBXRENDER
|
|
|
|
|
2002-02-14 20:47:29 +01:00
|
|
|
/* If using the C implementation of alloca, define if you know the
|
|
|
|
direction of stack growth for your system; otherwise it will be
|
|
|
|
automatically deduced at run-time.
|
2004-01-02 02:55:29 +01:00
|
|
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
|
|
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
|
|
|
STACK_DIRECTION = 0 => direction of growth unknown */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef STACK_DIRECTION
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if the struct statfs is defined by <sys/mount.h> */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef STATFS_DEFINED_BY_SYS_MOUNT
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if the struct statfs is defined by <sys/statfs.h> */
|
2001-06-27 23:42:00 +02:00
|
|
|
#undef STATFS_DEFINED_BY_SYS_STATFS
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define if the struct statfs is defined by <sys/vfs.h> */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef STATFS_DEFINED_BY_SYS_VFS
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef STAT_MACROS_BROKEN
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef STDC_HEADERS
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if the X Window System is missing or not being used. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef X_DISPLAY_MISSING
|
2001-07-09 00:30:50 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
|
|
|
|
`char[]'. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef YYTEXT_POINTER
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Set this to 64 to enable 64-bit file support on Linux */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef _FILE_OFFSET_BITS
|
2001-06-27 23:42:00 +02:00
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to a macro to generate an assembly function directive */
|
2002-07-22 22:51:02 +02:00
|
|
|
#undef __ASM_FUNC
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to a macro to generate an assembly name from a C symbol */
|
2002-07-22 22:51:02 +02:00
|
|
|
#undef __ASM_NAME
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the assembler keyword used to specify a word value */
|
2003-03-23 01:18:26 +01:00
|
|
|
#undef __ASM_SHORT
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to the assembler keyword used to specify an ASCII string */
|
2003-03-23 01:18:26 +01:00
|
|
|
#undef __ASM_STRING
|
|
|
|
|
2004-02-05 02:27:38 +01:00
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef const
|
2001-11-06 21:57:11 +01:00
|
|
|
|
2004-01-02 02:55:29 +01:00
|
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
|
|
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
|
|
#ifndef __cplusplus
|
2002-02-14 20:47:29 +01:00
|
|
|
#undef inline
|
2004-01-02 02:55:29 +01:00
|
|
|
#endif
|