CMake syntax fixes fo .in files
authorMark Ellzey <socket@gmail.com>
Sun, 20 Dec 2015 09:56:25 +0000 (01:56 -0800)
committerMark Ellzey <socket@gmail.com>
Sun, 20 Dec 2015 09:56:25 +0000 (01:56 -0800)
event-config.h.cmake

index 05fcf559399642f431c43f0c1722eecf67428aeb..130fc1f772e9b2e28100cd946f59ac3d58780dde 100644 (file)
 
 #ifdef __USE_UNUSED_DEFINITIONS__
 /* Define to necessary symbol if this constant uses a non-standard name on your system. */
-/* XXX: Hello, this isn't even used, nor is it defined anywhere... - Ellzey
+/* XXX: Hello, this isn't even used, nor is it defined anywhere... - Ellzey */
 #define EVENT__PTHREAD_CREATE_JOINABLE ${EVENT__PTHREAD_CREATE_JOINABLE}
-#endif /* __USE_UNUSED_DEFINITIONS__ */
+#endif
 
 /* The size of `pthread_t', as computed by sizeof. */
 #define EVENT__SIZEOF_PTHREAD_T @EVENT__SIZEOF_PTHREAD_T@
 #define EVENT___FILE_OFFSET_BITS @EVENT___FILE_OFFSET_BITS@
 
 /* Define for large files, on AIX-style hosts. */
-#define @_LARGE_FILES@ /* THIS ISN'T EVEN SET IN CMAKELISTS */
-#endif /* __THESE_ARE_NOT_CONFIG_H_THINGS_THEY_ARE_DASH_D_THINGS__ */ 
+#define @_LARGE_FILES@
+#endif
 
 #ifdef _WhAT_DOES_THIS_EVEN_DO_
 /* Define to empty if `const' does not conform to ANSI C. */
  * - Ellzey
  */
 
-#define EVENT__inline @EVENT__inline@ 
+#define EVENT__inline @EVENT__inline@
 #endif
 
 /* Define to `int' if <sys/tyes.h> does not define. */