mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
15 lines
240 B
C
15 lines
240 B
C
#include "php.h"
|
|
#include "php_libmagic.h"
|
|
|
|
#ifndef HAVE_STDINT_H
|
|
# define HAVE_STDINT_H 1
|
|
#endif
|
|
|
|
#ifndef HAVE_VISIBILITY
|
|
# ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
|
|
# define HAVE_VISIBILITY 1
|
|
# else
|
|
# define HAVE_VISIBILITY 0
|
|
# endif
|
|
#endif
|