Update of /cvsroot/ufraw/ufraw
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29613

Modified Files:
        dcraw.cc 
Log Message:
Get closer to the original dcraw.c code.

Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- dcraw.cc    23 Jan 2010 05:00:58 -0000      1.208
+++ dcraw.cc    26 Feb 2010 06:00:13 -0000      1.209
@@ -61,13 +61,14 @@
 #else
 #include <glib/gi18n.h> /*For _(String) definition - NKBJ*/
 #endif
-/*fseeko() is handled by the configuration system - NKBJ*/
-//#ifdef DJGPP
-//#define fseeko fseek
-//#define ftello ftell
-//#else
-//#define fgetc getc_unlocked
-//#endif
+#ifndef HAVE_CONFIG_H /*fseeko() is handled by the UFRaw config system - NKBJ*/
+#ifdef DJGPP
+#define fseeko fseek
+#define ftello ftell
+#else
+#define fgetc getc_unlocked
+#endif
+#endif
 #ifdef __CYGWIN__
 #include <io.h>
 #endif


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to