Angus Leeming a écrit :
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
...
Really? They were at some point. Microsoft's equivalent of these POSIX function
(used by MSVS) have an underscore in front of their names.
Maybe in support, I'll check. But IMHO, <config.h> in support/ is
acceptable.
Abdel> #define HAVE_PUTENV 1
Really? Not in src/support/Environment.C ?
Abdel> #define PACKAGE_NAME "LyX"
Abdel> #define PACKAGE_STRING "LyX 1.5.0svn"
Abdel> #define USE_WINDOWS_PACKAGING 1
You didn't include src/support/package.C.in in your investigation.
Year, I should have done a recursive search... Only src/ for now.
Abdel> #define gid_t int
Abdel> #define uid_t int
Abdel> int mkstemp(char*);
These were needed by MSVS, if memory serves.
ditto.