Pardon me replying myself, but I thought I should try to avoid the wellmeaning
replies...
> Now, I will try to fix that, but I meet the following problem: xpm.h
> defines its version etc as:
> #define XpmFormat 3
> #define XpmVersion 4
> #define XpmRevision 7
> Forgive me for asking, but how can I use these defines to decide whether
> to compile a part of the code or not? Most preprocessors will only handle
> constant expressions.
Heh, sorry for that one, must have skipped a few lines on the man page :-(
#if XpmFormat >= 3 && XpmVersion >= 4 && XpmRevision >= 6
should work fine everywhere, not?
Vyrdsamt,
-Jarl
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Mar 06 1996 - 01:49:52 GMT