summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/crypt_freesec.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/crypt_freesec.h b/ext/standard/crypt_freesec.h
index d04220f297..96ca7d020f 100644
--- a/ext/standard/crypt_freesec.h
+++ b/ext/standard/crypt_freesec.h
@@ -2,7 +2,6 @@
#ifndef _CRYPT_FREESEC_H
#define _CRYPT_FREESEC_H
-#include "php_config.h"
#if PHP_WIN32
# include "win32/php_stdint.h"
@@ -15,11 +14,6 @@
typedef uint32_t u_int32_t;
# endif
#endif
-#if !PHP_WIN32
-# ifndef HAVE_U_INT32_T
- typedef uint32_t u_int32_t;
-# endif
-#endif
#define MD5_HASH_MAX_LEN 120