copy from intranet.

This commit is contained in:
lijia
2019-07-10 17:54:02 +08:00
commit f36a4fca25
353 changed files with 130721 additions and 0 deletions

22
libopts/xat-attribute.h Normal file
View File

@@ -0,0 +1,22 @@
/*
* Generated header for gperf generated source Sat Aug 8 10:14:55 PDT 2009
* This file enumerates the list of names and declares the
* procedure for mapping string names to the enum value.
*/
#ifndef AUTOOPTS_XAT_ATTRIBUTE_H_GUARD
#define AUTOOPTS_XAT_ATTRIBUTE_H_GUARD 1
typedef enum {
XAT_KWD_INVALID,
XAT_KWD_TYPE,
XAT_KWD_WORDS,
XAT_KWD_MEMBERS,
XAT_KWD_COOKED,
XAT_KWD_UNCOOKED,
XAT_KWD_KEEP,
XAT_COUNT_KWD
} xat_attribute_enum_t;
extern xat_attribute_enum_t
find_xat_attribute_id(char const * str, unsigned int len);
#endif /* AUTOOPTS_XAT_ATTRIBUTE_H_GUARD */