mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.12.4.14
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
*/
|
||||
|
||||
|
||||
#if !defined(__HAVE_UNISTD_H__)
|
||||
#define __HAVE_UNISTD_H__
|
||||
#if !defined(CALC_HAVE_UNISTD_H)
|
||||
#define CALC_HAVE_UNISTD_H
|
||||
|
||||
|
||||
/* do we have <unistd.h>? */
|
||||
#undef HAVE_UNISTD_H /* no */
|
||||
|
||||
|
||||
#endif /* !__HAVE_UNISTD_H__ */
|
||||
#endif /* !CALC_HAVE_UNISTD_H */
|
||||
|
Reference in New Issue
Block a user