/* $Id: use_getopt.h,v 1.1 1997/04/07 17:27:21 dps Exp $ */ #ifndef __USE_GETOPT_H__ #define __USE_GETOPT_H__ #define getopt_long(a,b,c,d,e) getopt(a,b,c) #define NO_LONG_OPTS 1 #endif /* __USE_GETOPT_H__ */