diff options
Diffstat (limited to 'Build/source/texk/dvipdfmx/config.h.in')
-rw-r--r-- | Build/source/texk/dvipdfmx/config.h.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Build/source/texk/dvipdfmx/config.h.in b/Build/source/texk/dvipdfmx/config.h.in index 242ad2b9da8..04308cf405c 100644 --- a/Build/source/texk/dvipdfmx/config.h.in +++ b/Build/source/texk/dvipdfmx/config.h.in @@ -62,9 +62,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define if you have libpaper */ -#undef HAVE_LIBPAPER - /* Define if you have libpng and its headers. */ #undef HAVE_LIBPNG @@ -137,9 +134,6 @@ /* Define to 1 if `tm_zone' is a member of `struct tm'. */ #undef HAVE_STRUCT_TM_TM_ZONE -/* Define to 1 if you have the `system' function. */ -#undef HAVE_SYSTEM - /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H @@ -157,6 +151,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the <sys/wait.h> header file. */ +#undef HAVE_SYS_WAIT_H + /* Define if <time.h> has timezone as an external variable. */ #undef HAVE_TIMEZONE |