AlcapDAQ  1
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if you have the `gettimeofday' function. */
5 #define HAVE_GETTIMEOFDAY 1
6 
7 /* Define to 1 if you have the <inttypes.h> header file. */
8 #define HAVE_INTTYPES_H 1
9 
10 /* Define to 1 if you have the `CAENVME' library (-lCAENVME). */
11 #define HAVE_LIBCAENVME 1
12 
13 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
14  to 0 otherwise. */
15 #define HAVE_MALLOC 1
16 
17 /* Define to 1 if you have the <malloc.h> header file. */
18 #define HAVE_MALLOC_H 1
19 
20 /* Define to 1 if you have the <memory.h> header file. */
21 #define HAVE_MEMORY_H 1
22 
23 /* Define to 1 if you have the <stdint.h> header file. */
24 #define HAVE_STDINT_H 1
25 
26 /* Define to 1 if you have the <stdlib.h> header file. */
27 #define HAVE_STDLIB_H 1
28 
29 /* Define to 1 if you have the <strings.h> header file. */
30 #define HAVE_STRINGS_H 1
31 
32 /* Define to 1 if you have the <string.h> header file. */
33 #define HAVE_STRING_H 1
34 
35 /* Define to 1 if you have the <sys/stat.h> header file. */
36 #define HAVE_SYS_STAT_H 1
37 
38 /* Define to 1 if you have the <sys/timeb.h> header file. */
39 #define HAVE_SYS_TIMEB_H 1
40 
41 /* Define to 1 if you have the <sys/time.h> header file. */
42 #define HAVE_SYS_TIME_H 1
43 
44 /* Define to 1 if you have the <sys/types.h> header file. */
45 #define HAVE_SYS_TYPES_H 1
46 
47 /* Define to 1 if you have the <unistd.h> header file. */
48 #define HAVE_UNISTD_H 1
49 
50 /* Name of package */
51 #define PACKAGE "CAENBridgeUpgrade"
52 
53 /* Define to the address where bug reports for this package should be sent. */
54 #define PACKAGE_BUGREPORT ""
55 
56 /* Define to the full name of this package. */
57 #define PACKAGE_NAME "CAENBridgeUpgrade"
58 
59 /* Define to the full name and version of this package. */
60 #define PACKAGE_STRING "CAENBridgeUpgrade 2.0.0"
61 
62 /* Define to the one symbol short name of this package. */
63 #define PACKAGE_TARNAME "caenbridgeupgrade"
64 
65 /* Define to the home page for this package. */
66 #define PACKAGE_URL ""
67 
68 /* Define to the version of this package. */
69 #define PACKAGE_VERSION "2.0.0"
70 
71 /* Define to 1 if you have the ANSI C header files. */
72 #define STDC_HEADERS 1
73 
74 /* Version number of package */
75 #define VERSION "2.0.0"
76 
77 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
78  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
79  #define below would cause a syntax error. */
80 /* #undef _UINT32_T */
81 
82 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
83  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
84  #define below would cause a syntax error. */
85 /* #undef _UINT64_T */
86 
87 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
88  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
89  #define below would cause a syntax error. */
90 /* #undef _UINT8_T */
91 
92 /* Define to the type of a signed integer type of width exactly 16 bits if
93  such a type exists and the standard includes do not define it. */
94 /* #undef int16_t */
95 
96 /* Define to the type of a signed integer type of width exactly 32 bits if
97  such a type exists and the standard includes do not define it. */
98 /* #undef int32_t */
99 
100 /* Define to the type of a signed integer type of width exactly 64 bits if
101  such a type exists and the standard includes do not define it. */
102 /* #undef int64_t */
103 
104 /* Define to the type of a signed integer type of width exactly 8 bits if such
105  a type exists and the standard includes do not define it. */
106 /* #undef int8_t */
107 
108 /* Define to rpl_malloc if the replacement function should be used. */
109 /* #undef malloc */
110 
111 /* Define to the type of an unsigned integer type of width exactly 16 bits if
112  such a type exists and the standard includes do not define it. */
113 /* #undef uint16_t */
114 
115 /* Define to the type of an unsigned integer type of width exactly 32 bits if
116  such a type exists and the standard includes do not define it. */
117 /* #undef uint32_t */
118 
119 /* Define to the type of an unsigned integer type of width exactly 64 bits if
120  such a type exists and the standard includes do not define it. */
121 /* #undef uint64_t */
122 
123 /* Define to the type of an unsigned integer type of width exactly 8 bits if
124  such a type exists and the standard includes do not define it. */
125 /* #undef uint8_t */