Mercurial > hg > octave-lyh
comparison src/utils.cc @ 1155:22741d6ed818
[project @ 1995-02-27 04:26:21 by jwe]
author | jwe |
---|---|
date | Mon, 27 Feb 1995 04:28:56 +0000 |
parents | 3535aa4d38c6 |
children | b6360f2d4fa6 |
comparison
equal
deleted
inserted
replaced
1154:cdfbe8141ef6 | 1155:22741d6ed818 |
---|---|
43 #include <setjmp.h> | 43 #include <setjmp.h> |
44 | 44 |
45 #ifndef HAVE_STRNCASECMP | 45 #ifndef HAVE_STRNCASECMP |
46 extern int strncasecmp (const char*, const char*, size_t); | 46 extern int strncasecmp (const char*, const char*, size_t); |
47 #endif | 47 #endif |
48 | |
49 #define boolean kpathsea_boolean | |
50 #define false kpathsea_false | |
51 #define true kpathsea_true | |
52 #include <kpathsea/pathsearch.h> | |
53 | 48 |
54 #if defined (HAVE_TERMIOS_H) | 49 #if defined (HAVE_TERMIOS_H) |
55 #include <termios.h> | 50 #include <termios.h> |
56 #elif defined (HAVE_TERMIO_H) | 51 #elif defined (HAVE_TERMIO_H) |
57 #include <termio.h> | 52 #include <termio.h> |
83 #endif | 78 #endif |
84 #endif | 79 #endif |
85 | 80 |
86 #include "SLStack.h" | 81 #include "SLStack.h" |
87 | 82 |
83 #include "pathsearch.h" | |
88 #include "procstream.h" | 84 #include "procstream.h" |
89 #include "user-prefs.h" | 85 #include "user-prefs.h" |
90 #include "variables.h" | 86 #include "variables.h" |
91 #include "dirfns.h" | 87 #include "dirfns.h" |
92 #include "defun.h" | 88 #include "defun.h" |