From 7cedcff3f5bf89d3afcf51ffd448c5fd1612f880 Mon Sep 17 00:00:00 2001 From: cpk Date: Mon, 30 Jul 2001 17:14:45 +0000 Subject: [PATCH] Stuff I forgot ... SVN revision: 5015 --- .cvsignore | 6 +++++ client/.cvsignore | 5 ++++ config.h.in | 62 ++++++++++++++++++++++++++++++++++++++++++----- lib/.cvsignore | 7 ++++++ po/ChangeLog | 26 ++++++++++++++++++++ src/.cvsignore | 3 +++ 6 files changed, 103 insertions(+), 6 deletions(-) create mode 100644 client/.cvsignore create mode 100644 lib/.cvsignore diff --git a/.cvsignore b/.cvsignore index 6423f58d4..20ee530ab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -13,3 +13,9 @@ Makefile stamp-h config.h po +stamp-h.in +ltmain.sh +ltconfig +libtool +config.sub +config.guess diff --git a/client/.cvsignore b/client/.cvsignore new file mode 100644 index 000000000..03206ec26 --- /dev/null +++ b/client/.cvsignore @@ -0,0 +1,5 @@ +e_ipc_client +Makefile.in +Makefile +.libs +.deps diff --git a/config.h.in b/config.h.in index 0b335e410..27aef3984 100644 --- a/config.h.in +++ b/config.h.in @@ -25,9 +25,6 @@ /* Define to `long' if doesn't define. */ #undef off_t -/* Define if you need to in order for stat and other things to work. */ -#undef _POSIX_SOURCE - /* Define to `unsigned' if doesn't define. */ #undef size_t @@ -43,6 +40,10 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +#undef ENLIGHTENMENT_VERSION +#undef ENLIGHTENMENT_MAJOR +#undef ENLIGHTENMENT_MINOR +#undef ENLIGHTENMENT_MICRO #undef ENABLE_NLS #undef HAVE_CATGETS #undef HAVE_GETTEXT @@ -67,12 +68,33 @@ /* Define if you have the dcgettext function. */ #undef HAVE_DCGETTEXT +/* Define if you have the feof_unlocked function. */ +#undef HAVE_FEOF_UNLOCKED + +/* Define if you have the fgets_unlocked function. */ +#undef HAVE_FGETS_UNLOCKED + /* Define if you have the getcwd function. */ #undef HAVE_GETCWD +/* Define if you have the getegid function. */ +#undef HAVE_GETEGID + +/* Define if you have the geteuid function. */ +#undef HAVE_GETEUID + +/* Define if you have the getgid function. */ +#undef HAVE_GETGID + /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE +/* Define if you have the getuid function. */ +#undef HAVE_GETUID + +/* Define if you have the mempcpy function. */ +#undef HAVE_MEMPCPY + /* Define if you have the munmap function. */ #undef HAVE_MUNMAP @@ -97,6 +119,12 @@ /* Define if you have the strdup function. */ #undef HAVE_STRDUP +/* Define if you have the strtoul function. */ +#undef HAVE_STRTOUL + +/* Define if you have the tsearch function. */ +#undef HAVE_TSEARCH + /* Define if you have the header file. */ #undef HAVE_ARGZ_H @@ -112,6 +140,12 @@ /* Define if you have the header file. */ #undef HAVE_NL_TYPES_H +/* Define if you have the header file. */ +#undef HAVE_STDDEF_H + +/* Define if you have the header file. */ +#undef HAVE_STDLIB_H + /* Define if you have the header file. */ #undef HAVE_STRING_H @@ -121,9 +155,6 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H -/* Define if you have the i library (-li). */ -#undef HAVE_LIBI - /* Name of package */ #undef PACKAGE @@ -133,3 +164,22 @@ /* Define if using the dmalloc debugging malloc package */ #undef WITH_DMALLOC +/* Define if you have the iconv() function. */ +#undef HAVE_ICONV + +/* Define as const if the declaration of iconv() needs const. */ +#undef ICONV_CONST + +/* Define if you have and nl_langinfo(CODESET). */ +#undef HAVE_LANGINFO_CODESET + +/* Define if your file defines LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + +/* Define to 1 if translation of program messages to the user's native language + is requested. */ +#undef ENABLE_NLS + +/* Define if the GNU gettext() function is already present or preinstalled. */ +#undef HAVE_GETTEXT + diff --git a/lib/.cvsignore b/lib/.cvsignore new file mode 100644 index 000000000..ba1f2cb3d --- /dev/null +++ b/lib/.cvsignore @@ -0,0 +1,7 @@ +libehack.la +e_hack.lo +Makefile.in +Makefile +.libs +.deps + diff --git a/po/ChangeLog b/po/ChangeLog index e69de29bb..ce338fdde 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -0,0 +1,26 @@ +2001-07-30 gettextize + + * Makefile.in.in: Upgrade to gettext-0.10.38. + +2001-07-30 gettextize + + * Makefile.in.in: Upgrade to gettext-0.10.38. + +2001-07-30 gettextize + + * Makefile.in.in: Upgrade to gettext-0.10.38. + +2001-07-29 gettextize + + * Makefile.in.in: Upgrade to gettext-0.10.38. + +2001-07-13 gettextize + + * Makefile.in.in: Upgrade to gettext-0.10.38. + +2001-07-13 gettextize + + * Makefile.in.in: Upgrade to gettext-0.10.38. + * cat-id-tbl.c: Remove file. + * stamp-cat-id: Remove file. + diff --git a/src/.cvsignore b/src/.cvsignore index ca6af3f5c..aee5d8aee 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -4,3 +4,6 @@ e core Makefile.in Makefile +enlightenment +.libs +.deps \ No newline at end of file