#ifndef _CONFIG_H #define _CONFIG_H @TOP@ /* the version of package */ #undef VERSION /* define if you have Motif */ #undef HAVE_MOTIF @BOTTOM@ #ifndef HAVE_STRERROR extern char *sys_errlist[]; # define strerror(e) (sys_errlist[e]) #endif #endif /* _CONFIG_H */