diff options
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r-- | win32/config_H.gc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc index 33e10cc427..8d47e3a2aa 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -79,6 +79,12 @@ #define const #endif +/* HAS_CTERMID: + * This symbol, if defined, indicates that the ctermid routine is + * available to generate filename for terminal. + */ +/*#define HAS_CTERMID /**/ + /* HAS_CUSERID: * This symbol, if defined, indicates that the cuserid routine is * available to get character login names. |