mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
17 lines
251 B
C
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 */
|