提交 657722ae 编写于 作者: Z zdenop@gmail.com

added missing changes for r686

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@687 d0cd1f9f-072b-0410-8dd7-cf729c803f20
上级 49c4ce31
......@@ -19,8 +19,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifdef EMBEDDED
#include <ctype.h>
#include <stdarg.h>
#include <stddef.h>
......@@ -549,4 +547,4 @@ int creat(const char *pathname, mode_t mode)
return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode);
}
#endif // EMBEDDED
\ No newline at end of file
#endif // EMBEDDED
......@@ -417,8 +417,8 @@ AC_CONFIG_FILES(java/com/google/Makefile)
AC_CONFIG_FILES(java/com/google/scrollview/Makefile)
AC_CONFIG_FILES(java/com/google/scrollview/events/Makefile)
AC_CONFIG_FILES(java/com/google/scrollview/ui/Makefile)
AC_CONFIG_FILES(doc/Makefile)
fi
AC_CONFIG_FILES(doc/Makefile)
# AC_CONFIG_FILES(doc/Doxyfile)
# AC_CONFIG_FILES(doc/header.html)
# AC_CONFIG_FILES(doc/footer.html)
......@@ -453,10 +453,6 @@ AH_BOTTOM([
/* Miscellaneous defines */
#define AUTOCONF 1
#ifdef DISABLE_GRAPHICS
#define GRAPHICS_DISABLED
#endif
/* Not used yet
#ifndef NO_GETTEXT
#define USING_GETTEXT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册