rpms/mimetic/devel mimetic-0.9.2-noconfigh.patch, NONE, 1.1 mimetic-0.9.1-noconfigh.patch, 1.1, NONE

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Feb 3 16:56:52 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/mimetic/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5571/devel

Added Files:
	mimetic-0.9.2-noconfigh.patch 
Removed Files:
	mimetic-0.9.1-noconfigh.patch 
Log Message:
rediffed patches


mimetic-0.9.2-noconfigh.patch:

--- NEW FILE mimetic-0.9.2-noconfigh.patch ---
--- mimetic-0.9.2/mimetic/os/file.h.noconfigh	2005-02-23 11:26:15.000000000 +0100
+++ mimetic-0.9.2/mimetic/os/file.h	2007-02-03 17:33:19.000000000 +0100
@@ -23,14 +23,14 @@
 #include <iterator>
 #include <mimetic/libconfig.h>
 #include <mimetic/os/stdfile.h>
-#ifdef HAVE_MMAP
+#if 1
 #include <mimetic/os/mmfile.h>
 #endif
 
 namespace mimetic
 {
 
-#if HAVE_MMAP == 1
+#if 1 == 1
 typedef MMFile File;
 #else
 typedef StdFile File;
--- mimetic-0.9.2/mimetic/os/directory.h.noconfigh	2006-04-18 16:06:27.000000000 +0200
+++ mimetic-0.9.2/mimetic/os/directory.h	2007-02-03 17:33:57.000000000 +0100
@@ -3,7 +3,7 @@
 #include <string>
 #include <iterator>
 #include <mimetic/libconfig.h>
-#ifdef HAVE_DIRENT_H
+#if 1
 #include <dirent.h>
 #endif
 #include <unistd.h>
@@ -82,7 +82,7 @@
             m_eoi == right.m_eoi &&
             m_dirp->m_path == right.m_dirp->m_path &&
             m_dirent && right.m_dirent &&
-            #ifdef _DIRENT_HAVE_D_TYPE
+            #if 1
             m_dirent->d_type == right.m_dirent->d_type &&
             #endif
             std::string(m_dirent->d_name) == right.m_dirent->d_name;
@@ -96,7 +96,7 @@
         {
             m_de.name = dent->d_name;
             m_de.type = DirEntry::Unknown;
-            #ifdef _DIRENT_HAVE_D_TYPE
+            #if 1
             switch(dent->d_type)
             {
             case DT_DIR:
--- mimetic-0.9.2/mimetic/rfc822/messageid.h.noconfigh	2006-04-18 16:10:52.000000000 +0200
+++ mimetic-0.9.2/mimetic/rfc822/messageid.h	2007-02-03 17:34:23.000000000 +0100
@@ -15,12 +15,12 @@
  ***************************************************************************/
 #ifndef _MIMETIC_MESSAGEID_H_
 #define _MIMETIC_MESSAGEID_H_
-#ifdef HAVE_STDINT_H
+#if 1
 #include <stdint.h>
 #endif
 #include <string>
 #include <mimetic/libconfig.h>
-#ifdef HAVE_INTTYPES_H
+#if 1
 #include <inttypes.h>
 #endif
 #include <mimetic/utils.h>
--- mimetic-0.9.2/mimetic/message.h.noconfigh	2006-10-09 15:38:30.000000000 +0200
+++ mimetic-0.9.2/mimetic/message.h	2007-02-03 17:33:19.000000000 +0100
@@ -21,7 +21,7 @@
 #include <mimetic/mimeentity.h>
 #include <mimetic/utils.h>
 #include <mimetic/codec/codec.h>
-#ifdef HAVE_UNISTD_H
+#if 1
 #include <unistd.h>
 #endif
 


--- mimetic-0.9.1-noconfigh.patch DELETED ---




More information about the fedora-extras-commits mailing list