updated to libopts 5.18.4

This commit is contained in:
Nikos Mavrogiannopoulos
2014-10-04 10:00:39 +02:00
parent 442ea48f2b
commit c2640d0076
21 changed files with 543 additions and 58 deletions

View File

@@ -32,14 +32,7 @@
#ifndef AUTOGEN_AUTOOPTS_H
#define AUTOGEN_AUTOOPTS_H
#ifdef HAVE_STDNORETURN_H
# include <stdnoreturn.h>
#else
# ifndef noreturn
# define noreturn
# endif
#endif
#include <stdnoreturn.h>
#define AO_NAME_LIMIT 127
#define AO_NAME_SIZE ((size_t)(AO_NAME_LIMIT + 1))