mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.5t1.1
This commit is contained in:
41
win32/conf.h
Normal file
41
win32/conf.h
Normal file
@@ -0,0 +1,41 @@
|
||||
/*
|
||||
* DO NOT EDIT -- generated by the Makefile
|
||||
*/
|
||||
|
||||
|
||||
#if !defined(__CONF_H__)
|
||||
#define __CONF_H__
|
||||
|
||||
|
||||
/* the default :-separated search path */
|
||||
#if !defined(DEFAULTCALCPATH)
|
||||
#define DEFAULTCALCPATH "./cal"
|
||||
#endif /* DEFAULTCALCPATH */
|
||||
|
||||
/* the default :-separated startup file list */
|
||||
#if !defined(DEFAULTCALCRC)
|
||||
#define DEFAULTCALCRC "/lib/calc/startup:~/.calcrc:./.calcinit"
|
||||
#endif /* DEFAULTCALCRC */
|
||||
|
||||
/* the location of the help directory */
|
||||
#if !defined(HELPDIR)
|
||||
#define HELPDIR "/lib/calc/help"
|
||||
#endif /* HELPDIR */
|
||||
|
||||
/* the location of the custom help directory */
|
||||
#if !defined(CUSTOMHELPDIR)
|
||||
#define CUSTOMHELPDIR "/lib/calc/help/custhelp"
|
||||
#endif /* CUSTOMHELPDIR */
|
||||
|
||||
/* the default pager to use */
|
||||
#if !defined(DEFAULTCALCPAGER)
|
||||
#define DEFAULTCALCPAGER ""
|
||||
#endif /* DEFAULTCALCPAGER */
|
||||
|
||||
/* where the echo command is located */
|
||||
#if !defined(ECHO_PROG)
|
||||
#define ECHO_PROG ""
|
||||
#endif /* ECHO_PROG */
|
||||
|
||||
|
||||
#endif /* !__CONF_H__ */
|
Reference in New Issue
Block a user