mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
asprintf() is not used in this file.
This commit is contained in:
parent
86686983c0
commit
d7400bed08
@ -1,9 +1,5 @@
|
|||||||
/* SMB protocol implementation */
|
/* SMB protocol implementation */
|
||||||
|
|
||||||
#ifndef _GNU_SOURCE
|
|
||||||
#define _GNU_SOURCE /* Needed for asprintf() */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
@ -39,7 +35,6 @@
|
|||||||
#include "protocol/uri.h"
|
#include "protocol/uri.h"
|
||||||
#include "util/conv.h"
|
#include "util/conv.h"
|
||||||
#include "util/memory.h"
|
#include "util/memory.h"
|
||||||
#include "util/snprintf.h"
|
|
||||||
#include "util/string.h"
|
#include "util/string.h"
|
||||||
|
|
||||||
/* These options are not used. */
|
/* These options are not used. */
|
||||||
|
Loading…
Reference in New Issue
Block a user