|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.cryptomator</groupId>
|
7 | 7 | <artifactId>jfuse-parent</artifactId>
|
8 |
| - <version>0.6.0</version> |
| 8 | + <version>0.6.1</version> |
9 | 9 | </parent>
|
10 | 10 | <modelVersion>4.0.0</modelVersion>
|
11 | 11 | <artifactId>jfuse-linux-amd64</artifactId>
|
|
149 | 149 | <targetPackage>org.cryptomator.jfuse.linux.amd64.extr.errno</targetPackage>
|
150 | 150 | <headerClassName>errno_h</headerClassName>
|
151 | 151 | <includeConstants>
|
152 |
| - <includeMacro>ENOENT</includeMacro> |
153 |
| - <includeMacro>ENOSYS</includeMacro> |
154 |
| - <includeMacro>ENOMEM</includeMacro> |
155 |
| - <includeMacro>EACCES</includeMacro> |
156 |
| - <includeMacro>EIO</includeMacro> |
157 |
| - <includeMacro>EROFS</includeMacro> |
158 |
| - <includeMacro>EBADF</includeMacro> |
159 |
| - <includeMacro>EEXIST</includeMacro> |
160 |
| - <includeMacro>ENOTDIR</includeMacro> |
161 |
| - <includeMacro>EISDIR</includeMacro> |
162 |
| - <includeMacro>ENOTEMPTY</includeMacro> |
163 |
| - <includeMacro>ENOTSUP</includeMacro> |
164 |
| - <includeMacro>EINVAL</includeMacro> |
165 |
| - <includeMacro>ERANGE</includeMacro> |
166 |
| - <includeMacro>ENOLCK</includeMacro> |
167 |
| - <includeMacro>ENAMETOOLONG</includeMacro> |
168 |
| - <includeMacro>ENODATA</includeMacro> |
| 152 | + <includeConstant>ENOENT</includeConstant> |
| 153 | + <includeConstant>ENOSYS</includeConstant> |
| 154 | + <includeConstant>ENOMEM</includeConstant> |
| 155 | + <includeConstant>EACCES</includeConstant> |
| 156 | + <includeConstant>EIO</includeConstant> |
| 157 | + <includeConstant>EROFS</includeConstant> |
| 158 | + <includeConstant>EBADF</includeConstant> |
| 159 | + <includeConstant>EEXIST</includeConstant> |
| 160 | + <includeConstant>ENOTDIR</includeConstant> |
| 161 | + <includeConstant>EISDIR</includeConstant> |
| 162 | + <includeConstant>ENOTEMPTY</includeConstant> |
| 163 | + <includeConstant>ENOTSUP</includeConstant> |
| 164 | + <includeConstant>EINVAL</includeConstant> |
| 165 | + <includeConstant>ERANGE</includeConstant> |
| 166 | + <includeConstant>ENOLCK</includeConstant> |
| 167 | + <includeConstant>ENAMETOOLONG</includeConstant> |
| 168 | + <includeConstant>ENODATA</includeConstant> |
| 169 | + <includeConstant>E2BIG</includeConstant> |
169 | 170 | </includeConstants>
|
170 | 171 | </configuration>
|
171 | 172 | </execution>
|
|
179 | 180 | <targetPackage>org.cryptomator.jfuse.linux.amd64.extr.stat</targetPackage>
|
180 | 181 | <headerClassName>stat_h</headerClassName>
|
181 | 182 | <includeConstants>
|
182 |
| - <includeMacro>UTIME_NOW</includeMacro> |
183 |
| - <includeMacro>UTIME_OMIT</includeMacro> |
| 183 | + <includeConstant>UTIME_NOW</includeConstant> |
| 184 | + <includeConstant>UTIME_OMIT</includeConstant> |
184 | 185 | </includeConstants>
|
185 | 186 | </configuration>
|
186 | 187 | </execution>
|
|
194 | 195 | <headerClassName>fcntl_h</headerClassName>
|
195 | 196 | <targetPackage>org.cryptomator.jfuse.linux.amd64.extr.fcntl</targetPackage>
|
196 | 197 | <includeConstants>
|
197 |
| - <includeMacro>O_RDONLY</includeMacro> |
198 |
| - <includeMacro>O_WRONLY</includeMacro> |
199 |
| - <includeMacro>O_RDWR</includeMacro> |
200 |
| - <includeMacro>O_APPEND</includeMacro> |
201 |
| - <includeMacro>O_CREAT</includeMacro> |
202 |
| - <includeMacro>O_TRUNC</includeMacro> |
203 |
| - <includeMacro>O_EXCL</includeMacro> |
204 |
| - <includeMacro>O_DSYNC</includeMacro> |
205 |
| - <includeMacro>O_SYNC</includeMacro> |
| 198 | + <includeConstant>O_RDONLY</includeConstant> |
| 199 | + <includeConstant>O_WRONLY</includeConstant> |
| 200 | + <includeConstant>O_RDWR</includeConstant> |
| 201 | + <includeConstant>O_APPEND</includeConstant> |
| 202 | + <includeConstant>O_CREAT</includeConstant> |
| 203 | + <includeConstant>O_TRUNC</includeConstant> |
| 204 | + <includeConstant>O_EXCL</includeConstant> |
| 205 | + <includeConstant>O_DSYNC</includeConstant> |
| 206 | + <includeConstant>O_SYNC</includeConstant> |
206 | 207 | </includeConstants>
|
207 | 208 | </configuration>
|
208 | 209 | </execution>
|
|
220 | 221 | </cPreprocessorMacros>
|
221 | 222 | <includeConstants>
|
222 | 223 | <!-- GNU-specific flags for rename: -->
|
223 |
| - <includeMacro>RENAME_NOREPLACE</includeMacro> |
224 |
| - <includeMacro>RENAME_EXCHANGE</includeMacro> |
225 |
| - <includeMacro>RENAME_WHITEOUT</includeMacro> |
| 224 | + <includeConstant>RENAME_NOREPLACE</includeConstant> |
| 225 | + <includeConstant>RENAME_EXCHANGE</includeConstant> |
| 226 | + <includeConstant>RENAME_WHITEOUT</includeConstant> |
226 | 227 | </includeConstants>
|
227 | 228 | </configuration>
|
228 | 229 | </execution>
|
|
0 commit comments