xref: /php-src/ext/fileinfo/libmagic/config.h (revision 6e2ad3c4)
1 #include "php.h"
2 #include "php_libmagic.h"
3 
4 #ifndef HAVE_STDINT_H
5 #define HAVE_STDINT_H 1
6 #endif
7 
8 #ifndef HAVE_STDINT_H
9 #define HAVE_STDINT_H 1
10 #endif
11 
12 #ifndef HAVE_VISIBILITY
13 # ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
14 #  define HAVE_VISIBILITY 1
15 # else
16 #  define HAVE_VISIBILITY 0
17 # endif
18 #endif
19