Opened 19 years ago

Last modified 17 years ago

#1437 closed defect

Change main header file name (or provide alternative) — at Initial Version

Reported by: andrew.bell.ia@… Owned by: mapserverbugs
Priority: high Milestone: 5.0 release
Component: Build Problems Version: unspecified
Severity: normal Keywords:
Cc: sgillies@…

Description

map.h was used to store C++ library map data structure definitions before the
standard became formal and still exists on many systems.  This can cause a
conflict which searching for the mapserver map.h file.  Suggest renaming map.h,
or providing an alternative file (mapserver.h, perhaps) which would simply
include a well-specified map.h to avoid naming conflicts:

#ifndef MAPSERVER_H
#define MAPSERVER_H

#include "./map.h"

#endif

Change History (0)

Note: See TracTickets for help on using tickets.