]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/config.h
Check if we are on column 0 for special case
[lyx.git] / development / Win32 / config.h
index 00bcc557939a4d69684bb5773550c71f9efab16a..f4cdb3d53ad24928b862950ff8aedbab361e7391 100644 (file)
@@ -62,7 +62,7 @@
 
 /* Define if your C++ compiler puts C library functions in the global
    namespace */
-/* #undef CXX_GLOBAL_CSTD */
+#define CXX_GLOBAL_CSTD
 
 /* Define to 1 if using `alloca.c'. */
 /* #undef C_ALLOCA */
@@ -96,6 +96,9 @@
 /* Define to 1 if you have the `asprintf' function. */
 /* #undef HAVE_ASPRINTF */
 
+/* Define to 1 if you have the `close' function. */
+/* #undef HAVE_CLOSE */
+
 /* Define if the GNU dcgettext() function is already present or preinstalled.
    */
 /* #undef HAVE_DCGETTEXT */
 /* Define to 1 if you have the <dlfcn.h> header file. */
 /* #undef HAVE_DLFCN_H */
 
+/* Define to 1 if you have the `fcntl' function. */
+/* #undef HAVE_FCNTL */
+
 /* Define to 1 if you have the <flimage.h> header file. */
 /* #undef HAVE_FLIMAGE_H */
 
+/* Define to 1 if you have the `fork' function. */
+/* #undef HAVE_FORK */
+
 /* Define to 1 if you have the `fwprintf' function. */
 #define HAVE_FWPRINTF 1
 
 /* Define to 1 if you have the `getpagesize' function. */
 #define HAVE_GETPAGESIZE 1
 
+/* Define to 1 if you have the `getpid' function. */
+/* #undef HAVE_GETPID */
+
 /* Define if the GNU gettext() function is already present or preinstalled. */
 /* #undef HAVE_GETTEXT */
 
 /* Define to 1 if you have the <ios> header file. */
 #define HAVE_IOS 1
 
+/* Define to 1 if you have the <io.h> header file. */
+#define HAVE_IO_H 1
+
 /* Define to 1 if you have the <istream> header file. */
 #define HAVE_ISTREAM 1
 
 /* #define HAVE_MKDIR */
 
 /* Define to 1 if you have the `mkfifo' function. */
-#define HAVE_MKFIFO 1
+/* #undef HAVE_MKFIFO */
 
 /* Define to 1 if you have the `mkstemp' function. */
 /* #undef HAVE_MKSTEMP */
 /* Define to 1 if you have the <nl_types.h> header file. */
 #define HAVE_NL_TYPES_H 1
 
+/* Define to 1 if you have the `open' function. */
+/* #undef HAVE_OPEN */
+
 /* Define to 1 if you have the <ostream> header file. */
 #define HAVE_OSTREAM 1
 
+/* Define to 1 if you have the `pclose' function. */
+/* #undef HAVE_PCLOSE */
+
+/* Define to 1 if you have the `popen' function. */
+/* #undef HAVE_POPEN */
+
 /* Define if your printf() function supports format strings with positions. */
 #define HAVE_POSIX_PRINTF 1
 
+/* Define to 1 if you have the <process.h> header file. */
+#define HAVE_PROCESS_H 1
+
 /* Define to 1 if you have the <pspell/pspell.h> header file. */
 /* #undef HAVE_PSPELL_PSPELL_H */
 
 #define HAVE_SYS_STAT_H 1
 
 /* Define to 1 if you have the <sys/time.h> header file. */
-#define HAVE_SYS_TIME_H 1
+/* #undef HAVE_SYS_TIME_H */
+
+/* Define to 1 if you have the <sys/utime.h> header file. */
+#define HAVE_SYS_UTIME_H 1
+
+/* Define to 1 if you have the <utime.h> header file. */
+/* #undef HAVE_UTIME_H */
 
 /* Define to 1 if you have the <sys/types.h> header file. */
 #define HAVE_SYS_TYPES_H 1
 /* Define to 1 if you have the <zlib.h> header file. */
 #define HAVE_ZLIB_H 1
 
+/* Define to 1 if you have the `_close' function. */
+#define HAVE__CLOSE 1
+
+/* Define to 1 if you have the `_getpid' function. */
+#define HAVE__GETPID 1
+
 /* Define to 1 if you have the `_mkdir' function. */
 #define HAVE__MKDIR 1
 
+/* Define to 1 if you have the `_open' function. */
+#define HAVE__OPEN 1
+
+/* Define to 1 if you have the `_pclose' function. */
+#define HAVE__PCLOSE 1
+
+/* Define to 1 if you have the `_popen' function. */
+#define HAVE__POPEN 1
+
 /* Define to 1 if you have the `__argz_count' function. */
 /* #undef HAVE___ARGZ_COUNT */
 
 /* #undef HAVE___FSETLOCKING */
 
 /* Define as const if the declaration of iconv() needs const. */
-#define ICONV_CONST 
+#define ICONV_CONST
 
 /* Define if integer division by zero raises signal SIGFPE. */
 #define INTDIV0_RAISES_SIGFPE 1
 #define MODERN_STL_STREAMS 1
 
 /* Name of package */
-#define PACKAGE "lyx-1.4.0cvs"
+#define PACKAGE "lyx"
 
 /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
 /* Define as 1 if you want to support compressed files. */
 /* #undef USE_COMRESSION */
 
+/* Define as 1 to use an external ispell process for spell-checking */
+/* #undef USE_ISPELL */
+
 /* Define if you want to be able to load jpeg images natively */
 #define USE_JPEG_IMAGE_LOADER 1
 
 /* #undef off_t */
 
 /* Define to `int' if <sys/types.h> does not define. */
-/* #undef pid_t */
+#define pid_t int
 
 /* Define as the type of the result of subtracting two pointers, if the system
    doesn't define it. */