about summary refs log tree commit diff
path: root/Src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/Src/system.h b/Src/system.h
index 80feebc05..4ba9bf8ab 100644
--- a/Src/system.h
+++ b/Src/system.h
@@ -227,26 +227,6 @@ struct timezone {
 # define zopenmax() ((long) OPEN_MAX)
 #endif
 
-#if defined (__STDC__) && defined (HAVE_STDARG_H)
-# define PREFER_STDARG
-# define USE_VARARGS
-# include <stdarg.h>
-#else
-# ifdef HAVE_VARARGS_H
-#  define PREFER_VARARGS
-#  define USE_VARARGS
-#  include <varargs.h>
-# endif
-#endif
-
-#ifdef HAVE_ASPRINTF
-# ifdef __GNUC__
-# define zasprintf(X,F,A...) asprintf(X,F, ## A)
-# else
-# define zasprintf asprintf
-# endif
-#endif
-
 #ifdef HAVE_FCNTL_H
 # include <fcntl.h>
 #else