[NOSTRDUP]: Drop support for systems without strdup(). First commit
was incomplete.
This commit is contained in:
parent
f5a1430bcf
commit
a2ae5ebe5e
5 changed files with 2 additions and 66 deletions
|
@ -54,11 +54,6 @@
|
|||
#include "optlist.h"
|
||||
#include "gen.h" /* parse */
|
||||
|
||||
/* for systems without strdup */
|
||||
#ifdef NOSTRDUP
|
||||
extern char *strdup();
|
||||
#endif /* NOSTRDUP */
|
||||
|
||||
/* Dummy one */
|
||||
static int emp_config_dummy;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue