summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r--win32/config_H.gc7
1 files changed, 0 insertions, 7 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 3e3cd49723..9fe3e369a6 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -536,13 +536,6 @@
*/
#define HAS_STRCOLL /**/
-/* USE_STRUCT_COPY:
- * This symbol, if defined, indicates that this C compiler knows how
- * to copy structures. If undefined, you'll need to use a block copy
- * routine of some sort instead.
- */
-#define USE_STRUCT_COPY /**/
-
/* HAS_STRTOD:
* This symbol, if defined, indicates that the strtod routine is
* available to provide better numeric string conversion than atof().