diff options
| -rw-r--r-- | nt/config.nt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nt/config.nt b/nt/config.nt index ac59faa211c..048f01daebe 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -270,6 +270,12 @@ Boston, MA 02110-1301, USA. */ | |||
| 270 | /* Define if `struct timeval' is declared by <sys/time.h>. */ | 270 | /* Define if `struct timeval' is declared by <sys/time.h>. */ |
| 271 | #undef HAVE_TIMEVAL | 271 | #undef HAVE_TIMEVAL |
| 272 | 272 | ||
| 273 | /* Define to 1 if you have the <getopt.h> header file. */ | ||
| 274 | #undef HAVE_GETOPT_H | ||
| 275 | |||
| 276 | /* Define to 1 if you have the `getopt_long_only' function. */ | ||
| 277 | #undef HAVE_GETOPT_LONG_ONLY | ||
| 278 | |||
| 273 | /* If using GNU, then support inline function declarations. */ | 279 | /* If using GNU, then support inline function declarations. */ |
| 274 | #ifdef __GNUC__ | 280 | #ifdef __GNUC__ |
| 275 | #define INLINE __inline__ | 281 | #define INLINE __inline__ |