summaryrefslogtreecommitdiff
path: root/ext/standard/crypt_freesec.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-08-23 21:08:09 +0000
committerPierre Joye <pajoye@php.net>2008-08-23 21:08:09 +0000
commit566a02af267e85ad7efb742febc5f71ed12fa98f (patch)
treea951b5eb09d22d4ca068426ae49e065d121f1beb /ext/standard/crypt_freesec.h
parent37a37d8743c27d93408f9581180d2a9ec3c33b9f (diff)
downloadphp-git-566a02af267e85ad7efb742febc5f71ed12fa98f.tar.gz
- MFH: fix build
Diffstat (limited to 'ext/standard/crypt_freesec.h')
-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