]> Creatis software - gdcm.git/blob - src/config.h
* src/gdcmElValSet.cxx, gdcmFile.cxx: JPR bug fix, removal of
[gdcm.git] / src / config.h
1 /* src/config.h.  Generated automatically by configure.  */
2 /* src/config.h.in.  Generated automatically from configure.in by autoheader.  */
3
4 /* Define to empty if the keyword does not work.  */
5 /* #undef const */
6
7 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
8 /* #undef size_t */
9
10 /* Define if you have the ANSI C header files.  */
11 #define STDC_HEADERS 1
12
13 /* Define if your <sys/time.h> declares struct tm.  */
14 /* #undef TM_IN_SYS_TIME */
15
16 /* Define if your processor stores words with the most significant
17    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
18 /* #undef WORDS_BIGENDIAN */
19
20 /* The number of bytes in a char.  */
21 #define SIZEOF_CHAR 1
22
23 /* The number of bytes in a int.  */
24 #define SIZEOF_INT 4
25
26 /* The number of bytes in a long.  */
27 #define SIZEOF_LONG 4
28
29 /* The number of bytes in a long long.  */
30 #define SIZEOF_LONG_LONG 8
31
32 /* The number of bytes in a short.  */
33 #define SIZEOF_SHORT 2
34
35 /* Define if you have the <dlfcn.h> header file.  */
36 #define HAVE_DLFCN_H 1
37
38 /* Name of package */
39 #define PACKAGE "gdcm"
40
41 /* Version number of package */
42 #define VERSION "0.3.0"
43