Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
db1e5dbf
Commit
db1e5dbf
authored
Nov 29, 2000
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Nov 29, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not use a.out.h.
parent
49556bcb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
17 deletions
+1
-17
configure
configure
+0
-0
configure.in
configure.in
+0
-2
stabs.c
debugger/stabs.c
+1
-9
config.h.in
include/config.h.in
+0
-6
No files found.
configure
View file @
db1e5dbf
This diff is collapsed.
Click to expand it.
configure.in
View file @
db1e5dbf
...
@@ -762,8 +762,6 @@ AC_CHECK_FUNCS(\
...
@@ -762,8 +762,6 @@ AC_CHECK_FUNCS(\
dnl **** Check for header files ****
dnl **** Check for header files ****
AC_CHECK_HEADERS(\
AC_CHECK_HEADERS(\
a.out.h \
a_out.h \
arpa/inet.h \
arpa/inet.h \
arpa/nameser.h \
arpa/nameser.h \
elf.h \
elf.h \
...
...
debugger/stabs.c
View file @
db1e5dbf
...
@@ -36,14 +36,6 @@
...
@@ -36,14 +36,6 @@
#ifdef HAVE_LINK_H
#ifdef HAVE_LINK_H
# include <link.h>
# include <link.h>
#endif
#endif
#elif defined(__EMX__)
#ifdef HAVE_A_OUT_H
# include <a_out.h>
#endif
#else
#ifdef HAVE_A_OUT_H
# include <a.out.h>
#endif
#endif
#endif
#ifndef N_UNDF
#ifndef N_UNDF
...
@@ -1543,7 +1535,7 @@ enum DbgInfoLoad DEBUG_ReadExecutableDbgInfo(const char* exe_name)
...
@@ -1543,7 +1535,7 @@ enum DbgInfoLoad DEBUG_ReadExecutableDbgInfo(const char* exe_name)
#else
/* !__ELF__ */
#else
/* !__ELF__ */
int
DEBUG_ReadExecutableDbgInfo
(
const
char
*
exe_name
)
enum
DbgInfoLoad
DEBUG_ReadExecutableDbgInfo
(
const
char
*
exe_name
)
{
{
return
FALSE
;
return
FALSE
;
}
}
...
...
include/config.h.in
View file @
db1e5dbf
...
@@ -296,12 +296,6 @@
...
@@ -296,12 +296,6 @@
/* Define if you have the <X11/xpm.h> header file. */
/* Define if you have the <X11/xpm.h> header file. */
#undef HAVE_X11_XPM_H
#undef HAVE_X11_XPM_H
/* Define if you have the <a.out.h> header file. */
#undef HAVE_A_OUT_H
/* Define if you have the <a_out.h> header file. */
#undef HAVE_A_OUT_H
/* Define if you have the <arpa/inet.h> header file. */
/* Define if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
#undef HAVE_ARPA_INET_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment