]> code.delx.au - gnu-emacs/blobdiff - nt/config.nt
nt/config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
[gnu-emacs] / nt / config.nt
index 683070f106325a406815097ad24787df7d91ce4e..49f823c9ba4f19e47d0307b0b2b809f43d0526f6 100644 (file)
@@ -138,7 +138,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #undef HAVE_STDLIB_H
 #undef HAVE_PWD_H
 #undef STDC_HEADERS
-#undef TIME_WITH_SYS_TIME
 
 #undef HAVE_LIBDNET
 #undef HAVE_LIBPTHREADS
@@ -308,12 +307,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #undef config_machfile
 #include "m/intel386.h"
 
-/* If no remapping takes place, static variables cannot be dumped as
-   pure, so don't worry about the `static' keyword. */
-#ifdef NO_REMAP
-#undef static
-#endif
-
 /* Define `subprocesses' should be defined if you want to
    have code for asynchronous subprocesses
    (as used in M-x compile and M-x shell).