diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-04-24 23:43:33 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-04-24 23:43:33 +0900 |
commit | daac3fb794ce8ddcaa825066627ee72858b86264 (patch) | |
tree | b004dadec5cbcbd52edb8be046316048d1b4b68d /src/lib/efl/Efl_Config.h.in | |
parent | a87fc36b12fd898b3e0fb3802e03f0a6d17449c6 (diff) |
add a global Efl_Config.h for everyone.
* ned to replicate changes in other .pc.in files
* need to replicate changes in other E*.h installed header files
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl_Config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/efl/Efl_Config.h.in b/src/lib/efl/Efl_Config.h.in new file mode 100644 index 0000000000..30c18aef20 --- /dev/null +++ b/src/lib/efl/Efl_Config.h.in | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef EFL_CONFIG_H | ||
2 | #define EFL_CONFIG_H | ||
3 | |||
4 | #define XYXYXY 1 | ||
5 | |||
6 | #endif | ||