summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H8
1 files changed, 0 insertions, 8 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 2d8aa092aa..71aa2025ee 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -68,14 +68,6 @@
*/
#define HAS_CUSERID /**/
-/* HAS_DBL_DIG:
- * This symbol, if defined, indicates that this system's <float.h>
- * or <limits.h> defines the symbol DBL_DIG, which is the number
- * of significant digits in a double precision number. If this
- * symbol is not defined, a guess of 15 is usually pretty good.
- */
-#define HAS_DBL_DIG /* */
-
/* HAS_DIFFTIME:
* This symbol, if defined, indicates that the difftime routine is
* available.