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