comparison src/utils.cc @ 1651:e846e361a265

[project @ 1995-12-20 06:59:12 by jwe]
author jwe
date Wed, 20 Dec 1995 07:06:41 +0000
parents 9c1fca4bd859
children 913a157f1e02
comparison
equal deleted inserted replaced
1650:23aa282707e8 1651:e846e361a265
35 35
36 #ifdef HAVE_UNISTD_H 36 #ifdef HAVE_UNISTD_H
37 #include <sys/types.h> 37 #include <sys/types.h>
38 #include <unistd.h> 38 #include <unistd.h>
39 #endif 39 #endif
40
41 #include <Complex.h>
42 40
43 #if defined (HAVE_TERMIOS_H) 41 #if defined (HAVE_TERMIOS_H)
44 #include <termios.h> 42 #include <termios.h>
45 #elif defined (HAVE_TERMIO_H) 43 #elif defined (HAVE_TERMIO_H)
46 #include <termio.h> 44 #include <termio.h>
55 #ifndef HAVE_STRNCASECMP 53 #ifndef HAVE_STRNCASECMP
56 extern "C" int strncasecmp (const char*, const char*, size_t); 54 extern "C" int strncasecmp (const char*, const char*, size_t);
57 #endif 55 #endif
58 56
59 #include "SLStack.h" 57 #include "SLStack.h"
58
59 #include "oct-cmplx.h"
60 60
61 #include "defun.h" 61 #include "defun.h"
62 #include "dirfns.h" 62 #include "dirfns.h"
63 #include "error.h" 63 #include "error.h"
64 #include "gripes.h" 64 #include "gripes.h"