source: git/resource/config.h.in @ b9b41a

spielwiese
Last change on this file since b9b41a was b9b41a, checked in by Hans Schoenemann <hannes@…>, 14 years ago
definies for feResource
  • Property mode set to 100644
File size: 222 bytes
Line 
1#ifndef CONFIG_H
2#define CONFIG_H
3
4/* Define if you have sys/param.h */
5#undef HAVE_SYS_PARAM_H
6
7/* Define uname identifier as a string */
8#define S_UNAME ""
9
10// #define assume(x) ((void) 0)
11#define memcpy4 memcpy
12
13#endif
Note: See TracBrowser for help on using the repository browser.