Differences From Artifact [76de5aa3aa]:
- File src/config.h — part of check-in [dd830ff82a] at 2010-09-30 06:44:54 on branch wolfgangFormat2CSS_2 — extended resource info for windows compile (user: Ratte size: 4173)
To Artifact [d622bdd112]:
- File src/config.h — part of check-in [12eb50d134] at 2010-09-30 14:30:58 on branch wolfgangFormat2CSS_2 — added comment to compile variant definition, added missing pellesC ifdef (user: wolfgang size: 4239)
| ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | + + + | # include <sys/types.h> # include <signal.h> # include <pwd.h> #endif #endif /* ** Define the compiler variant, used to compile the project */ #if !defined(COMPILE_VARIANT) # if defined(__MINGW32__) # define COMPILE_VARIANT "mingw32" # elif defined(__DMC__) # define COMPILE_VARIANT "dmc" # elif defined(__POCC__) # if defined(_M_X64) |
| ︙ |