Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/src/utils.cc +++ b/src/utils.cc @@ -46,11 +46,6 @@ extern int strncasecmp (const char*, const char*, size_t); #endif -#define boolean kpathsea_boolean -#define false kpathsea_false -#define true kpathsea_true -#include <kpathsea/pathsearch.h> - #if defined (HAVE_TERMIOS_H) #include <termios.h> #elif defined (HAVE_TERMIO_H) @@ -85,6 +80,7 @@ #include "SLStack.h" +#include "pathsearch.h" #include "procstream.h" #include "user-prefs.h" #include "variables.h"