]> Git Repo - binutils.git/blobdiff - gdb/config/xm-sysv4.h
* infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORY
[binutils.git] / gdb / config / xm-sysv4.h
index c2cc1f66ee274d93a00b90af5b2372b54ef84f2b..9c97646b4f7c2d55697d6324e23f4318af2f94a0 100644 (file)
@@ -18,26 +18,15 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* Use SVR4 style shared library support */
+/* SVR4 has termios facilities. */
 
-#define SVR4_SHARED_LIBS
-
-/* SVR4 has termio facilities. */
-
-#define HAVE_TERMIO
+#undef HAVE_TERMIO
+#define HAVE_TERMIOS
 
 /* SVR4 has mmap facilities */
 
 #define HAVE_MMAP
 
-/* TIOCGETC and TIOCGLTC are picked up somewhere, but struct tchars
-   and struct ltchars are not.  This makes problems for inflow.c.
-   It is unknown at this time if this is a generic SVR4 problem or
-   one just limited to the initial SVR4 port host machine. */
-
-#define TIOCGETC_BROKEN
-#define TIOCGLTC_BROKEN
-
 /* SVR4 is a derivative of System V Release 3 (USG) */
 
 #define USG
This page took 0.025926 seconds and 4 git commands to generate.