From 0cdef9df64841277b29cd3a6dda79e615f22b297 Mon Sep 17 00:00:00 2001 From: Jerome Guitton Date: Thu, 31 Mar 2005 16:52:54 +0000 Subject: * configure.in: Check for basename. * configure: Regenerate. * config.in: Ditto. --- opcodes/config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'opcodes/config.in') diff --git a/opcodes/config.in b/opcodes/config.in index 76e2f3d585..9d143c3372 100644 --- a/opcodes/config.in +++ b/opcodes/config.in @@ -24,6 +24,10 @@ /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT +/* Define to 1 if you have the declaration of `basename', and to 0 if you + don't. */ +#undef HAVE_DECL_BASENAME + /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD -- cgit v1.2.1