aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wgetopt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wgetopt.cpp')
-rw-r--r--src/wgetopt.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wgetopt.cpp b/src/wgetopt.cpp
index 15deb3b1..80ffdcc9 100644
--- a/src/wgetopt.cpp
+++ b/src/wgetopt.cpp
@@ -51,14 +51,6 @@
#include "config.h"
-#if !defined (__STDC__) || !__STDC__
-/* This is a separate conditional since some stdc systems
- reject `defined (const)'. */
-#ifndef const
-#define const
-#endif
-#endif
-
#include <stdio.h>
#include <wchar.h>
#include "common.h"