Files
calc/win32/have_const.h
2017-05-21 15:38:59 -07:00

17 lines
251 B
C

/*
* DO NOT EDIT -- generated by the Makefile
*/
#if !defined(CALC_HAVE_CONST_H)
#define CALC_HAVE_CONST_H
/* do we have or want const? */
#define HAVE_CONST /* yes */
#undef CONST
#define CONST const /* yes */
#endif /* !CALC_HAVE_CONST_H */