comparison libqterminal/unix/kpty.cpp @ 15679:a182972304fa

Include config.h when it exists and is specified.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 05 Aug 2012 10:15:09 +0100
parents d79d1a3130c8
children
comparison
equal deleted inserted replaced
15678:a1bcffac7fa8 15679:a182972304fa
19 You should have received a copy of the GNU Library General Public License 19 You should have received a copy of the GNU Library General Public License
20 along with this library; see the file COPYING.LIB. If not, write to 20 along with this library; see the file COPYING.LIB. If not, write to
21 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 Boston, MA 02110-1301, USA. 22 Boston, MA 02110-1301, USA.
23 */ 23 */
24
25 #ifdef HAVE_CONFIG_H
26 #include <config.h>
27 #endif
24 28
25 #include "unix/kpty_p.h" 29 #include "unix/kpty_p.h"
26 30
27 #ifdef __sgi 31 #ifdef __sgi
28 #define __svr4__ 32 #define __svr4__