Clipboard/config.h.in
Cristian Henzel 2ccc2c6846 ClipIt-v1.3.7-12122010001
+ Fixed: Changed E-Mail address and Project website.
+ Fixed: Included all files that get generated by autogen.sh, so
                that now you don't need to run it anymore.

Changes to be committed:

	new file:   ABOUT-NLS
	modified:   AUTHORS
	modified:   ChangeLog
	new file:   Makefile.in
	modified:   NEWS
	modified:   README
	new file:   aclocal.m4
	new file:   autom4te.cache/output.0
	new file:   autom4te.cache/output.1
	new file:   autom4te.cache/requests
	new file:   autom4te.cache/traces.0
	new file:   autom4te.cache/traces.1
	new file:   config.h.in
	new file:   configure
	modified:   configure.in
	new file:   data/Makefile.in
	new file:   doc/Makefile.in
	modified:   doc/clipit.1
	new file:   intltool-extract.in
	new file:   intltool-merge.in
	new file:   intltool-update.in
	new file:   m4/codeset.m4
	new file:   m4/fcntl-o.m4
	new file:   m4/glibc2.m4
	new file:   m4/glibc21.m4
	new file:   m4/intdiv0.m4
	new file:   m4/intl.m4
	new file:   m4/intldir.m4
	new file:   m4/intlmacosx.m4
	new file:   m4/intmax.m4
	new file:   m4/inttypes-pri.m4
	new file:   m4/inttypes_h.m4
	new file:   m4/lcmessage.m4
	new file:   m4/lock.m4
	new file:   m4/longlong.m4
	new file:   m4/printf-posix.m4
	new file:   m4/size_max.m4
	new file:   m4/stdint_h.m4
	new file:   m4/threadlib.m4
	new file:   m4/uintmax_t.m4
	new file:   m4/visibility.m4
	new file:   m4/wchar_t.m4
	new file:   m4/wint_t.m4
	new file:   m4/xsize.m4
	new file:   po/Makefile.in.in~
	new file:   po/Makevars.template
	new file:   po/Rules-quot
	new file:   po/boldquot.sed
	new file:   po/en@boldquot.header
	new file:   po/en@quot.header
	new file:   po/insert-header.sin
	new file:   po/quot.sed
	new file:   po/remove-potcdate.sin
	modified:   po/zh_CN.po
	new file:   src/Makefile.in
	modified:   src/daemon.c
	modified:   src/daemon.h
	modified:   src/history.c
	modified:   src/history.h
	modified:   src/main.c
	modified:   src/main.h
	modified:   src/manage.c
	modified:   src/manage.h
	modified:   src/preferences.c
	modified:   src/preferences.h
	modified:   src/utils.c
	modified:   src/utils.h
2010-12-22 22:17:33 +02:00

99 lines
2.6 KiB
C

/* config.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS
/* gettext package */
#undef GETTEXT_PACKAGE
/* Have AppIndicator */
#undef HAVE_APPINDICATOR
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
#undef HAVE_DCGETTEXT
/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT
/* Define if you have the iconv() function and it works. */
#undef HAVE_ICONV
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION
/* Define to empty if `const' does not conform to ANSI C. */
#undef const