mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
8bf3885883
acinclude.m4: added macro to check if dirent.d_namlen is defined cmd-line-utils/libedit/config.h: added define for __attribute__ cmd-line-utils/libedit/readline.c: checked STRUCT_DIRENT_HAS_D_NAMLEN instead of old enumeration of problem platforms configure.in: added checking if dirent has d_namlen member field
14 lines
278 B
C
14 lines
278 B
C
|
|
#include "my_config.h"
|
|
#include "sys.h"
|
|
|
|
#define __RCSID(x)
|
|
#define __COPYRIGHT(x)
|
|
#define __RENAME(x)
|
|
#define _DIAGASSERT(x)
|
|
|
|
#if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__) || __GNUC__ == 2 && __GNUC_MINOR__ < 8)
|
|
#define __attribute__(A)
|
|
#endif
|
|
|
|
|