diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 26e5f8f415c..8d85358254c 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -63,6 +63,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 63 | /* Define if we have the X11R6 or newer version of Xlib. */ | 63 | /* Define if we have the X11R6 or newer version of Xlib. */ |
| 64 | #undef HAVE_X11R6 | 64 | #undef HAVE_X11R6 |
| 65 | 65 | ||
| 66 | /* Define if we have the X11R5 or newer version of Xlib. */ | ||
| 67 | #undef HAVE_X11R5 | ||
| 68 | |||
| 66 | /* Define if netdb.h declares h_errno. */ | 69 | /* Define if netdb.h declares h_errno. */ |
| 67 | #undef HAVE_H_ERRNO | 70 | #undef HAVE_H_ERRNO |
| 68 | 71 | ||