/* Portable <string.h>
- Copyright 1995, 1998 Free Software Foundation, Inc.
+ Copyright 1995, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
#endif
#endif
-#ifdef NEED_DECLARATION_STRDUP
-extern char *strdup (); /* full prototype collides w/ some OSes (AIX 3.2.5) */
-#endif
-
#ifdef NEED_DECLARATION_STRSTR
#ifndef strstr
extern char *strstr (const char *, const char *); /* X3.159-1989 4.11.5.7 */