comparison src/format_nikon.c @ 177:0ca3b4c8ffae

started exiv2 integration
author nadvornik
date Wed, 13 Feb 2008 14:46:23 +0000
parents 71e1ebee420e
children 9995c5fb202a
comparison
equal deleted inserted replaced
176:695e1ad3b169 177:0ca3b4c8ffae
13 13
14 #ifdef HAVE_CONFIG_H 14 #ifdef HAVE_CONFIG_H
15 # include "config.h" 15 # include "config.h"
16 #endif 16 #endif
17 17
18 #ifndef HAVE_EXIV2
18 19
19 #include <stdio.h> 20 #include <stdio.h>
20 #include <string.h> 21 #include <string.h>
21 #include <unistd.h> 22 #include <unistd.h>
22 23
441 } 442 }
442 443
443 return TRUE; 444 return TRUE;
444 } 445 }
445 446
447 #endif
448 /* not HAVE_EXIV2 */