comparison liboctave/pathsearch.cc @ 2021:aa68db31dc34

[project @ 1996-03-23 05:53:57 by jwe]
author jwe
date Sat, 23 Mar 1996 05:59:12 +0000
parents 95e952f72d66
children 8b262e771614
comparison
equal deleted inserted replaced
2020:8e393fad9362 2021:aa68db31dc34
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with Octave; see the file COPYING. If not, write to the Free 18 along with Octave; see the file COPYING. If not, write to the Free
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 20
21 */ 21 */
22
23 #ifdef HAVE_CONFIG_H
24 #include <config.h>
25 #endif
22 26
23 #include <cstdlib> 27 #include <cstdlib>
24 28
25 #include <string> 29 #include <string>
26 30