mirror of
https://github.com/samba-team/samba.git
synced 2025-10-29 04:23:51 +03:00
r23175: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.pl
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a6293ab5cb
commit
222acbe33b
@@ -258,6 +258,14 @@ int rep_socketpair(int d, int type, int protocol, int sv[2]);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef _DEPRECATED_
|
||||
#if (__GNUC__ >= 3) && (__GNUC_MINOR__ >= 1 )
|
||||
#define _DEPRECATED_ __attribute__ ((deprecated))
|
||||
#else
|
||||
#define _DEPRECATED_
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_VASPRINTF
|
||||
#define vasprintf rep_vasprintf
|
||||
int rep_vasprintf(char **ptr, const char *format, va_list ap) PRINTF_ATTRIBUTE(2,0);
|
||||
|
||||
Reference in New Issue
Block a user